public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-09-09 16:03:26 to 2025-09-11 11:57:51 UTC [more...]

[RFC PATCH 0/7] target/i386: SEV: Add support for enabling VMSA SEV features
 2025-09-11 11:54 UTC  (6+ messages)
` [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

[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 v14 00/22] Enable CET Virtualization
 2025-09-11 10:42 UTC  (34+ messages)
` [PATCH v14 01/22] KVM: x86: Introduce KVM_{G,S}ET_ONE_REG uAPIs support
` [PATCH v14 02/22] KVM: x86: Report XSS as to-be-saved if there are supported features
` [PATCH v14 03/22] KVM: x86: Check XSS validity against guest CPUIDs
` [PATCH v14 04/22] KVM: x86: Refresh CPUID on write to guest MSR_IA32_XSS
` [PATCH v14 05/22] KVM: x86: Initialize kvm_caps.supported_xss
` [PATCH v14 06/22] KVM: x86: Load guest FPU state when access XSAVE-managed MSRs
` [PATCH v14 07/22] KVM: x86: Add fault checks for guest CR4.CET setting
` [PATCH v14 11/22] KVM: VMX: Emulate read and write to CET MSRs
` [PATCH v14 15/22] KVM: x86: Don't emulate instructions guarded by CET
` [PATCH v14 22/22] KVM: selftest: Add tests for KVM_{GET,SET}_ONE_REG

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

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

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

[PATCH v2 00/20] KVM: s390: gmap rewrite, the real deal
 2025-09-11  8:43 UTC  (24+ messages)
` [PATCH v2 01/20] KVM: s390: add P bit in table entry bitfields, move union vaddress
` [PATCH v2 02/20] s390: Move sske_frame() to a header
` [PATCH v2 03/20] KVM: s390: Add gmap_helper_set_unused()
` [PATCH v2 04/20] KVM: s390: Enable KVM_GENERIC_MMU_NOTIFIER
` [PATCH v2 05/20] KVM: s390: Add helper functions for fault handling
` [PATCH v2 06/20] KVM: s390: Rename some functions in gaccess.c
` [PATCH v2 07/20] KVM: s390: KVM-specific bitfields and helper functions
` [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 v2 11/20] KVM: s390: KVM page table management functions: storage keys
` [PATCH v2 12/20] KVM: s390: KVM page table management functions: lifecycle management
` [PATCH v2 13/20] KVM: s390: KVM page table management functions: CMMA
` [PATCH v2 14/20] KVM: s390: New gmap code
` [PATCH v2 15/20] KVM: s390: Stop using CONFIG_PGSTE
` [PATCH v2 16/20] KVM: s390: Switch to new gmap
` [PATCH v2 17/20] KVM: s390: Remove gmap from s390/mm
` [PATCH v2 18/20] KVM: S390: Remove PGSTE code from linux/s390 mm
` [PATCH v2 19/20] KVM: s390: Enable 1M pages for gmap
` [PATCH v2 20/20] KVM: s390: Storage key manipulation IOCTL

[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

[RFC PATCH v1 0/5] x86/boot, KVM: Move VMXON/VMXOFF handling from KVM to CPU lifecycle
 2025-09-11  6:57 UTC  (14+ messages)
` [RFC PATCH v1 1/5] x86/boot: Shift VMXON from KVM init to CPU startup phase
` [RFC PATCH v1 2/5] x86/boot: Move VMXOFF from KVM teardown to CPU shutdown phase
` [RFC PATCH v1 3/5] x86/shutdown, KVM: VMX: Move VMCLEAR of VMCSs to cpu_disable_virtualization()
` [RFC PATCH v1 4/5] x86/reboot: Remove emergency_reboot_disable_virtualization()
` [RFC PATCH v1 5/5] KVM: Remove kvm_rebooting and its references

[PATCH v5 0/4] x86/cpu/topology: Fix the preferred order of initial APIC ID parsing on AMD/Hygon
 2025-09-11  6:06 UTC  (7+ messages)
` [PATCH v5 1/4] x86/cpu/topology: Always try cpu_parse_topology_ext() "
` [PATCH v5 3/4] x86/msr-index: Define AMD64_CPUID_FN_EXT MSR

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

[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

[PATCH v4 0/3] crypto: ccp - Add AMD Seamless Firmware Servicing (SFS) driver
 2025-09-10 22:55 UTC  (4+ 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 v4 0/5] Enable Shadow Stack Virtualization for SVM
 2025-09-10 21:24 UTC  (3+ messages)
` [PATCH v4 4/5] KVM: SVM: Add MSR_IA32_XSS to the GHCB for hypervisor kernel

[PATCH v18 00/33] x86,fs/resctrl: Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
 2025-09-10 20:26 UTC  (11+ messages)
` [PATCH v18 14/33] x86/resctrl: Add data structures and definitions for ABMC assignment

[GIT PULL] KVM/arm64 changes for 6.17, round #3
 2025-09-10 20:25 UTC 

[PATCH net-next v4 0/4] TUN/TAP & vhost_net: netdev queue flow control to avoid ptr_ring tail drop
 2025-09-10 20:22 UTC  (7+ messages)
` [PATCH 4/4] netdev queue flow control for vhost_net

[RFC PATCH 0/4] SEV-SNP guest policy bit support updates
 2025-09-10 19:36 UTC  (7+ messages)
` [RFC PATCH 1/4] KVM: SEV: Publish supported SEV-SNP policy bits
` [RFC PATCH 3/4] crypto: ccp - Add an API to return the "

[PATCH v3 06/11] iommu: Compute iommu_groups properly for PCIe MFDs
 2025-09-10 17:43 UTC  (8+ messages)

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

[PATCHv2 00/12] TDX: Enable Dynamic PAMT
 2025-09-10 17:18 UTC  (5+ messages)

[PATCH] x86/virt/tdx: Use precalculated TDVPR page physical address
 2025-09-10 16:57 UTC  (5+ messages)

[PATCH v3 05/11] PCI: Add pci_reachable_set()
 2025-09-10 16:13 UTC  (3+ messages)

[PATCH v2 0/7] Drivers: hv: Fix NEED_RESCHED_LAZY and use common APIs
 2025-09-10 14:45 UTC  (6+ messages)
` [PATCH v2 5/7] entry: Rename "kvm" entry code assets to "virt" to genericize APIs

[PATCH v2 0/2] KVM: SVM: Fix missing LAPIC TPR sync into VMCB::V_TPR with AVIC on
 2025-09-10 13:33 UTC  (5+ messages)
` [PATCH v2 1/2] KVM: SVM: Sync TPR from LAPIC into VMCB::V_TPR even if AVIC is active
` [PATCH v2 2/2] KVM: selftests: Test TPR / CR8 sync and interrupt masking

[PATCH v2 00/12] Implement support for IBS virtualization
 2025-09-10 13:01 UTC  (3+ messages)
` [PATCH v2 06/12] x86/cpufeatures: Add CPUID feature bit for VIBS in SVM/SEV guests

[RFC PATCH 0/3] KVM: SVM: Fix IRQ window inhibit handling
 2025-09-10 12:30 UTC  (4+ messages)

[PATCH] Documentation: kvm: Fix ordering
 2025-09-10 12:29 UTC  (2+ messages)

[kvm-unit-tests PATCH v2] scripts/arch-run.bash: Drop the dependency on "jq"
 2025-09-10 11:36 UTC  (6+ messages)

[BUG] [KVM/VMX] Level triggered interrupts mishandled on Windows w/ nested virt(Credential Guard) when using split irqchip
 2025-09-10  9:39 UTC  (7+ messages)

[PATCH] vhost: vringh: Modify the return value check
 2025-09-10  9:17 UTC 

[PATCH v2] KVM: nVMX: Mark APIC access page dirty when syncing vmcs12 pages
 2025-09-10  8:51 UTC 

[PATCH v10 00/21] TDX KVM selftests
 2025-09-10  7:46 UTC  (5+ messages)
` [PATCH v10 13/21] KVM: selftests: Add helpers to init TDX memory and finalize VM
` [PATCH v10 20/21] KVM: selftests: Add ucall support for TDX

[PATCH] LoongArch: KVM: Fix VM migration failure with PTW enabled
 2025-09-10  7:14 UTC 

[PATCH 0/7] KVM: x86: Improve the handling of debug exceptions during instruction emulation
 2025-09-10  2:49 UTC  (8+ messages)
` [PATCH 1/7] KVM: x86: Set guest DR6 by kvm_queue_exception_p() in "
` [PATCH 2/7] KVM: x86: Check guest debug in DR access "
` [PATCH 3/7] KVM: x86: Only check effective code breakpoint in emulation
` [PATCH 4/7] KVM: x86: Consolidate KVM_GUESTDBG_SINGLESTEP check into the kvm_inject_emulated_db()
` [PATCH 5/7] KVM: VMX: Set 'BS' bit in pending debug exceptions during instruction emulation
` [PATCH 6/7] KVM: selftests: Verify guest debug DR7.GD checking "
` [PATCH 7/7] KVM: selftests: Verify 'BS' bit checking in pending debug exception during VM entry

[PATCH v13 00/21] Enable CET Virtualization
 2025-09-10  2:55 UTC  (7+ messages)
` [PATCH v13 05/21] KVM: x86: Load guest FPU state when access XSAVE-managed MSRs

[PATCH v2 0/3] KVM: Fix deadlock for invalid memslots
 2025-09-10  2:02 UTC  (5+ messages)
` [PATCH v2 2/3] KVM: TDX: Do not retry locally when the retry is caused by invalid memslot

[PATCH 1/1] KVM: TDX: Fix uninitialized error code for __tdx_bringup()
 2025-09-09 22:19 UTC  (5+ messages)

[syzbot] [kvmarm?] [kvm?] WARNING: locking bug in vgic_put_irq
 2025-09-09 22:14 UTC  (3+ messages)

[PATCH RFC net-next 0/7] ice: implement live migration driver for E800 series hardware
 2025-09-09 21:57 UTC  (8+ messages)
` [PATCH RFC net-next 1/7] ice: add basic skeleton and TLV framework for live migration support
` [PATCH RFC net-next 2/7] ice: implement device suspension for live migration
` [PATCH RFC net-next 3/7] ice: add migration TLV for basic VF information
` [PATCH RFC net-next 4/7] ice: add migration TLVs for queue and interrupt state
` [PATCH RFC net-next 5/7] ice: add remaining migration TLVs
` [PATCH RFC net-next 6/7] ice-vfio-pci: add ice VFIO PCI live migration driver
` [PATCH RFC net-next 7/7] ice-vfio-pci: implement PCI .reset_done handling

[PATCH v3 02/11] PCI: Add pci_bus_isolated()
 2025-09-09 21:21 UTC  (3+ messages)

[PATCH v3 03/11] iommu: Compute iommu_groups properly for PCIe switches
 2025-09-09 21:21 UTC  (6+ messages)

[PATCH] vfio/pci: Fix INTx handling on legacy DisINTx- PCI devices
 2025-09-09 20:48 UTC 

[PATCH 0/4] KVM: selftests: Fastops DIV testcases
 2025-09-09 20:28 UTC  (5+ messages)
` [PATCH 1/4] KVM: selftests: Add support for #DE exception fixup
` [PATCH 2/4] KVM: selftests: Add coverage for 'b' (byte) sized fastops emulation
` [PATCH 3/4] KVM: selftests: Dedup the gnarly constraints of the fastops tests (more macros!)
` [PATCH 4/4] KVM: selftests: Add support for DIV and IDIV in the fastops test

[PATCH v2 0/2] Support for SEV-ES guest shadow stack
 2025-09-09 20:04 UTC  (3+ messages)
` [PATCH v2 2/2] x86/sev-es: Include XSS value in GHCB CPUID request

[PATCH v3 07/11] iommu: Validate that pci_for_each_dma_alias() matches the groups
 2025-09-09 19:58 UTC  (4+ messages)

[PATCH] KVM: nVMX: Mark APIC access page dirty when syncing vmcs12 pages
 2025-09-09 19:52 UTC 

[PATCH v3] mfd: max77705: rework interrupts
 2025-09-09 18:23 UTC 


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