messages from 2025-09-23 14:53:04 to 2025-10-24 10:36:14 UTC [more...]
[PATCH v3 00/25] KVM: x86/mmu: TDX post-populate cleanups
2025-10-24 10:36 UTC (68+ messages)
` [PATCH v3 01/25] KVM: Make support for kvm_arch_vcpu_async_ioctl() mandatory
` [PATCH v3 02/25] KVM: Rename kvm_arch_vcpu_async_ioctl() to kvm_arch_vcpu_unlocked_ioctl()
` [PATCH v3 03/25] KVM: TDX: Drop PROVE_MMU=y sanity check on to-be-populated mappings
` [PATCH v3 04/25] KVM: x86/mmu: Add dedicated API to map guest_memfd pfn into TDP MMU
` [PATCH v3 05/25] Revert "KVM: x86/tdp_mmu: Add a helper function to walk down the TDP MMU"
` [PATCH v3 06/25] KVM: x86/mmu: Rename kvm_tdp_map_page() to kvm_tdp_page_prefault()
` [PATCH v3 07/25] KVM: TDX: Drop superfluous page pinning in S-EPT management
` [PATCH v3 08/25] KVM: TDX: Return -EIO, not -EINVAL, on a KVM_BUG_ON() condition
` [PATCH v3 09/25] KVM: TDX: Fold tdx_sept_drop_private_spte() into tdx_sept_remove_private_spte()
` [PATCH v3 10/25] KVM: x86/mmu: Drop the return code from kvm_x86_ops.remove_external_spte()
` [PATCH v3 11/25] KVM: TDX: Avoid a double-KVM_BUG_ON() in tdx_sept_zap_private_spte()
` [PATCH v3 12/25] KVM: TDX: Use atomic64_dec_return() instead of a poor equivalent
` [PATCH v3 13/25] KVM: TDX: Fold tdx_mem_page_record_premap_cnt() into its sole caller
` [PATCH v3 14/25] KVM: TDX: Bug the VM if extended the initial measurement fails
` [PATCH v3 15/25] KVM: TDX: ADD pages to the TD image while populating mirror EPT entries
` [PATCH v3 16/25] KVM: TDX: Fold tdx_sept_zap_private_spte() into tdx_sept_remove_private_spte()
` [PATCH v3 17/25] KVM: TDX: Combine KVM_BUG_ON + pr_tdx_error() into TDX_BUG_ON()
` [PATCH v3 18/25] KVM: TDX: Derive error argument names from the local variable names
` [PATCH v3 19/25] KVM: TDX: Assert that mmu_lock is held for write when removing S-EPT entries
` [PATCH v3 20/25] KVM: TDX: Add macro to retry SEAMCALLs when forcing vCPUs out of guest
` [PATCH v3 21/25] KVM: TDX: Add tdx_get_cmd() helper to get and validate sub-ioctl command
` [PATCH v3 22/25] KVM: TDX: Convert INIT_MEM_REGION and INIT_VCPU to "unlocked" vCPU ioctl
` [PATCH v3 23/25] KVM: TDX: Use guard() to acquire kvm->lock in tdx_vm_ioctl()
` [PATCH v3 24/25] KVM: TDX: Guard VM state transitions with "all" the locks
` [PATCH v3 25/25] KVM: TDX: Fix list_add corruption during vcpu_load()
[PATCH] RISC-V: KVM: Remove automatic I/O mapping for VM_PFNMAP
2025-10-24 10:03 UTC (9+ messages)
` "
[PATCH v2] RISC-V: KVM: flush VS-stage TLB after VCPU migration to prevent stale entries
2025-10-24 3:52 UTC (5+ messages)
[RFC PATCH v2 00/18] iommu/riscv: Add irqbypass support
2025-10-23 13:47 UTC (44+ messages)
` [RFC PATCH v2 01/18] genirq/msi: Provide DOMAIN_BUS_MSI_REMAP
` [RFC PATCH v2 02/18] iommu/riscv: Move struct riscv_iommu_domain and info to iommu.h
` [RFC PATCH v2 03/18] iommu/riscv: Use data structure instead of individual values
` [RFC PATCH v2 04/18] iommu/riscv: Add IRQ domain for interrupt remapping
` [RFC PATCH v2 05/18] iommu/riscv: Prepare to use MSI table
` [RFC PATCH v2 06/18] iommu/riscv: Implement MSI table management functions
` [RFC PATCH v2 07/18] iommu/riscv: Export phys_to_ppn and ppn_to_phys
` [RFC PATCH v2 08/18] iommu/riscv: Use MSI table to enable IMSIC access
` [RFC PATCH v2 09/18] iommu/dma: enable IOMMU_DMA for RISC-V
` [RFC PATCH v2 10/18] RISC-V: Define irqbypass vcpu_info
` [RFC PATCH v2 13/18] iommu/riscv: report iommu capabilities
` [RFC PATCH v2 14/18] RISC-V: KVM: Enable KVM_VFIO interfaces on RISC-V arch
` [RFC PATCH v2 16/18] vfio: enable IOMMU_TYPE1 for RISC-V
` [RFC PATCH v2 17/18] RISC-V: defconfig: Add VFIO modules
[PATCH v3] RISC-V: KVM: flush VS-stage TLB after VCPU migration to prevent stale entries
2025-10-23 3:25 UTC
[PATCH 1/2] KVM: riscv: selftests: Add riscv vm satp modes
2025-10-22 14:26 UTC (11+ messages)
` [PATCH 2/2] KVM: riscv: selftests: Detect supported vm modes
[PATCH v2] RISC-V: KVM: Remove automatic I/O mapping for VM_PFNMAP
2025-10-21 14:21 UTC
[RFC PATCH v2 18/18] DO NOT UPSTREAM: RISC-V: KVM: Workaround kvm_riscv_gstage_ioremap() bug
2025-10-21 1:10 UTC (4+ messages)
[PATCH v4 00/10] riscv: Add Zalasr ISA extension support
2025-10-20 17:21 UTC (9+ messages)
` [PATCH v4 01/10] riscv: Add ISA extension parsing for Zalasr
` [PATCH v4 02/10] dt-bindings: riscv: Add Zalasr ISA extension description
` [PATCH v4 03/10] riscv: hwprobe: Export Zalasr extension
` [PATCH v4 04/10] riscv: Introduce Zalasr instructions
[PATCH v4 10/10] RISC-V: KVM: selftests: Add Zalasr extensions to get-reg-list test
2025-10-20 4:29 UTC
[PATCH v4 05/10] riscv: Apply Zalasr to smp_load_acquire/smp_store_release
2025-10-20 4:24 UTC (5+ messages)
` [PATCH v4 06/10] riscv: Apply acquire/release semantics to arch_xchg/arch_cmpxchg operations
` [PATCH v4 07/10] riscv: Apply acquire/release semantics to arch_atomic operations
` [PATCH v4 08/10] riscv: Remove arch specific __atomic_acquire/release_fence
` [PATCH v4 09/10] RISC-V: KVM: Allow Zalasr extensions for Guest/VM
[PATCH 00/10] KVM: selftests: Convert to kernel-style types
2025-10-17 22:38 UTC (3+ messages)
[PATCH 0/4] SBI MPXY support for KVM Guest
2025-10-17 16:20 UTC (9+ messages)
` [PATCH 1/4] RISC-V: KVM: Convert kvm_riscv_vcpu_sbi_forward() into extension handler
` [PATCH 2/4] RISC-V: KVM: Add separate source for forwarded SBI extensions
` [PATCH 3/4] RISC-V: KVM: Add SBI MPXY extension support for Guest
` [PATCH 4/4] KVM: riscv: selftests: Add SBI MPXY extension to get-reg-list
[PATCH] RISC-V: KVM: Read HGEIP CSR on the correct cpu
2025-10-17 9:53 UTC (4+ messages)
[PATCH] RISC-V: KVM: Fix check for local interrupts on riscv32
2025-10-17 3:23 UTC (3+ messages)
[PATCH 0/2] KVM: selftests: riscv vm satp modes support
2025-10-17 3:09 UTC
[PATCH v5 00/44] KVM: x86: Add support for mediated vPMUs
2025-10-16 0:04 UTC (8+ messages)
` [PATCH v5 32/44] KVM: x86/pmu: Disable interception of select PMU MSRs "
KVM: riscv: selftests: sv39 support needed?
2025-10-13 17:33 UTC (6+ messages)
[PATCH v3 0/9] KVM Selftest Runner
2025-10-10 19:38 UTC (20+ messages)
` [PATCH v3 1/9] KVM: selftest: Create KVM selftest runner
` [PATCH v3 2/9] KVM: selftests: Provide executables path option to the "
` [PATCH v3 3/9] KVM: selftests: Add timeout option in selftests runner
` [PATCH v3 4/9] KVM: selftests: Add option to save selftest runner output to a directory
` [PATCH v3 5/9] KVM: selftests: Run tests concurrently in KVM selftests runner
` [PATCH v3 6/9] KVM: selftests: Add various print flags to KVM selftest runner
` [PATCH v3 7/9] KVM: selftests: Print sticky KVM selftests runner status at bottom
` [PATCH v3 8/9] KVM: selftests: Add rule to generate default tests for KVM selftests runner
` [PATCH v3 9/9] KVM: selftests: Provide README.rst "
[PATCH] RISC-V: KVM: flush VS-stage TLB after VCPU migration to prevent stale entries
2025-10-09 10:15 UTC (3+ messages)
[PATCH v6 0/8] Add SBI v3.0 PMU enhancements
2025-10-09 1:06 UTC (2+ messages)
[PATCH v14 00/34] KVM: guest_memfd() and per-page attributes
2025-10-07 13:58 UTC (4+ messages)
` [PATCH 15/34] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
[GIT PULL] KVM/riscv changes for 6.18
2025-09-30 17:16 UTC (2+ messages)
[PATCH v2] RISC-V: KVM: Transparent huge page support
2025-09-30 7:20 UTC
[PATCH] RISC-V: KVM: Transparent huge page support
2025-09-28 19:31 UTC (3+ messages)
` [External] : "
[PATCH] riscv: Move user-visible sbi ext ids to uapi
2025-09-25 2:09 UTC (5+ messages)
page: next (older) | prev (newer) | latest
- 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;
as well as URLs for NNTP newsgroup(s).