messages from 2026-04-27 08:58:53 to 2026-04-27 23:53:43 UTC [more...]
[PATCH v4 0/6] KVM: x86/pmu: Add support for AMD Host-Only/Guest-Only bits
2026-04-27 23:53 UTC (11+ messages)
` [PATCH v4 3/6] KVM: x86/pmu: Disable counters based on Host-Only/Guest-Only bits in SVM
[PATCH] KVM: selftests: Include linux version of mman.h
2026-04-27 23:49 UTC (3+ messages)
[PATCH] vfio: selftests: Fix out-of-tree build with make O=
2026-04-27 23:15 UTC (2+ messages)
[PATCH v2] vfio: selftests: only build tests on arm64 and x86_64
2026-04-27 23:12 UTC (3+ messages)
[RFC PATCH v1 0/9] uaccess: Convert small fixed size copy_{to/from}_user() to scoped user access
2026-04-27 22:30 UTC (24+ messages)
` [RFC PATCH v1 1/9] uaccess: Split check_zeroed_user() out of usercopy.c
` [RFC PATCH v1 2/9] uaccess: Convert INLINE_COPY_{TO/FROM}_USER to kconfig and reduce ifdefery
` [RFC PATCH v1 3/9] x86/umip: Be stricter in fixup_umip_exception()
` [RFC PATCH v1 4/9] uaccess: Introduce copy_{to/from}_user_partial()
` [RFC PATCH v1 5/9] uaccess: Switch to copy_{to/from}_user_partial() when relevant
` [RFC PATCH v1 6/9] uaccess: Change copy_{to/from}_user to return -EFAULT
` [RFC PATCH v1 7/9] x86: Add unsafe_copy_from_user()
` [RFC PATCH v1 8/9] arm64: "
` [RFC PATCH v1 9/9] uaccess: Convert small fixed size copy_{to/from}_user() to scoped user access
[PATCH v5 0/6] vfio/pci: Add PCIe TPH support
2026-04-27 22:25 UTC (6+ messages)
` [PATCH v5 1/6] PCI/TPH: Fix pcie_tph_get_st_table_loc() field extraction
` [PATCH v5 4/6] vfio/pci: Add PCIe TPH enable/disable support
` [PATCH v5 5/6] vfio/pci: Add PCIe TPH GET_ST interface
` [PATCH v5 6/6] vfio/pci: Add PCIe TPH SET_ST interface
[PATCH] mm_types: remove references to s390 gmap
2026-04-27 21:44 UTC (3+ messages)
[PATCH v2 0/4] Allow disabling RAPL during SNP initialization
2026-04-27 21:20 UTC (6+ messages)
` [PATCH v2 1/4] crypto/ccp: Pass init_args to __sev_snp_init_locked()
` [PATCH v2 2/4] crypto/ccp: Support setting RAPL_DIS in SNP_INIT_EX
` [PATCH v2 3/4] KVM: SEV: Add the kvm-amd.rapl_disable module parameter
` [PATCH v2 4/4] KVM: selftests: Add a smoke test support for RAPL_DIS
[PATCH v6 0/7] KVM: SVM: Add Page Modification Logging (PML) support
2026-04-27 20:16 UTC (11+ messages)
` [PATCH v6 7/7] KVM: SVM: Add Page modification logging support
[PATCH 00/41] Fix various QOM object life-cycle issues
2026-04-27 19:42 UTC (4+ messages)
` [PATCH 20/41] target/i386/sev: add finalize functions and fix leaking setters
` [PATCH 21/41] target/i386/kvm/tdx: free strings in tdx_guest_finalize
` [PATCH 26/41] accel/kvm: free device path on finalization
[PATCH] KVM: x86: enrich kvm_fast_mmio trace event fields
2026-04-27 18:37 UTC (2+ messages)
[RFC 0/9] QEMU: CXL Type-2 device passthrough via vfio-pci
2026-04-27 18:12 UTC (10+ messages)
` [RFC 1/9] hw/arm/virt: Add CXL FMWS PA window for device memory
` [RFC 2/9] cxl: Add preserve_config to pxb-cxl OSC method
` [RFC 3/9] linux-headers: Update vfio.h for CXL Type-2 device passthrough
` [RFC 4/9] hw/vfio/region: Add vfio_region_setup_with_ops() for custom region ops
` [RFC 5/9] hw/vfio/pci: Add CXL Type-2 device detection and region setup
` [RFC 6/9] hw/vfio/pci: Wire CXL component-register BAR with COMP_REGS overlay
` [RFC 7/9] hw/vfio+cxl: Program HDM decoder 0 at machine_done for firmware-committed devices
` [RFC 8/9] hw/arm/smmu-common: Allow pxb-cxl as SMMUv3 primary bus
` [RFC 9/9] vfio/listener: Skip DMA mapping for VFIO-owned RAM-device regions
[PATCH v8 00/21] Runtime TDX module update support
2026-04-27 18:12 UTC (23+ messages)
` [PATCH v8 01/21] x86/virt/tdx: Move low level SEAMCALL helpers out of <asm/tdx.h>
` [PATCH v8 02/21] coco/tdx-host: Introduce a "tdx_host" device
` [PATCH v8 03/21] coco/tdx-host: Expose TDX module version
` [PATCH v8 04/21] x86/virt/seamldr: Introduce a wrapper for P-SEAMLDR SEAMCALLs
` [PATCH v8 05/21] x86/virt/seamldr: Add a helper to retrieve P-SEAMLDR information
` [PATCH v8 06/21] coco/tdx-host: Expose P-SEAMLDR information via sysfs
` [PATCH v8 07/21] coco/tdx-host: Implement firmware upload sysfs ABI for TDX module updates
` [PATCH v8 08/21] x86/virt/seamldr: Allocate and populate a module update request
` [PATCH v8 09/21] x86/virt/seamldr: Introduce skeleton for TDX module updates
` [PATCH v8 10/21] x86/virt/seamldr: Shut down the current TDX module
` [PATCH v8 11/21] x86/virt/tdx: Reset software states during TDX module shutdown
` [PATCH v8 12/21] x86/virt/seamldr: Install a new TDX module
` [PATCH v8 13/21] x86/virt/seamldr: Do TDX per-CPU initialization after module installation
` [PATCH v8 14/21] x86/virt/tdx: Restore TDX module state
` [PATCH v8 15/21] x86/virt/tdx: Refresh TDX module version after update
` [PATCH v8 16/21] x86/virt/tdx: Reject updates during concurrent TD build
` [PATCH v8 17/21] x86/virt/seamldr: Abort updates on failure
` [PATCH v8 18/21] coco/tdx-host: Don't expose P-SEAMLDR features on CPUs with erratum
` [PATCH v8 19/21] x86/virt/tdx: Enable TDX module runtime updates
` [PATCH v8 20/21] coco/tdx-host: Document TDX module update compatibility criteria
` [PATCH v8 21/21] x86/virt/tdx: Document TDX module update
[PATCH v2 0/4] perf/x86: Don't write PEBS_ENABLED on KVM transitions
2026-04-27 18:07 UTC (8+ messages)
` [PATCH v2 1/4] perf/x86/intel: Don't write PEBS_ENABLED on host<=>guest xfers if CPU has isolation
` [PATCH v2 2/4] perf/x86/intel: Don't context switch DS_AREA (and PEBS config) if PEBS is unused
[PATCH v2 0/7] KVM: VMX/SVM: use the same SPEC_CTRL assembly code
2026-04-27 18:01 UTC (11+ messages)
` [PATCH v2 1/7] KVM: VMX: remove regs argument of __vmx_vcpu_run
` [PATCH v2 2/7] KVM: VMX: more cleanups to __vmx_vcpu_run
` [PATCH v2 3/7] KVM: SVM: prepare for making SPEC_CTRL switch common with VMX
` [PATCH v2 4/7] KVM: SVM: adopt the same VMX_RUN_* flags as VMX
` [PATCH v2 5/7] KVM: SVM: extract RESTORE_*_SPEC_CTRL_BODY out of svm/vmenter.S
` [PATCH v2 6/7] KVM: VMX: switch to RESTORE_GUEST_SPEC_CTRL_BODY
` [PATCH v2 7/7] KVM: VMX: replace vmx_spec_ctrl_restore_host with RESTORE_HOST_SPEC_CTRL_BODY
[PATCH v2 00/16] iommu: Add live update state preservation
2026-04-27 17:56 UTC (17+ messages)
` [PATCH v2 01/16] liveupdate: luo_file: Add internal APIs for file preservation
` [PATCH v2 02/16] iommu: Implement IOMMU Live update FLB callbacks
` [PATCH v2 03/16] iommu: Implement IOMMU domain preservation
` [PATCH v2 04/16] iommu: Implement device and IOMMU HW preservation
` [PATCH v2 05/16] iommu/pages: Add APIs to preserve/unpreserve/restore iommu pages
` [PATCH v2 06/16] iommupt: Implement preserve/unpreserve/restore callbacks
` [PATCH v2 07/16] iommu/vt-d: Implement device and iommu preserve/unpreserve ops
` [PATCH v2 08/16] iommu: Add APIs to get iommu and device preserved state
` [PATCH v2 09/16] iommu/vt-d: Restore IOMMU state and reclaimed domain ids
` [PATCH v2 10/16] iommu: Restore and reattach preserved domains to devices
` [PATCH v2 11/16] iommu/vt-d: preserve PASID table of preserved device
` [PATCH v2 12/16] iommufd: Implement ioctl to mark HWPT for preservation
` [PATCH v2 13/16] iommufd: Persist iommu hardware pagetables for live update
` [PATCH v2 14/16] iommufd: Add APIs to preserve/unpreserve a vfio cdev
` [PATCH v2 15/16] vfio/pci: Preserve the iommufd state of the "
` [PATCH v2 16/16] iommufd/selftest: Add test to verify iommufd preservation
[kvm-unit-tests PATCH v2 0/4] scripts: Configure and update tools to allow basic b4 usage
2026-04-27 17:36 UTC (5+ messages)
` [kvm-unit-tests PATCH v2 1/4] scripts/checkpatch.pl: Add empty codespell and const_structs configs
` [kvm-unit-tests PATCH v2 2/4] scripts/checkpatch.pl: Create a project specific codespell config
` [kvm-unit-tests PATCH v2 3/4] scripts/get_maintainer.pl: Ignore --nogit-chief-penguins option
` [kvm-unit-tests PATCH v2 4/4] b4: Add b4 config with default prefix
[PATCH 00/43] KVM: arm64: Add GICv5 IRS support
2026-04-27 16:20 UTC (44+ messages)
` [PATCH 01/43] arm64/sysreg: Add GICv5 GIC VDPEND and VDRCFG encodings
` [PATCH 02/43] arm64/sysreg: Update ICC_CR0_EL1 with LINK and LINK_IDLE fields
` [PATCH 03/43] KVM: arm64: gic-v5: Add resident/non-resident hyp calls
` [PATCH 04/43] irqchip/gic-v5: Provide IRS config frame attrs to KVM
` [PATCH 05/43] KVM: arm64: gic-v5: Extract host IRS caps from IRS config frame
` [PATCH 06/43] KVM: arm64: gic-v5: Add VPE doorbell domain
` [PATCH 07/43] KVM: arm64: gic-v5: Create & manage VM and VPE tables
` [PATCH 08/43] KVM: arm64: gic-v5: Introduce guest IST alloc and management
` [PATCH 09/43] KVM: arm64: gic-v5: Implement VMT/vIST IRS MMIO Ops
` [PATCH 10/43] KVM: arm64: gic-v5: Implement VPE "
` [PATCH 11/43] KVM: arm64: gic-v5: Make VPEs valid in vgic_v5_reset()
` [PATCH 12/43] KVM: arm64: gic-v5: Clear db_fired flag before making VPE non-resident
` [PATCH 13/43] KVM: arm64: gic-v5: Make VPEs (non-)resident in vgic_load/put
` [PATCH 14/43] KVM: arm64: gic-v5: Request VPE doorbells when going non-resident
` [PATCH 15/43] KVM: arm64: gic-v5: Handle doorbells in kvm_vgic_vcpu_pending_irq()
` [PATCH 16/43] KVM: arm64: gic-v5: Initialise and teardown VMTEs & doorbells
` [PATCH 17/43] KVM: arm64: gic-v5: Enable VPE DBs on VPE reset and disable on teardown
` [PATCH 18/43] KVM: arm64: gic-v5: Define remaining IRS MMIO registers
` [PATCH 19/43] KVM: arm64: gic-v5: Introduce struct vgic_v5_irs and IRS base address
` [PATCH 20/43] KVM: arm64: gic-v5: Add IRS IODEV to iodev_types and generic MMIO handlers
` [PATCH 21/43] KVM: arm64: gic-v5: Add KVM_VGIC_V5_ADDR_TYPE_IRS to UAPI
` [PATCH 22/43] KVM: arm64: gic-v5: Add GICv5 IRS IODEV and MMIO emulation
` [PATCH 23/43] KVM: arm64: gic-v5: Set IRICHPPIDIS based on IRS enable state
` [PATCH 24/43] KVM: arm64: gic-v5: Call IRS init/teardown from vgic_v5 init/teardown
` [PATCH 25/43] KVM: arm64: gic-v5: Register the IRS IODEV
` [PATCH 26/43] Documentation: KVM: Extend VGICv5 docs for KVM_VGIC_V5_ADDR_TYPE_IRS
` [PATCH 27/43] KVM: arm64: selftests: Update vGICv5 selftest to set IRS address
` [PATCH 28/43] KVM: arm64: gic-v5: Introduce SPI AP list
` [PATCH 29/43] KVM: arm64: gic-v5: Add GIC VDPEND and GIC VDRCFG hyp calls
` [PATCH 30/43] KVM: arm64: gic-v5: Track SPI state for in-flight SPIs
` [PATCH 31/43] KVM: arm64: gic: Introduce set_pending_state() to irq_op
` [PATCH 32/43] KVM: arm64: gic-v5: Support SPI injection
` [PATCH 33/43] KVM: arm64: gic-v5: Add GICv5 SPI injection to irqfd
` [PATCH 34/43] KVM: arm64: gic-v5: Mask per-vcpu PPI state in vgic_v5_finalize_ppi_state()
` [PATCH 35/43] KVM: arm64: gic-v5: Add GICv5 EL1 sysreg userspace set/get interface
` [PATCH 36/43] KVM: arm64: gic-v5: Implement save/restore mechanisms for ISTs
` [PATCH 37/43] KVM: arm64: gic-v5: Handle userspace accesses to IRS MMIO region
` [PATCH 38/43] KVM: arm64: gic-v5: Add VGIC_GRP_IRS_REGS/VGIC_GRP_IST to UAPI
` [PATCH 39/43] KVM: arm64: gic-v5: Plumb in has/set/get_attr for sysregs & IRS MMIO regs
` [PATCH 40/43] Documentation: KVM: Document KVM_DEV_ARM_VGIC_GRP_CPU_SYSREGS for VGICv5
` [PATCH 41/43] Documentation: KVM: Add KVM_DEV_ARM_VGIC_GRP_IRS_REGS to VGICv5 docs
` [PATCH 42/43] Documentation: KVM: Add docs for KVM_DEV_ARM_VGIC_GRP_IST
` [PATCH 43/43] Documentation: KVM: Add the VGICv5 IRS save/restore sequences
[PATCH 0/9] vfio/pci: Add mmap() for DMABUFs
2026-04-27 14:36 UTC (5+ messages)
` [PATCH 9/9] vfio/pci: Add mmap() attributes to DMABUF feature
[PATCH v4 0/4] Add iommufd ioctls to support TSM operations
2026-04-27 14:05 UTC (9+ messages)
` [PATCH v4 1/4] iommufd/device: Associate a kvm pointer to iommufd_device
` [PATCH v4 2/4] iommufd/viommu: Associate a kvm pointer to iommufd_viommu
` [PATCH v4 4/4] iommufd/vdevice: add TSM guest request ioctl
[PATCH] vsock/virtio: fix memory leak in virtio_transport_recv_listen()
2026-04-27 13:44 UTC (2+ messages)
[kvm-unit-tests PATCH] arm: add wfx test case
2026-04-27 13:00 UTC
[PATCH v2 0/4] KVM: s390: vsie: Implement ASTFLEIE facility 2
2026-04-27 12:50 UTC (3+ messages)
` [PATCH v2 3/4] KVM: s390: vsie: Refactor handle_stfle
[PATCH V4 0/2] LoongArch: KVM: fix "unreliable stack" issue
2026-04-27 12:06 UTC (6+ messages)
` [PATCH V4 1/2] LoongArch: KVM: Compile the switch.S file directly into the kernel
[PATCH 00/14] userfaultfd: working set tracking for VM guest memory
2026-04-27 11:46 UTC (15+ messages)
` [PATCH 01/14] mm: decouple protnone helpers from CONFIG_NUMA_BALANCING
` [PATCH 02/14] mm: rename uffd-wp PTE bit macros to uffd
` [PATCH 03/14] mm: rename uffd-wp PTE accessors "
` [PATCH 04/14] mm: add VM_UFFD_RWP VMA flag
` [PATCH 05/14] mm: add MM_CP_UFFD_RWP change_protection() flag
` [PATCH 06/14] mm: preserve RWP marker across PTE rewrites
` [PATCH 07/14] mm: handle VM_UFFD_RWP in khugepaged, rmap, and GUP
` [PATCH 08/14] userfaultfd: add UFFDIO_REGISTER_MODE_RWP and UFFDIO_RWPROTECT plumbing
` [PATCH 09/14] mm/userfaultfd: add RWP fault delivery and expose UFFDIO_REGISTER_MODE_RWP
` [PATCH 10/14] mm/pagemap: add PAGE_IS_ACCESSED for RWP tracking
` [PATCH 11/14] userfaultfd: add UFFD_FEATURE_RWP_ASYNC for async fault resolution
` [PATCH 12/14] userfaultfd: add UFFDIO_SET_MODE for runtime sync/async toggle
` [PATCH 13/14] selftests/mm: add userfaultfd RWP tests
` [PATCH 14/14] Documentation/userfaultfd: document RWP working set tracking
[PATCH] target/arm/kvm: Mark host feature cache valid last
2026-04-27 11:22 UTC (2+ messages)
[RFC, PATCH 00/12] userfaultfd: working set tracking for VM guest memory
2026-04-27 10:52 UTC (13+ messages)
[PATCH v3 00/32] target/arm: fully model WFxT instructions for A-profile
2026-04-27 10:47 UTC (3+ messages)
[PATCH] KVM: s390: pci: Fix aisb calculation
2026-04-27 9:11 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