messages from 2026-04-07 20:51:39 to 2026-04-09 07:30:36 UTC [more...]
[PATCH v2 00/31] PCI/TSM: PCIe Link Encryption Establishment via TDX platform services
2026-04-09 7:30 UTC (40+ messages)
` [PATCH v2 05/31] x86/virt/tdx: Extend tdx_page_array to support IOMMU_MT
` [PATCH v2 06/31] x86/virt/tdx: Read global metadata for TDX Module Extensions/Connect
` [PATCH v2 08/31] x86/virt/tdx: Configure TDX Module with optional TDX Connect feature
` [PATCH v2 10/31] x86/virt/tdx: Add extra memory to TDX Module for Extensions
` [PATCH v2 11/31] x86/virt/tdx: Make TDX Module initialize Extensions
` [PATCH v2 18/31] iommu/vt-d: Cache max domain ID to avoid redundant calculation
` [PATCH v2 19/31] iommu/vt-d: Reserve the MSB domain ID bit for the TDX module
` [PATCH v2 20/31] x86/virt/tdx: Add a helper to loop on TDX_INTERRUPTED_RESUMABLE
` [PATCH v2 21/31] x86/virt/tdx: Add SEAMCALL wrappers for trusted IOMMU setup and clear
[PATCH v3 0/3] KVM: x86: Async #PF MSR fix and cleanups
2026-04-09 7:25 UTC (6+ messages)
` [PATCH v3 1/3] KVM: x86: Don't leave APF half-enabled on bad APF data GPA
` [PATCH v3 2/3] KVM: x86: Drop superfluous caching of KVM_ASYNC_PF_DELIVERY_AS_PF_VMEXIT
[PATCH 0/3] KVM: x86/pmu: Add hardware Topdown metrics support
2026-04-09 6:25 UTC (2+ messages)
[PATCH v3] RISC-V: KVM: Batch stage-2 remote TLB flushes
2026-04-09 6:03 UTC (2+ messages)
[PATCH 00/21] Fixes and lock cleanup+hardening
2026-04-09 5:12 UTC (8+ messages)
` [PATCH 05/21] KVM: SEV: Lock all vCPUs when synchronzing VMSAs for SNP launch finish
` [PATCH 12/21] KVM: SEV: WARN on unhandled VM type when initializing VM
[PATCH v4 0/6] KVM: x86/pmu: Add support for AMD Host-Only/Guest-Only bits
2026-04-09 4:59 UTC (3+ messages)
` [PATCH v4 4/6] KVM: x86/pmu: Re-evaluate Host-Only/Guest-Only on nested SVM transitions
[PATCH v10 0/2] LoongArch: KVM: Add DMSINTC support irqchip in kernel
2026-04-09 2:42 UTC (3+ messages)
` [PATCH v10 1/2] LoongArch: KVM: Add DMSINTC device support
` [PATCH v10 2/2] LoongArch: KVM: Add dmsintc inject msi to the dest vcpu
[PATCH 00/17] TDX MMU refactors
2026-04-09 2:08 UTC (19+ messages)
` [PATCH 07/17] KVM: x86/tdp_mmu: Centralize updates to present external PTEs
` [PATCH 16/17] KVM: x86: Move error handling inside free_external_spt()
[PATCH 0/2] vfio: selftests: Automate finding/setting up devices for testing
2026-04-09 1:51 UTC (3+ messages)
` [PATCH 1/2] vfio: selftests: Find devices that are compatible with VFIO selftests
` [PATCH 2/2] vfio: selftests: Automate setting up devices for testing
[PATCH 0/2] x86/tdx: Fix memory hotplug in TDX guests
2026-04-09 1:35 UTC (16+ messages)
` [PATCH 2/2] x86/tdx: Accept hotplugged memory before online
[PATCH v9 0/2] LoongArch: KVM: Add DMSINTC support irqchip in kernel
2026-04-09 1:32 UTC (3+ messages)
[PATCH v2 00/16] fs,x86/resctrl: Add kernel-mode (e.g., PLZA) support to the resctrl subsystem
2026-04-08 23:41 UTC (14+ messages)
[PATCH v13 0/4] vfio: selftest: Add NVIDIA GPU Falcon DMA test driver
2026-04-08 22:54 UTC (5+ messages)
` [PATCH v13 1/4] vfio: selftests: Add memcpy chunking to vfio_pci_driver_memcpy()
` [PATCH v13 2/4] vfio: selftests: Add generic PCI command register helpers
` [PATCH v13 3/4] vfio: selftests: Allow drivers without send_msi() support
` [PATCH v13 4/4] vfio: selftests: Add NVIDIA Falcon driver for DMA testing
[PATCH] VFIO: remove dead notifier code
2026-04-08 22:00 UTC (4+ messages)
[PATCH 0/7] KVM: VMX/SVM: use the same SPEC_CTRL assembly code
2026-04-08 21:48 UTC (9+ messages)
` [PATCH 1/7] KVM: VMX: remove regs argument of __vmx_vcpu_run
` [PATCH 2/7] KVM: VMX: more cleanups to __vmx_vcpu_run
` [PATCH 3/7] KVM: SVM: prepare for making SPEC_CTRL switch common with VMX
` [PATCH 4/7] KVM: SVM: adopt the same VMX_RUN_* flags as VMX
` [PATCH 5/7] KVM: SVM: extract RESTORE_*_SPEC_CTRL_BODY out of svm/vmenter.S
` [PATCH 6/7] KVM: VMX: switch to RESTORE_GUEST_SPEC_CTRL_BODY
` [PATCH 7/7] KVM: VMX: replace vmx_spec_ctrl_restore_host with RESTORE_HOST_SPEC_CTRL_BODY
[PATCH v3 00/27] KVM: combined patchset for MBEC/GMET support
2026-04-08 21:29 UTC (29+ messages)
` [PATCH 01/27] KVM: TDX/VMX: rework EPT_VIOLATION_EXEC_FOR_RING3_LIN into PROT_MASK
` [PATCH 02/27] KVM: x86/mmu: remove SPTE_PERM_MASK
` [PATCH 03/27] KVM: x86/mmu: free up bit 10 of PTEs in preparation for MBEC
` [PATCH 04/27] KVM: x86/mmu: shuffle high bits of SPTEs "
` [PATCH 05/27] KVM: x86/mmu: remove SPTE_EPT_*
` [PATCH 06/27] KVM: x86/mmu: merge make_spte_{non,}executable
` [PATCH 07/27] KVM: x86/mmu: rename and clarify BYTE_MASK
` [PATCH 08/27] KVM: x86/mmu: introduce ACC_READ_MASK
` [PATCH 09/27] KVM: x86/mmu: separate more EPT/non-EPT permission_fault()
` [PATCH 10/27] KVM: x86/mmu: pass PFERR_GUEST_PAGE/FINAL_MASK to kvm_translate_gpa
` [PATCH 11/27] KVM: x86/mmu: pass pte_access for final nGPA->GPA walk
` [PATCH 12/27] KVM: x86: make translate_nested_gpa vendor-specific
` [PATCH 13/27] KVM: x86/mmu: split XS/XU bits for EPT
` [PATCH 14/27] KVM: x86/mmu: move cr4_smep to base role
` [PATCH 15/27] KVM: VMX: enable use of MBEC
` [PATCH 16/27] KVM: nVMX: pass advanced EPT violation vmexit info to guest
` [PATCH 17/27] KVM: nVMX: pass PFERR_USER_MASK to MMU on EPT violations
` [PATCH 18/27] KVM: x86/mmu: add support for MBEC to EPT page table walks
` [PATCH 19/27] KVM: nVMX: advertise MBEC to nested guests
` [PATCH 20/27] KVM: nVMX: allow MBEC with EVMCS
` [PATCH 21/27] KVM: x86/mmu: propagate access mask from root pages down
` [PATCH 22/27] KVM: x86/mmu: introduce cpu_role bit for availability of PFEC.I/D
` [PATCH 23/27] KVM: SVM: add GMET bit definitions
` [PATCH 24/27] KVM: x86/mmu: add support for GMET to NPT page table walks
` [PATCH 25/27] KVM: SVM: enable GMET and set it in MMU role
` [PATCH 26/27] KVM: SVM: work around errata 1218
` [PATCH 27/27] KVM: nSVM: enable GMET for guests
[PATCH 0/2] KVM: arm64: KVM: arm64: Add per-VM WFI/WFE exit disable capability
2026-04-08 20:23 UTC (3+ messages)
` [PATCH 1/2] KVM: arm64: Add KVM_CAP_ARM_DISABLE_EXITS for WFI/WFE passthrough
` [PATCH 2/2] KVM: arm64: selftests: Add KVM_CAP_ARM_DISABLE_EXITS UAPI test
[PATCH RFC v4 00/44] guest_memfd: In-place conversion support
2026-04-08 19:48 UTC (14+ messages)
` [PATCH RFC v4 10/44] KVM: guest_memfd: Add support for KVM_SET_MEMORY_ATTRIBUTES2
[PATCH v3 4/6] x86/sev: Add interface to re-enable RMP optimizations
2026-04-08 19:45 UTC (4+ messages)
[PATCH net-next v8 0/4] tun/tap & vhost-net: apply qdisc backpressure on full ptr_ring to reduce TX drops
2026-04-08 19:04 UTC (10+ messages)
` [PATCH net-next v8 4/4] tun/tap & vhost-net: avoid ptr_ring tail-drop when a qdisc is present
[BUG] KVM: NULL pointer dereference in kvm_tdp_mmu_map under memory pressure
2026-04-08 18:43 UTC
[PATCH 00/16] riscv: Generate riscv instruction functions
2026-04-08 17:58 UTC (18+ messages)
` [PATCH 01/16] riscv: Introduce instruction table generation
` [PATCH 02/16] riscv: alternatives: Use generated instruction headers for patching code
` [PATCH 03/16] riscv: kgdb: Use generated instruction headers
` [PATCH 04/16] riscv: kprobes: "
` [PATCH 05/16] riscv: cfi: "
` [PATCH 06/16] riscv: Use generated instruction headers for misaligned loads/stores
` [PATCH 07/16] riscv: kvm: Use generated instruction headers for csr code
` [PATCH 08/16] riscv: kvm: Fix MMIO emulation for sign-extended insns
` [PATCH 09/16] KVM: device: Add test device
` [PATCH 10/16] KVM: riscv: selftests: Add mmio test
` [PATCH 11/16] riscv: kvm: Use generated instruction headers for mmio emulation
` [PATCH 12/16] riscv: kvm: Add emulated test csr
` [PATCH 13/16] KVM: riscv: selftests: Add csr emulation test
` [PATCH 14/16] riscv: kvm: Use generated instruction headers for csr emulation
` [PATCH 15/16] riscv: kexec: Use generated instruction headers for kexec relocations
` [PATCH 16/16] riscv: Remove unused instruction headers
` [PATCH 1/16] riscv: Introduce instruction table generation
[PATCH RFC v3 0/7] mm: Fix MF_DELAYED handling on memory failure
2026-04-08 17:24 UTC (8+ messages)
` [PATCH RFC v3 1/7] mm: memory_failure: Clarify the MF_DELAYED definition
` [PATCH RFC v3 2/7] mm: memory_failure: Allow truncate_error_folio to return MF_DELAYED
` [PATCH RFC v3 3/7] mm: shmem: Update shmem handler to the MF_DELAYED definition
` [PATCH RFC v3 4/7] mm: memory_failure: Generalize extra_pins handling to all MF_DELAYED cases
` [PATCH RFC v3 5/7] mm: selftests: Add shmem into memory failure test
` [PATCH RFC v3 6/7] KVM: selftests: Add memory failure tests in guest_memfd_test
` [PATCH RFC v3 7/7] KVM: selftests: Test guest_memfd behavior with respect to stage 2 page tables
[BUG] KVM: NULL pointer dereference in kvm_tdp_mmu_map under memory pressure
2026-04-08 16:33 UTC (2+ messages)
[PATCH 1/2] vfio/xe: Reorganize the init to decouple migration from reset
2026-04-08 16:03 UTC (2+ messages)
` [PATCH 2/2] vfio/xe: Add a missing vfio_pci_core_release_dev()
[GIT PULL] KVM/arm64 updates for 7.1
2026-04-08 15:55 UTC
[RFC] Observed lockdep circular dependency in SR-IOV paths
2026-04-08 15:46 UTC (4+ messages)
[PATCH net-next v2] vsock/virtio: remove unnecessary call to `virtio_transport_get_ops`
2026-04-08 15:31 UTC (2+ messages)
[kvm-unit-tests PATCH v1 0/3] arm64: Add Stage-2 MMU and Nested Guest Framework
2026-04-08 15:03 UTC (4+ messages)
[BUG] KVM: NULL pointer dereference in kvm_tdp_mmu_map under memory pressure
2026-04-08 14:18 UTC (3+ messages)
[PATCH v7 00/22] Runtime TDX module update support
2026-04-08 12:16 UTC (5+ messages)
` [PATCH v7 16/22] x86/virt/tdx: Update tdx_sysinfo and check features post-update
[PATCH v2 0/5] KVM: arm64: vgic: Fix IIDR revision handling and add revision 1
2026-04-08 11:30 UTC (6+ messages)
` [PATCH v2 1/5] KVM: arm64: vgic: Fix IIDR revision field extracted from wrong value
` [PATCH v2 2/5] KVM: arm64: vgic: Allow userspace to set IIDR revision 1
` [PATCH v2 3/5] KVM: arm64: selftests: Add vgic IIDR revision test
` [PATCH v2 4/5] KVM: arm64: vgic: Remove v2_groups_user_writable and use IIDR revision directly
` [PATCH v2 5/5] KVM: arm64: selftests: Add GICv2 IGROUPR writability test
[PATCH 0/3] KVM: arm64: vgic: Fix IIDR revision handling and add revision 1
2026-04-08 10:32 UTC (7+ messages)
` [PATCH 1/3] KVM: arm64: vgic: Fix IIDR revision field extracted from wrong value
` [PATCH 2/3] KVM: arm64: vgic: Allow userspace to set IIDR revision 1
` [PATCH 3/3] KVM: arm64: selftests: Add vgic IIDR revision test
[PATCH 0/3] KVM: LoongArch: selftests: Add PMU test cases
2026-04-08 10:31 UTC (2+ messages)
[PATCH v3 0/4] LoongArch: KVM: Some small enhanments
2026-04-08 10:29 UTC (2+ messages)
[PATCH net v2 0/3] vsock/virtio: fix MSG_PEEK calculation on bytes to copy
2026-04-08 10:18 UTC (5+ messages)
` [PATCH net v2 2/3] vsock/test: handle MSG_PEEK in `recv_buf`
` [PATCH net v2 3/3] vsock/test: add MSG_PEEK after partial recv test
[PATCH 0/8] tree-wide: use g_clear_handle_id() for GSource cleanup
2026-04-08 10:12 UTC (3+ messages)
[PATCH v2 0/9] sched/kvm: Semantics-aware vCPU scheduling for oversubscribed KVM
2026-04-08 9:35 UTC (4+ messages)
[PATCH net-next] vsock/virtio: remove unnecessary call to `virtio_transport_get_ops`
2026-04-08 8:11 UTC (5+ messages)
[PATCH v2 0/6] LoongArch: KVM: Set max VM supported FPU type with FPU exception
2026-04-08 7:47 UTC (6+ messages)
[RFC PATCH v1] x86/split_lock: Provide KVM helper to log guest bus lock exits
2026-04-08 5:09 UTC (3+ messages)
[PATCH v1 1/1] vfio/nvgrace-gpu: Add Blackwell-Next GPU readiness check via CXL DVSEC
2026-04-08 5:02 UTC (3+ messages)
[PATCH v2 1/2] drivers/vfio_pci_core: Change PXD_ORDER check from switch case to if/else block
2026-04-08 4:29 UTC (2+ messages)
[BUG] KVM: x86: kvmclock jumps ~253 years on Hyper-V nested virt due to cross-CPU raw TSC inconsistency
2026-04-08 4:13 UTC (7+ messages)
[PATCH V3 0/2] LoongArch: KVM: fix "unreliable stack" issue
2026-04-08 1:23 UTC (12+ messages)
` [PATCH V3 2/2] "
Apply LoongArch KVM merge permission
2026-04-08 1:07 UTC
[PATCH 6/8] target/i386/kvm: use g_clear_handle_id() for GSource cleanup
2026-04-08 1:02 UTC
[PATCH v9 02/10] x86/bhi: Make clear_bhb_loop() effective on newer CPUs
2026-04-08 0:47 UTC (16+ messages)
[PATCH 0/5] KVM: SEV: Drop user-triggerable WARN clean up REG_REGION
2026-04-08 0:14 UTC (2+ messages)
[PATCH v4 0/9] KVM: SVM: Fixes for VMCB12 checks and mapping
2026-04-08 0:14 UTC (2+ messages)
[PATCH v2 0/2] KVM: x86: Syzkaller nested_run_pending defense
2026-04-08 0:14 UTC (2+ messages)
[PATCH v2 0/3] KVM: Fix and clean up kvm_vcpu_map[_readonly]() usages
2026-04-08 0:11 UTC (4+ messages)
` [PATCH v2 1/3] KVM: Fix kvm_vcpu_map[_readonly]() function prototypes
` [PATCH v2 2/3] KVM: Move page mapping/unmapping APIs in kvm_host.h
` [PATCH v2 3/3] KVM: Take gpa_t in kvm_vcpu_map[_readonly]()
[PATCH v8 0/8] KVM: x86: nSVM: Improve PAT virtualization
2026-04-07 23:52 UTC (5+ messages)
` [PATCH] KVM: x86: nSVM: Redirect IA32_PAT accesses to either hPAT or gPAT
[PATCH v12 0/4] selftests/vfio: Add NVIDIA GPU Falcon DMA test driver
2026-04-07 22:49 UTC (4+ messages)
` [PATCH v12 4/4] selftests/vfio: Add NVIDIA Falcon driver for DMA testing
[PATCH v7 0/8] vfio: selftest: Add SR-IOV UAPI test
2026-04-07 22:46 UTC (8+ messages)
` [PATCH v7 3/8] vfio: selftests: Introduce a sysfs lib
` [PATCH v7 8/8] vfio: selftests: Add tests to validate SR-IOV UAPI
[PATCH v2 00/16] s390/vfio-ap: Add live guest migration support
2026-04-07 20:50 UTC (2+ messages)
` [PATCH v2 16/16] s390/vfio-ap: Add live guest migration chapter to vfio-ap.rst
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