Kernel KVM virtualization development
 help / color / mirror / Atom feed
 messages from 2026-06-29 12:50:55 to 2026-06-30 15:55:19 UTC [more...]

[PATCH 00/30] mm: make VMA page offset handling more consistent
 2026-06-30 15:55 UTC  (26+ messages)
` [PATCH 01/30] mm: move vma_start_pgoff() into mm.h and clean up
` [PATCH 02/30] mm: add kdoc comments for vma_start/last_pgoff()
` [PATCH 03/30] tools/testing/vma: use vma_start_pgoff() in merge tests
` [PATCH 04/30] mm: introduce and use vma_end_pgoff()
` [PATCH 05/30] mm/rmap: update mm/interval_tree.c comments
` [PATCH 07/30] mm/rmap: elide unnecessary static inline's in interval_tree.c
` [PATCH 08/30] mm/rmap: rename vma_interval_tree_*() to mapping_interval_tree_*()
` [PATCH 09/30] mm/rmap: parameterise anon_vma_interval_tree_*() by anon_vma
` [PATCH 19/30] mm: use linear_page_[index, delta]() consistently

[PATCH v2 00/17] Enable DICE-based TDX Quoting Extension
 2026-06-30 15:52 UTC  (30+ messages)
` [PATCH v2 03/17] x86/virt/tdx: Detect if the extensions initialization is required
` [PATCH v2 04/17] x86/virt/tdx: Add extra memory to TDX module for the extensions
` [PATCH v2 06/17] x86/virt/tdx: Re-initialize the extensions on runtime TDX module update
` [PATCH v2 07/17] x86/virt/tdx: Initialize Quoting extension
` [PATCH v2 08/17] x86/virt/tdx: Prepare Quote buffer during extension bringup
` [PATCH v2 11/17] x86/virt/tdx: Add interface to generate a Quote
` [PATCH v2 16/17] KVM: TDX: Add in-kernel Quote generation
` [PATCH v2 17/17] KVM: TDX: Support event-notify interrupts only with userspace Quoting

[PATCH net-next v4] vsock/virtio: rewrite MSG_ZEROCOPY flag handling
 2026-06-30 15:52 UTC  (3+ messages)

[PATCH 0/2] KVM: nSVM: Expose DecodeAssists to L1
 2026-06-30 15:52 UTC  (6+ messages)
` [PATCH 1/2] KVM: nSVM: Virtualize DecodeAssists for nested guests
` [PATCH 2/2] KVM: selftests: Add nested SVM DecodeAssists test

[PATCH v2 00/13] KVM Dirty-bit cleaning hw accelerator (HACDBS)
 2026-06-30 15:44 UTC  (37+ messages)
` [PATCH v2 01/13] KVM: arm64: HDBSS bits
` [PATCH v2 02/13] KVM: arm64: Enable eager hugepage splitting if HDBSS is available
` [PATCH v2 05/13] KVM: arm64: Detect (via ACPI) and initialize HACDBSIRQ
` [PATCH v2 06/13] KVM: arm64: dirty_bit: Add base FEAT_HACDBS cleaning routine
` [PATCH v2 07/13] kvm: Add arch-generic interface for hw-accelerated dirty-bitmap cleaning
` [PATCH v2 08/13] KVM: arm64: Add hardware-accelerated dirty-bitmap cleaning routine
` [PATCH v2 09/13] KVM: arm64: Dirty-bitmap: avoid splitting previously split blocks
` [PATCH v2 11/13] kvm/dirty_ring: Add arch-generic interface for hw-accelerated dirty-ring cleaning
` [PATCH v2 12/13] KVM: arm64: Add hardware-accelerated dirty-ring cleaning routine

[PATCH v8 00/46] guest_memfd: In-place conversion support
 2026-06-30 15:22 UTC  (16+ messages)
` [PATCH v8 02/46] KVM: Rename KVM_GENERIC_MEMORY_ATTRIBUTES to KVM_VM_MEMORY_ATTRIBUTES
` [PATCH v8 03/46] KVM: Move KVM_VM_MEMORY_ATTRIBUTES config definition to x86
` [PATCH v8 04/46] KVM: Decouple kvm_has_arch_private_mem from CONFIG_KVM_VM_MEMORY_ATTRIBUTES
` [PATCH v8 05/46] KVM: Make CONFIG_KVM_VM_MEMORY_ATTRIBUTES selectable
` [PATCH v8 07/46] KVM: Rename memory attribute APIs to prepare for in-place gmem conversion
` [PATCH v8 09/46] KVM: guest_memfd: Introduce function to check GFN private/shared status
` [PATCH v8 11/46] KVM: Consolidate private memory and guest_memfd ifdeffery in kvm_host.h

[PATCH 0/1] Introduce an instrumented profiler using BpfTrace
 2026-06-30 14:23 UTC  (3+ messages)
` [PATCH 1/1] tools/bpftrace: Add a simple instrumented kernel profiler

[PATCH v9 3/6] x86/sev: Disable CPU hotplug while SNP is active
 2026-06-30 14:18 UTC  (3+ messages)

[PATCH v3 0/4] vhost/vsock: add support for VHOST_RESET_OWNER and CPR migration
 2026-06-30 13:40 UTC  (7+ messages)
` [PATCH v3 2/4] vhost/vsock: suppress EHOSTUNREACH fast-fail during CPR pause
` [PATCH v3 3/4] vhost/vsock: re-scan TX virtqueue on device start
` [PATCH v3 4/4] vhost/vsock: add VHOST_RESET_OWNER ioctl

[PATCH v8 23/46] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
 2026-06-30 13:27 UTC  (16+ messages)

[PATCH] s390x: stsi: regression test for the STSI 3.2.2 count clamp
 2026-06-30 13:21 UTC  (2+ messages)

[PATCH v3 00/16] mod_devicetable.h: Split into per subsystem headers
 2026-06-30 13:11 UTC  (4+ messages)

[PATCH v3 0/8] Testcase improvements and Power8E/NVL removal
 2026-06-30 12:54 UTC  (11+ messages)
` [PATCH v3 1/8] tests/functional: Add remote interrupts test for PowerNV

[PATCH] vfio: Request THP-aligned mmap for device fds
 2026-06-30 12:51 UTC  (17+ messages)

[PATCH v4 0/5] Implement Eager Page Splitting for RISC-V
 2026-06-30 11:54 UTC 

[PATCH v3 00/15] s390/vfio-ap: Add live guest migration support
 2026-06-30 11:56 UTC  (30+ messages)
` [PATCH v3 01/15] s390/vfio-ap: Provide function to get the number of queues assigned to mdev
` [PATCH v3 02/15] s390/vfio-ap: Data structures for facilitating vfio device migration
` [PATCH v3 03/15] s390/vfio-ap: Initialize/release vfio device migration data
` [PATCH v3 04/15] s390/vfio-ap: Reset migration state in VFIO_DEVICE_RESET ioctl handler
` [PATCH v3 05/15] s390-vfio-ap: Callback to get/set vfio device mig state during guest migration
` [PATCH v3 06/15] s390/vfio-ap: Transition guest migration state from STOP to STOP_COPY
` [PATCH v3 07/15] s390/vfio-ap: File ops called to save the vfio device migration state
` [PATCH v3 08/15] s390/vfio-ap: Transition device migration state from STOP to RESUMING
` [PATCH v3 09/15] s390/vfio-ap: Add method to set a new guest AP configuration
` [PATCH v3 10/15] s390/vfio-ap: File ops called to resume the vfio device migration
` [PATCH v3 11/15] s390/vfio-ap: Transition device migration state to STOP
` [PATCH v3 12/15] s390/vfio-ap: Transition device migration state from STOP to RUNNING and vice versa
` [PATCH v3 13/15] s390/vfio-ap: Callback to get the size of data to be migrated during guest migration
` [PATCH v3 14/15] s390/vfio-ap: Add 'migratable' feature to sysfs 'features' attribute
` [PATCH v3 15/15] s390/vfio-ap: Add live guest migration chapter to vfio-ap.rst

[PATCH v4 0/5] Implement Eager Page Splitting for RISC-V
 2026-06-30 11:39 UTC 

[PATCH RFC 00/12] guest_memfd: support in-place memory conversion
 2026-06-30 10:18 UTC  (4+ messages)

[PATCH net 0/2] vsock/virtio: collapse receive queue under memory pressure
 2026-06-30  9:53 UTC  (3+ messages)
` [PATCH net 1/2] "

[PATCH v4 00/17] mod_devicetable.h: Split into per subsystem headers
 2026-06-30  9:24 UTC  (2+ messages)
` [PATCH v4 13/17] LoongArch: KVM: Add include defining struct cpu_feature

[RFC PATCH] KVM: rust: add Rust reimplementation of eventfd
 2026-06-30  7:16 UTC  (3+ messages)

[PATCH v2 00/16] riscv: Generate riscv instruction functions
 2026-06-30  6:17 UTC  (9+ messages)
` [PATCH v2 02/16] riscv: alternatives: Use generated instruction headers for patching code
` [PATCH v2 07/16] riscv: Use generated instruction headers for misaligned loads/stores
` [PATCH v2 08/16] riscv: kvm: Use generated instruction headers for csr code

[RFC PATCH 0/5] Add support for AMD IOMMU GAPPI
 2026-06-30  5:50 UTC  (4+ messages)
` [RFC PATCH 2/5] iommu/amd: Configure IRTE to use the GAPPI for posted interrupts

[PATCH v1 0/9] KVM: x86: Add support for AMD Extended APIC registers
 2026-06-30  5:16 UTC  (7+ messages)
` [PATCH v1 1/9] KVM: x86: Refactor APIC register mask handling to support extended "
` [PATCH v1 4/9] KVM: x86: Introduce KVM_CAP_LAPIC2 for 4KB APIC register space support

[PATCH v3 0/3] LoongArch: KVM: Harden interrupt injection
 2026-06-30  4:27 UTC  (3+ messages)
` [PATCH v3 2/3] LoongArch: KVM: Replace kvm_err() with WARN_ONCE()

[RFC PATCH v5 00/45] TDX: Dynamic PAMT + S-EPT Hugepage
 2026-06-30  2:36 UTC  (5+ messages)
` [RFC PATCH v5 30/45] x86/virt/tdx: Add API to demote a 2MB mapping to 512 4KB mappings

[PATCH V6 0/8] KVM: x86/pmu: Add hardware Topdown metrics support
 2026-06-30  2:36 UTC  (18+ messages)
` [PATCH v6 1/8] KVM: x86/pmu: Do not map fixed counters >= 3 to generic perf events
` [PATCH v6 2/8] KVM: x86/pmu: Support Intel fixed counter 3 on mediated vPMU
` [PATCH v6 3/8] KVM: x86/pmu: Rename and move vcpu_get_perf_capabilities() to pmu.h
` [PATCH v6 4/8] KVM: x86/pmu: Snapshot host IA32_PERF_CAPABILITIES in kvm_host
` [PATCH v6 5/8] KVM: x86/pmu: Support PERF_METRICS MSR in mediated vPMU
` [PATCH v6 6/8] KVM: x86/pmu: Move RDPMC emulation into per-vendor callbacks
` [PATCH v6 7/8] KVM: x86/pmu: Emulate RDPMC on performance metrics
` [PATCH v6 8/8] KVM: selftests: Add PERF_METRICS and fixed counter 3 tests

stable backports for "KVM: x86: Fix shadow paging use-after-free due to unexpected GFN"
 2026-06-30  2:33 UTC  (2+ messages)

[RFC PATCH v2 0/4] KVM: x86: TDX: Validate directly configurable CPUID bits
 2026-06-30  2:10 UTC  (6+ messages)
` [RFC PATCH v2 1/4] KVM: x86: TDX: Track supported "

[ANNOUNCE] PUCK Agenda - 2026.07.01 - CANCELED
 2026-06-30  0:44 UTC 

[PATCH v2 0/9] KVM: SEV: Fix RMP #PF due freeing in-use VMSA
 2026-06-30  0:18 UTC  (9+ messages)
` [PATCH v2 4/9] KVM: Rework .gmem_invalidate() into .gmem_free_folio()
` [PATCH v2 7/9] KVM: SEV: Forcefully invalidate SNP VMSA if its backing gmem page is zapped

[PATCH 0/2] KVM: SVM: Fix a (very) unlikely UAF for GA Log IRQs
 2026-06-30  0:17 UTC  (4+ messages)
` [PATCH 2/2] KVM: SVM: Drop unnecessary avic_vm_destroy() call on init failure

[PATCH 16/30] mm/vma: use vma_start_pgoff(), linear_page_index() in mm code
 2026-06-30  0:11 UTC  (2+ messages)

[RESEND PATCH v2] KVM: SVM: Add Bus Lock Detect support
 2026-06-29 23:08 UTC  (2+ messages)

[PATCH v9 0/4] vfio/dma-buf: add TPH support for peer-to-peer access
 2026-06-29 22:46 UTC  (4+ messages)
` [PATCH v9 4/4] RDMA/mlx5: get tph for p2p access when registering dma-buf mr

[PATCH v3 00/10] KVM: selftests: Stress save+restore and #PF (ft. nested)
 2026-06-29 20:29 UTC  (15+ messages)
` [PATCH v3 01/10] KVM: selftests: Move STR() and XSTR() definitions to test_util.h
` [PATCH v3 02/10] KVM: selftests: Fix RAX and RFLAGS VMCB offsets when running L2
` [PATCH v3 03/10] KVM: selftests: Use an array for guest_regs (and fix offsets)
` [PATCH v3 04/10] KVM: selftests: Move GPR load/save definitions outside of nSVM code
` [PATCH v3 05/10] KVM: selftests: Reuse GPR switching logic for nVMX
` [PATCH v3 06/10] KVM: selftests: Drop HORRIFIC_L2_UCALL_CLOBBER_HACK
` [PATCH v3 07/10] KVM: selftests: Add basic stress test for save+restore and #PF handling
` [PATCH v3 08/10] KVM: selftests: Trigger save+restore randomly in the #PF stress test
` [PATCH v3 09/10] KVM: selftests: Support running stress save+restore and #PF test in L2
` [PATCH v3 10/10] KVM: selftests: Trigger L2->L1 exits stress save+restore and #PF test

[PATCH v4 00/16] riscv: hwprobe: Expose RVA23U64 base behavior
 2026-06-29 18:21 UTC  (3+ messages)
` [PATCH v4 06/16] riscv: Add Ziccamoa, Ziccif, Ziccrse, and Za64rs to cpufeature and hwprobe

[PATCH 0/3] migration/ram: Abort on unsupported migratable RAM changes
 2026-06-29 18:21 UTC  (6+ messages)

[PATCH 00/15] Enable TDX Module Extensions and DICE-based TDX Quoting
 2026-06-29 18:11 UTC  (5+ messages)
` [RFC PATCH 06/15] x86/virt/tdx: Initialize Quoting extension during bringup

[PATCH v3 0/9] vfio/pci: Add mmap() for DMABUFs
 2026-06-29 17:26 UTC  (8+ messages)
` [PATCH v3 6/9] vfio/pci: Clean up BAR zap and revocation
` [PATCH v3 8/9] vfio/pci: Permanently revoke a DMABUF on request

[PATCH v2 0/8] Testcase improvements and Power8E/NVL removal
 2026-06-29 17:25 UTC  (2+ messages)

[PATCH v2] KVM: x86/xen: Add KVM_XEN_VCPU_ATTR_TYPE_WRITE_HYPERCALL_PAGE
 2026-06-29 16:16 UTC 

[PATCH v3 00/16] mm: Some cleanups for page allocator APIs
 2026-06-29 15:31 UTC  (6+ messages)
` [PATCH v3 09/16] KVM: VMX: Use higher-level allocator API
  ` -EXT-[PATCH "

[PATCH v7 00/15] userfaultfd: working set tracking for VM guest memory
 2026-06-29 16:02 UTC  (6+ messages)
` [PATCH v7 07/15] mm: preserve RWP marker across PTE rewrites
` [PATCH v7 08/15] mm: handle VM_UFFD_RWP in khugepaged, rmap, and GUP

[PATCH v17 00/12] vfio/pci: Add PCIe TPH support
 2026-06-29 15:43 UTC  (8+ messages)
` [PATCH v17 08/12] PCI/TPH: Add sysfs binary file to export CPU to steering-tag mapping

[syzbot] [kvm-x86?] KASAN: use-after-free Read in kvm_setup_guest_pvclock
 2026-06-29 13:06 UTC 

[PATCH] KVM: x86: Ignore pending PV EOI if the vCPU has since disabled PV EOIs
 2026-06-29 13:03 UTC  (8+ messages)


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