linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-07-12 02:24:23 to 2019-07-30 12:00:34 UTC [more...]

[RFC PATCH 00/16] KVM RISC-V Support
 2019-07-30 12:00 UTC  (50+ messages)
` [RFC PATCH 01/16] KVM: RISC-V: Add KVM_REG_RISCV for ONE_REG interface
` [RFC PATCH 02/16] RISC-V: Add hypervisor extension related CSR defines
` [RFC PATCH 03/16] RISC-V: Add initial skeletal KVM support
` [RFC PATCH 04/16] RISC-V: KVM: Implement VCPU create, init and destroy functions
` [RFC PATCH 05/16] RISC-V: KVM: Implement VCPU interrupts and requests handling
` [RFC PATCH 06/16] RISC-V: KVM: Implement KVM_GET_ONE_REG/KVM_SET_ONE_REG ioctls
` [RFC PATCH 07/16] RISC-V: KVM: Implement VCPU world-switch
` [RFC PATCH 08/16] RISC-V: KVM: Handle MMIO exits for VCPU
` [RFC PATCH 09/16] RISC-V: KVM: Handle WFI "
` [RFC PATCH 10/16] RISC-V: KVM: Implement VMID allocator
` [RFC PATCH 11/16] RISC-V: KVM: Implement stage2 page table programming
` [RFC PATCH 12/16] RISC-V: KVM: Implement MMU notifiers
` [RFC PATCH 13/16] RISC-V: KVM: Add timer functionality
` [RFC PATCH 14/16] RISC-V: KVM: FP lazy save/restore
` [RFC PATCH 15/16] RISC-V: KVM: Add SBI v0.1 support
` [RFC PATCH 16/16] RISC-V: Enable VIRTIO drivers in RV64 and RV32 defconfig

Random memory corruption with v5.2
 2019-07-30  6:56 UTC  (4+ messages)

[PATCH v5 00/14] Provide generic top-down mmap layout functions
 2019-07-30  5:51 UTC  (15+ messages)
` [PATCH v5 01/14] mm, fs: Move randomize_stack_top from fs to mm
` [PATCH v5 02/14] arm64: Make use of is_compat_task instead of hardcoding this test
` [PATCH v5 03/14] arm64: Consider stack randomization for mmap base only when necessary
` [PATCH v5 04/14] arm64, mm: Move generic mmap layout functions to mm
` [PATCH v5 05/14] arm64, mm: Make randomization selected by generic topdown mmap layout
` [PATCH v5 06/14] arm: Properly account for stack randomization and stack guard gap
` [PATCH v5 07/14] arm: Use STACK_TOP when computing mmap base address
` [PATCH v5 08/14] arm: Use generic mmap top-down layout and brk randomization
` [PATCH v5 09/14] mips: Properly account for stack randomization and stack guard gap
` [PATCH v5 10/14] mips: Use STACK_TOP when computing mmap base address
` [PATCH v5 11/14] mips: Adjust brk randomization offset to fit generic version
` [PATCH v5 12/14] mips: Replace arch specific way to determine 32bit task with "
` [PATCH v5 13/14] mips: Use generic mmap top-down layout and brk randomization
` [PATCH v5 14/14] riscv: Make mmap allocation top-down by default

[PATCH 1/4] RISC-V: Remove per cpu clocksource
 2019-07-30  3:42 UTC  (15+ messages)
` [PATCH 2/4] RISC-V: Add riscv_isa reprensenting ISA features common across CPUs
` [PATCH 3/4] RISC-V: Support case insensitive ISA string parsing
` [PATCH 4/4] RISC-V: Fix unsupported isa string info

[PATCH] pwm: avoid disabling clk twice
 2019-07-29  7:35 UTC  (3+ messages)

[PATCH] riscv: dts: fu540-c000: Add "status" property to cpu node
 2019-07-28 13:45 UTC  (8+ messages)

[PATCH v2] pci: Kconfig: select PCI_MSI_IRQ_DOMAIN by default on RISC-V
 2019-07-28 13:41 UTC  (2+ messages)

[PATCH] riscv: dts: fu540-c000: drop "timebase-frequency"
 2019-07-28 13:40 UTC  (2+ messages)

[PATCH] riscv: kbuild: add virtual memory system selection
 2019-07-28 13:38 UTC  (2+ messages)

[PATCH] riscv: defconfig: align RV64 defconfig to the output of "make savedefconfig"
 2019-07-28 13:29 UTC  (2+ messages)

[PATCH] pwm: avoid disabling clk twice
 2019-07-27  7:07 UTC  (3+ messages)

[PATCH] docs: riscv: convert boot-image-header.txt to ReST
 2019-07-26 22:24 UTC  (2+ messages)

[PATCH REBASE v4 00/14] Provide generic top-down mmap layout functions
 2019-07-26 20:15 UTC  (29+ messages)
` [PATCH REBASE v4 01/14] mm, fs: Move randomize_stack_top from fs to mm
` [PATCH REBASE v4 02/14] arm64: Make use of is_compat_task instead of hardcoding this test
` [PATCH REBASE v4 03/14] arm64: Consider stack randomization for mmap base only when necessary
` [PATCH REBASE v4 04/14] arm64, mm: Move generic mmap layout functions to mm
` [PATCH REBASE v4 05/14] arm64, mm: Make randomization selected by generic topdown mmap layout
` [PATCH REBASE v4 06/14] arm: Properly account for stack randomization and stack guard gap
` [PATCH REBASE v4 07/14] arm: Use STACK_TOP when computing mmap base address
` [PATCH REBASE v4 08/14] arm: Use generic mmap top-down layout and brk randomization
` [PATCH REBASE v4 09/14] mips: Properly account for stack randomization and stack guard gap
` [PATCH REBASE v4 10/14] mips: Use STACK_TOP when computing mmap base address
` [PATCH REBASE v4 11/14] mips: Adjust brk randomization offset to fit generic version
` [PATCH REBASE v4 12/14] mips: Replace arch specific way to determine 32bit task with "
` [PATCH REBASE v4 13/14] mips: Use generic mmap top-down layout and brk randomization
` [PATCH REBASE v4 14/14] riscv: Make mmap allocation top-down by default
` [EXTERNAL][PATCH REBASE v4 00/14] Provide generic top-down mmap layout functions

[PATCH] pci: Kconfig: select PCI_MSI_IRQ_DOMAIN by default on RISC-V
 2019-07-25 21:26 UTC  (2+ messages)

[PATCH 1/1] riscv: Fix perf record without libelf support
 2019-07-25 21:11 UTC  (2+ messages)

[GIT PULL] RISC-V updates for v5.3
 2019-07-25 16:25 UTC  (2+ messages)

[PATCH v8 0/7] Unify CPU topology across ARM & RISC-V
 2019-07-25  1:24 UTC  (4+ messages)

[PATCH] RISC-V: redefine PTRS_PER_PGD/PTRS_PER_PMD/PTRS_PER_PTE
 2019-07-24 12:36 UTC  (3+ messages)

sifive-fu540-prci.h license (included from fu540-c000.dtsi)
 2019-07-24  5:38 UTC  (4+ messages)

[PATCH 1/3] macb: bindings doc: update sifive fu540-c000 binding
 2019-07-22 21:48 UTC  (13+ messages)
` [PATCH 2/3] macb: Update compatibility string for SiFive FU540-C000
` [PATCH 3/3] riscv: dts: Add DT node for SiFive FU540 Ethernet controller driver

[PATCH RFC 11/14] arm64: Move the ASID allocator code in a separate file
 2019-07-22 16:38 UTC  (11+ messages)

[PATCH v9 06/21] riscv: mm: Add p?d_leaf() definitions
 2019-07-22 15:41 UTC 

[PATCH] riscv: enable sys_clone3 syscall for rv64
 2019-07-19  8:59 UTC  (2+ messages)

[PATCH AUTOSEL 5.1 022/141] tools: PCI: Fix broken pcitest compilation
 2019-07-19  4:02 UTC  (2+ messages)
` [PATCH AUTOSEL 5.1 108/141] nvme-pci: check for NULL return from pci_alloc_p2pmem()

[PATCH AUTOSEL 5.2 030/171] tools: PCI: Fix broken pcitest compilation
 2019-07-19  3:56 UTC  (3+ messages)
` [PATCH AUTOSEL 5.2 051/171] PCI: endpoint: Allocate enough space for fixed size BAR
` [PATCH AUTOSEL 5.2 135/171] nvme-pci: check for NULL return from pci_alloc_p2pmem()

[PATCH v2] riscv: include generic support for MSI irqdomains
 2019-07-18 22:27 UTC 

[GIT PULL] RISC-V updates for v5.3
 2019-07-18 19:30 UTC  (2+ messages)

[PATCH] riscv: fix build break after macro-to-function conversion in generic cacheflush.h
 2019-07-18 15:19 UTC 

[PATCH] DT node for SiFive FU540 Ethernet Controller driver
 2019-07-17 19:30 UTC  (3+ messages)
` [PATCH] riscv: dts: Add DT node for SiFive FU540 Ethernet controller driver

[PATCH 1/4] Makefile: rules for printing kernel architecture and localversion
 2019-07-17 15:23 UTC  (10+ messages)
` [PATCH 4/4] debian: add generic rule file

[PATCH 0/2] net: macb: Add support for SiFive FU540-C000
 2019-07-17  9:07 UTC  (5+ messages)
` [PATCH 1/2] net/macb: bindings doc: add sifive fu540-c000 binding

[PATCH RESEND 0/2] RISC-V: Handle the siginfo_t offset problem
 2019-07-17  0:02 UTC  (6+ messages)

[PATCH] dt-bindings: riscv: Limit cpus schema to only check RiscV 'cpu' nodes
 2019-07-16 15:23 UTC  (3+ messages)

[PATCH 01/12] Documentation: move architectures together
 2019-07-16 14:51 UTC  (12+ messages)
` [PATCH 02/12] Documentation/arm: repointer docs to Documentation/arch/arm
` [PATCH 04/12] Documentation/m68k: repointer docs to Documentation/arch/
` [PATCH 06/12] Documentation/mips: "
` [PATCH 08/12] Dcumentation/powerpc: "
` [PATCH 09/12] Dcumentation/sh: "
` [PATCH 10/12] Documentation/sparc: "
` [PATCH 11/12] Documentation/x86: "
` [PATCH 12/12] Documentation/xtensa: "

[PATCH v7 0/4] mtd: spi-nor: add support for is25wp256 spi-nor flash
 2019-07-15 11:31 UTC  (4+ messages)

RISC-V nommu support v2
 2019-07-12 14:52 UTC  (3+ messages)
` [PATCH 17/17] riscv: add nommu support


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).