[PATCH v4 0/9] KVM: selftests: Create KVM selftests runner
2026-06-16 23:04 UTC (12+ messages)
` [PATCH v4 1/9] KVM: selftest: Create KVM selftest runner
[PATCH] RISC-V: KVM: Fix lost virtual interrupts during IRQ sync
2026-06-16 6:17 UTC
[PATCH 00/16] riscv: Generate riscv instruction functions
2026-06-16 6:06 UTC (14+ messages)
` [PATCH 01/16] riscv: Introduce instruction table generation
` [PATCH 03/16] riscv: kgdb: Use generated instruction headers
` [PATCH 04/16] riscv: kprobes: "
` [PATCH 1/16] riscv: Introduce instruction table generation
[PATCH v4 00/16] riscv: hwprobe: Expose RVA23U64 base behavior
2026-06-15 1:20 UTC (25+ messages)
` [PATCH v4 01/16] dt-bindings: riscv: sort multi-letter Z extensions alphanumerically
` [PATCH v4 02/16] riscv: hwprobe.rst: Make indentation consistent
` [PATCH v4 03/16] riscv: hwprobe.rst: Document EXT_ZICFISS and EXT_ZICFILP
` [PATCH v4 04/16] riscv: Standardize extension capitalization
` [PATCH v4 05/16] riscv: Add Zicclsm to cpufeature and hwprobe
` [PATCH v4 06/16] riscv: Add Ziccamoa, Ziccif, Ziccrse, and Za64rs "
` [PATCH v4 07/16] riscv: Add B to hwcap "
` [PATCH v4 08/16] dt-bindings: riscv: Add Zic64b extension description
` [PATCH v4 09/16] riscv: Add Zic64b to cpufeature and hwprobe
` [PATCH v4 10/16] riscv: dts: spacemit: k3: Add Zic64b ISA extension
` [PATCH v4 11/16] riscv: dts: spacemit: k1: "
` [PATCH v4 12/16] riscv: dts: sophgo: sg2044: "
` [PATCH v4 13/16] riscv: Add a getter for user PMLEN support
` [PATCH v4 14/16] riscv: cpufeature: Introduce ISA bases bitmap and rva23u64 detection
` [PATCH v4 15/16] riscv: cpu: Output isa bases lines in cpuinfo
` [PATCH v4 16/16] riscv: hwprobe: Introduce rva23u64 base behavior
[GIT PULL] KVM/riscv changes for 7.2
2026-06-14 9:49 UTC
[PATCH v1] riscv: kvm: Use endian-specific __lelong for NACL shared memory
2026-06-14 6:00 UTC (2+ messages)
[PATCH v9 4/5] perf: RISC-V: add support for SSE event
2026-06-11 6:25 UTC (2+ messages)
` [External] "
[PATCH 00/60] KVM Planes + SEV-SNP Support
2026-06-10 18:13 UTC (73+ messages)
` [PATCH 01/60] x86/sev: Define the #HV doorbell page structure
` [PATCH 02/60] KVM: SVM: Add support for the SEV-SNP #HV doorbell page NAE event
` [PATCH 03/60] KVM: SVM: Inject #HV when Restricted Injection is active
` [PATCH 04/60] KVM: SVM: Inject NMIs "
` [PATCH 05/60] KVM: SVM: Inject MCEs "
` [PATCH 06/60] KVM: SVM: Enable Restricted Injection for an SEV-SNP guest
` [PATCH 07/60] KVM: SVM: Add support for the SEV-SNP #HV IPI NAE event
` [PATCH 08/60] Documentation: kvm: introduce "VM plane" concept
` [PATCH 09/60] kvm: Introduce struct kvm_plane
` [PATCH 10/60] kvm: Move vcpu_array to "
` [PATCH 11/60] kvm: Introduce struct kvm_vcpu_common
` [PATCH 12/60] kvm: Move vcpu accounting to "
` [PATCH 13/60] kvm: Add read accessors for kvm_vcpu scheduling state
` [PATCH 14/60] kvm: Make kvm_running_vcpus point to struct kvm_vcpu_common
` [PATCH 15/60] kvm: Move VCPU scheduling state "
` [PATCH 16/60] kvm: Add accessors for kvm_vcpu->mutex
` [PATCH 17/60] kvm: Move VCPU locking to struct kvm_vcpu_common
` [PATCH 18/60] kvm: Move kvm_vcpu->rcuwait "
` [PATCH 19/60] kvm: Introduce accessors for kvm_vcpu->mode
` [PATCH 20/60] kvm: Move kvm_vcpu mode and requests field to struct kvm_vcpu_common
` [PATCH 21/60] kvm: Introduce per-plane VCPU requests
` [PATCH 22/60] kvm: Move kvm_vcpu pid members to struct kvm_vcpu_common
` [PATCH 23/60] kvm: Move kvm_vcpu sigset "
` [PATCH 24/60] kvm: Move kvm_vcpu spinloop "
` [PATCH 25/60] kvm: Move kvm_vcpu->dirty_ring "
` [PATCH 26/60] kvm: Introduce arch-specific plane state
` [PATCH 27/60] kvm: Introduce arch-specific part of struct kvm_vcpu_common
` [PATCH 28/60] kvm: Implement KVM_CAP_PLANES
` [PATCH 29/60] kvm: Implement KVM_CREATE_PLANE ioctl
` [PATCH 30/60] kvm: Add KVM_EXIT_PLANE_EVENT
` [PATCH 31/60] kvm: Allocate struct kvm_plane in architecture code
` [PATCH 32/60] kvm: Allocate struct kvm_run only for struct kvm_vcpu_common
` [PATCH 33/60] KVM: Implement KVM_CREATE_VCPU ioctl for planes
` [PATCH 34/60] kvm: Keep track of plane VCPUs in struct kvm_vcpu_common
` [PATCH 35/60] kvm: Add VCPU plane-scheduling state and helpers
` [PATCH 36/60] kvm: Add plane_level to kvm_kernel_irq_routing_entry
` [PATCH 37/60] kvm: Pass plane_level to kvm_set_routing_entry()
` [PATCH 38/60] kvm: Make KVM_SIGNAL_MSI per plane
` [PATCH 39/60] kvm: Make KVM_SET_GSI_ROUTING "
` [PATCH 40/60] kvm: x86: Handle IOAPIC EOIs "
` [PATCH 41/60] kvm: x86: Make apic_map "
` [PATCH 42/60] kvm: x86: Make local APIC code aware of planes
` [PATCH 43/60] kvm: x86: Move CPUID state to struct kvm_vcpu_arch_common
` [PATCH 44/60] kvm: x86: Move cpu_caps "
` [PATCH 45/60] kvm: x86: Update state for all plane VCPUs after CPUID update
` [PATCH 46/60] kvm: x86: Share MTRR state across planes
` [PATCH 47/60] kvm: x86: Select a plane to run
` [PATCH 48/60] kvm: x86: Make event injection VCPU requests per-plane
` [PATCH 49/60] kvm: x86: Allow hardware backend to overwrite struct kvm_plane allocation
` [PATCH 50/60] kvm: x86: Make KVM_REQ_UPDATE_PROTECTED_GUEST_STATE per plane
` [PATCH 51/60] kvm: x86: Share pio_data across planes
` [PATCH 52/60] kvm: x86: Switch to plane0 if it has events
` [PATCH 53/60] kvm: x86: Introduce max_planes x86-op
` [PATCH 54/60] kvm: x86: Restrict KVM planes support to KVM_IRQCHIP_SPLIT
` [PATCH 55/60] kvm: svm: Track vmsa_features per plane
` [PATCH 56/60] kvm: svm: Implement GET_AP_APIC_IDS NAE event
` [PATCH 57/60] kvm: sev: Allow for VMPL level specification in AP create
` [PATCH 58/60] kvm: svm: Invoke a specified VMPL level VMSA for the vCPU
` [PATCH 59/60] kvm: svm: Implement max_planes x86 operation
` [PATCH 60/60] kvm: svm: Advertise full multi-VMPL support to the SNP guest
` [syzbot ci] Re: KVM Planes + SEV-SNP Support
[PATCH v10 0/3] RISC-V: KVM: Validate SBI STA shmem alignment
2026-05-01 0:36 UTC (4+ messages)
` [PATCH v10 2/3] KVM: selftests: Refactor UAPI tests into dedicated function
[PATCH v3 00/19] KVM: selftests: Use kernel-style integer and g[vp]a_t types
2026-04-20 21:19 UTC (5+ messages)
` [PATCH v3 01/19] KVM: selftests: Use gva_t instead of vm_vaddr_t
` [PATCH v3 04/19] KVM: selftests: Use u64 instead of uint64_t
` [PATCH v3 06/19] KVM: selftests: Use u32 instead of uint32_t
` [PATCH v3 10/19] KVM: selftests: Use u8 instead of uint8_t
[PATCH] RISC-V: KVM: Avoid redundant page-table allocations in ioremap topup
2026-06-10 9:39 UTC
[PATCH v3 0/8] RISC-V: KVM: Add Svadu/Zicfiss/Zicfilp FWFT support
2026-06-07 8:11 UTC (9+ messages)
` [PATCH v3 1/8] RISC-V: KVM: Add support for Svadu FWFT features
` [PATCH v3 2/8] KVM: riscv: selftests: add Svadu FWFT extension to get-reg-list test
` [PATCH v3 3/8] RISC-V: KVM: Allow Zicfiss/Zicfilp extensions for Guest/VM
` [PATCH v3 4/8] RISC-V: KVM: Add ssp context save/restore
` [PATCH v3 5/8] RISC-V: KVM: Handle software-check exits for VCPU
` [PATCH v3 6/8] RISC-V: KVM: Delegate SPELP bit to VS/VU mode if landing pad is enabled
` [PATCH v3 7/8] RISC-V: KVM: Add support for control-flow integrity FWFT features
` [PATCH v3 8/8] KVM: riscv: selftests: add Zicfiss/Zicfilp extension to get-reg-list test
[PATCH v2 0/2] RISC-V: KVM: Fix skip of valid pages in gstage ops
2026-06-07 6:20 UTC (5+ messages)
` [PATCH v2 1/2] RISC-V: KVM: Fix skip of valid pages in kvm_riscv_gstage_wp_range
` [PATCH v2 2/2] RISC-V: KVM: Fix skip of valid pages in kvm_riscv_gstage_unmap_range
[PATCH v2 0/2] KVM: riscv: Fix hugetlb G-stage block mapping eligibility
2026-06-07 5:54 UTC (5+ messages)
` [PATCH v2 1/2] KVM: riscv: Check hugetlb block mappings against memslot bounds
` [PATCH v2 2/2] KVM: selftests: Add a hugetlb memslot alignment test mode
[PATCH v5 0/5] KVM: riscv: Fix stale FWFT feature exposure and enhance selftests
2026-06-05 16:16 UTC (12+ messages)
` [PATCH v5 1/5] KVM: RISC-V: SBI FWFT: Mark vCPU CSRs dirty after setting feature value
` [PATCH v5 2/5] KVM: RISC-V: SBI FWFT: Add optional init() callback for hardware probing
` [PATCH v5 3/5] KVM: RISC-V: SBI FWFT: Fix stale feature exposure after runtime extension changes
` [PATCH v5 4/5] KVM: riscv: selftests: Refactor ISA and SBI extension sublist macros
` [PATCH v5 5/5] KVM: riscv: selftests: Split SBI FWFT into separate feature-specific sublists
[PATCH] RISC-V: KVM: Enhance the logging check for mmu mapping
2026-06-05 14:54 UTC (4+ messages)
[PATCH v3 0/3] RISC-V: KVM: Huge page recovery during disable-dirty-log
2026-06-05 8:04 UTC (4+ messages)
` [PATCH v3 1/3] RISC-V: KVM: Refactor kvm_arch_commit_memory_region()
` [PATCH v3 2/3] RISC-V: KVM: add tracepoint for guest page faults
` [PATCH v3 3/3] RISC-V: KVM: Recover gstage huge page mappings during disable-dirty-log
[PATCH v3 00/15] riscv: hwprobe: Expose RVA23U64 base behavior
2026-06-05 3:50 UTC (11+ messages)
` [PATCH v3 02/15] riscv: hwprobe.rst: Document EXT_ZICFISS and EXT_ZICFILP
` [PATCH v3 08/15] riscv: Add Zic64b to cpufeature and hwprobe
` [PATCH v3 11/15] riscv: dts: sophgo: sg2044: Add Zic64b ISA extension
` [PATCH v3 12/15] riscv: Add a getter for user PMLEN support
` [PATCH v3 14/15] riscv: cpu: Output isa bases lines in cpuinfo
` [PATCH v3 15/15] riscv: hwprobe: Introduce rva23u64 base behavior
[PATCH v2 00/10] riscv: hwprobe: Expose RVA23U64 base behavior
2026-06-04 16:22 UTC (6+ messages)
` [PATCH v2 08/10] riscv: cpufeature: Introduce ISA bases bitmap and rva23u64 detection
[PATCH v3 0/9] riscv: kexec: Make kexec/kdump robust under VS-mode
2026-06-04 13:24 UTC (10+ messages)
` [PATCH v3 1/9] riscv: kexec: Reset executable bit on the control code page in cleanup
` [PATCH v3 2/9] riscv: kexec: Bound FDT search by source buffer size, not destination
` [PATCH v3 3/9] riscv: Add kexec trampoline text section to vmlinux.lds.S
` [PATCH v3 4/9] riscv: kexec: Place norelocate trampoline into .kexec.tramp.text
` [PATCH v3 5/9] riscv: kexec: Build trampoline page tables for crash kernel entry
` [PATCH v3 6/9] riscv: kexec: Switch to trampoline page table before norelocate
` [PATCH v3 7/9] riscv: kexec: Always build the trampoline page table
` [PATCH v3 8/9] riscv: kexec: Add the relocate-trampoline wrapper
` [PATCH v3 9/9] riscv: kexec: Route normal kexec through the trampoline page table
[PATCH] RISC-V: KVM: Fix timer state restore
2026-06-04 7:52 UTC (2+ messages)
[PATCH] RISC-V: KVM: Fix NULL pointer dereference in AIA IMSIC functions
2026-06-04 5:48 UTC (2+ messages)
[PATCH v2] RISC-V: KVM: Document a TOCTOU race in SBI system suspend handler
2026-06-04 5:43 UTC (2+ messages)
[PATCH 0/3] KVM: riscv: Fix hugetlb G-stage block mapping eligibility
2026-06-04 5:40 UTC (5+ messages)
` [PATCH 1/3] KVM: riscv: Pass the target size to huge G-stage checks
` [PATCH 2/3] KVM: riscv: Check hugetlb block mappings against memslot bounds
[PATCH 0/5] KVM: riscv: Speed up dirty logging write faults
2026-06-03 13:12 UTC (2+ messages)
[PATCH v2 0/4] Implement Eager Page Splitting for RISC-V
2026-06-03 10:00 UTC (5+ messages)
` [PATCH v2 1/4] RISC-V: KVM: Add the split page cache for ioctl context
` [PATCH v2 2/4] RISC-V: KVM: Split huge pages when dirty logging is enabled
` [PATCH v2 3/4] RISC-V: KVM: Split huge pages during KVM_CLEAR_DIRTY_LOG
` [PATCH v2 4/4] RISC-V: KVM: Add the eager_page_split module parameter
[PATCH 0/4] Implement Eager Page Splitting for RISC-V
2026-06-03 8:18 UTC (9+ messages)
` [PATCH 1/4] RISC-V: KVM: Add the split page cache for ioctl context
` [PATCH 2/4] RISC-V: KVM: Split huge pages when dirty logging is enabled
` [PATCH 3/4] RISC-V: KVM: Split huge pages during KVM_CLEAR_DIRTY_LOG
` [PATCH 4/4] RISC-V: KVM: Add the eager_page_split module parameter
[PATCH v2 0/7] RISC-V: KVM: Add Svadu/Zicfiss/Zicfilp FWFT support
2026-06-03 8:02 UTC (5+ messages)
` [PATCH v2 4/7] RISC-V: KVM: Allow Zicfiss/Zicfilp extensions for Guest/VM
page: next (older)
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox