public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-09-10 23:52:13 to 2025-09-12 23:24:02 UTC [more...]

[PATCH v15 00/41] KVM: x86: Mega-CET
 2025-09-12 23:22 UTC  (22+ messages)
` [PATCH v15 01/41] KVM: SEV: Rename kvm_ghcb_get_sw_exit_code() to kvm_get_cached_sw_exit_code()
` [PATCH v15 02/41] KVM: SEV: Read save fields from GHCB exactly once
` [PATCH v15 03/41] KVM: SEV: Validate XCR0 provided by guest in GHCB
` [PATCH v15 04/41] KVM: x86: Introduce KVM_{G,S}ET_ONE_REG uAPIs support
` [PATCH v15 05/41] KVM: x86: Report XSS as to-be-saved if there are supported features
` [PATCH v15 06/41] KVM: x86: Check XSS validity against guest CPUIDs
` [PATCH v15 07/41] KVM: x86: Refresh CPUID on write to guest MSR_IA32_XSS
` [PATCH v15 08/41] KVM: x86: Initialize kvm_caps.supported_xss
` [PATCH v15 09/41] KVM: x86: Load guest FPU state when access XSAVE-managed MSRs
` [PATCH v15 10/41] KVM: x86: Add fault checks for guest CR4.CET setting
` [PATCH v15 11/41] KVM: x86: Report KVM supported CET MSRs as to-be-saved
` [PATCH v15 12/41] KVM: VMX: Introduce CET VMCS fields and control bits
` [PATCH v15 13/41] KVM: x86: Enable guest SSP read/write interface with new uAPIs
` [PATCH v15 14/41] KVM: VMX: Emulate read and write to CET MSRs
` [PATCH v15 15/41] KVM: x86: Save and reload SSP to/from SMRAM
` [PATCH v15 16/41] KVM: VMX: Set up interception for CET MSRs
` [PATCH v15 17/41] KVM: VMX: Set host constant supervisor states to VMCS fields
` [PATCH v15 18/41] KVM: x86: Don't emulate instructions affected by CET features
` [PATCH v15 19/41] KVM: x86: Enable CET virtualization for VMX and advertise to userspace
` [PATCH v15 20/41] KVM: nVMX: Virtualize NO_HW_ERROR_CODE_CC for L1 event injection to L2
` [PATCH v15 21/41] KVM: nVMX: Prepare for enabling CET support for nested guest

[PATCH v4 0/5] Enable Shadow Stack Virtualization for SVM
 2025-09-12 22:55 UTC  (7+ messages)
` [PATCH v4 1/5] KVM: x86: SVM: Emulate reads and writes to shadow stack MSRs
` [PATCH v4 4/5] KVM: SVM: Add MSR_IA32_XSS to the GHCB for hypervisor kernel

[PATCH v5 0/2] KVM: guest_memfd: use write for population
 2025-09-12 22:34 UTC  (10+ messages)
` [PATCH v5 1/2] KVM: guest_memfd: add generic population via write

[PATCH 0/2] KVM: selftests: Link with VFIO selftests lib and test device interrupts
 2025-09-12 22:25 UTC  (3+ messages)
` [PATCH 1/2] KVM: selftests: Build and link sefltests/vfio/lib into KVM selftests
` [PATCH 2/2] KVM: selftests: Add a test for vfio-pci device IRQ delivery to vCPUs

[PATCH v14 00/22] Enable CET Virtualization
 2025-09-12 22:04 UTC  (18+ messages)
` [PATCH v14 02/22] KVM: x86: Report XSS as to-be-saved if there are supported features
` [PATCH v14 04/22] KVM: x86: Refresh CPUID on write to guest MSR_IA32_XSS
` [PATCH v14 11/22] KVM: VMX: Emulate read and write to CET MSRs
` [PATCH v14 14/22] KVM: VMX: Set host constant supervisor states to VMCS fields
` [PATCH v14 15/22] KVM: x86: Don't emulate instructions guarded by CET

[PATCH v3 0/4] Relax canonical checks on some arch msrs
 2025-09-12 20:28 UTC  (9+ messages)
` [PATCH v3 1/4] KVM: x86: relax canonical check for some x86 architectural msrs

[PATCH v4 0/3] crypto: ccp - Add AMD Seamless Firmware Servicing (SFS) driver
 2025-09-12 19:52 UTC  (13+ messages)
` [PATCH v4 1/3] x86/sev: Add new dump_rmp parameter to snp_leak_pages() API
` [PATCH v4 2/3] crypto: ccp - Add new HV-Fixed page allocation/free API
` [PATCH v4 3/3] crypto: ccp - Add AMD Seamless Firmware Servicing (SFS) driver

[PATCH v2 00/20] KVM: s390: gmap rewrite, the real deal
 2025-09-12 17:56 UTC  (17+ messages)
` [PATCH v2 03/20] KVM: s390: Add gmap_helper_set_unused()
` [PATCH v2 05/20] KVM: s390: Add helper functions for fault handling
` [PATCH v2 08/20] KVM: s390: KVM page table management functions: allocation
` [PATCH v2 09/20] KVM: s390: KVM page table management functions: clear and replace
` [PATCH v2 10/20] KVM: s390: KVM page table management functions: walks

[PATCH v3 0/4] TDX: Clean up the definitions of TDX TD ATTRIBUTES
 2025-09-12 17:46 UTC  (6+ messages)
` [PATCH v3 3/4] x86/tdx: Rename TDX_ATTR_* to TDX_TD_ATTR_*
` [PATCH v3 4/4] KVM: TDX: Rename KVM_SUPPORTED_TD_ATTRS to KVM_SUPPORTED_TDX_TD_ATTRS

[PATCH v3 00/10] Error recovery for vfio-pci devices on s390x
 2025-09-12 17:19 UTC  (13+ messages)
` [PATCH v3 01/10] PCI: Avoid saving error values for config space
` [PATCH v3 02/10] PCI: Add additional checks for flr reset
` [PATCH v3 03/10] PCI: Allow per function PCI slots
` [PATCH v3 04/10] s390/pci: Add architecture specific resource/bus address translation
` [PATCH v3 05/10] s390/pci: Restore IRQ unconditionally for the zPCI device
` [PATCH v3 06/10] s390/pci: Update the logic for detecting passthrough device
` [PATCH v3 07/10] s390/pci: Store PCI error information for passthrough devices
` [PATCH v3 08/10] vfio-pci/zdev: Add a device feature for error information
` [PATCH v3 09/10] vfio: Add a reset_done callback for vfio-pci driver
` [PATCH v3 10/10] vfio: Remove the pcie check for VFIO_PCI_ERR_IRQ_INDEX

[PATCH] vfio/pds: replace bitmap_free with vfree
 2025-09-12 16:55 UTC  (2+ messages)

[RFC PATCH] PCI: Add quirk to always map ivshmem as write-back
 2025-09-12 16:49 UTC 

[PATCH v5 0/4] x86/cpu/topology: Fix the preferred order of initial APIC ID parsing on AMD/Hygon
 2025-09-12 16:23 UTC  (7+ messages)
` [PATCH v5 1/4] x86/cpu/topology: Always try cpu_parse_topology_ext() "
` [RFC PATCH v5 4/4] Documentation/x86/topology: Detail CPUID leaves used for topology enumeration

[PATCH net 1/2] vhost-net: unbreak busy polling
 2025-09-12 15:40 UTC  (9+ messages)
` [PATCH net 2/2] vhost-net: correctly flush batched packet before enabling notification

[PATCH] KVM: x86: Remove outdated comments and code in kvm_on_user_return()
 2025-09-12 14:40 UTC  (5+ messages)

[kvm-unit-tests PATCH v2 00/13] Improve CET tests
 2025-09-12 14:37 UTC  (3+ messages)
` [kvm-unit-tests PATCH v2 13/13] x86: Avoid top-most page for vmalloc on x86-64

[RFC PATCH 0/7] target/i386: SEV: Add support for enabling VMSA SEV features
 2025-09-12 14:17 UTC  (15+ messages)
` [RFC PATCH 1/7] target/i386: SEV: Consolidate SEV feature validation to common init path
` [RFC PATCH 2/7] target/i386: SEV: Validate that SEV-ES is enabled when VMSA features are used
` [RFC PATCH 3/7] target/i386: SEV: Add support for enabling debug-swap SEV feature
` [RFC PATCH 4/7] target/i386: SEV: Enable use of KVM_SEV_INIT2 for SEV-ES guests
` [RFC PATCH 5/7] target/i386: SEV: Add support for enabling Secure TSC SEV feature
` [RFC PATCH 6/7] target/i386: SEV: Add support for setting TSC frequency for Secure TSC
` [RFC PATCH 7/7] target/i386: SEV: Add support for enabling Secure AVIC SEV feature

[PATCH] RISC-V: KVM: Fix guest page fault within HLV* instructions
 2025-09-12 14:01 UTC  (2+ messages)

[PATCH v5 0/7] Hyper-V nested virt enlightenments for SVM
 2025-09-12 13:09 UTC  (4+ messages)
` [PATCH v5 4/7] KVM: SVM: Software reserved fields

[PATCH] PMCR_EL0.N is RAZ/WI. At least a build failes in Ubuntu 22.04 LTS. Remove the set function
 2025-09-12 12:11 UTC  (4+ messages)

[PATCH v6 00/11] Direct Map Removal Support for guest_memfd
 2025-09-12 10:48 UTC  (13+ messages)
` [PATCH v6 01/11] filemap: Pass address_space mapping to ->free_folio()
` [PATCH v6 02/11] arch: export set_direct_map_valid_noflush to KVM module
` [PATCH v6 03/11] mm: introduce AS_NO_DIRECT_MAP
` [PATCH v6 04/11] KVM: guest_memfd: Add stub for kvm_arch_gmem_invalidate
` [PATCH v6 05/11] KVM: guest_memfd: Add flag to remove from direct map
` [PATCH v6 06/11] KVM: selftests: load elf via bounce buffer
` [PATCH v6 07/11] KVM: selftests: set KVM_MEM_GUEST_MEMFD in vm_mem_add() if guest_memfd != -1
` [PATCH v6 08/11] KVM: selftests: Add guest_memfd based vm_mem_backing_src_types
` [PATCH v6 09/11] KVM: selftests: stuff vm_mem_backing_src_type into vm_shape
` [PATCH v6 10/11] KVM: selftests: cover GUEST_MEMFD_FLAG_NO_DIRECT_MAP in existing selftests
` [PATCH v6 11/11] KVM: selftests: Test guest execution from direct map removed gmem

New September Order. 17828 Friday, September 12, 2025 at 12:16:58 PM
 2025-09-12 10:16 UTC 

[PATCH v2] KVM: x86: Remove outdated comments and code in kvm_on_user_return()
 2025-09-12  9:54 UTC 

[PATCH kvmtool] net/uip: Avoid deadlock in uip_tcp_socket_free()
 2025-09-12  7:33 UTC 

[PATCH v3 05/11] PCI: Add pci_reachable_set()
 2025-09-11 19:56 UTC  (2+ messages)

[PATCH v3 10/11] PCI: Check ACS DSP/USP redirect bits in pci_enable_pasid()
 2025-09-11 19:50 UTC  (4+ messages)

[kvm-unit-tests PATCH] x86: nSVM: Add tests for instruction interrupts
 2025-09-11 19:07 UTC  (2+ messages)

[kvm-unit-tests PATCH] x86: nSVM: Add test for EPT A/D bits
 2025-09-11 19:07 UTC  (2+ messages)

[PATCH v2 0/2] KVM: SVM: Fix missing LAPIC TPR sync into VMCB::V_TPR with AVIC on
 2025-09-11 19:00 UTC  (4+ messages)
` [PATCH v2 2/2] KVM: selftests: Test TPR / CR8 sync and interrupt masking

[PATCH v18 00/33] x86,fs/resctrl: Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
 2025-09-11 17:11 UTC  (7+ messages)
` [PATCH v18 26/33] fs/resctrl: Introduce mbm_assign_on_mkdir to enable assignments on mkdir

[RFC PATCH v1 0/5] x86/boot, KVM: Move VMXON/VMXOFF handling from KVM to CPU lifecycle
 2025-09-11 17:04 UTC  (7+ messages)
` [RFC PATCH v1 1/5] x86/boot: Shift VMXON from KVM init to CPU startup phase

[PATCH 0/2] arm: add kvm-psci-version vcpu property
 2025-09-11 16:46 UTC  (9+ messages)
` [PATCH 1/2] target/arm/kvm: add constants for new PSCI versions
` [PATCH 2/2] target/arm/kvm: add kvm-psci-version vcpu property

[PATCH] x86/virt/tdx: Use precalculated TDVPR page physical address
 2025-09-11 15:41 UTC  (6+ messages)

[PATCH v3] hw/ppc/spapr_hcall: Return host mitigation characteristics in KVM mode
 2025-09-11 14:32 UTC 

[PATCH net-next v3] vhost/net: Defer TX queue re-enable until after sendmsg
 2025-09-11 13:24 UTC  (7+ messages)
  ` vhost_iotlb_miss tight loop lockup - RE "

[PATCH v5 00/21] Add Counter delegation ISA extension support
 2025-09-11 13:24 UTC  (3+ messages)
` [PATCH v5 18/21] RISC-V: perf: Add Qemu virt machine events
  ` [External] "

[PATCH v2 00/10] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2025-09-11 11:33 UTC  (11+ messages)
` [PATCH v2 01/10] PCI/P2PDMA: Separate the mmap() support from the core logic
` [PATCH v2 02/10] PCI/P2PDMA: Simplify bus address mapping API
` [PATCH v2 03/10] PCI/P2PDMA: Refactor to separate core P2P functionality from memory allocation
` [PATCH v2 04/10] PCI/P2PDMA: Export pci_p2pdma_map_type() function
` [PATCH v2 05/10] types: move phys_vec definition to common header
` [PATCH v2 06/10] vfio: Export vfio device get and put registration helpers
` [PATCH v2 07/10] vfio/pci: Add dma-buf export config for MMIO regions
` [PATCH v2 08/10] vfio/pci: Enable peer-to-peer DMA transactions by default
` [PATCH v2 09/10] vfio/pci: Share the core device pointer while invoking feature functions
` [PATCH v2 10/10] vfio/pci: Add dma-buf export support for MMIO regions

[PATCH v9 0/2] update live migration configuration region
 2025-09-11 11:30 UTC  (5+ messages)
` [PATCH v9 2/2] hisi_acc_vfio_pci: adapt to new migration configuration

[PATCH v2] hw/ppc/spapr_hcall: Return host mitigation characteristics in KVM mode
 2025-09-11 10:18 UTC  (2+ messages)

[PATCH] sched/fair: Only increment deadline once on yield
 2025-09-11 10:12 UTC  (2+ messages)

[PATCH 00/14] paravirt: cleanup and reorg
 2025-09-11  8:00 UTC  (5+ messages)
` [PATCH 06/14] sched: move clock related paravirt code to kernel/sched
` [PATCH 12/14] x86/paravirt: move paravirt_sched_clock() related code into tsc.c

[PATCH v2 0/5] Fix PMU kselftests errors on GNR/SRF/CWF
 2025-09-11  1:59 UTC  (14+ messages)
` [PATCH v2 2/5] KVM: selftests: Add timing_info bit support in vmx_pmu_caps_test
` [PATCH v2 3/5] KVM: Selftests: Validate more arch-events in pmu_counters_test
` [PATCH v2 4/5] KVM: selftests: Relax precise event count validation as overcount issue
` [PATCH v2 5/5] KVM: selftests: Relax branches event count check for event_filter test


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