public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-09-16 20:00:33 to 2025-09-18 06:13:01 UTC [more...]

[PATCH v2 0/4] KVM: SVM: Add Page Modification Logging (PML) support
 2025-09-18  6:12 UTC  (10+ messages)
` [PATCH v2 2/4] KVM: x86: Move PML page to common vcpu arch structure
` [PATCH v2 4/4] KVM: SVM: Add Page modification logging support

[PATCH v9 00/10] x86,fs/resctrl: Support L3 Smart Data Cache Injection Allocation Enforcement (SDCIAE)
 2025-09-18  6:08 UTC  (21+ messages)
` [PATCH v9 01/10] x86/cpufeatures: Add support for L3 Smart Data Cache Injection Allocation Enforcement
` [PATCH v9 02/10] x86/resctrl: Add SDCIAE feature in the command line options
` [PATCH v9 03/10] x86,fs/resctrl: Detect io_alloc feature
` [PATCH v9 04/10] x86,fs/resctrl: Implement "io_alloc" enable/disable handlers
` [PATCH v9 05/10] fs/resctrl: Introduce interface to display "io_alloc" support
` [PATCH v9 06/10] fs/resctrl: Add user interface to enable/disable io_alloc feature
` [PATCH v9 07/10] fs/resctrl: Introduce interface to display io_alloc CBMs
` [PATCH v9 08/10] fs/resctrl: Modify rdt_parse_data to pass mode and CLOSID
` [PATCH v9 09/10] fs/resctrl: Introduce interface to modify io_alloc Capacity Bit Masks
` [PATCH v9 10/10] fs/resctrl: Update bit_usage to reflect io_alloc

[PATCH 00/35] memory: QOM-ify AddressSpace
 2025-09-18  5:53 UTC  (38+ messages)
` [PATCH 01/35] "
` [PATCH 02/35] hw/core/loader: Use address_space_get_path()
` [PATCH 03/35] vfio: "
` [PATCH 04/35] hw/alpha: QOM-ify AddressSpace
` [PATCH 05/35] hw/arm: "
` [PATCH 06/35] hw/display: "
` [PATCH 07/35] hw/dma: "
` [PATCH 08/35] hw/fsi: "
` [PATCH 09/35] hw/i2c: "
` [PATCH 10/35] hw/i386: "
` [PATCH 11/35] hw/intc: "
` [PATCH 12/35] hw/loongarch: "
` [PATCH 13/35] hw/mem: "
` [PATCH 14/35] hw/misc: "
` [PATCH 15/35] hw/net: "
` [PATCH 16/35] hw/nubus: "
` [PATCH 17/35] hw/pci: "
` [PATCH 18/35] hw/pci-host: "
` [PATCH 19/35] hw/ppc: "
` [PATCH 20/35] hw/remote: "
` [PATCH 21/35] hw/riscv: "
` [PATCH 22/35] hw/s390x: "
` [PATCH 23/35] hw/scsi: "
` [PATCH 24/35] hw/sd: "
` [PATCH 25/35] hw/sparc: "
` [PATCH 26/35] hw/sparc64: "
` [PATCH 27/35] hw/ssi: "
` [PATCH 28/35] hw/usb: "
` [PATCH 29/35] "
` [PATCH 30/35] hw/virtio: "
` [PATCH 31/35] system/physmem: "
` [PATCH 32/35] target/i386: "
` [PATCH 33/35] target/mips: "
` [PATCH 34/35] target/xtensa: "
` [PATCH 35/35] memory: Drop non-QOM AddressSpace support

[PATCH v2 00/21] paravirt: cleanup and reorg
 2025-09-18  5:56 UTC  (7+ messages)
` [PATCH v2 06/21] sched: Move clock related paravirt code to kernel/sched
` [PATCH v2 12/21] x86/paravirt: Move paravirt_sched_clock() related code into tsc.c
` [PATCH v2 21/21] x86/pvlocks: Move paravirt spinlock functions into own header

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

[PATCH v2 1/1] KVM: TDX: Fix uninitialized error code for __tdx_bringup()
 2025-09-18  5:32 UTC 

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

[PATCH v15 00/41] KVM: x86: Mega-CET
 2025-09-18  4:48 UTC  (41+ messages)
` [PATCH v15 02/41] KVM: SEV: Read save fields from GHCB exactly once
` [PATCH v15 04/41] KVM: x86: Introduce KVM_{G,S}ET_ONE_REG uAPIs support
` [PATCH v15 09/41] KVM: x86: Load guest FPU state when access XSAVE-managed MSRs
` [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 v15 29/41] KVM: SEV: Synchronize MSR_IA32_XSS from the GHCB when it's valid

[PATCH 1/2] KVM: x86: Add helper to retrieve cached value of user return MSR
 2025-09-18  3:38 UTC  (2+ messages)
` [PATCH 2/2] KVM: SVM: Use cached value as restore value of TSC_AUX for SEV-ES guest

[PATCH 00/13] KVM: arm64: selftests: Run selftests in VHE EL2
 2025-09-18  1:45 UTC  (18+ messages)
` [PATCH 01/13] KVM: arm64: selftests: Provide kvm_arch_vm_post_create() in library code
` [PATCH 02/13] KVM: arm64: selftests: Initialize VGICv3 only once
` [PATCH 03/13] KVM: arm64: selftests: Add helper to check for VGICv3 support
` [PATCH 04/13] KVM: arm64: selftests: Add unsanitised helpers for VGICv3 creation
` [PATCH 05/13] KVM: arm64: selftests: Create a VGICv3 for 'default' VMs
` [PATCH 06/13] KVM: arm64: selftests: Alias EL1 registers to EL2 counterparts
` [PATCH 07/13] KVM: arm64: selftests: Provide helper for getting default vCPU target
` [PATCH 08/13] KVM: arm64: selftests: Select SMCCC conduit based on current EL
` [PATCH 09/13] KVM: arm64: selftests: Use hyp timer IRQs when test runs at EL2
` [PATCH 10/13] KVM: arm64: selftests: Use the vCPU attr for setting nr of PMU counters
` [PATCH 11/13] KVM: arm64: selftests: Initialize HCR_EL2
` [PATCH 12/13] KVM: arm64: selftests: Enable EL2 by default
` [PATCH 13/13] KVM: arm64: selftests: Add basic test for running in VHE EL2

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

[RFC PATCH v1 0/5] x86/boot, KVM: Move VMXON/VMXOFF handling from KVM to CPU lifecycle
 2025-09-17 23:02 UTC  (11+ messages)
` [RFC PATCH v1 5/5] KVM: Remove kvm_rebooting and its references

[PATCH net-next v6 0/9] vsock: add namespace support to vhost-vsock
 2025-09-17 22:12 UTC  (14+ messages)
` [PATCH net-next v6 1/9] vsock: a per-net vsock NS mode state
` [PATCH net-next v6 2/9] vsock: add net to vsock skb cb
` [PATCH net-next v6 3/9] vsock: add netns to vsock core
` [PATCH net-next v6 4/9] vsock/loopback: add netns support
` [PATCH net-next v6 5/9] vsock/virtio: add netns to virtio transport common
` [PATCH net-next v6 6/9] vhost/vsock: add netns support
` [PATCH net-next v6 7/9] selftests/vsock: improve logging in vmtest.sh
` [PATCH net-next v6 8/9] selftests/vsock: invoke vsock_test through helpers
` [PATCH net-next v6 9/9] selftests/vsock: add namespace tests

[PATCH 0/4] KVM: selftests: Add test of SET_NESTED_STATE with 48-bit L2 on 57-bit L1
 2025-09-17 21:48 UTC  (5+ messages)
` [PATCH 1/4] KVM: selftests: Use a loop to create guest page tables
` [PATCH 2/4] KVM: selftests: Use a loop to walk "
` [PATCH 3/4] KVM: selftests: Add VM_MODE_PXXV57_4K VM mode
` [PATCH 4/4] KVM: selftests: Add a VMX test for LA57 nested state

[GIT PULL] KVM/arm64 changes for 6.17, round #3
 2025-09-17 19:58 UTC  (3+ messages)

[RFC PATCH] PCI: Add quirk to always map ivshmem as write-back
 2025-09-17 18:38 UTC  (3+ messages)

[GIT PULL 0/3] KVM: s390: fixes for 6.17
 2025-09-17 17:54 UTC  (2+ messages)

[GIT PULL] KVM: x86: AVIC vTPR fix for 6.17
 2025-09-17 17:52 UTC  (2+ messages)

[PATCH v3 00/10] Error recovery for vfio-pci devices on s390x
 2025-09-17 17:50 UTC  (9+ messages)
` [PATCH v3 03/10] PCI: Allow per function PCI slots
` [PATCH v3 04/10] s390/pci: Add architecture specific resource/bus address translation

[RFC] Fix potential undefined behavior in __builtin_clz usage with GCC 11.1.0
 2025-09-17 17:34 UTC  (4+ messages)

[PATCH v2 00/20] KVM: s390: gmap rewrite, the real deal
 2025-09-17 17:08 UTC  (34+ messages)
` [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 10/20] KVM: s390: KVM page table management functions: walks
` [PATCH v2 16/20] KVM: s390: Switch to new gmap

[PATCH 0/5] KVM: arm64: GICv5 legacy (GCIE_LEGACY) NV enablement and cleanup
 2025-09-17 16:42 UTC  (4+ messages)
` [PATCH 1/5] KVM: arm64: Allow ICC_SRE_EL2 accesses on a GICv5 host

[PATCH v2 00/12] Implement support for IBS virtualization
 2025-09-17 15:40 UTC  (10+ messages)
` [PATCH v2 04/12] x86/cpufeatures: Add CPUID feature bit for Extended LVT
` [PATCH v2 05/12] KVM: x86: Add emulation support for Extented LVT registers
` [PATCH v2 06/12] x86/cpufeatures: Add CPUID feature bit for VIBS in SVM/SEV guests

[Invitation] bi-weekly guest_memfd upstream call on 2025-09-18
 2025-09-17 15:02 UTC 

[PATCH v6 00/11] Direct Map Removal Support for guest_memfd
 2025-09-17 14:52 UTC  (4+ messages)
` [PATCH v6 01/11] filemap: Pass address_space mapping to ->free_folio()

[PATCH kvmtool v2] net/uip: Avoid deadlock in uip_tcp_socket_free()
 2025-09-17 13:44 UTC 

[PATCH v3 1/2] KVM: Disable IRQs in kvm_online_cpu()/kvm_offline_cpu()
 2025-09-17 13:11 UTC  (3+ messages)

[PATCH kvmtool] net/uip: Avoid deadlock in uip_tcp_socket_free()
 2025-09-17 12:08 UTC  (2+ messages)

[PATCH RESEND v1 0/3] kvm:x86: simplify kvmclock update logic
 2025-09-17  9:28 UTC  (4+ messages)
` [PATCH RESEND v1 1/3] Revert "x86: kvm: introduce periodic global clock updates"
` [PATCH RESEND v1 2/3] Revert "x86: kvm: rate-limit "
` [PATCH RESEND v1 3/3] KVM: x86: remove comment about ntp correction sync for

[PATCH vhost 1/3] vhost-net: unbreak busy polling
 2025-09-17  8:40 UTC  (6+ messages)
` [PATCH vhost 2/3] Revert "vhost/net: Defer TX queue re-enable until after sendmsg"
` [PATCH vhost 3/3] vhost-net: flush batched before enabling notifications

[RFC PATCH v2 0/5] KVM: SVM: Enable AVIC by default on Zen 4+
 2025-09-17  0:44 UTC  (14+ messages)
` [RFC PATCH v2 1/5] KVM: SVM: Stop warning if x2AVIC feature bit alone is enabled
` [RFC PATCH v2 5/5] KVM: SVM: Enable AVIC by default from Zen 4

[PATCH] LoongArch: KVM: Fix VM migration failure with PTW enabled
 2025-09-17  1:08 UTC  (5+ messages)

[PATCH] docs: wmi: lenovo-wmi-gamezone: fix typo in frequency
 2025-09-16 23:39 UTC  (3+ messages)

[PATCH RFC v1 0/5] KVM: guest_memfd: Support in-place conversion for CoCo VMs
 2025-09-16 23:33 UTC  (4+ messages)
` [PATCH RFC v1 1/5] KVM: guest_memfd: Remove preparation tracking

[RFC PATCH v2 00/51] 1G page support for guest_memfd
 2025-09-16 22:55 UTC  (5+ messages)
` [RFC PATCH v2 29/51] mm: guestmem_hugetlb: Wrap HugeTLB as an allocator "
` [RFC PATCH v2 35/51] mm: guestmem_hugetlb: Add support for splitting and merging pages

[RFC PATCH v2 29/51] mm: guestmem_hugetlb: Wrap HugeTLB as an allocator for guest_memfd
 2025-09-16 22:41 UTC  (3+ messages)

[PATCH] KVM: TDX: Replace kmalloc + copy_from_user with memdup_user in tdx_td_init
 2025-09-16 21:31 UTC 

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

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

[PATCH] Documentation: KVM: Add reference specs for PIT and LAPIC ioctls
 2025-09-16 20:02 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] KVM: x86: hyper-v: Use guard() instead of mutex_lock() to simplify code
 2025-09-16 20:01 UTC  (3+ messages)

[PATCH v3 01/10] PCI: Avoid saving error values for config space
 2025-09-16 20:00 UTC  (2+ messages)

[PATCH] x86/apic: KVM: Use guard() instead of mutex_lock() to simplify code
 2025-09-16 20:00 UTC  (3+ messages)


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