public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-12-09 07:37:40 to 2025-12-11 09:42:59 UTC [more...]

[PATCH v2 0/9] i386/cpu: Support APX for KVM
 2025-12-11  9:42 UTC  (13+ messages)
` [PATCH v2 1/9] i386/cpu: Add APX EGPRs into xsave area
` [PATCH v2 2/9] i386/machine: Use VMSTATE_UINTTL_SUB_ARRAY for vmstate of CPUX86State.regs
` [PATCH v2 3/9] i386/cpu: Cache EGPRs in CPUX86State
` [PATCH v2 4/9] i386/gdbstub: Add APX support for gdbstub
` [PATCH v2 5/9] i386/cpu-dump: Dump entended GPRs for APX supported guest
` [PATCH v2 6/9] i386/monitor: Support EGPRs in hmp_print
` [PATCH v2 7/9] i386/cpu: Add APX migration support
` [PATCH v2 8/9] i386/cpu: Support APX CPUIDs
` [PATCH v2 9/9] i386/cpu: Mark APX xstate as migratable

[PATCH 0/3] igvm: Supply MADT via IGVM parameter
 2025-12-11  9:24 UTC  (6+ messages)
` [PATCH 1/3] hw/acpi: Make BIOS linker optional
` [PATCH 2/3] hw/acpi: Add standalone function to build MADT
` [PATCH 3/3] igvm: Fill MADT IGVM parameter field

[PATCH] vsock/virtio: cap TX credit to local buffer size
 2025-12-11  9:10 UTC  (2+ messages)

[PATCH net] vsock/virtio: Fix error code in virtio_transport_recv_listen()
 2025-12-11  8:38 UTC  (4+ messages)

[PATCH v5 00/22] i386: Support CET for KVM
 2025-12-11  7:53 UTC  (24+ messages)
` [PATCH v5 01/22] i386/cpu: Clean up indent style of x86_ext_save_areas[]
` [PATCH v5 02/22] i386/cpu: Clean up arch lbr xsave struct and comment
` [PATCH v5 03/22] i386/cpu: Reorganize arch lbr structure definitions
` [PATCH v5 04/22] i386/cpu: Make ExtSaveArea store an array of dependencies
` [PATCH v5 05/22] i386/cpu: Add avx10 dependency for Opmask/ZMM_Hi256/Hi16_ZMM
` [PATCH v5 06/22] i386/cpu: Use x86_ext_save_areas[] for CPUID.0XD subleaves
` [PATCH v5 07/22] i386/cpu: Reorganize dependency check for arch lbr state
` [PATCH v5 08/22] i386/cpu: Drop pmu check in CPUID 0x1C encoding
` [PATCH v5 09/22] i386/cpu: Fix supervisor xstate initialization
` [PATCH v5 10/22] i386/cpu: Add missing migratable xsave features
` [PATCH v5 11/22] i386/cpu: Enable xsave support for CET states
` [PATCH v5 12/22] i386/cpu: Add CET support in CR4
` [PATCH v5 13/22] i386/cpu: Save/restore SSP0 MSR for FRED
` [PATCH v5 14/22] i386/kvm: Add save/restore support for CET MSRs
` [PATCH v5 15/22] i386/kvm: Add save/restore support for KVM_REG_GUEST_SSP
` [PATCH v5 16/22] i386/cpu: Migrate MSR_IA32_PL0_SSP for FRED and CET-SHSTK
` [PATCH v5 17/22] i386/machine: Add vmstate for cet-shstk and cet-ibt
` [PATCH v5 18/22] i386/cpu: Mark cet-u & cet-s xstates as migratable
` [PATCH v5 19/22] i386/cpu: Advertise CET related flags in feature words
` [PATCH v5 20/22] i386/cpu: Enable cet-ss & cet-ibt for supported CPU models
` [PATCH v5 21/22] i386/tdx: Fix missing spaces in tdx_xfam_deps[]
` [PATCH v5 22/22] i386/tdx: Add CET SHSTK/IBT into the supported CPUID by XFAM

[PATCH v1 0/3] mm: fixup pfnmap memory failure handling
 2025-12-11  7:06 UTC  (4+ messages)
` [PATCH v1 1/3] mm: fixup pfnmap memory failure handling to use pgoff
` [PATCH v1 2/3] mm: add stubs for PFNMAP memory failure registration functions
` [PATCH v1 3/3] vfio/nvgrace-gpu: register device memory for poison handling

[PATCH net-next v4] net: restore the iterator to its original state when an error occurs
 2025-12-11  6:57 UTC 

[PATCH net-next V3] net: restore the iterator to its original state when an error occurs
 2025-12-11  6:32 UTC  (5+ messages)

[syzbot] Monthly kvm report (Dec 2025)
 2025-12-11  5:58 UTC 

[PATCH] KVM: x86: Don't read guest CR3 in async pf flow when guest state is protected
 2025-12-11  2:29 UTC 

[RFC PATCH v2 00/23] KVM: TDX huge page support for private memory
 2025-12-11  2:36 UTC  (19+ messages)
` [RFC PATCH v2 03/23] x86/tdx: Enhance tdh_phymem_page_wbinvd_hkid() to invalidate huge pages
` [RFC PATCH v2 10/23] KVM: TDX: Enable huge page splitting under write kvm->mmu_lock
` [RFC PATCH v2 21/23] KVM: TDX: Preallocate PAMT pages to be used in split path

[PATCH v3 00/10] crypto: virtio: Add ecb aes algo support
 2025-12-11  1:45 UTC  (6+ messages)
` [PATCH v3 10/10] "

[PATCH v2 00/13] Nested SVM fixes, cleanups, and hardening
 2025-12-11  0:55 UTC  (25+ 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 v2 12/13] KVM: nSVM: Sanitize control fields copied from VMCB12
` [PATCH v2 13/13] KVM: nSVM: Only copy NP_ENABLE from VMCB01's misc_ctl

[PATCH v4 00/16] TDX: Enable Dynamic PAMT
 2025-12-11  0:07 UTC  (6+ messages)
` [PATCH v4 06/16] x86/virt/tdx: Improve PAMT refcounts allocation for sparse memory

[PATCH v2 0/4] mm/vfio: huge pfnmaps with !MAP_FIXED mappings
 2025-12-10 20:43 UTC  (10+ messages)
` [PATCH v2 2/4] mm: Add file_operations.get_mapping_order()
` [PATCH v2 4/4] vfio-pci: Best-effort huge pfnmaps with !MAP_FIXED mappings

[PATCH v5 00/24] ARM64 PMU Partitioning
 2025-12-10 20:21 UTC  (40+ messages)
` [PATCH v5 01/24] arm64: cpufeature: Add cpucap for HPMN0
` [PATCH v5 02/24] KVM: arm64: Move arm_{psci,hypercalls}.h to an internal KVM path
` [PATCH v5 03/24] KVM: arm64: Include KVM headers to get forward declarations
` [PATCH v5 04/24] KVM: arm64: Move ARM specific headers in include/kvm to arch directory
` [PATCH v5 05/24] KVM: arm64: Reorganize PMU includes
` [PATCH v5 06/24] KVM: arm64: Reorganize PMU functions
` [PATCH v5 07/24] perf: arm_pmuv3: Introduce method to partition the PMU
` [PATCH v5 08/24] perf: arm_pmuv3: Generalize counter bitmasks
` [PATCH v5 09/24] perf: arm_pmuv3: Keep out of guest counter partition
` [PATCH v5 10/24] KVM: arm64: Set up FGT for Partitioned PMU
` [PATCH v5 11/24] KVM: arm64: Writethrough trapped PMEVTYPER register
` [PATCH v5 12/24] KVM: arm64: Use physical PMSELR for PMXEVTYPER if partitioned
` [PATCH v5 13/24] KVM: arm64: Writethrough trapped PMOVS register
` [PATCH v5 14/24] KVM: arm64: Write fast path PMU register handlers
` [PATCH v5 15/24] KVM: arm64: Setup MDCR_EL2 to handle a partitioned PMU
` [PATCH v5 16/24] KVM: arm64: Account for partitioning in PMCR_EL0 access
` [PATCH v5 17/24] KVM: arm64: Context swap Partitioned PMU guest registers
` [PATCH v5 18/24] KVM: arm64: Enforce PMU event filter at vcpu_load()
` [PATCH v5 19/24] KVM: arm64: Implement lazy PMU context swaps
` [PATCH v5 20/24] perf: arm_pmuv3: Handle IRQs for Partitioned PMU guest counters
` [PATCH v5 21/24] KVM: arm64: Inject recorded guest interrupts
` [PATCH v5 22/24] KVM: arm64: Add KVM_CAP to partition the PMU
` [PATCH v5 23/24] KVM: selftests: Add find_bit to KVM library
` [PATCH v5 24/24] KVM: arm64: selftests: Add test case for partitioned PMU

[PATCH v2 0/6] vfio: selftest: Add SR-IOV UAPI test
 2025-12-10 18:14 UTC  (7+ messages)
` [PATCH v2 1/6] vfio: selftests: Introduce snprintf_assert()
` [PATCH v2 2/6] vfio: selftests: Introduce a sysfs lib
` [PATCH v2 3/6] vfio: selftests: Extend container/iommufd setup for passing vf_token
` [PATCH v2 4/6] vfio: selftests: Export more vfio_pci functions
` [PATCH v2 5/6] vfio: selftests: Add helper to set/override a vf_token
` [PATCH v2 6/6] vfio: selftests: Add tests to validate SR-IOV UAPI

[PATCH v2 0/6] KVM: arm64: VTCR_EL2 conversion to feature dependency framework
 2025-12-10 17:30 UTC  (7+ messages)
` [PATCH v2 1/6] KVM: arm64: Fix EL2 S1 XN handling for hVHE setups
` [PATCH v2 2/6] arm64: Convert ID_AA64MMFR0_EL1.TGRAN{4,16,64}_2 to UnsignedEnum
` [PATCH v2 3/6] arm64: Convert VTCR_EL2 to sysreg infratructure
` [PATCH v2 4/6] KVM: arm64: Account for RES1 bits in DECLARE_FEAT_MAP() and co
` [PATCH v2 5/6] KVM: arm64: Convert VTCR_EL2 to config-driven sanitisation
` [PATCH v2 6/6] KVM: arm64: Honor UX/PX attributes for EL2 S1 mappings

[GIT PULL] KVM: x86 and guest_memfd fixes for 6.19
 2025-12-10 17:05 UTC 

[PATCH v6 0/9] VMSCAPE optimization for BHI variant
 2025-12-10 16:15 UTC  (7+ messages)
` [PATCH v6 2/9] x86/bhi: Make clear_bhb_loop() effective on newer CPUs
` [PATCH v6 4/9] x86/vmscape: Move mitigation selection to a switch()

[PATCH v2 0/7] KVM: x86/tdx: Have TDX handle VMXON during bringup
 2025-12-10 14:20 UTC  (10+ messages)
` [PATCH v2 1/7] KVM: x86: Move kvm_rebooting to x86
` [PATCH v2 2/7] KVM: x86: Extract VMXON and EFER.SVME enablement to kernel
` [PATCH v2 7/7] KVM: Bury kvm_{en,dis}able_virtualization() in kvm_main.c once more

[PATCH v2] x86/kvm: Avoid freeing stack-allocated node in kvm_async_pf_queue_task
 2025-12-10 14:07 UTC  (2+ messages)

[PATCH v5 00/28] hw/i386/pc: Remove deprecated 2.6 and 2.7 PC machines
 2025-12-10 14:01 UTC  (3+ messages)
` [PATCH v5 01/28] hw/i386/pc: Remove deprecated pc-q35-2.6 and pc-i440fx-2.6 machines

[PATCH] KVM: x86/pmu: Do not accidentally create BTS events
 2025-12-10 11:16 UTC  (5+ messages)

[PATCH] target/i386/kvm: Configure proper KVM SEOIB behavior
 2025-12-10  5:23 UTC  (3+ messages)

[PATCH] LoongArch: KVM: Set default return value in kvm IO bus ops
 2025-12-10  2:56 UTC 

[PATCH 3/3] KVM: guest_memfd: GUP source pages prior to populating guest memory
 2025-12-10  1:30 UTC  (5+ messages)

[PATCH v6 00/44] KVM: x86: Add support for mediated vPMUs
 2025-12-10  1:08 UTC  (5+ messages)
` [PATCH v6 37/44] KVM: VMX: Dedup code for removing MSR from VMCS's auto-load list

[PATCH v3 00/10] KVM: VMX: Fix APICv activation bugs
 2025-12-10  0:25 UTC  (2+ messages)

[PATCH v2 1/1] virtio: add driver_override support
 2025-12-09 18:24 UTC  (7+ messages)

[PATCH kvm-next V11 0/7] Add NUMA mempolicy support for KVM guest-memfd
 2025-12-09 17:18 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH v9 00/22] Enable FRED with KVM VMX
 2025-12-09 17:08 UTC  (3+ messages)

[RFC v2 00/15] vfio: introduce vfio-cxl to support CXL type-2 accelerator passthrough Hello all,
 2025-12-09 16:50 UTC  (16+ messages)
` [RFC v2 01/15] cxl: factor out cxl_await_range_active() and cxl_media_ready()
` [RFC v2 02/15] cxl: introduce cxl_get_hdm_reg_info()
` [RFC v2 03/15] cxl: introduce cxl_find_comp_reglock_offset()
` [RFC v2 04/15] cxl: introduce devm_cxl_del_memdev()
` [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
` [RFC v2 09/15] vfio/cxl: introduce vfio_cxl_core_{read, write}()
` [RFC v2 10/15] vfio/cxl: introduce the register emulation framework
` [RFC v2 11/15] vfio/cxl: introduce the emulation of HDM registers
` [RFC v2 12/15] vfio/cxl: introduce the emulation of CXL configuration space
` [RFC v2 13/15] vfio/pci: introduce CXL device awareness
` [RFC v2 14/15] vfio/cxl: VFIO variant driver for QEMU CXL accel device
` [RFC v2 15/15] cxl/mem: Fix NULL pointer deference in memory device paths

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

[PATCH] vhost/vsock: improve RCU read sections around vhost_vsock_get()
 2025-12-09 13:05 UTC  (2+ messages)


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