Kernel KVM virtualization development
 help / color / mirror / Atom feed
 messages from 2026-06-26 23:14:28 to 2026-06-29 16:41:39 UTC [more...]

[PATCH 00/30] mm: make VMA page offset handling more consistent
 2026-06-29 16:41 UTC  (40+ 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 06/30] mm/rmap: parameterise vma_interval_tree_*() by address_space
` [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 10/30] MAINTAINERS: Move mm/interval_tree.c to rmap section
` [PATCH 11/30] mm/vma: introduce and use vmg_pages(), vmg_[start, end]_pgoff()
` [PATCH 12/30] mm/vma: clean up anon_vma_compatible()
` [PATCH 13/30] mm/vma: refactor vmg_adjust_set_range() for clarity
` [PATCH 14/30] mm/vma: minor cleanup of expand_[upwards, downwards]()
` [PATCH 15/30] mm: introduce and use linear_page_delta()
` [PATCH 16/30] mm/vma: use vma_start_pgoff(), linear_page_index() in mm code
` [PATCH 17/30] mm: prefer vma_[start,end]_pgoff() to vma->vm_pgoff in kernel/
` [PATCH 18/30] mm/vma: remove duplicative vma_pgoff_offset() helper
` [PATCH 19/30] mm: use linear_page_[index, delta]() consistently
` [PATCH 20/30] mm/vma: introduce vma_assert_can_modify()
` [PATCH 21/30] mm/vma: add and use vma_[add/sub]_pgoff()
` [PATCH 22/30] mm/vma: move __install_special_mapping() to vma.c
` [PATCH 23/30] mm/vma: make vma_set_range() static, drop insert_vm_struct() decl
` [PATCH 24/30] mm/vma: update vma_shrink() to not pass unnecessary pgoff parameter
` [PATCH 25/30] mm/vma: update vmg_adjust_set_range() to offset pgoff instead
` [PATCH 26/30] mm/vma: introduce and use vma_set_pgoff()
` [PATCH 27/30] mm/vma: correct incorrect vma.h inclusion
` [PATCH 28/30] mm/vma: use guard clauses in can_vma_merge_[before, after]()
` [PATCH 29/30] tools/testing/vma: default VMA flag bits to 64-bit
` [PATCH 30/30] tools/testing/vma: output compared expression on ASSERT_[EQ, NE]()

[PATCH v3 0/9] vfio/pci: Add mmap() for DMABUFs
 2026-06-29 16:32 UTC  (5+ messages)
` [PATCH v3 8/9] vfio/pci: Permanently revoke a DMABUF on request

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

[PATCH v2 00/13] KVM Dirty-bit cleaning hw accelerator (HACDBS)
 2026-06-29 16:07 UTC  (29+ 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 03/13] arm64/cpufeature: Add system-wide FEAT_HACDBS detection
` [PATCH v2 04/13] arm64/sysreg: Add HACDBS consumer and base registers
` [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 10/13] kvm/dirty_ring: Introduce get_memslot and move helpers to header
` [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 v2 13/13] KVM: arm64: Enable KVM_HW_DIRTY_BIT

[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  (23+ messages)
` [PATCH v7 01/15] mm: decouple protnone helpers from CONFIG_NUMA_BALANCING
` [PATCH v7 02/15] mm: rename uffd-wp PTE bit macros to uffd
` [PATCH v7 03/15] mm: rename uffd-wp PTE accessors "
` [PATCH v7 04/15] userfaultfd: test uffd VMA flags through the vma_flags_t API
` [PATCH v7 05/15] mm: add VM_UFFD_RWP VMA flag
` [PATCH v7 06/15] mm: add MM_CP_UFFD_RWP change_protection() flag
` [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 v7 09/15] userfaultfd: add UFFDIO_REGISTER_MODE_RWP and UFFDIO_RWPROTECT plumbing
` [PATCH v7 10/15] mm/userfaultfd: add RWP fault delivery and expose UFFDIO_REGISTER_MODE_RWP
` [PATCH v7 11/15] mm/pagemap: add PAGE_IS_ACCESSED for RWP tracking
` [PATCH v7 12/15] userfaultfd: add UFFD_FEATURE_RWP_ASYNC for async fault resolution
` [PATCH v7 13/15] userfaultfd: add UFFDIO_SET_MODE for runtime sync/async toggle
` [PATCH v7 14/15] selftests/mm: add userfaultfd RWP tests
` [PATCH v7 15/15] Documentation/userfaultfd: document RWP working set tracking

[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

[PATCH v3 0/8] Testcase improvements and Power8E/NVL removal
 2026-06-29 14:43 UTC  (14+ messages)
` [PATCH v3 1/8] tests/functional: Add remote interrupts test for PowerNV
` [PATCH v3 2/8] tests/qtest/pnv_spi: Test Power11 PNV_SPI
` [PATCH v3 3/8] tests/qtest: Add Power11 chip & machine to qtests
` [PATCH v3 4/8] tests/functional: Use default powernv machine instead of power10
` [PATCH v3 5/8] ppc/pnv: Replace Power8E with Power11 for 'none' machine test
` [PATCH v3 6/8] ppc/pnv: Remove Power8E and Power8NVL pnv chips
` [PATCH v3 7/8] ppc/pnv: Remove Power8E and Power8NVL CPUs
` [PATCH v3 8/8] MAINTAINERS: Add self as maintainer for PowerNV

[PATCH 0/2] KVM: SVM: Fix a (very) unlikely UAF for GA Log IRQs
 2026-06-29 13:27 UTC  (6+ messages)
` [PATCH 1/2] KVM: SVM: Remove VM from the GA Log notifier list before VM destruction
` [PATCH 2/2] KVM: SVM: Drop unnecessary avic_vm_destroy() call on init failure

[PATCH 0/2] KVM: nSVM: Expose DecodeAssists to L1
 2026-06-29 13:12 UTC  (4+ messages)
` [PATCH 1/2] KVM: nSVM: Virtualize DecodeAssists for nested guests
` [PATCH 2/2] KVM: selftests: Add nested SVM DecodeAssists test

[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)

[PATCH] KVM: selftests: fix steal_time for arm64
 2026-06-29 12:04 UTC  (6+ messages)
  ` [PATCH] KVM: selftests: fix steal_time for arm64 with host page size > 4K

[PATCH v8 00/46] guest_memfd: In-place conversion support
 2026-06-29 11:39 UTC  (11+ messages)
` [PATCH v8 24/46] KVM: guest_memfd: Make in-place conversion the default
            ` [PATCH v8 24/46] KVM: guest_memfd: Make in-place conversion the default\

[PATCH 00/32] x86/msr: Drop 32-bit MSR interfaces
 2026-06-29 11:19 UTC  (11+ messages)
` [PATCH 09/32] KVM/x86: Stop using "
` [PATCH 31/32] treewide: convert rdmsrq() from a macro to an inline function
` [PATCH 32/32] x86/msr: Simplify some rdmsrq() use cases

[RFC PATCH v2 0/3] KVM: selftests: Improvements on dirty-ring
 2026-06-29 11:14 UTC  (5+ messages)
` [RFC PATCH v2 1/3] KVM: selftests: memstress: Add option to enable dirty-ring on VM creation
` [RFC PATCH v2 2/3] KVM: selftests: Check dirty-ring size before enabling
` [RFC PATCH v2 3/3] KVM: selftests: dirty_log_perf_test: Add dirty-ring support

[PATCH v2 00/17] Enable DICE-based TDX Quoting Extension
 2026-06-29 10:03 UTC  (12+ 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 16/17] KVM: TDX: Add in-kernel Quote generation

[PATCH v3 00/16] mod_devicetable.h: Split into per subsystem headers
 2026-06-29 10:01 UTC  (5+ messages)
` [PATCH v3 13/16] LoongArch: KVM: Add include defining struct cpu_feature

[PATCH v8 23/46] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
 2026-06-29  9:40 UTC  (11+ messages)

[PATCH] vhost-vdpa: Expose ASID group change after DRIVER_OK via backend feature
 2026-06-29  9:39 UTC  (3+ messages)

[PATCH] s390x: stsi: regression test for the STSI 3.2.2 count clamp
 2026-06-29  9:19 UTC 

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

[RFC PATCH] KVM: rust: add Rust reimplementation of eventfd
 2026-06-29  8:29 UTC  (2+ messages)

[PATCH v7] target/arm: Always add pmu property for host and max
 2026-06-29  8:10 UTC 

[PATCH v4 0/3] LoongArch: KVM: Add PV TLB flush support
 2026-06-29  7:54 UTC  (14+ messages)
` [PATCH v4 2/3] LoongArch: KVM: Implement guest-side PV TLB flush

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

[PATCH v4 00/18] x86/msr: Inline rdmsr/wrmsr instructions
 2026-06-29  6:55 UTC  (4+ messages)
` [PATCH v4 02/18] coco/tdx: Rename MSR access helpers
` [PATCH v4 03/18] KVM: x86: Remove the KVM private read_msr() function
` [PATCH v4 04/18] x86/msr: Minimize usage of native_*() msr access functions

[PATCH] KVM: VMX: Use cached vcpu_vmx pointer in MSR and segment helpers
 2026-06-29  6:10 UTC 

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

[RFC PATCH v2 0/4] KVM: x86: TDX: Validate directly configurable CPUID bits
 2026-06-29  3:02 UTC  (7+ messages)
` [RFC PATCH v2 1/4] KVM: x86: TDX: Track supported "

[PATCH v3 0/3] LoongArch: KVM: Harden interrupt injection
 2026-06-29  2:45 UTC  (7+ messages)
` [PATCH v3 1/3] LoongArch: KVM: Set default MAILBOX access size with 8
` [PATCH v3 2/3] LoongArch: KVM: Replace kvm_err() with WARN_ONCE()
` [PATCH v3 3/3] LoongArch: KVM: Use internal API to deliver interrupt in kernel mode

[PATCH V2] MAINTAINERS: Update Jason Wang's email address
 2026-06-29  1:45 UTC 

[PATCH] MAINTAINERS: Update Jason Wang's email address
 2026-06-29  1:39 UTC  (3+ messages)

[PATCH net-next v4] vsock/virtio: rewrite MSG_ZEROCOPY flag handling
 2026-06-28 18:35 UTC  (2+ messages)

[PATCH v14 29/44] arm64: RMI: Runtime faulting of memory
 2026-06-28 10:33 UTC  (12+ messages)

[PATCH] KVM: s390: gmap: protect entire guest top-level table when shadowing
 2026-06-27 20:10 UTC  (2+ messages)

[PATCH v2] KVM: Move kvm_io_bus_get_dev() locking responsibilities to callers
 2026-06-27 18:14 UTC  (2+ messages)

[PATCH 5.15.y v2 0/8] KVM: fixes for CVE-2026-46113 and related issues
 2026-06-27 16:35 UTC  (2+ messages)

[PATCH v2 00/17] mod_devicetable.h: Split into per subsystem headers
 2026-06-27 16:07 UTC  (2+ messages)

[PATCH v3 00/10] KVM: x86/hyperv: Fix racy usage of vcpu->arch.hyperv
 2026-06-27 14:03 UTC  (7+ messages)
` [PATCH v3 05/10] KVM: x86/xen: Consolidate checks on Xen vCPU ID for singleshot timer hypercalls

[PATCH] KVM: x86/xen: Add KVM_XEN_VCPU_ATTR_TYPE_WRITE_HYPERCALL_PAGE
 2026-06-27 13:58 UTC  (5+ messages)

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

[PATCH v2 0/9] KVM: SEV: Fix RMP #PF due freeing in-use VMSA
 2026-06-26 23:39 UTC  (7+ messages)
` [PATCH v2 6/9] KVM: x86/mmu: Split kvm_mmu_zap_all_fast() into "front" and "back" halves
` [PATCH v2 7/9] KVM: SEV: Forcefully invalidate SNP VMSA if its backing gmem page is zapped
` [PATCH v2 8/9] KVM: x86: Guard .gmem_prepare() declarations with HAVE_KVM_GMEM_PREPARE=y
` [PATCH v2 9/9] KVM: SEV: Mark vCPU has having guest-provided VMSA even if its invalid


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