public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-12-12 15:24:00 to 2025-12-16 14:42:34 UTC [more...]

[PATCH v2 0/4] mm/vfio: huge pfnmaps with !MAP_FIXED mappings
 2025-12-16 14:42 UTC  (5+ messages)
` [PATCH v2 4/4] vfio-pci: Best-effort "

[PATCH v2 00/12] Implement support for IBS virtualization
 2025-12-16 14:21 UTC  (3+ messages)
` [PATCH v2 03/12] KVM: Add KVM_GET_EXT_LAPIC and KVM_SET_EXT_LAPIC for extapic

[PATCH 0/5] x86: Cleanups around slow_down_io()
 2025-12-16 13:55 UTC  (5+ messages)

[PATCH v2 0/5] x86: Cleanups around slow_down_io()
 2025-12-16 13:41 UTC  (2+ messages)
` [PATCH v2 1/5] x86/paravirt: Replace io_delay() hook with a bool

[PATCH 00/32] KVM: arm64: Introduce vGIC-v5 with PPI support
 2025-12-16 11:54 UTC  (29+ messages)
` [PATCH 02/32] KVM: arm64: gic-v3: Switch vGIC-v3 to use generated ICH_VMCR_EL2
` [PATCH 07/32] KVM: arm64: gic: Introduce interrupt type helpers
` [PATCH 10/32] KVM: arm64: gic-v5: Add emulation for ICC_IAFFID_EL1 accesses
` [PATCH 09/32] KVM: arm64: gic-v5: Compute GICv5 FGTs on vcpu load
` [PATCH 11/32] KVM: arm64: gic-v5: Trap and emulate ICH_PPI_HMRx_EL1 accesses
` [PATCH 23/32] KVM: arm64: gic-v5: Bump arch timer for GICv5
` [PATCH 27/32] KVM: arm64: gic-v5: Introduce kvm_arm_vgic_v5_ops and register them
` [PATCH 29/32] irqchip/gic-v5: Check if impl is virt capable
` [PATCH 30/32] KVM: arm64: gic-v5: Probe for GICv5 device
` [PATCH 32/32] KVM: arm64: selftests: Introduce a minimal GICv5 PPI selftest
` [PATCH 31/32] Documentation: KVM: Introduce documentation for VGICv5

[PATCH v7 0/9] target/i386/kvm/pmu: PMU Enhancement, Bugfix and Cleanup
 2025-12-16  8:25 UTC  (2+ messages)

[PATCH v2 0/5] KVM: guest_memfd: Rework preparation/population flows in prep for in-place conversion
 2025-12-16  3:29 UTC  (13+ messages)
` [PATCH v2 1/5] KVM: guest_memfd: Remove partial hugepage handling from kvm_gmem_populate()
` [PATCH v2 2/5] KVM: guest_memfd: Remove preparation tracking
` [PATCH v2 3/5] KVM: SEV: Document/enforce page-alignment for KVM_SEV_SNP_LAUNCH_UPDATE
` [PATCH v2 4/5] KVM: TDX: Document alignment requirements for KVM_TDX_INIT_MEM_REGION
` [PATCH v2 5/5] KVM: guest_memfd: GUP source pages prior to populating guest memory

[PATCH] KVM: nVMX: Disallow access to vmcs12 fields that aren't supported by "hardware"
 2025-12-16  1:29 UTC 

[PATCH net-next v12 00/12] vsock: add namespace support to vhost-vsock and loopback
 2025-12-16  1:22 UTC  (9+ messages)
` [PATCH net-next v12 04/12] vsock: add netns support to virtio transports

[PATCH v8 0/5] Disable ATS via iommu during PCI resets
 2025-12-16  1:14 UTC  (7+ messages)
` [PATCH v8 1/5] iommu: Lock group->mutex in iommu_deferred_attach()
` [PATCH v8 2/5] iommu: Tidy domain for iommu_setup_dma_ops()
` [PATCH v8 3/5] iommu: Add iommu_driver_get_domain_for_dev() helper
` [PATCH v8 4/5] iommu: Introduce pci_dev_reset_iommu_prepare/done()
` [PATCH v8 5/5] PCI: Suspend iommu function prior to resetting a device

[RFC PATCH] KVM: optionally commit write on ioeventfd write
 2025-12-15 22:42 UTC  (6+ messages)

[kvm-unit-tests PATCH v2 0/2] x86/svm: Add testing for L1 intercept bug
 2025-12-15 22:12 UTC  (5+ messages)
` [kvm-unit-tests PATCH v2 1/2] x86/svm: Add missing svm intercepts
` [kvm-unit-tests PATCH v2 2/2] x86/svm: Add unsupported instruction intercept test

[PATCH v6 0/9] VMSCAPE optimization for BHI variant
 2025-12-15 21:05 UTC  (12+ messages)
` [PATCH v6 2/9] x86/bhi: Make clear_bhb_loop() effective on newer CPUs
` [PATCH v6 6/9] x86/vmscape: Use static_call() for predictor flush

[PATCH v2] KVM: x86: Don't read guest CR3 when doing async pf while the MMU is direct
 2025-12-15 20:51 UTC  (6+ messages)

[kvm-unit-tests PATCH 0/2] x86/svm: Add testing for L1 intercept bug
 2025-12-15 20:29 UTC  (4+ messages)
` [kvm-unit-tests PATCH 2/2] x86/svm: Add unsupported instruction intercept test

[PATCH] KVM: SVM: Fix redundant updates of LBR MSR intercepts
 2025-12-15 20:10 UTC  (31+ messages)
` [PATCH v3 00/26] Nested SVM fixes, cleanups, and hardening
` [PATCH v3 01/26] KVM: SVM: Switch svm_copy_lbrs() to a macro
` [PATCH v3 02/26] KVM: SVM: Add missing save/restore handling of LBR MSRs
` [PATCH v3 03/26] KVM: selftests: Add a test for LBR save/restore (ft. nested)
` [PATCH v3 04/26] KVM: nSVM: Always inject a #GP if mapping VMCB12 fails on nested VMRUN
` [PATCH v3 05/26] KVM: nSVM: Triple fault if mapping VMCB12 fails on nested #VMEXIT
` [PATCH v3 06/26] KVM: nSVM: Triple fault if restore host CR3 "
` [PATCH v3 07/26] KVM: nSVM: Drop nested_vmcb_check_{save/control}() wrappers
` [PATCH v3 08/26] KVM: nSVM: Call enter_guest_mode() before switching to VMCB02
` [PATCH v3 09/26] KVM: nSVM: Make nested_svm_merge_msrpm() return an errno
` [PATCH v3 10/26] KVM: nSVM: Call nested_svm_merge_msrpm() from enter_svm_guest_mode()
` [PATCH v3 11/26] KVM: nSVM: Call nested_svm_init_mmu_context() before switching to VMCB02
` [PATCH v3 12/26] KVM: nSVM: Refactor minimal #VMEXIT handling out of nested_svm_vmexit()
` [PATCH v3 13/26] KVM: nSVM: Unify handling of VMRUN failures with proper cleanup
` [PATCH v3 14/26] KVM: nSVM: Clear EVENTINJ field in VMCB12 on nested #VMEXIT
` [PATCH v3 15/26] KVM: nSVM: Drop the non-architectural consistency check for NP_ENABLE
` [PATCH v3 16/26] KVM: nSVM: Add missing consistency check for nCR3 validity
` [PATCH v3 17/26] KVM: nSVM: Add missing consistency check for hCR0.PG and NP_ENABLE
` [PATCH v3 18/26] KVM: nSVM: Add missing consistency check for EFER, CR0, CR4, and CS
` [PATCH v3 19/26] KVM: nSVM: Add missing consistency check for event_inj
` [PATCH v3 20/26] KVM: SVM: Rename vmcb->nested_ctl to vmcb->misc_ctl
` [PATCH v3 21/26] KVM: SVM: Rename vmcb->virt_ext to vmcb->misc_ctl2
` [PATCH v3 22/26] KVM: SVM: Use BIT() and GENMASK() for definitions in svm.h
` [PATCH v3 23/26] KVM: nSVM: Cache all used fields from VMCB12
` [PATCH v3 24/26] KVM: nSVM: Restrict mapping VMCB12 on nested VMRUN
` [PATCH v3 25/26] KVM: nSVM: Sanitize control fields copied from VMCB12
` [PATCH v3 26/26] KVM: nSVM: Only copy NP_ENABLE from VMCB01's misc_ctl

[PATCH v2] KVM: SVM: Don't allow L1 intercepts for instructions not advertised
 2025-12-15 19:28 UTC  (3+ messages)

[PATCH v3] KVM: SVM: Don't allow L1 intercepts for instructions not advertised
 2025-12-15 19:25 UTC 

[PATCH v3 00/16] Add Nested NPT support in selftests
 2025-12-15 18:38 UTC  (3+ messages)
` [PATCH v3 09/16] KVM: selftests: Stop passing VMX metadata to TDP mapping functions

[PATCH v2 00/13] Nested SVM fixes, cleanups, and hardening
 2025-12-15 18:34 UTC  (26+ messages)
` [PATCH v2 04/13] KVM: nSVM: Fix consistency checks for NP_ENABLE
` [PATCH v2 10/13] KVM: nSVM: Restrict mapping VMCB12 on nested VMRUN
` [PATCH v2 11/13] KVM: nSVM: Simplify nested_svm_vmrun()

[PATCH v5 19/24] KVM: arm64: Implement lazy PMU context swaps
 2025-12-15 18:06 UTC  (3+ messages)

[PATCH v5 21/24] KVM: arm64: Inject recorded guest interrupts
 2025-12-15 17:50 UTC  (3+ messages)

[PATCH v2 0/5] KVM: selftests: Alignment fixes and arm64 MMU cleanup
 2025-12-15 16:51 UTC  (6+ messages)
` [PATCH v2 1/5] KVM: arm64: selftests: Disable unused TTBR1_EL1 translations
` [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 v1 0/5] KVM: selftests: Alignment fixes and arm64 MMU cleanup
 2025-12-15 15:55 UTC  (6+ messages)
` [PATCH v1 1/5] KVM: arm64: selftests: Disable unused TTBR1_EL1 translations
` [PATCH v1 2/5] KVM: arm64: selftests: Fix incorrect rounding in page_align()
` [PATCH v1 3/5] KVM: riscv: "
` [PATCH v1 4/5] KVM: selftests: Move page_align() to shared header
` [PATCH v1 5/5] KVM: selftests: Fix typos and stale comments in kvm_util

[PATCH v2 0/4] LongArch: KVM: Add AVEC support irqchip in kernel
 2025-12-15 15:34 UTC  (3+ messages)
` [PATCH v2 1/4] LongArch: KVM: Add some maccros for AVEC

[PATCH 0/4] Clean up TSAN warnings
 2025-12-15 14:52 UTC  (8+ messages)
` [PATCH 1/4] apic: Resize APICBASE
` [PATCH 2/4] thread-pool: Fix thread race
` [PATCH 3/4] qmp: "
` [PATCH 4/4] apic: Make apicbase accesses atomic to fix data race

[PATCH v3] KVM: SEV: Add KVM_SEV_SNP_HV_REPORT_REQ command
 2025-12-15 14:09 UTC 

[PATCH net v3] vsock/virtio: cap TX credit to local buffer size
 2025-12-15 14:15 UTC  (11+ messages)

[PATCH v3] KVM: SEV: Add KVM_SEV_SNP_HV_REPORT_REQ command
 2025-12-15 14:14 UTC 

[RESEND PATCH] vfio/pci: Skip hot reset on Link-Down
 2025-12-15 12:30 UTC 

[PATCH 14/32] KVM: arm64: gic-v5: Implement GICv5 load/put and save/restore
 2025-12-15 10:54 UTC  (4+ messages)

[PATCH v11 RESEND 0/9] support FEAT_LSUI
 2025-12-15  9:56 UTC  (12+ messages)
` [PATCH v11 RESEND 1/9] arm64: cpufeature: add FEAT_LSUI
` [PATCH v11 RESEND 2/9] KVM: arm64: expose FEAT_LSUI to guest
` [PATCH v11 RESEND 3/9] KVM: arm64: kselftest: set_id_regs: add test for FEAT_LSUI
` [PATCH v11 RESEND 4/9] arm64: Kconfig: Detect toolchain support for LSUI
` [PATCH v11 RESEND 5/9] arm64: futex: refactor futex atomic operation
` [PATCH v11 RESEND 6/9] arm64: futex: support futex with FEAT_LSUI
` [PATCH v11 RESEND 7/9] arm64: separate common LSUI definitions into lsui.h
` [PATCH v11 RESEND 8/9] arm64: armv8_deprecated: convert user_swpX to inline function
` [PATCH v11 RESEND 9/9] arm64: armv8_deprecated: apply FEAT_LSUI for swpX emulation

[PATCH v4 00/21] paravirt: cleanup and reorg
 2025-12-15  8:27 UTC  (2+ messages)

Status of "Drop nested support for CPUs without NRIPS" patch
 2025-12-14 16:08 UTC 

[PATCH net-next v4] net: restore the iterator to its original state when an error occurs
 2025-12-14  2:49 UTC  (3+ messages)

[PATCH 0/7] KVM: x86: Improve the handling of debug exceptions during instruction emulation
 2025-12-13 16:15 UTC  (8+ messages)
` [PATCH 4/7] KVM: x86: Consolidate KVM_GUESTDBG_SINGLESTEP check into the kvm_inject_emulated_db()

[PATCH] KVM: SVM: Don't allow L1 intercepts for instructions not advertised
 2025-12-13 16:11 UTC  (3+ messages)

[kvm-unit-tests PATCH 0/4] riscv: sbi: Add support to test PMU extension
 2025-12-13 15:08 UTC  (5+ messages)
` [kvm-unit-tests PATCH 1/4] lib: riscv: Add SBI PMU CSRs and enums
` [kvm-unit-tests PATCH 2/4] lib: riscv: Add SBI PMU support
` [kvm-unit-tests PATCH 3/4] lib: riscv: Add SBI PMU helper functions
` [kvm-unit-tests PATCH 4/4] riscv: sbi: Add tests for PMU extension

[PATCH v3 0/4] LongArch: KVM: Add AVEC support irqchip in kernel
 2025-12-13 12:39 UTC  (2+ messages)

[PATCH v2 0/3] mm: fixup pfnmap memory failure handling
 2025-12-13  8:00 UTC  (5+ messages)
` [PATCH v2 1/3] mm: fixup pfnmap memory failure handling to use pgoff
` [PATCH v2 2/3] mm: add stubs for PFNMAP memory failure registration functions
` [PATCH v2 3/3] vfio/nvgrace-gpu: register device memory for poison handling

[PATCH v1 0/3] mm: fixup pfnmap memory failure handling
 2025-12-13  4:52 UTC  (4+ messages)
` [PATCH v1 3/3] vfio/nvgrace-gpu: register device memory for poison handling

[PATCH v5 22/24] KVM: arm64: Add KVM_CAP to partition the PMU
 2025-12-12 22:59 UTC  (2+ messages)

[PATCH v4 0/3] VMM can handle guest SEA via KVM_EXIT_ARM_SEA
 2025-12-12 22:42 UTC  (6+ messages)
` [PATCH v4 2/3] KVM: selftests: Test for KVM_EXIT_ARM_SEA

[PATCH v5 20/24] perf: arm_pmuv3: Handle IRQs for Partitioned PMU guest counters
 2025-12-12 22:36 UTC  (2+ messages)

[PATCH v5 18/24] KVM: arm64: Enforce PMU event filter at vcpu_load()
 2025-12-12 21:59 UTC  (2+ messages)

[PATCH v5 17/24] KVM: arm64: Context swap Partitioned PMU guest registers
 2025-12-12 21:57 UTC  (2+ messages)

[PATCH v5 16/24] KVM: arm64: Account for partitioning in PMCR_EL0 access
 2025-12-12 21:31 UTC  (2+ messages)

[PATCH v5 15/24] KVM: arm64: Setup MDCR_EL2 to handle a partitioned PMU
 2025-12-12 21:22 UTC  (2+ messages)

[PATCH v5 13/24] KVM: arm64: Writethrough trapped PMOVS register
 2025-12-12 21:06 UTC  (2+ messages)

[PATCH v5 12/24] KVM: arm64: Use physical PMSELR for PMXEVTYPER if partitioned
 2025-12-12 20:54 UTC  (2+ messages)

[PATCH v5 10/24] KVM: arm64: Set up FGT for Partitioned PMU
 2025-12-12 20:51 UTC  (2+ messages)

[PATCH v5 09/24] perf: arm_pmuv3: Keep out of guest counter partition
 2025-12-12 20:29 UTC  (2+ messages)

[PATCH v5 11/24] KVM: arm64: Writethrough trapped PMEVTYPER register
 2025-12-12 20:27 UTC  (2+ messages)

[PATCH v5 01/24] arm64: cpufeature: Add cpucap for HPMN0
 2025-12-12 19:22 UTC  (2+ messages)

[PATCH v2 0/7] KVM: x86/tdx: Have TDX handle VMXON during bringup
 2025-12-12 18:56 UTC  (4+ messages)
` [PATCH v2 3/7] KVM: x86/tdx: Do VMXON and TDX-Module initialization during subsys init

[PATCH v2 0/6] vfio: selftest: Add SR-IOV UAPI test
 2025-12-12 18:27 UTC  (5+ messages)
` [PATCH v2 2/6] vfio: selftests: Introduce a sysfs lib
` [PATCH v2 6/6] vfio: selftests: Add tests to validate SR-IOV UAPI

[PATCH v3 00/10] KVM: VMX: Fix APICv activation bugs
 2025-12-12 18:01 UTC  (4+ messages)
` [PATCH v3 03/10] KVM: selftests: Add a test to verify APICv updates (while L2 is active)

[kvm-unit-tests PATCH v4 00/11] arm64: EL2 support
 2025-12-12 16:03 UTC  (4+ messages)
` [kvm-unit-tests PATCH v4 11/11] arm64: add EL2 environment variable

[PATCH v2 0/6] KVM: arm64: VTCR_EL2 conversion to feature dependency framework
 2025-12-12 16:00 UTC  (5+ messages)
` [PATCH v2 6/6] KVM: arm64: Honor UX/PX attributes for EL2 S1 mappings


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox