messages from 2026-06-02 11:02:05 to 2026-06-02 23:37:51 UTC [more...]
[PATCH v3 00/15] riscv: hwprobe: Expose RVA23U64 base behavior
2026-06-03 11:12 UTC (19+ messages)
` [PATCH v3 01/15] riscv: hwprobe.rst: Make indentation consistent
` [PATCH v3 02/15] riscv: hwprobe.rst: Document EXT_ZICFISS and EXT_ZICFILP
` [PATCH v3 03/15] riscv: Standardize extension capitalization
` [PATCH v3 04/15] riscv: Add Zicclsm to cpufeature and hwprobe
` [PATCH v3 05/15] riscv: Add Ziccamoa, Ziccif, Ziccrse, and Za64rs "
` [PATCH v3 06/15] riscv: Add B to hwcap "
` [PATCH v3 07/15] dt-bindings: riscv: Add Zic64b extension description
` [PATCH v3 08/15] riscv: Add Zic64b to cpufeature and hwprobe
` [PATCH v3 09/15] riscv: dts: spacemit: k3: Add Zic64b ISA extension
` [PATCH v3 10/15] riscv: dts: spacemit: k1: "
` [PATCH v3 11/15] riscv: dts: sophgo: sg2044: "
` [PATCH v3 12/15] riscv: Add a getter for user PMLEN support
` [PATCH v3 13/15] riscv: cpufeature: Introduce ISA bases bitmap and rva23u64 detection
` [PATCH v3 14/15] riscv: cpu: Output isa bases lines in cpuinfo
` [PATCH v3 15/15] riscv: hwprobe: Introduce rva23u64 base behavior
[PATCH v14 0/8] vfio/pci: Add PCIe TPH support
2026-06-02 23:08 UTC (4+ messages)
[PATCH v3 0/4] KVM: Miscellaneous SEV/SNP related fixes
2026-06-02 23:07 UTC (6+ messages)
` [PATCH v3 1/4] KVM: SEV: Do not allow intra-host migration/mirroring of SNP VMs
` [PATCH v3 2/4] KVM: selftests: Verify SNP VMs are rejected from migration and mirroring
` [PATCH v3 3/4] crypto: ccp: Fix possible deadlock in SEV init failure path
` [PATCH v3 4/4] crypto: ccp: Fix memory leak in SEV INIT_EX path
[PATCH v7 00/42] guest_memfd: In-place conversion support
2026-06-02 22:41 UTC (8+ messages)
` [PATCH v7 07/42] KVM: guest_memfd: Only prepare folios for private pages
[PATCH v6] vfio: selftests: Find devices that have VFIO selftest drivers
2026-06-02 22:29 UTC
[PATCH v2 0/3] vfio-pci/zdev: Improved zPCI Function Measurement Support
2026-06-02 22:24 UTC (4+ messages)
` [PATCH v2 2/3] vfio-pci/zdev: Add VFIO FMB device feature
[PATCH v6 14/15] selftests/mm: add userfaultfd RWP tests
2026-06-02 22:18 UTC (2+ messages)
[PATCH v2 0/4] KVM: Miscellaneous SEV/SNP related fixes
2026-06-02 21:58 UTC (16+ messages)
` [PATCH v2 1/4] KVM: SEV: Do not allow intra-host migration/mirroring of SNP VMs
` [PATCH v2 3/4] crypto: ccp: Fix possible deadlock in SEV init failure path
` [PATCH v2 4/4] crypto: ccp: Fix memory leak in SEV INIT_EX path
[PATCH v4 0/7] mm: Fix MF_DELAYED handling on memory failure
2026-06-02 21:55 UTC (8+ messages)
` [PATCH v4 1/7] mm: memory_failure: Clarify the MF_DELAYED definition
` [PATCH v4 2/7] mm: memory_failure: Allow truncate_error_folio to return MF_DELAYED
` [PATCH v4 3/7] mm: shmem: Update shmem handler to the MF_DELAYED definition
` [PATCH v4 4/7] mm: memory_failure: Generalize extra_pins handling to all MF_DELAYED cases
` [PATCH v4 5/7] mm: selftests: Add shmem into memory failure test
` [PATCH v4 6/7] KVM: selftests: Add the guest_memfd "
` [PATCH v4 7/7] KVM: selftests: Test guest_memfd behavior with respect to stage 2 page tables
[PATCH v1 00/26] KVM: arm64 on s390 System Register Handling
2026-06-02 21:33 UTC (5+ messages)
` [PATCH v1 15/26] s390: Add functions to query arm guest time
[PATCH v7 34/42] KVM: selftests: Test conversion with elevated page refcount
2026-06-02 21:26 UTC (2+ messages)
[PATCH v6 0/6] Add RMPOPT support
2026-06-02 20:54 UTC (11+ messages)
` [PATCH v6 1/6] x86/cpufeatures: Add X86_FEATURE_AMD_RMPOPT feature flag
` [PATCH v6 2/6] x86/sev: Initialize RMPOPT configuration MSRs
` [PATCH v6 3/6] x86/sev: Add support to perform RMP optimizations asynchronously
` [PATCH v6 4/6] x86/sev: Add interface to re-enable RMP optimizations
` [PATCH v6 5/6] KVM: SEV: Perform RMP optimizations on SNP guest shutdown
` [PATCH v6 6/6] x86/sev: Add debugfs support for RMPOPT
[PATCH] KVM: x86: Fix array_index_nospec() protection in kvm_vcpu_ioctl_x86_set_mce()
2026-06-02 20:22 UTC (5+ messages)
[kvm-unit-tests PATCH] x86/run: Use separate "-accel" option to configure the accelerator
2026-06-02 20:22 UTC (6+ messages)
[PATCH v2 0/9] vfio/pci: Add mmap() for DMABUFs
2026-06-02 19:14 UTC (21+ messages)
` [PATCH v2 2/9] vfio/pci: Add a helper to look up PFNs "
` [PATCH v2 3/9] vfio/pci: Add a helper to create a DMABUF for a BAR-map VMA
` [PATCH v2 4/9] vfio/pci: Convert BAR mmap() to use a DMABUF
` [PATCH v2 7/9] vfio/pci: Support mmap() of a VFIO DMABUF
` [PATCH v2 8/9] vfio/pci: Permanently revoke a DMABUF on request
` [PATCH v2 9/9] vfio/pci: Add mmap() attributes to DMABUF feature
[PATCH v5] vfio: selftests: Find devices that have VFIO selftest drivers
2026-06-02 19:02 UTC (2+ messages)
[PATCH v2 00/17] accel: Remove need for AccelCPUClass
2026-06-02 18:40 UTC (2+ messages)
[PATCH v8 1/1] vfio/nvgrace-gpu: Add Blackwell-Next GPU readiness check via CXL DVSEC
2026-06-02 18:22 UTC (3+ messages)
[PATCH v9 0/3] KVM: s390: Introducing kvm_arch_set_irq_inatomic Fast Inject
2026-06-02 18:14 UTC (7+ messages)
` [PATCH v9 1/3] KVM: s390: Add map/unmap ioctl and clean mappings post-guest
` [PATCH v9 3/3] KVM: s390: Introducing kvm_arch_set_irq_inatomic fast inject
[GIT PULL v1 00/10] KVM: s390: More gmap and vsie fixes
2026-06-02 18:12 UTC (16+ messages)
` [GIT PULL v1 01/10] KVM: s390: Fix _gmap_unmap_crste()
` [GIT PULL v1 02/10] KVM: s390: Fix _gmap_crstep_xchg_atomic()
` [GIT PULL v1 03/10] KVM: s390: Avoid potentially sleeping while atomic when zapping pages
` [GIT PULL v1 04/10] KVM: s390: Fix guest / virtual address confusion in _essa_clear_cbrl()
` [GIT PULL v1 05/10] KVM: s390: vsie: Fix rmap handling in _do_shadow_crste()
` [GIT PULL v1 06/10] KVM: s390: Fix fault-in code
` [GIT PULL v1 07/10] KVM: s390: Lock pte when making page secure
` [GIT PULL v1 08/10] KVM: s390: Prevent memslots outside the ASCE range
` [GIT PULL v1 09/10] KVM: s390: Fix possible reference leak in fault-in code
` [GIT PULL v1 10/10] KVM: s390: Remove ptep_zap_softleaf_entry()
[PATCH 0/3] KVM: arm64: FEAT_{S1POE,ATS1A} support fixes
2026-06-02 17:49 UTC (6+ messages)
` [PATCH 1/3] KVM: arm64: Key CPTR_EL2.E0POE propagation on FEAT_S1POE
` [PATCH 2/3] KVM: arm64: Wire AT S1E1A in the system instruction handling table
` [PATCH 3/3] arm64: cpufeature: Expose ID_AA64ISAR2_EL1.ATS1A to KVM
[PATCH v4 0/3] KVM: guest_memfd: Fix signed offset+size goof
2026-06-02 17:25 UTC (5+ messages)
` [PATCH v4 1/3] KVM: guest_memfd: Treat memslot binding offset+size as unsigned values
` [PATCH v4 2/3] KVM: selftests: Expand the guest_memfd test macros to allow passing the VM
` [PATCH v4 3/3] KVM: selftests: Add guest_memfd regression test signed offset+size bug
[PATCH v3 3/3] KVM: selftests: Add guest_memfd regression test signed offset+size bug
2026-06-02 17:01 UTC (4+ messages)
[PATCH] KVM: x86/xen: Add KVM_XEN_VCPU_ATTR_TYPE_WRITE_HYPERCALL_PAGE
2026-06-02 17:01 UTC (2+ messages)
[kvm-unit-tests RFC PATCH 0/6] powerpc improvements
2026-06-02 15:54 UTC (3+ messages)
` [kvm-unit-tests RFC PATCH 2/6] configure: Make arch_libdir a first-class entity
[PATCH v6 00/28] KVM: combined patchset for MBEC/GMET support
2026-06-02 15:29 UTC (58+ messages)
` [PATCH 01/28] KVM: TDX/VMX: rework EPT_VIOLATION_EXEC_FOR_RING3_LIN into PROT_MASK
` [PATCH 02/28] KVM: x86/mmu: remove SPTE_PERM_MASK
` [PATCH 03/28] KVM: x86/mmu: free up bit 10 of PTEs in preparation for MBEC
` [PATCH 04/28] KVM: x86/mmu: shuffle high bits of SPTEs "
` [PATCH 05/28] KVM: x86/mmu: remove SPTE_EPT_*
` [PATCH 06/28] KVM: x86/mmu: merge make_spte_{non,}executable
` [PATCH 07/28] KVM: x86/mmu: rename and clarify BYTE_MASK
` [PATCH 08/28] KVM: x86/mmu: separate more EPT/non-EPT permission_fault()
` [PATCH 09/28] KVM: x86/mmu: introduce ACC_READ_MASK
` [PATCH 10/28] KVM: x86/mmu: pass PFERR_GUEST_PAGE/FINAL_MASK to kvm_translate_gpa
` [PATCH 11/28] KVM: x86/mmu: pass pte_access for final nGPA->GPA walk
` [PATCH 12/28] KVM: x86: make translate_nested_gpa vendor-specific
` [PATCH 13/28] KVM: x86/mmu: split XS/XU bits for EPT
` [PATCH 14/28] KVM: x86/mmu: move cr4_smep to base role
` [PATCH 15/28] KVM: VMX: enable use of MBEC
` [PATCH 16/28] KVM: nVMX: pass advanced EPT violation vmexit info to guest
` [PATCH 17/28] KVM: nVMX: pass PFERR_USER_MASK to MMU on EPT violations
` [PATCH 18/28] KVM: x86/mmu: add support for MBEC to EPT page table walks
` [PATCH 19/28] KVM: nVMX: advertise MBEC to nested guests
` [PATCH 20/28] KVM: nVMX: allow MBEC with EVMCS
` [PATCH 21/28] KVM: x86/mmu: propagate access mask from root pages down
` [PATCH 22/28] KVM: x86/mmu: introduce cpu_role bit for availability of PFEC.I/D
` [PATCH 23/28] KVM: SVM: add GMET bit definitions
` [PATCH 24/28] KVM: x86/mmu: hard code more bits in kvm_init_shadow_npt_mmu
` [PATCH 25/28] KVM: x86/mmu: add support for GMET to NPT page table walks
` [PATCH 26/28] KVM: SVM: enable GMET and set it in MMU role
` [PATCH 27/28] KVM: SVM: work around errata 1218
` [PATCH 28/28] KVM: nSVM: enable GMET for guests
[PATCH v15 00/10] vfio/pci: Add PCIe TPH support
2026-06-02 15:05 UTC (15+ messages)
` [PATCH v15 01/10] PCI/TPH: Fix pcie_tph_get_st_table_loc() field extraction
` [PATCH v15 02/10] PCI/TPH: Cache TPH requester capability at probe time
` [PATCH v15 03/10] PCI/TPH: Fix tph_enabled concurrent update race by bitfield packing
` [PATCH v15 04/10] PCI/TPH: Refactor pcie_enable_tph & add explicit requester variant
` [PATCH v15 05/10] PCI/TPH: Refactor pcie_tph_get_cpu_st & add explicit variant
` [PATCH v15 06/10] PCI/TPH: expose the enabled TPH requester type
` [PATCH v15 07/10] PCI/TPH: Add pcie_tph_supported() helper to check TPH capability
` [PATCH v15 08/10] vfio/pci: Add VFIO_DEVICE_FEATURE_TPH_ST_CONFIG for PCIe TPH ST configuration
` [PATCH v15 09/10] vfio/pci: Add VFIO_DEVICE_FEATURE_TPH_CPU_ST to query TPH steering tag
` [PATCH v15 10/10] vfio/pci: Virtualize PCIe TPH capability registers
[PATCH] KVM: x86: fix #GP check in em_dr_write()
2026-06-02 14:55 UTC (2+ messages)
[PATCH v14 00/44] arm64: Support for Arm CCA in KVM
2026-06-02 14:49 UTC (7+ messages)
` [PATCH v14 13/44] arm64: RMI: Define the user ABI
` [PATCH v14 14/44] arm64: RMI: Basic infrastructure for creating a realm
[PATCH v3 00/10] KVM: s390: More gmap and vsie fixes
2026-06-02 14:44 UTC (13+ messages)
` [PATCH v3 01/10] KVM: s390: Fix _gmap_unmap_crste()
` [PATCH v3 02/10] KVM: s390: Fix _gmap_crstep_xchg_atomic()
` [PATCH v3 03/10] KVM: s390: Avoid potentially sleeping while atomic when zapping pages
` [PATCH v3 04/10] KVM: s390: Fix guest / virtual address confusion in _essa_clear_cbrl()
` [PATCH v3 05/10] KVM: s390: vsie: Fix rmap handling in _do_shadow_crste()
` [PATCH v3 06/10] KVM: s390: Fix fault-in code
` [PATCH v3 07/10] KVM: s390: Lock pte when making page secure
` [PATCH v3 08/10] KVM: s390: Prevent memslots outside the ASCE range
` [PATCH v3 09/10] KVM: s390: Fix possible reference leak in fault-in code
` [PATCH v3 10/10] KVM: s390: Remove ptep_zap_softleaf_entry()
[PATCH v2 0/1] target/i386: Add support for KVM APERF/MPERF passthrough
2026-06-02 14:03 UTC (2+ messages)
` [PATCH v2 1/1] "
[PATCH v2 27/30] iommu/io-pgtable-arm: remove deprecated iova_to_phys wrapper
2026-06-02 13:22 UTC (2+ messages)
[PATCH 00/11] Convert moduleparams to seq_buf
2026-06-02 13:04 UTC (5+ messages)
` [PATCH 01/11] params: bound array element output to the caller's page buffer
[PATCH v2 15/20] KVM: x86/xen: Convert kvm_xen_set_evtchn_fast() to gpc's CLASS() APIs
2026-06-02 12:37 UTC (2+ messages)
[RFC PATCH] Optimize VFIO and IOMMU mapping traversal
2026-06-02 12:32 UTC (6+ messages)
` [PATCH 0/9] iommu: introduce iova_to_phys_length for efficient IOVA-to-physical translation
` [PATCH 3/9] iommu/generic_pt: implement iova_to_phys_length
[PATCH v2 20/20] KVM: x86: Use gfn_to_pfn_cache for record_steal_time
2026-06-02 12:29 UTC (2+ messages)
[PATCH v2 30/30] iommu: remove iova_to_phys from domain_ops and io_pgtable_ops
2026-06-02 11:16 UTC (2+ messages)
[PATCH v2 23/30] vfio/iommufd: use iova_to_phys_length for efficient unmap
2026-06-02 11:16 UTC (2+ messages)
[PATCH v2 22/30] iommu/virtio: implement iova_to_phys_length
2026-06-02 11:15 UTC (2+ messages)
[PATCH v2 24/30] drm/panfrost: switch to iova_to_phys_length
2026-06-02 11:14 UTC (2+ messages)
[PATCH v2 15/30] iommu/mtk_v1: implement iova_to_phys_length
2026-06-02 11:12 UTC (2+ messages)
[PATCH v2 21/30] iommu/tegra-smmu: implement iova_to_phys_length
2026-06-02 11:10 UTC (2+ messages)
[PATCH v2 18/30] iommu/s390: implement iova_to_phys_length
2026-06-02 11:10 UTC (2+ messages)
[PATCH v2 02/30] iommu/io-pgtable-arm: introduce iova_to_phys_length in io_pgtable_ops
2026-06-02 11:09 UTC (2+ messages)
[PATCH v2 16/30] iommu/omap: implement iova_to_phys_length
2026-06-02 11:09 UTC (2+ messages)
[PATCH v2 05/30] iommu/generic_pt: implement iova_to_phys_length
2026-06-02 11:06 UTC (2+ messages)
[PATCH v2 01/30] iommu: introduce iova_to_phys_length in iommu_domain_ops
2026-06-02 11:05 UTC (2+ messages)
[PATCH v2 07/30] iommu/arm-smmu: implement iova_to_phys_length
2026-06-02 11:04 UTC (2+ messages)
[PATCH v2 14/30] iommu/msm: implement iova_to_phys_length
2026-06-02 11:04 UTC (2+ messages)
[PATCH v2 17/30] iommu/rockchip: implement iova_to_phys_length
2026-06-02 11:03 UTC (2+ messages)
[PATCH v2 13/30] iommu/fsl_pamu: implement iova_to_phys_length
2026-06-02 11:02 UTC (2+ messages)
[PATCH v2 03/30] iommu/io-pgtable-arm-v7s: introduce iova_to_phys_length in io_pgtable_ops
2026-06-02 11:02 UTC (2+ 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