linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-07-24 06:05:15 to 2019-08-02 04:00:18 UTC [more...]

[RFC PATCH 00/16] KVM RISC-V Support
 2019-08-02  3:59 UTC  (67+ 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-08-02  2:15 UTC  (14+ messages)

[PATCH v3 0/5] Miscellaneous fixes
 2019-08-01 23:07 UTC  (10+ messages)
` [PATCH v3 1/5] RISC-V: Remove per cpu clocksource
` [PATCH v3 2/5] RISC-V: Add riscv_isa reprensenting ISA features common across CPUs
` [PATCH v3 3/5] RISC-V: Fix unsupported isa string info
` [PATCH v3 4/5] RISC-V: Export few kernel symbols
` [PATCH v3 5/5] dt-bindings: Update the riscv,isa string description
  ` [PATCH v3 5/5] dt-bindings: Update the riscv, isa "

lists.infradead.org mailing list memberships reminder
 2019-08-01 12:01 UTC 

[PATCH] riscv: kbuild: add virtual memory system selection
 2019-08-01  8:56 UTC  (4+ messages)

[PATCH v4 0/2] [PATCH v2 0/6] sparsemem support for RISC-V
 2019-08-01  3:34 UTC  (5+ messages)
` [PATCH v4 2/2] RISC-V: Implement sparsemem

[PATCH v5 00/14] Provide generic top-down mmap layout functions
 2019-07-31 22:40 UTC  (18+ 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] docs: riscv: convert boot-image-header.txt to ReST
 2019-07-31 19:02 UTC  (3+ messages)

[PATCH v10 07/22] riscv: mm: Add p?d_leaf() definitions
 2019-07-31 15:45 UTC 

5.3-rc2: Found incompatible CPU
 2019-07-31  8:12 UTC  (6+ messages)

[PATCH v2 0/5] Miscellaneous fixes
 2019-07-31  6:43 UTC  (10+ messages)
` [PATCH v2 1/5] RISC-V: Remove per cpu clocksource
` [PATCH v2 2/5] RISC-V: Add riscv_isa reprensenting ISA features common across CPUs
` [PATCH v2 3/5] RISC-V: Fix unsupported isa string info
` [PATCH v2 4/5] RISC-V: Export few kernel symbols
` [PATCH v2 5/5] dt-bindings: Update the isa string description

[PATCH 1/4] RISC-V: Remove per cpu clocksource
 2019-07-31  0:34 UTC  (19+ 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  (6+ 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: 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 REBASE v4 00/14] Provide generic top-down mmap layout functions
 2019-07-26 20:15 UTC  (25+ messages)
` [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)


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).