messages from 2025-12-20 09:08:54 to 2025-12-23 23:41:08 UTC [more...]
[PATCH v2 0/2] vfio/pci: Fix issues with qword access
2025-12-23 23:41 UTC (2+ messages)
[PATCH v3 00/16] Add Nested NPT support in selftests
2025-12-23 23:40 UTC (18+ messages)
` [PATCH v3 05/16] KVM: selftests: Stop setting AD bits on nested EPTs on creation
` [PATCH v3 06/16] KVM: selftests: Introduce struct kvm_mmu
` [PATCH v3 07/16] KVM: selftests: Move PTE bitmasks to kvm_mmu
` [PATCH v3 08/16] KVM: selftests: Use a nested MMU to share nested EPTs between vCPUs
` [PATCH v3 10/16] KVM: selftests: Reuse virt mapping functions for nested EPTs
` [PATCH v3 11/16] KVM: selftests: Move TDP mapping functions outside of vmx.c
[RFC PATCH 0/2] vfio: Improve DMA mapping performance for huge pages
2025-12-23 23:00 UTC (3+ messages)
` [RFC PATCH 1/2] "
` [RFC PATCH 2/2] vfio: selftest: Add vfio_dma_mapping_perf_test
[RESEND PATCH] vfio/pci: Skip hot reset on Link-Down
2025-12-23 22:35 UTC (2+ messages)
[PATCH 00/22] KVM: x86: Fix multiple #PF RO infinite loop bugs
2025-12-23 16:06 UTC (4+ messages)
` [PATCH 01/22] KVM: x86: Disallow read-only memslots for SEV-ES and SEV-SNP (and TDX)
[PATCH v1 00/26] PCI/TSM: TDX Connect: SPDM Session and IDE Establishment
2025-12-23 10:45 UTC (19+ messages)
` [PATCH v1 05/26] mm: Add __free() support for __free_page()
` [PATCH v1 06/26] x86/virt/tdx: Add tdx_page_array helpers for new TDX Module objects
` [PATCH v1 11/26] iommu/vt-d: Cache max domain ID to avoid redundant calculation
` [PATCH v1 12/26] iommu/vt-d: Reserve the MSB domain ID bit for the TDX module
` [PATCH v1 14/26] mm: Add __free() support for folio_put()
` [PATCH v1 26/26] coco/tdx-host: Finally enable SPDM session and IDE Establishment
[PATCH v3 00/62] KVM: iommu: Overhaul device posted IRQs support
2025-12-23 8:59 UTC (8+ messages)
` [PATCH v3 38/62] KVM: SVM: Take and hold ir_list_lock across IRTE updates in IOMMU
` possible deadlock due to irq_set_thread_affinity() calling into the scheduler (was Re: [PATCH v3 38/62] KVM: SVM: Take and hold ir_list_lock across IRTE updates in IOMMU)
[PATCH v2] x86/kvm: Avoid freeing stack-allocated node in kvm_async_pf_queue_task
2025-12-23 8:39 UTC (4+ messages)
[PATCH] virt/kvm: Replace unsafe shift check with __builtin_clzll()
2025-12-23 8:35 UTC (2+ messages)
[PATCH] virt/kvm: Replace unsafe shift check with __builtin_clzll()
2025-12-23 7:11 UTC
[PATCH v4] irqchip/riscv-imsic: Adjust the number of available guest irq files
2025-12-23 6:15 UTC (2+ messages)
[PATCH 0/8] KVM: VMX: Introduce Intel Mode-Based Execute Control (MBEC)
2025-12-23 5:48 UTC (9+ messages)
` [PATCH 1/8] KVM: TDX/VMX: rework EPT_VIOLATION_EXEC_FOR_RING3_LIN into PROT_MASK
` [PATCH 2/8] KVM: x86/mmu: remove SPTE_PERM_MASK
` [PATCH 3/8] KVM: x86/mmu: adjust MMIO generation bit allocation and allowed mask
` [PATCH 4/8] KVM: x86/mmu: update access permissions from ACC_ALL to ACC_RWX
` [PATCH 5/8] KVM: x86/mmu: bootstrap support for Intel MBEC
` [PATCH 6/8] KVM: VMX: enhance EPT violation handler for MBEC
` [PATCH 7/8] KVM: VMX: allow MBEC with EVMCS
` [PATCH 8/8] KVM: nVMX: advertise MBEC and setup mmu has_mbec
[kvm-unit-tests PATCH 00/10] x86/vmx: unit tests for Intel MBEC
2025-12-23 5:48 UTC (11+ messages)
` [kvm-unit-tests PATCH 01/10] x86/vmx: add mode-based execute control test for Skylake and above
` [kvm-unit-tests PATCH 02/10] x86/vmx: update EPT installation to use EPT_PRESENT flag
` [kvm-unit-tests PATCH 03/10] x86/vmx: add user execution operation to EPT access tests
` [kvm-unit-tests PATCH 04/10] x86/vmx: conditionally include EPT ignored bit 10 based on MBEC support
` [kvm-unit-tests PATCH 05/10] x86/vmx: update EPT read write execute test for "
` [kvm-unit-tests PATCH 06/10] x86/vmx: update EPT access paddr tests "
` [kvm-unit-tests PATCH 07/10] x86/vmx: update EPT access tests for MBEC support (needs help)
` [kvm-unit-tests PATCH 08/10] x86/vmx: update EPT supervisor execute only "
` [kvm-unit-tests PATCH 09/10] x86/vmx: add EPT user-only execute access test "
` [kvm-unit-tests PATCH 10/10] x86/vmx: update remaining EPT access tests "
[RFC PATCH 00/18] KVM: VMX: Introduce Intel Mode-Based Execute Control (MBEC)
2025-12-23 4:17 UTC (43+ messages)
` [RFC PATCH 03/18] KVM: x86: Add module parameter for Intel MBEC
` [RFC PATCH 05/18] KVM: x86: Add pt_guest_exec_control to kvm_vcpu_arch
` [RFC PATCH 06/18] KVM: VMX: Wire up Intel MBEC enable/disable logic
` [RFC PATCH 09/18] KVM: x86/mmu: Extend access bitfield in kvm_mmu_page_role
` [RFC PATCH 10/18] KVM: VMX: Extend EPT Violation protection bits
` [RFC PATCH 11/18] KVM: VMX: Enhance EPT violation handler for PROT_USER_EXEC
` [RFC PATCH 12/18] KVM: x86/mmu: Introduce shadow_ux_mask
` [RFC PATCH 13/18] KVM: x86/mmu: Adjust SPTE_MMIO_ALLOWED_MASK to understand MBEC
` [RFC PATCH 14/18] KVM: x86/mmu: Extend is_executable_pte "
` [RFC PATCH 15/18] KVM: x86/mmu: Extend make_spte "
` [RFC PATCH 16/18] KVM: nVMX: Setup Intel MBEC in nested secondary controls
` [RFC PATCH 17/18] KVM: VMX: Allow MBEC with EVMCS
[kvm-unit-tests PATCH 0/4] riscv: sbi: Add support to test PMU extension
2025-12-23 4:26 UTC (3+ messages)
[PATCH V2 0/2] LoongArch: KVM: fix "unreliable stack" issue
2025-12-23 3:16 UTC (11+ messages)
` [PATCH V2 1/2] LoongArch: KVM: Compile the switch.S file directly into the kernel
` [PATCH V2 2/2] LoongArch: KVM: fix "unreliable stack" issue
[PATCH v9 00/30] KVM: arm64: Implement support for SME
2025-12-23 1:21 UTC (31+ messages)
` [PATCH v9 01/30] arm64/sysreg: Update SMIDR_EL1 to DDI0601 2025-06
` [PATCH v9 02/30] arm64/fpsimd: Update FA64 and ZT0 enables when loading SME state
` [PATCH v9 03/30] arm64/fpsimd: Decide to save ZT0 and streaming mode FFR at bind time
` [PATCH v9 04/30] arm64/fpsimd: Check enable bit for FA64 when saving EFI state
` [PATCH v9 05/30] arm64/fpsimd: Determine maximum virtualisable SME vector length
` [PATCH v9 06/30] KVM: arm64: Pay attention to FFR parameter in SVE save and load
` [PATCH v9 07/30] KVM: arm64: Pull ctxt_has_ helpers to start of sysreg-sr.h
` [PATCH v9 08/30] KVM: arm64: Move SVE state access macros after feature test macros
` [PATCH v9 09/30] KVM: arm64: Rename SVE finalization constants to be more general
` [PATCH v9 10/30] KVM: arm64: Document the KVM ABI for SME
` [PATCH v9 11/30] KVM: arm64: Define internal features "
` [PATCH v9 12/30] KVM: arm64: Rename sve_state_reg_region
` [PATCH v9 13/30] KVM: arm64: Store vector lengths in an array
` [PATCH v9 14/30] KVM: arm64: Implement SME vector length configuration
` [PATCH v9 15/30] KVM: arm64: Support SME control registers
` [PATCH v9 16/30] KVM: arm64: Support TPIDR2_EL0
` [PATCH v9 17/30] KVM: arm64: Support SME identification registers for guests
` [PATCH v9 18/30] KVM: arm64: Support SME priority registers
` [PATCH v9 19/30] KVM: arm64: Provide assembly for SME register access
` [PATCH v9 20/30] KVM: arm64: Support userspace access to streaming mode Z and P registers
` [PATCH v9 21/30] KVM: arm64: Flush register state on writes to SVCR.SM and SVCR.ZA
` [PATCH v9 22/30] KVM: arm64: Expose SME specific state to userspace
` [PATCH v9 23/30] KVM: arm64: Context switch SME state for guests
` [PATCH v9 24/30] KVM: arm64: Handle SME exceptions
` [PATCH v9 25/30] KVM: arm64: Expose SME to nested guests
` [PATCH v9 26/30] KVM: arm64: Provide interface for configuring and enabling SME for guests
` [PATCH v9 27/30] KVM: arm64: selftests: Remove spurious check for single bit safe values
` [PATCH v9 28/30] KVM: arm64: selftests: Skip impossible invalid value tests
` [PATCH v9 29/30] KVM: arm64: selftests: Add SME system registers to get-reg-list
` [PATCH v9 30/30] KVM: arm64: selftests: Add SME to set_id_regs test
Implement initial driver for virtio-RDMA device(kernel)
2025-12-23 1:16 UTC (6+ messages)
` [PATCH 01/10] drivers/infiniband/hw/virtio: Initial driver for virtio RDMA devices
` Re: Implement initial driver for virtio-RDMA device(kernel)
[kvm-unit-tests PATCH 0/9] Improve test parity between SVM and VMX
2025-12-23 0:20 UTC (3+ messages)
` [kvm-unit-tests PATCH 9/9] x86/svm: Add event injection check tests
[PATCH v2 4/9] sched/fair: Add penalty calculation and application logic
2025-12-22 23:36 UTC (2+ messages)
Fwd: PCI Quirk - UGreen DXP8800 Plus
2025-12-22 23:37 UTC
[PATCH 02/11] tools headers: Sync UAPI KVM headers with kernel sources
2025-12-22 22:57 UTC
[PATCH] KVM: x86: kvm_fpu_get() is fpregs_lock_and_load()
2025-12-22 22:18 UTC (2+ messages)
[PATCH] x86, fpu: check for consistency after loading fpregs
2025-12-22 21:24 UTC
[PATCH v2 2/9] sched/fair: Add rate-limiting and validation helpers
2025-12-22 21:12 UTC (2+ messages)
[PATCH v2 0/5] KVM: selftests: Alignment fixes and arm64 MMU cleanup
2025-12-22 18:13 UTC (9+ messages)
` [PATCH v2 2/5] KVM: arm64: selftests: Fix incorrect rounding in page_align()
` [PATCH v2 3/5] KVM: riscv: "
` [PATCH v2 4/5] KVM: selftests: Move page_align() to shared header
` [PATCH v2 5/5] KVM: selftests: Fix typos and stale comments in kvm_util
[PATCH v2] KVM: selftests: Fix sign extension bug in get_desc64_base()
2025-12-22 17:42 UTC
[PATCH] KVM: selftests: Fix sign extension bug in get_desc64_base()
2025-12-22 17:27 UTC (3+ messages)
[PATCH 14/32] KVM: arm64: gic-v5: Implement GICv5 load/put and save/restore
2025-12-22 16:52 UTC (2+ messages)
[PATCH v6 00/28] KVM: s390: gmap rewrite, the real deal
2025-12-22 16:50 UTC (29+ messages)
` [PATCH v6 01/28] KVM: s390: Refactor pgste lock and unlock functions
` [PATCH v6 02/28] KVM: s390: add P bit in table entry bitfields, move union vaddress
` [PATCH v6 03/28] s390: Make UV folio operations work on whole folio
` [PATCH v6 04/28] s390: Move sske_frame() to a header
` [PATCH v6 05/28] KVM: s390: Add gmap_helper_set_unused()
` [PATCH v6 06/28] KVM: s390: Introduce import_lock
` [PATCH v6 07/28] KVM: s390: Export two functions
` [PATCH v6 08/28] s390/mm: Warn if uv_convert_from_secure_pte() fails
` [PATCH v6 09/28] KVM: s390: vsie: Pass gmap explicitly as parameter
` [PATCH v6 10/28] KVM: s390: Enable KVM_GENERIC_MMU_NOTIFIER
` [PATCH v6 11/28] KVM: s390: Rename some functions in gaccess.c
` [PATCH v6 12/28] KVM: s390: KVM-specific bitfields and helper functions
` [PATCH v6 13/28] KVM: s390: KVM page table management functions: allocation
` [PATCH v6 14/28] KVM: s390: KVM page table management functions: clear and replace
` [PATCH v6 15/28] KVM: s390: KVM page table management functions: walks
` [PATCH v6 16/28] KVM: s390: KVM page table management functions: storage keys
` [PATCH v6 17/28] KVM: s390: KVM page table management functions: lifecycle management
` [PATCH v6 18/28] KVM: s390: KVM page table management functions: CMMA
` [PATCH v6 19/28] KVM: s390: New gmap code
` [PATCH v6 20/28] KVM: s390: Add helper functions for fault handling
` [PATCH v6 21/28] KVM: s390: Add some helper functions needed for vSIE
` [PATCH v6 22/28] KVM: s390: Stop using CONFIG_PGSTE
` [PATCH v6 23/28] KVM: s390: Storage key functions refactoring
` [PATCH v6 24/28] KVM: s390: Switch to new gmap
` [PATCH v6 25/28] KVM: s390: Remove gmap from s390/mm
` [PATCH v6 26/28] KVM: S390: Remove PGSTE code from linux/s390 mm
` [PATCH v6 27/28] KVM: s390: Enable 1M pages for gmap
` [PATCH v6 28/28] KVM: s390: Storage key manipulation IOCTL
[PATCH 00/16] KVM: x86: Enable APX for guests
2025-12-22 14:53 UTC (20+ messages)
` [PATCH 01/16] KVM: x86: Rename register accessors to be GPR-specific
` [PATCH 02/16] KVM: x86: Refactor GPR accessors to differentiate register access types
` [PATCH 03/16] KVM: x86: Implement accessors for extended GPRs
` [PATCH 04/16] KVM: VMX: Introduce unified instruction info structure
` [PATCH 05/16] KVM: VMX: Refactor instruction information retrieval
` [PATCH 06/16] KVM: VMX: Refactor GPR index retrieval from exit qualification
` [PATCH 07/16] KVM: nVMX: Propagate the extended instruction info field
` [PATCH 08/16] KVM: VMX: Support extended register index in exit handling
` [PATCH 09/16] KVM: emulate: Support EGPR accessing and tracking
` [PATCH 10/16] KVM: emulate: Handle EGPR index and REX2-incompatible opcodes
` [PATCH 11/16] KVM: emulate: Support REX2-prefixed opcode decode
` [PATCH 12/16] KVM: emulate: Reject EVEX-prefixed instructions
` [PATCH 13/16] KVM: x86: Guard valid XCR0.APX settings
` [PATCH 14/16] KVM: x86: Expose APX foundational feature bit to guests
` [PATCH 15/16] KVM: x86: Expose APX sub-features "
` [PATCH 16/16] KVM: x86: selftests: Add APX state handling and XCR0 sanity checks
[RFC v2 00/15] vfio: introduce vfio-cxl to support CXL type-2 accelerator passthrough Hello all,
2025-12-22 14:09 UTC (11+ messages)
` [RFC v2 01/15] cxl: factor out cxl_await_range_active() and cxl_media_ready()
` [RFC v2 05/15] cxl: introduce cxl_get_committed_regions()
` [RFC v2 06/15] vfio/cxl: introduce vfio-cxl core preludes
` [RFC v2 07/15] vfio/cxl: expose CXL region to the userspace via a new VFIO device region
` [RFC v2 08/15] vfio/cxl: discover precommitted CXL region
[PATCH v2 RESEND] KVM: riscv: selftests: Add riscv vm satp modes
2025-12-22 12:58 UTC (2+ messages)
[PATCH v2 5/9] sched/fair: Wire up yield deboost in yield_to_task_fair()
2025-12-22 9:31 UTC (3+ messages)
[PATCH v3] irqchip/riscv-imsic: Adjust the number of available guest irq files
2025-12-22 8:54 UTC (3+ messages)
` [External] "
[PATCH 0/2] LoongArch: KVM: fix "unreliable stack" issue
2025-12-22 3:43 UTC (6+ messages)
` [PATCH 1/2] LoongArch: KVM: Compile the switch.S file directly into the kernel
[GIT PULL] KVM changes for Linux 6.19-rc2
2025-12-20 19:46 UTC (2+ messages)
[PATCH] irqchip/riscv-imsic: Adjust vs irq files num according to MMIO resources
2025-12-20 15:22 UTC (3+ messages)
[PATCH v12 20/46] arm64: RMI: Allow populating initial contents
2025-12-20 14:34 UTC (2+ messages)
[PATCH v12 19/46] KVM: arm64: Expose support for private memory
2025-12-20 14:18 UTC (4+ messages)
[PATCH v2] irqchip/riscv-imsic: Adjust vs irq files num according to MMIO resources
2025-12-20 9:08 UTC
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