messages from 2025-10-10 21:30:45 to 2025-10-14 02:35:08 UTC [more...]
[PATCH 0/5] Some spelling error fixes in samples directory
2025-10-14 2:34 UTC (4+ messages)
` [PATCH 1/5] samples/bpf: Fix a spelling typo in do_hbm_test.sh
` [PATCH 2/5] samples: bpf: Fix a spelling typo in hbm.c
` [PATCH 3/5] samples/bpf: Fix a spelling typo in tracex1.bpf.c
[RFC PATCH 0/4] KVM: x86/tdx: Have TDX handle VMXON during bringup
2025-10-14 2:13 UTC (17+ messages)
` [RFC PATCH 1/4] KVM: x86: Move kvm_rebooting to x86
` [RFC PATCH 2/4] KVM: x86: Extract VMXON and EFER.SVME enablement to kernel
` [RFC PATCH 3/4] KVM: x86/tdx: Do VMXON and TDX-Module initialization during tdx_init()
` [RFC PATCH 4/4] KVM: Bury kvm_{en,dis}able_virtualization() in kvm_main.c once more
[PATCH v4 0/3] VMM can handle guest SEA via KVM_EXIT_ARM_SEA
2025-10-14 1:51 UTC (5+ messages)
` [PATCH v4 1/3] KVM: arm64: VM exit to userspace to handle SEA
` [PATCH v4 2/3] KVM: selftests: Test for KVM_EXIT_ARM_SEA
` [PATCH v4 3/3] Documentation: kvm: new UAPI for handling SEA
[PATCH] KVM: selftests: Use "gpa" and "gva" for local variable names in pre-fault test
2025-10-14 1:37 UTC (2+ messages)
[PATCH v8 00/21] Enable FRED with KVM VMX
2025-10-14 1:09 UTC (22+ messages)
` [PATCH v8 01/21] KVM: VMX: Add support for the secondary VM exit controls
` [PATCH v8 02/21] KVM: VMX: Initialize VM entry/exit FRED controls in vmcs_config
` [PATCH v8 03/21] KVM: VMX: Disable FRED if FRED consistency checks fail
` [PATCH v8 04/21] x86/cea: Prefix event stack names with ESTACK_
` [PATCH v8 05/21] x86/cea: Export API for per-CPU exception stacks for KVM
` [PATCH v8 06/21] KVM: VMX: Initialize VMCS FRED fields
` [PATCH v8 07/21] KVM: VMX: Set FRED MSR intercepts
` [PATCH v8 08/21] KVM: VMX: Save/restore guest FRED RSP0
` [PATCH v8 09/21] KVM: VMX: Add support for saving and restoring FRED MSRs
` [PATCH v8 10/21] KVM: x86: Add a helper to detect if FRED is enabled for a vCPU
` [PATCH v8 11/21] KVM: VMX: Virtualize FRED event_data
` [PATCH v8 12/21] KVM: VMX: Virtualize FRED nested exception tracking
` [PATCH v8 13/21] KVM: x86: Save/restore the nested flag of an exception
` [PATCH v8 14/21] KVM: x86: Mark CR4.FRED as not reserved
` [PATCH v8 15/21] KVM: VMX: Dump FRED context in dump_vmcs()
` [PATCH v8 16/21] KVM: x86: Advertise support for FRED
` [PATCH v8 17/21] KVM: nVMX: Add support for the secondary VM exit controls
` [PATCH v8 18/21] KVM: nVMX: Add FRED VMCS fields to nested VMX context handling
` [PATCH v8 19/21] KVM: nVMX: Add FRED-related VMCS field checks
` [PATCH v8 20/21] KVM: nVMX: Add prerequisites to SHADOW_FIELD_R[OW] macros
` [PATCH v8 21/21] KVM: nVMX: Allow VMX FRED controls
[RFC PATCH v2 00/51] 1G page support for guest_memfd
2025-10-13 23:44 UTC (13+ messages)
` [RFC PATCH v2 02/51] KVM: guest_memfd: Introduce and use shareability to guard faulting
[PATCH 0/2] KVM: SVM: Aggressively clear vmcb02 clean bits
2025-10-13 23:30 UTC (4+ messages)
[PATCH RESEND] avoid hv timer fallback to sw timer if delay exceeds period
2025-10-13 23:29 UTC (2+ messages)
[PATCH 00/12] Extend test coverage for nested SVM
2025-10-13 23:13 UTC (13+ messages)
` [PATCH 08/12] KVM: selftests: Use 'leaf' instead of hugepage to describe EPT entries
` [PATCH 09/12] KVM: selftests: Move all PTE accesses into nested_create_pte()
` [PATCH 10/12] KVM: selftests: Move EPT-specific init outside nested_create_pte()
` [PATCH 11/12] KVM: selftests: Refactor generic nested mapping outside VMX code
[PATCH v2 0/2] KVM: SVM: GIF and EFER.SVME are independent
2025-10-13 22:33 UTC (3+ messages)
` [PATCH v2 2/2] KVM: SVM: Don't set GIF when clearing EFER.SVME
[PATCH] KVM: TDX: Replace kmalloc + copy_from_user with memdup_user in tdx_td_init
2025-10-13 22:15 UTC (2+ messages)
[PATCH 00/26] vfio/xe: Add driver variant for Xe VF migration
2025-10-13 19:00 UTC (56+ messages)
` [PATCH 01/26] drm/xe/pf: Remove GuC version check for migration support
` [PATCH 02/26] drm/xe: Move migration support to device-level struct
` [PATCH 03/26] drm/xe/pf: Add save/restore control state stubs and connect to debugfs
` [PATCH 04/26] drm/xe/pf: Extract migration mutex out of its struct
` [PATCH 05/26] drm/xe/pf: Add data structures and handlers for migration rings
` [PATCH 06/26] drm/xe/pf: Add helpers for migration data allocation / free
` [PATCH 07/26] drm/xe/pf: Add support for encap/decap of bitstream to/from packet
` [PATCH 08/26] drm/xe/pf: Add minimalistic migration descriptor
` [PATCH 09/26] drm/xe/pf: Expose VF migration data size over debugfs
` [PATCH 10/26] drm/xe: Add sa/guc_buf_cache sync interface
` [PATCH 11/26] drm/xe: Allow the caller to pass guc_buf_cache size
` [PATCH 12/26] drm/xe/pf: Increase PF GuC Buffer Cache size and use it for VF migration
` [PATCH 13/26] drm/xe/pf: Remove GuC migration data save/restore from GT debugfs
` [PATCH 14/26] drm/xe/pf: Don't save GuC VF migration data on pause
` [PATCH 15/26] drm/xe/pf: Switch VF migration GuC save/restore to struct migration data
` [PATCH 16/26] drm/xe/pf: Handle GuC migration data as part of PF control
` [PATCH 17/26] drm/xe/pf: Add helpers for VF GGTT migration data handling
` [PATCH 18/26] drm/xe/pf: Handle GGTT migration data as part of PF control
` [PATCH 19/26] drm/xe/pf: Add helpers for VF MMIO migration data handling
` [PATCH 20/26] drm/xe/pf: Handle MMIO migration data as part of PF control
` [PATCH 21/26] drm/xe/pf: Add helper to retrieve VF's LMEM object
` [PATCH 22/26] drm/xe/migrate: Add function for raw copy of VRAM and CCS
` [PATCH 23/26] drm/xe/pf: Handle VRAM migration data as part of PF control
` [PATCH 24/26] drm/xe/pf: Add wait helper for VF FLR
` [PATCH 25/26] drm/xe/pf: Export helpers for VFIO
` [PATCH 26/26] vfio/xe: Add vendor-specific vfio_pci driver for Intel graphics
[PATCH V3 kvm-x86/gmem 1/2] KVM: guest_memfd: move kvm_gmem_get_index() and use in kvm_gmem_prepare_folio()
2025-10-13 18:16 UTC (4+ messages)
` [PATCH V3 kvm-x86/gmem 2/2] KVM: guest_memfd: remove redundant gmem variable initialization
[syzbot] INFO: rcu detected stall in dummy_timer (4)
2025-10-13 17:22 UTC (2+ messages)
` [syzbot] [usb?] "
[PATCH] KVM: arm64: gic-v3: Only set ICH_HCR traps for v2-on-v3 or v3 guests
2025-10-13 16:56 UTC (2+ messages)
[PATCH] Documentation: KVM: Update GICv3 docs for GICv5 hosts
2025-10-13 16:56 UTC (2+ messages)
[PATCH 00/13] KVM: arm64: De-specialise the timer UAPI
2025-10-13 16:55 UTC (2+ messages)
[PATCH] KVM: x86: Unify L1TF flushing under per-CPU variable
2025-10-13 16:52 UTC (3+ messages)
[PATCH] powerpc, ocxl: Fix extraction of struct xive_irq_data
2025-10-13 16:46 UTC (2+ messages)
[PATCH 1/1] vfio/pci: add PCIe TPH device ioctl
2025-10-13 16:35 UTC
unsubscribe
2025-10-13 15:36 UTC
[PATCH 0/2] KVM: x86: selftests: add L1TF exploit test
2025-10-13 15:36 UTC (4+ messages)
` [PATCH 1/2] selftests: fix installing nested TEST_GEN_MODS_DIR
` [PATCH 2/2] KVM: x86: selftests: add an L1TF exploit test
[PATCH v5 0/9] vfio/pci: Allow MMIO regions to be exported through dma-buf
2025-10-13 15:26 UTC (10+ messages)
` [PATCH v5 1/9] PCI/P2PDMA: Separate the mmap() support from the core logic
` [PATCH v5 2/9] PCI/P2PDMA: Simplify bus address mapping API
` [PATCH v5 3/9] PCI/P2PDMA: Refactor to separate core P2P functionality from memory allocation
` [PATCH v5 4/9] PCI/P2PDMA: Export pci_p2pdma_map_type() function
` [PATCH v5 5/9] types: move phys_vec definition to common header
` [PATCH v5 6/9] vfio: Export vfio device get and put registration helpers
` [PATCH v5 7/9] vfio/pci: Share the core device pointer while invoking feature functions
` [PATCH v5 8/9] vfio/pci: Enable peer-to-peer DMA transactions by default
` [PATCH v5 9/9] vfio/pci: Add dma-buf export support for MMIO regions
[PATCH] MAINTAINERS: Update Alex Williamson's email address
2025-10-13 15:26 UTC
[PATCH] KVM: x86: Drop "cache" from user return MSR setter that skips WRMSR
2025-10-13 13:47 UTC (7+ messages)
[syzbot] [kvm-x86?] WARNING in kvm_apic_accept_events
2025-10-13 13:37 UTC (3+ messages)
(no subject)
2025-10-13 11:40 UTC
[PATCH 0/3] KVM: arm64: Fix handling of ID_PFR1_EL1.GIC
2025-10-13 8:32 UTC (4+ messages)
` [PATCH 1/3] KVM: arm64: Make ID_PFR1_EL1.GIC writable
` [PATCH 2/3] KVM: arm64: Set ID_{AA64PFR0,PFR1}_EL1.GIC when GICv3 is configured
` [PATCH 3/3] KVM: arm64: Limit clearing of ID_{AA64PFR0,PFR1}_EL1.GIC to userspace irqchip
[PATCH v9 00/21] Introduce smp.modules for x86 in QEMU
2025-10-13 7:33 UTC (5+ messages)
` [PATCH v9 02/21] hw/core/machine: Support modules in -smp
[PATCH v4 0/7] KVM: SVM: Add Page Modification Logging (PML) support
2025-10-13 6:25 UTC (8+ messages)
` [PATCH v4 1/7] KVM: x86: Carve out PML flush routine
` [PATCH v4 2/7] KVM: x86: Move PML page to common vcpu arch structure
` [PATCH v4 3/7] KVM: x86: Move enable_pml variable to common x86 code
` [PATCH v4 4/7] KVM: x86: Move nested CPU dirty logging logic to common code
` [PATCH v4 5/7] x86/cpufeatures: Add Page modification logging
` [PATCH v4 6/7] KVM: SVM: Use BIT_ULL for 64-bit nested_ctl bit definitions
` [PATCH v4 7/7] KVM: SVM: Add Page modification logging support
[PATCH v2 00/12] Implement support for IBS virtualization
2025-10-13 5:53 UTC (14+ messages)
` [PATCH v2 02/12] KVM: x86: Refactor APIC register mask handling to support extended APIC registers
` [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 v4 0/3] vfio: handle DMA map/unmap up to the addressable limit
2025-10-13 5:32 UTC (4+ messages)
` [PATCH v4 1/3] vfio/type1: sanitize for overflow using check_*_overflow
` [PATCH v4 2/3] vfio/type1: move iova increment to unmap_unpin_* caller
` [PATCH v4 3/3] vfio/type1: handle DMA map/unmap up to the addressable limit
[PATCH v2] LoongArch: KVM: Add AVEC support
2025-10-13 4:07 UTC (4+ messages)
[RFC PATCH v2 00/23] KVM: TDX huge page support for private memory
2025-10-13 0:45 UTC (6+ messages)
` [RFC PATCH v2 17/23] KVM: guest_memfd: Split for punch hole and private-to-shared conversion
[PATCH v12 00/12] KVM: guest_memfd: Add NUMA mempolicy support
2025-10-12 20:00 UTC (7+ messages)
` [PATCH v12 05/12] KVM: guest_memfd: Enforce NUMA mempolicy using shared policy
[PATCH 1/3] virtio: dwords->qwords
2025-10-12 19:17 UTC (9+ messages)
[PATCH v4 01/10] PCI: Avoid saving error values for config space
2025-10-12 6:43 UTC (15+ messages)
[PATCH v3 3/3] vfio/type1: handle DMA map/unmap up to the addressable limit
2025-10-11 18:15 UTC (3+ messages)
[PATCH V2 kvm-next] KVM: guest_memfd: use kvm_gmem_get_index() in more places and smaller cleanups
2025-10-11 18:04 UTC (3+ messages)
[PATCH v7 03/12] mm: introduce AS_NO_DIRECT_MAP
2025-10-11 14:32 UTC (13+ messages)
` [PATCH v7 04/12] KVM: guest_memfd: Add stub for kvm_arch_gmem_invalidate
` [PATCH v7 06/12] KVM: guest_memfd: add module param for disabling TLB flushing
[PATCH net-next v5 0/8] TUN/TAP & vhost_net: netdev queue flow control to avoid ptr_ring tail drop
2025-10-11 9:15 UTC (7+ messages)
` [PATCH net-next v5 4/8] TUN & TAP: Wake netdev queue after consuming an entry
[PATCH v2 0/3] accel/kvm: Cleanups around kvm_arch_put_registers()
2025-10-11 7:04 UTC (2+ messages)
[PATCH] i386/kvm: Expose ARCH_CAP_FB_CLEAR when invulnerable to MDS
2025-10-11 7:02 UTC (2+ messages)
[PATCH] KVM: guest_memfd: Drop a superfluous local var in kvm_gmem_fault_user_mapping()
2025-10-10 22:33 UTC (4+ messages)
[PATCH v3] KVM: selftests: Test prefault memory during concurrent memslot removal
2025-10-10 21:30 UTC (2+ messages)
[PATCH v2 00/13] KVM: guest_memfd: MMAP and related fixes
2025-10-10 21:30 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox