KVM-RISCV Archive on lore.kernel.org
 help / color / mirror / Atom feed
[RFC] RISC-V KVM: guest local sfence.vma may miss stale VS-stage TLB after vCPU migration
 2026-08-02  5:00 UTC 

[PATCH] KVM: riscv: Fix infinite loop in NACL hfence entry allocation
 2026-08-01  8:58 UTC  (2+ messages)

[PATCH] RISC-V: KVM: Account VM-scoped allocations to the VM cgroup
 2026-08-01  8:51 UTC  (2+ messages)

[PATCH v3 0/2] RISC-V: KVM: Optimize hfence request handling for SMP guests
 2026-08-01  8:35 UTC  (6+ messages)
` [PATCH v3 1/2] RISC-V: KVM: Separate req and fallback_req masks in make_xfence_request
` [PATCH v3 2/2] RISC-V: KVM: Introduce make_xfence_request_nodata for FENCE.I requests

[PATCH v5 0/5] Implement Eager Page Splitting for RISC-V
 2026-08-01  8:35 UTC  (8+ messages)
` [PATCH v5 1/5] RISC-V: KVM: Add the split page cache for ioctl context
` [PATCH v5 2/5] RISC-V: KVM: Split huge pages when dirty logging is enabled
` [PATCH v5 3/5] RISC-V: KVM: Remove redundant TLB flush operations
` [PATCH v5 4/5] RISC-V: KVM: Split huge pages during KVM_CLEAR_DIRTY_LOG
` [PATCH v5 5/5] RISC-V: KVM: Add the eager_page_split module parameter

[PATCH] KVM: selftests: Fix typos in x86 and riscv tests
 2026-07-31 20:10 UTC  (2+ messages)

[PATCH] RISC-V: KVM: Synchronize hrtimer callback during teardown
 2026-07-31 16:35 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v2 0/2] RISC-V: KVM: Optimize hfence request handling for SMP guests
 2026-07-31  6:18 UTC  (3+ messages)

[PATCH v4 0/5] Implement Eager Page Splitting for RISC-V
 2026-07-31  6:11 UTC  (10+ messages)
` [PATCH v4 1/5] RISC-V: KVM: Add the split page cache for ioctl context
` [PATCH v4 2/5] RISC-V: KVM: Split huge pages when dirty logging is enabled
` [PATCH v4 3/5] RISC-V: KVM: Remove redundant TLB flush operations
` [PATCH v4 5/5] RISC-V: KVM: Add the eager_page_split module parameter

[PATCH v9 0/5] riscv: add SBI Supervisor Software Events support
 2026-07-30 13:33 UTC  (4+ messages)
` [PATCH v9 2/5] riscv: add support for SBI Supervisor Software Events extension

[PATCH] riscv: KVM: Add hart-to-vCPU mapping for faster MSI injection
 2026-07-30  9:36 UTC 

[PATCH v2 RESEND] RISC-V: KVM: Fix PMU event info array size overflow
 2026-07-30  9:25 UTC 

[PATCH] RISC-V: KVM: Fix PMU event info array size overflow
 2026-07-30  9:17 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] RISC-V: KVM: Add arch-specific tracepoints
 2026-07-30  8:09 UTC  (5+ messages)
` [PATCH v2] "

[PATCH v3 0/4] RISC-V: KVM: Cleanup SBI extension status when disable
 2026-07-30  6:40 UTC  (8+ messages)
` [PATCH v3 1/4] RISC-V: KVM: Add SBI extension validate callback
` [PATCH v3 2/4] RISC-V: KVM: Add SBI FWFT validation support
` [PATCH v3 3/4] RISC-V: KVM: Reset the SBI extension when disable it
` [PATCH v3 4/4] RISC-V: KVM: Mark the reset callback of FWFT extension always dirties CSR

[RFC PATCH] RISC-V: KVM: Add minimal guest_memfd support
 2026-07-30  2:45 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v2 0/3] RISC-V: KVM: Cleanup SBI extension status when disable
 2026-07-29 22:33 UTC  (8+ messages)
` [PATCH v2 1/3] RISC-V: KVM: Add SBI extension validate callback
` [PATCH v2 2/3] RISC-V: KVM: Add SBI FWFT validation support
` [PATCH v2 3/3] RISC-V: KVM: Reset the SBI extension when disable it

[PATCH v4 0/9] KVM: selftests: Create KVM selftests runner
 2026-07-29 19:39 UTC  (9+ messages)
` [PATCH v4 3/9] KVM: selftests: Add timeout option in "
` [PATCH v4 6/9] KVM: selftests: Add various print flags to KVM selftest runner
` [PATCH v4 8/9] KVM: selftests: Add rule to generate default tests for KVM selftests runner
` [PATCH v4 9/9] KVM: selftests: Provide README.rst "

[PATCH] RISC-V: KVM: Use try_cmpxchg for IMSIC MRIF RMW
 2026-07-29 17:05 UTC  (4+ messages)

[PATCH] RISC-V: KVM: Fix spurious -EEXIST and clean up gstage fault path types
 2026-07-29 16:21 UTC  (10+ messages)
` [PATCH v2] "
  ` [PATCH v3 0/3] RISC-V: KVM: G-stage fault path fix and cleanup
    ` [PATCH v3 1/3] RISC-V: KVM: Treat -EEXIST from G-stage map as success
    ` [PATCH v3 2/3] RISC-V: KVM: Use unsigned int for vma_pageshift
    ` [PATCH v3 3/3] RISC-V: KVM: Widen G-stage fault address to gpa_t

[PATCH v6 0/8] RISC-V: KVM: Add Svadu/Zicfiss/Zicfilp FWFT support
 2026-07-29 13:13 UTC  (16+ messages)
` [PATCH v6 1/8] RISC-V: KVM: Add support for Svadu FWFT features
` [PATCH v6 2/8] KVM: riscv: selftests: add Svadu FWFT extension to get-reg-list test
` [PATCH v6 3/8] RISC-V: KVM: Allow Zicfiss/Zicfilp extensions for Guest/VM
` [PATCH v6 4/8] RISC-V: KVM: Add ssp context save/restore
` [PATCH v6 5/8] RISC-V: KVM: Handle software-check exits for VCPU
` [PATCH v6 7/8] RISC-V: KVM: Add support for control-flow integrity FWFT features
` [PATCH v6 8/8] KVM: riscv: selftests: add Zicfiss/Zicfilp extension to get-reg-list test

[RFC PATCH] RISC-V: KVM: Enable KVM_MEM_USERFAULT support
 2026-07-29  7:08 UTC 

[PATCH 0/2] riscv: ptdump: Refactor for KVM gstage ptdump support
 2026-07-28 16:14 UTC  (8+ messages)
` [PATCH 1/2] riscv: ptdump: Move pagetable definitions to common header
    ` [PATCH v3 0/3] RISC-V KVM gstage page table dumper
      ` [PATCH v3 1/3] riscv: ptdump: Create ptdump.h and move declarations
      ` [PATCH v3 2/3] riscv: ptdump: Use per-level attribute bits for parsing
      ` [PATCH v3 3/3] KVM: riscv: Register ptdump with debugfs on guest creation

[PATCH] RISC-V: KVM: Add kvm-riscv.wfi_trap_policy to control VS-mode WFI trapping
 2026-07-28 15:53 UTC  (2+ messages)

[PATCH v4 0/3] RISC-V: KVM: fix vcpu vector context handling
 2026-07-28  6:07 UTC  (5+ messages)
` [PATCH v4 1/3] riscv: vector: refactor riscv_v_start_kernel_context
` [PATCH v4 2/3] riscv: vector: allow non-preemptible kernel-mode vector with IRQs off
` [PATCH v4 3/3] RISC-V: KVM: fix vcpu vector context handling for kernel-mode vector

[PATCH RFC v2 00/20] mm: optimize unnecessary loads due to ptep_get() and friends out
 2026-07-27 18:06 UTC  (47+ messages)
` [PATCH RFC v2 01/20] ARM: mm: make nommu pgd_t a scalar
` [PATCH RFC v2 02/20] ARM: mm: make 2-level "
` [PATCH RFC v2 03/20] ARM: mm: remove custom pgdp_get()
` [PATCH RFC v2 04/20] LoongArch: mm: define pud_leaf() only when PUD exists
` [PATCH RFC v2 05/20] MIPS: "
` [PATCH RFC v2 06/20] mm/pgtable: define (pgd|p4d|pud)_leaf() for folded page tables
` [PATCH RFC v2 07/20] mm/pgtable: define (pgd|p4d|pud)_offset_lockless() "
` [PATCH RFC v2 08/20] mm: vmscan: remove stack copy address of pud pass in wallk_pud_range()
` [PATCH RFC v2 09/20] loongarch: kvm: remove stack copy address of pXd in pXd_offset()
` [PATCH RFC v2 10/20] riscv: "
` [PATCH RFC v2 11/20] riscv: mm: use proper set_pXd() for generic compile-time folded patable in vmalloc_fault()
` [PATCH RFC v2 12/20] x86: mm: define pudp_set_access_flags() when CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE_PUD is enabled only
` [PATCH RFC v2 13/20] x86: mm: carve out the generic compile-time folded pgtable case in effective_prot()
` [PATCH RFC v2 14/20] x86: mm: skip pud setup when using generic compile-time folded pagetable
` [PATCH RFC v2 15/20] mm/pgtable: optimize pmdp_get() and friends for folded pagetable levels
` [PATCH RFC v2 16/20] mm/pgtable: catch abuse of folded dummy pgd_t/p4d_t/pud_t
` [PATCH RFC v2 17/20] mm/pgtable: disallow calling (pgd|p4d|pud)_page, pgd_page_vaddr() and (p4d|pud)_pgtable with dummy
` [PATCH RFC v2 18/20] mm/pgtable: disallow calling folded set_pgd/set_p4d/set_pud "
` [PATCH RFC v2 19/20] openrisc/pgtable: drop __pmd_offset()
` [PATCH RFC v2 20/20] arm64: pgtable: convert pte_present() from macro to static inline

[PATCH v2 0/3] riscv: ptdump: Refactor for KVM gstage ptdump support
 2026-07-27 12:30 UTC  (4+ messages)
` [PATCH v2 1/3] riscv: ptdump: Create ptdump.h and move declarations
` [PATCH v2 2/3] riscv: ptdump: Use per-level attribute bits for parsing
` [PATCH v2 3/3] KVM: riscv: Register ptdump with debugfs on guest creation

[PATCH v3 0/3] RISC-V: KVM: fix vcpu vector context handling
 2026-07-24 16:49 UTC  (4+ messages)
` [PATCH v3 1/3] riscv: vector: refactor riscv_v_start_kernel_context
` [PATCH v3 2/3] riscv: vector: allow non-preemptible kernel-mode vector with IRQs off
` [PATCH v3 3/3] RISC-V: KVM: fix vcpu vector context handling for kernel-mode vector

[INTERNAL REVIEW] [RFC PATCH v3 01/20] mm: change behavior of pXdp_get()/pXd_page() in compile-time folded pgtable
 2026-07-23  8:41 UTC  (2+ messages)

[PATCH v4 0/2] KVM: RISC-V: Add CPU PM notifier for non-retention idle states
 2026-07-23  7:58 UTC  (4+ messages)
` [PATCH v4 1/2] KVM: RISC-V: Clear former VCPU cache on virtualization disable
` [PATCH v4 2/2] KVM: RISC-V: Add CPU PM notifier for non-retention idle states

[PATCH] RISC-V: KVM: Use raw_spinlock for VMID update critical section
 2026-07-22 12:33 UTC  (3+ messages)

[PATCH v8] KVM: selftests: riscv: Add lazy V extension enablement for guests
 2026-07-22  7:33 UTC 

[PATCH v6] KVM: selftests: riscv: Add lazy V extension enablement for guests
 2026-07-22  6:28 UTC 

[kvm-unit-tests PATCH] Makefile: efi: preserve .dynstr section for LLVM objcopy compatibility
 2026-07-21 23:07 UTC  (3+ messages)

[RFC PATCH 10/34] x86: mm: carve out the generic compile-time folded pgtable case in effective_prot()
 2026-07-21 18:21 UTC  (12+ messages)

[PATCH v5] KVM: selftests: riscv: Add lazy V extension enablement for guests
 2026-07-21 12:24 UTC 

[PATCH v4] KVM: selftests: riscv: Add lazy V extension enablement for guests
 2026-07-21 11:55 UTC 

[PATCH] KVM: selftests: riscv: Add lazy V extension enablement for guests
 2026-07-21 11:24 UTC  (3+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[GIT PULL] KVM/riscv fixes for 7.2 take #1
 2026-07-21 10:09 UTC  (2+ messages)

[PATCH] RISC-V: KVM: Serialize IMSIC attributes with vCPU migration
 2026-07-21  7:36 UTC 

[PATCH] RISC-V: KVM: Add SBI DBTR extension forwarding
 2026-07-21  2:42 UTC 

[PATCH] RISC-V: KVM: Avoid one-word masks for SBI v0.1 all-harts
 2026-07-18  4:39 UTC 

[PATCH] RISC-V: KVM: Guard HFENCE range loops against overflow
 2026-07-18  4:38 UTC 

[PATCH] RISC-V: KVM: Reject overlapping AIA IMSIC address fields
 2026-07-18  4:35 UTC 

[PATCH] RISC-V: KVM: Allow memslots ending at the GPA limit
 2026-07-18  3:52 UTC 

[PATCH 00/60] KVM Planes + SEV-SNP Support
 2026-07-17 18:26 UTC  (11+ messages)
` [PATCH 35/60] kvm: Add VCPU plane-scheduling state and helpers

[PATCH] RISC-V: KVM: Improve dirty log clearing by skipping zero bits in mask
 2026-07-17  8:06 UTC 

[RFC PATCH 00/34] mm: optimize unnecessary loads due to ptep_get() and friends out
 2026-07-17  7:55 UTC  (7+ messages)
` [RFC PATCH 02/34] ARM: mm: make 2-level pgd_t a scalar

[PATCH v2 0/3] RISC-V: KVM: fix vcpu vector context handling
 2026-07-17  7:03 UTC  (3+ messages)
` [PATCH v2 2/3] riscv: vector: allow non-preemptible kernel-mode vector with IRQs off

[PATCH v2 00/15] riscv: add Svnapot PTE folding support
 2026-07-16 12:41 UTC  (15+ messages)
` [PATCH v2 02/15] riscv: switch arch page-table users to raw PTE helpers
` [PATCH v2 03/15] riscv/mm: implement Svnapot contpte read-side helpers
` [PATCH v2 04/15] riscv/mm: implement Svnapot contpte update helpers
` [PATCH v2 05/15] mm: extend pte batch and leaf-size helpers
` [PATCH v2 06/15] riscv: make pte_batch_hint() honor folio batch flags
` [PATCH v2 07/15] riscv/mm: preserve Svnapot leaf-size semantics for page-table consumers
` [PATCH v2 08/15] riscv/mm: avoid redundant Svnapot A/D aggregation
` [PATCH v2 09/15] riscv/mm: avoid Svnapot consistency checks in ptep_get()
` [PATCH v2 10/15] mm/gup: add fast-GUP specific lockless PTE helpers
` [PATCH v2 11/15] riscv: mm: avoid Svnapot A/D aggregation in fast-GUP
` [PATCH v2 12/15] arm64: mm: avoid contpte "
` [PATCH v2 13/15] riscv/mm: remove redundant TLB flush in napotpte_convert
` [PATCH v2 14/15] riscv/mm: optimize mprotect for Svnapot mappings
` [PATCH v2 15/15] riscv: mm: Request large exec folios for Svnapot


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox