KVM-RISCV Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-06 02:21:54 to 2026-07-18 15:36:33 UTC [more...]

[PATCH] RISC-V: KVM: Fix PMU event info array size overflow
 2026-07-18 15:36 UTC 

[GIT PULL] KVM/riscv fixes for 7.2 take #1
 2026-07-18  8:02 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] KVM: selftests: Fix typos in x86 and riscv tests
 2026-07-17 16:28 UTC 

[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  (84+ messages)
` [RFC PATCH 01/34] ARM: mm: make nommu pgd_t a scalar
` [RFC PATCH 02/34] ARM: mm: make 2-level "
` [RFC PATCH 03/34] ARM: mm: remove custom pgdp_get()
` [RFC PATCH 04/34] LoongArch: mm: define pud_leaf() only when PUD exists
` [RFC PATCH 05/34] MIPS: "
` [RFC PATCH 06/34] mm/pgtable: define (pgd|p4d|pud)_leaf() for folded page tables
` [RFC PATCH 07/34] mm/pgtable: define (pgd|p4d|pud)_offset_lockless() "
` [RFC PATCH 08/34] loongarch: kvm: remove stack copy address of pXd in pXd_offset()
` [RFC PATCH 09/34] riscv: "
` [RFC PATCH 10/34] x86: mm: carve out the generic compile-time folded pgtable case in effective_prot()
` [RFC PATCH 11/34] mm: vmscan: remove stack copy address of pud pass in wallk_pud_range()
` [RFC PATCH 12/34] arm64: mm: use proper set_pXd() for generic compile-time folded patable in kasan_early_init()
` [RFC PATCH 13/34] arm64: mm: define pud_set_huge() when __PGTABLE_PMD_FOLDED not defined
` [RFC PATCH 14/34] csky: mm: use proper set_pXd() for generic compile-time folded patable in vmalloc_fault()
` [RFC PATCH 15/34] mips: mm: use proper set_pXd() for generic compile-time folded patable in vmalloc_fault path
` [RFC PATCH 16/34] nios2: "
` [RFC PATCH 17/34] riscv: mm: use proper set_pXd() for generic compile-time folded patable in vmalloc_fault()
` [RFC PATCH 18/34] riscv: mm: use proper set_pXd() for generic compile-time folded patable in setup_vm_final()
` [RFC PATCH 19/34] x86: power: use proper set_pXd() for generic compile-time folded patable in resume_one_md_table_init()
` [RFC PATCH 20/34] x86: kexec: use proper set_pXd() for generic compile-time folded patable in machine_kexec_page_table_set_one()
` [RFC PATCH 21/34] x86: platform: use proper set_pXd() for generic compile-time folded patable in setup_olpc_ofw_pgd()
` [RFC PATCH 22/34] x86: mm: use proper set_pXd() for generic compile-time folded patable in one_md_table_init()
` [RFC PATCH 23/34] x86: mm: skip pud setup when using generic compile-time folded pagetable
` [RFC PATCH 24/34] x86: mm: call try_to_free_pmd_page() when CONFIG_PGTABLE_LEVELS > 2
` [RFC PATCH 25/34] x86: mm: remove usage of pgd_page_vaddr() for CONFIG_x86_PAE
` [RFC PATCH 26/34] x86: mm: define pudp_set_access_flags() when CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE_PUD is enabled only
` [RFC PATCH 27/34] m68k: mm: remove usage of pgd_page_vaddr() for CONFIG_PGTABLE_LEVELS=3
` [RFC PATCH 28/34] arm: mm: use proper pgtable APIs for generic compile-time folded patable in kasan_init()
` [RFC PATCH 29/34] mm/pgtable: disallow calling folded set_pgd/set_p4d/set_pud
` [RFC PATCH 30/34] mm/pgtable: disallow calling folded (pgd|p4d|pud)_page, pgd_page_vaddr() and (p4d|pud)_pgtable
` [RFC PATCH 31/34] mm/pgtable: optimize pmdp_get() and friends for folded pagetable levels
` [RFC PATCH 32/34] openrisc/pgtable: drop __pmd_offset()
` [RFC PATCH 33/34] mm/pgtable: catch abuse of folded dummy pgd_t/p4d_t/pud_t
` [RFC PATCH 34/34] arm64: pgtable: convert pte_present() from macro to static inline

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

[PATCH] RISC-V: KVM: Use raw_spinlock for VMID update critical section
 2026-07-17  6:51 UTC  (2+ messages)

[kvm-unit-tests PATCH] Makefile: efi: preserve .dynstr section for LLVM objcopy compatibility
 2026-07-16 17:33 UTC 

[PATCH v2 00/15] riscv: add Svnapot PTE folding support
 2026-07-16 12:41 UTC  (16+ messages)
` [PATCH v2 01/15] riscv: introduce raw PTE helpers
` [PATCH v2 02/15] riscv: switch arch page-table users to "
` [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

[PATCH] KVM: riscv: Fix infinite loop in NACL hfence entry allocation
 2026-07-16  7:37 UTC 

[PATCH] RISC-V: KVM: Account VM-scoped allocations to the VM cgroup
 2026-07-16  6:41 UTC 

[PATCH] KVM: riscv: Fix Spectre-v1 in vector register access
 2026-07-15 12:50 UTC  (2+ messages)

[PATCH v1 0/7] riscv: add Svnapot-based contiguous PTE support
 2026-07-15 11:36 UTC  (3+ messages)
  ` [External] "

[PATCH] RISC-V: KVM: Fix lost virtual interrupts during IRQ sync
 2026-07-15 10:20 UTC  (11+ messages)
    ` [PATCH v3] RISC-V: KVM: Serialize virtual interrupt pending state updates
    ` [PATCH v4] "
          ` [PATCH v5] "

[PATCH] RISC-V: KVM: Inject instruction access fault on unmapped guest fetch
 2026-07-14 13:05 UTC  (2+ messages)

[PATCH v3] RISC-V: KVM: Zicbo[m|z|p] block sizes should be always present in ONE_REG
 2026-07-13 12:57 UTC  (2+ messages)

[PATCH] riscv: kvm: Skip preventive hfence.gvma for new G-stage mappings with Svvptc
 2026-07-13 12:39 UTC  (2+ messages)

[PATCH] KVM: riscv: PMU: Bound counter mask scan to BITS_PER_LONG
 2026-07-13 12:03 UTC  (2+ messages)

[PATCH] KVM: riscv: SBI FWFT: Apply LOCK flag only on successful set
 2026-07-13  8:33 UTC  (2+ messages)

[PATCH RFC v3] KVM: riscv: Allow G-stage PMD block mappings for VM_PFNMAP
 2026-07-13  7:21 UTC 

[PATCH] RISC-V: KVM: Avoid redundant page-table allocations in ioremap topup
 2026-07-13  5:20 UTC  (2+ messages)

[PATCH v6 0/8] RISC-V: KVM: Add Svadu/Zicfiss/Zicfilp FWFT support
 2026-07-13  1:03 UTC  (9+ 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 6/8] RISC-V: KVM: Delegate SPELP bit to VS/VU mode if landing pad is enabled
` [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

[PATCH v1 0/2] RISC-V: KVM: fix vcpu vector context handling
 2026-07-11  1:58 UTC  (3+ messages)
` [PATCH v1 1/2] riscv: vector: refactor riscv_v_start_kernel_context
` [PATCH v1 2/2] RISC-V: KVM: fix vcpu vector context handling for kernel-mode vector

[PATCH RFC v2] KVM: riscv: Allow G-stage PMD block mappings for VM_PFNMAP
 2026-07-10  5:19 UTC 

[PATCH RFC 0/1] KVM: riscv: G-stage PMD block mappings for VM_PFNMAP
 2026-07-09 13:00 UTC  (2+ messages)
` [PATCH RFC 1/1] KVM: riscv: Allow safe "

[PATCH] RISC-V: KVM: Add kvm-riscv.wfi_trap_policy to control VS-mode WFI trapping
 2026-07-09 11:56 UTC 

[PATCH v3 00/17] riscv: Generate riscv instruction functions
 2026-07-09  6:26 UTC  (18+ messages)
` [PATCH v3 02/17] riscv: alternatives: Use generated instruction headers for patching code
` [PATCH v3 03/17] riscv: kgdb: Use generated instruction headers
` [PATCH v3 04/17] riscv: Add kprobes instruction simulation KUnit
` [PATCH v3 05/17] riscv: kprobes: Use generated instruction headers
` [PATCH v3 06/17] riscv: cfi: "
` [PATCH v3 07/17] riscv: Maintain epc on misaligned emulation error
` [PATCH v3 08/17] riscv: Use generated instruction headers for misaligned loads/stores
` [PATCH v3 09/17] riscv: kvm: Use generated instruction headers for csr code
` [PATCH v3 10/17] KVM: device: Add test device
` [PATCH v3 11/17] KVM: riscv: selftests: Add mmio test
` [PATCH v3 12/17] riscv: kvm: Use generated instruction headers for mmio emulation
` [PATCH v3 13/17] riscv: kvm: Add emulated test csr
` [PATCH v3 14/17] KVM: riscv: selftests: Add csr emulation test
` [PATCH v3 15/17] riscv: kvm: Use generated instruction headers for csr emulation
` [PATCH v3 16/17] riscv: kexec: Use generated instruction headers for kexec relocations
` [PATCH v3 17/17] riscv: Remove unused instruction headers
` [syzbot ci] Re: riscv: Generate riscv instruction functions

[PATCH v5 00/17] riscv: hwprobe: Expose RVA23U64 base behavior
 2026-07-08  7:30 UTC  (8+ messages)
` [PATCH v5 01/17] dt-bindings: riscv: sort multi-letter Z extensions alphanumerically
` [PATCH v5 02/17] riscv: hwprobe.rst: Make indentation consistent
` [PATCH v5 03/17] riscv: hwprobe.rst: Document EXT_ZICFISS and EXT_ZICFILP

[PATCH v2 0/1] RISC-V: KVM: Serialize virtual interrupt pending state updates
 2026-07-08  3:35 UTC  (2+ messages)
` [PATCH v2 1/1] "

[[PATCH] v4 1/4] riscv: vector: refactor vector context operations
 2026-07-07 16:05 UTC  (2+ messages)

[PATCH v2 0/2] RISC-V: KVM: Optimize hfence request handling for SMP guests
 2026-07-07 12:50 UTC  (3+ messages)
` [PATCH v2 1/2] RISC-V: KVM: Introduce make_xfence_request_nodata for FENCE.I requests
` [PATCH v2 2/2] RISC-V: KVM: Separate req and fallback_req masks in make_xfence_request

[PATCH 0/2] RISC-V: KVM: Optimize hfence request handling for SMP guests
 2026-07-07 11:37 UTC  (3+ messages)
` [PATCH 1/2] RISC-V: KVM: Move hfence type check out of loop
` [PATCH 2/2] RISC-V: KVM: Separate req and fallback_req masks in make_xfence_request

[PATCH v5 0/8] RISC-V: KVM: Add Svadu/Zicfiss/Zicfilp FWFT support
 2026-07-07  7:51 UTC  (7+ messages)
` [PATCH v5 1/8] RISC-V: KVM: Add support for Svadu FWFT features
` [PATCH v5 7/8] RISC-V: KVM: Add support for control-flow integrity "
` [PATCH v5 8/8] KVM: riscv: selftests: add Zicfiss/Zicfilp extension to get-reg-list test

CFP for Plumbers RISC-V MC
 2026-07-06 14:46 UTC 

[PATCH v2] RISC-V: KVM: Zicbo[m|z|p] block sizes should be always present in ONE_REG
 2026-07-06  8:38 UTC 

[PATCH] RISC-V: KVM: Zicbo[m|z|p] block sizes should be always present in ONE_REG
 2026-07-06  5:40 UTC 


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