messages from 2026-07-10 05:19:13 to 2026-07-12 14:42:14 UTC [more...]
[PATCH v12 00/29] KVM: arm64: Implement support for SME
2026-07-12 14:40 UTC (7+ messages)
` [PATCH v12 04/29] arm64/sve: Factor virtualizable VL discovery out of SVE specific code
` [PATCH v12 22/29] KVM: arm64: Context switch SME state for guests
[PATCH kvmtool v3 0/4] Add guest_memfd support for arm64
2026-07-12 14:25 UTC (5+ messages)
` [PATCH kvmtool v3 1/4] Initialize the return value in kvm__for_each_mem_bank()
` [PATCH kvmtool v3 2/4] Remove newline from end of die() aborts
` [PATCH kvmtool v3 3/4] Add support for registering guest_memfd-backed memory regions
` [PATCH kvmtool v3 4/4] arm64: Add --guest-memfd option to back guest RAM with guest_memfd
[PATCH v3 00/18] iommu: Add live update state preservation
2026-07-12 10:27 UTC (9+ messages)
` [PATCH v3 07/18] iommu/vt-d: Implement device and iommu preserve/unpreserve ops
` [PATCH v3 12/18] iommu/vt-d: Handle reattach of the restored domain
[PATCH] KVM: x86: Handle -1 return from kvm_cpu_get_interrupt
2026-07-12 9:11 UTC (2+ messages)
[RFC PATCH 00/30] Host side (KVM/VFIO/IOMMUFD) support for TDISP using TSM
2026-07-12 1:01 UTC (4+ messages)
` [RFC PATCH 10/30] vfio/pci: Export vfio dma-buf specific info for importers
[PATCH] vfio: Request THP-aligned mmap for device fds
2026-07-11 8:37 UTC (12+ messages)
[PATCH v2 00/33] mm: make VMA page offset handling more consistent
2026-07-11 6:34 UTC (48+ messages)
` [PATCH v2 01/33] mm: move vma_start_pgoff() into mm.h and clean up
` [PATCH v2 02/33] mm: add kdoc comments for vma_start/last_pgoff()
` [PATCH v2 03/33] tools/testing/vma: use vma_start_pgoff() in merge tests
` [PATCH v2 04/33] mm: introduce and use vma_end_pgoff()
` [PATCH v2 05/33] mm/rmap: update mm/interval_tree.c comments
` [PATCH v2 06/33] mm/rmap: parameterise vma_interval_tree_*() by address_space
` [PATCH v2 07/33] mm/rmap: elide unnecessary static inline's in interval_tree.c
` [PATCH v2 08/33] mm/rmap: rename vma_interval_tree_*() to mapping_rmap_tree_*()
` [PATCH v2 09/33] mm/rmap: parameterise anon_vma_interval_tree_*() by anon_vma
` [PATCH v2 10/33] mm/rmap: rename anon_vma_interval_tree_*() params and use pgoff_t
` [PATCH v2 11/33] mm/rmap: rename anon_vma_interval_tree_*() to anon_rmap_tree_*()
` [PATCH v2 12/33] MAINTAINERS: Move mm/interval_tree.c to rmap section
` [PATCH v2 13/33] mm/vma: introduce and use vmg_pages(), vmg_[start, end]_pgoff()
` [PATCH v2 14/33] mm/vma: clean up anon_vma_compatible()
` [PATCH v2 15/33] mm/vma: refactor vmg_adjust_set_range() for clarity
` [PATCH v2 16/33] mm/vma: minor cleanup of expand_[upwards, downwards]()
` [PATCH v2 17/33] mm: introduce and use linear_page_delta()
` [PATCH v2 18/33] mm/vma: use vma_start_pgoff(), linear_page_index() in mm code
` [PATCH v2 19/33] mm: prefer vma_[start,end]_pgoff() to vma->vm_pgoff in kernel/
` [PATCH v2 20/33] mm/vma: remove duplicative vma_pgoff_offset() helper
` [PATCH v2 21/33] mm: use linear_page_[index, delta]() consistently
` [PATCH v2 22/33] mm/vma: introduce vma_assert_can_modify()
` [PATCH v2 23/33] mm/vma: add and use vma_[add/sub]_pgoff()
` [PATCH v2 24/33] mm/vma: move __install_special_mapping() to vma.c
` [PATCH v2 25/33] mm/vma: make vma_set_range() static, drop insert_vm_struct() decl
` [PATCH v2 26/33] mm/vma: update vma_shrink() to not pass start, pgoff parameters
` [PATCH v2 27/33] mm/vma: update vmg_adjust_set_range() to offset pgoff instead
` [PATCH v2 28/33] mm/vma: slightly rework the anonymous check in __mmap_new_vma()
` [PATCH v2 29/33] mm/vma: introduce and use vma_set_pgoff()
` [PATCH v2 30/33] mm/vma: correct incorrect vma.h inclusion
` [PATCH v2 31/33] mm/vma: use guard clauses in can_vma_merge_[before, after]()
` [PATCH v2 32/33] tools/testing/vma: default VMA, mm flag bits to 64-bit
` [PATCH v2 33/33] tools/testing/vma: output compared expression on ASSERT_[EQ, NE]()
[PATCH 00/30] mm: make VMA page offset handling more consistent
2026-07-11 6:26 UTC (52+ messages)
` [PATCH 02/30] mm: add kdoc comments for vma_start/last_pgoff()
` [PATCH 06/30] mm/rmap: parameterise vma_interval_tree_*() by address_space
` [PATCH 13/30] mm/vma: refactor vmg_adjust_set_range() for clarity
` [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 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 v8 0/7] KVM: arm64: PMU: Use multiple host PMUs
2026-07-11 6:18 UTC (7+ messages)
` [PATCH v8 1/7] KVM: arm64: Disallow vPMU when pPMUs do not cover all CPUs
[RFC PATCH v3 00/27] KVM: SVM: Add support for SEV-SNP Secure AVIC
2026-07-11 4:37 UTC (5+ messages)
` [RFC PATCH v3 01/27] x86/apic: Propagate APIC_SPIV writes to hv for "
[PATCH v1 2/2] RISC-V: KVM: fix vcpu vector context handling for kernel-mode vector
2026-07-11 2:22 UTC (2+ messages)
[PATCH v4 00/18] KVM: SEV: Fix RMP #PF due to freeing in-use VMSA
2026-07-10 23:44 UTC (6+ messages)
` [PATCH v4 13/18] KVM: guest_memfd: Pass GPA, not GFN, to prepare() hook
[PATCH v2 00/17] Enable DICE-based TDX Quoting Extension
2026-07-10 22:59 UTC (16+ messages)
` [PATCH v2 16/17] KVM: TDX: Add in-kernel Quote generation
[PATCH 00/28] KVM: arm64: Add support for FEAT_NV2p1 and FEAT_NV3
2026-07-10 22:36 UTC (10+ messages)
` [PATCH 14/28] arm64: sysreg: Add HCRX_EL2 bits related to FEAT_NV3
` [PATCH 17/28] KVM: arm64: Add NV3 control bits to HCRX_EL2 sanitisation
` [PATCH 18/28] KVM: arm64: Add kvm_has_nv{2,3}() predicates
` [PATCH 27/28] KVM: arm64: Expose FEAT_NV3 to guests
[PATCH v4 0/9] vfio: selftests: Add driver for Intel Ethernet Gigabit Controller (IGB)
2026-07-10 22:33 UTC (14+ messages)
` [PATCH v4 1/9] vfio: selftests: igb: Add driver for IGB QEMU device
` [PATCH v4 2/9] vfio: selftests: igb: Use PHY internal loopback on 82576
` [PATCH v4 3/9] vfio: selftests: igb: Use advanced TX and RX descriptors
` [PATCH v4 4/9] vfio: selftests: igb: Program MSI-X interrupt routing
` [PATCH v4 5/9] vfio: selftests: igb: Extend memcpy completion timeout for line-rate hardware
` [PATCH v4 6/9] vfio: selftests: igb: Disable PCIe completion timeout retries
` [PATCH v4 7/9] vfio: selftests: Add helpers to re-enable interrupts
` [PATCH v4 8/9] vfio: selftests: igb: Factor hardware programming into igb_hw_init()
` [PATCH v4 9/9] vfio: selftests: igb: Recover after DMA-read faults
[PATCH v3 00/11] vfio/pci: Add CXL Type-2 device passthrough support
2026-07-10 22:23 UTC (11+ messages)
` [PATCH v3 05/11] vfio: UAPI for CXL Type-2 device passthrough
` [PATCH v3 06/11] cxl: Add register-virtualization helpers for vfio Type-2 passthrough
` [PATCH v3 07/11] vfio/pci: Add CONFIG_VFIO_PCI_CXL with bind-time CXL Type-2 acquisition
` [PATCH v3 08/11] vfio/pci/cxl: Add HDM + COMP_REGS regions and DVSEC clipping shim
[PATCH 5.15.y v2 0/8] KVM: fixes for CVE-2026-46113 and related issues
2026-07-10 21:24 UTC (3+ messages)
[PATCH v11 0/4] vfio/dma-buf: add TPH support for peer-to-peer access
2026-07-10 21:13 UTC (3+ messages)
[PATCH] KVM: x86: Fix null pointer dereference in trace_kvm_inj_exception
2026-07-10 19:34 UTC (5+ messages)
[RFC PATCH 0/3] KVM: Dirty page logging for guest_memfd-only memslots
2026-07-10 18:18 UTC (10+ messages)
[RFC PATCH v2 0/5] Add support for AMD IOMMU GAPPI
2026-07-10 17:19 UTC (5+ messages)
` [RFC PATCH v2 1/5] iommu/amd: kvm/svm: Improve API between SVM and AMD IOMMU
[PATCH] KVM: SEV: drop FOLL_LONGTERM for encrypted region registration
2026-07-10 16:58 UTC (18+ messages)
[PATCH v5 0/5] KVM: arm64: Add KVM_PRE_FAULT_MEMORY support
2026-07-10 16:03 UTC (5+ messages)
` [PATCH v5 2/5] KVM: arm64: Add pre_fault_memory implementation
[PATCH v2 02/13] KVM: arm64: Enable eager hugepage splitting if HDBSS is available
2026-07-10 15:43 UTC (11+ messages)
[PATCH V6 0/8] KVM: x86/pmu: Add hardware Topdown metrics support
2026-07-10 15:22 UTC (7+ messages)
` [PATCH v6 8/8] KVM: selftests: Add PERF_METRICS and fixed counter 3 tests
[PATCH v4 00/27] KVM: s390: Introduce arm64 KVM
2026-07-10 14:07 UTC (22+ messages)
` [PATCH v4 05/27] KVM: Remove KVM_MMIO as config option
` [PATCH v4 07/27] arm64: Prepare sharing arm64 headers with s390
` [PATCH v4 09/27] KVM: arm64: Access elements of vcpu_gp_regs individually
` [PATCH v4 13/27] KVM: s390: Prepare KVM/s390 for a second KVM module
` [PATCH v4 15/27] KVM: S390: Prepare gmap for a second KVM implementation
` [PATCH v4 23/27] KVM: s390: arm64: Implement required functions
` [PATCH v4 25/27] KVM: s390: arm64: Implement vCPU IOCTLs
[PATCH 0/4] module: Limit ELF includes in linux/module.h to uapi/linux/elf.h
2026-07-10 13:56 UTC (3+ messages)
` [PATCH 4/4] "
[PATCH 0/5] Various UI/security-related fixes
2026-07-10 13:43 UTC (3+ messages)
` [PATCH 5/5] ui/input-barrier: fix off-by-one in keycode bounds check
[PATCH v2 0/7] KVM: x86: EFER validity fixes and cleanups
2026-07-10 12:56 UTC (5+ messages)
` [PATCH v2 5/7] KVM: x86: Reverse the polarity of efer_reserved_bits
` [PATCH v2 6/7] KVM: x86: Move supported EFER bits to kvm_caps
[PATCH v2 0/3] KVM: x86: Convert nested ops to static calls
2026-07-10 12:56 UTC (3+ messages)
` [PATCH v2 1/3] KVM: x86: Reject nested CAP enablement if nested virtualization is disabled
[PATCH] KVM: x86: hyper-v: Clamp stimer deadline to avoid livelock
2026-07-10 12:53 UTC (2+ messages)
[PATCH v12 10/16] KVM: guest_memfd: Add flag to remove from direct map
2026-07-10 12:01 UTC (7+ messages)
[PATCH v8 00/11] KVM: arm64: PMU: Use multiple host PMUs
2026-07-10 11:48 UTC (15+ messages)
` [PATCH v8 01/11] KVM: arm64: Serialize userspace MDCR_EL2 access
` [PATCH v8 02/11] tools headers: Sync bitfield.h with the kernel
` [PATCH v8 03/11] KVM: arm64: selftests: Cover PMU state in MDCR_EL2
` [PATCH v8 04/11] arm64: errata: Require Apple IMPDEF PMUv3 traps on all CPUs
` [PATCH v8 05/11] KVM: arm64: Don't clear vcpu->cpu in kvm_arch_vcpu_put()
` [PATCH v8 06/11] KVM: arm64: PMU: Protect the list of PMUs with RCU
` [PATCH v8 07/11] KVM: arm64: PMU: Pass the pPMU to kvm_map_pmu_event()
` [PATCH v8 08/11] KVM: arm64: PMU: Pass the target CPU to kvm_pmu_probe_armpmu()
` [PATCH v8 09/11] KVM: arm64: PMU: Implement fixed-counters-only emulation
` [PATCH v8 10/11] KVM: arm64: PMU: Introduce FIXED_COUNTERS_ONLY
` [PATCH v8 11/11] KVM: arm64: selftests: Test PMU_V3_FIXED_COUNTERS_ONLY
[PATCH] KVM: SVM: Always intercept ICEBP, add INT1 selftests
2026-07-10 11:21 UTC (7+ messages)
[RFC v1 00/25] Add Realm support to QEMU-VMM
2026-07-10 10:46 UTC (8+ messages)
` [RFC v1 01/25] linux-headers: Add RME related definitions
` [RFC v1 09/25] target/arm/kvm-rme: Initialise Realm Initial Address space
[PATCH v3 00/40] KVM: arm64: Add GICv5 IRS support
2026-07-10 9:51 UTC (7+ messages)
` [PATCH v3 26/40] KVM: arm64: gic-v5: Add GIC VDPEND and GIC VDRCFG hyp calls
` [PATCH v3 28/40] KVM: arm64: gic: Introduce set_pending_state() to irq_op
[PATCH v2] KVM: TDX: Reject concurrent change to CPUID entry count
2026-07-10 9:18 UTC (3+ messages)
[PATCH v5 00/18] mm: Some cleanups for page allocator APIs
2026-07-10 8:51 UTC (5+ messages)
[PATCH] KVM: Add missing debugfs cleanup in kvm_init error path
2026-07-10 8:35 UTC (3+ messages)
[PATCH 0/4] KVM: x86: Document and enforce APIC base memory hole
2026-07-10 8:02 UTC (7+ messages)
[PATCH v2 0/3] KVM: arm64: Expose PMMIR_EL1.SLOTS to guests
2026-07-10 6:44 UTC (2+ messages)
[PATCH v2] accel/kvm: event-driven wakeup for dirty ring reaper thread
2026-07-10 6:20 UTC (4+ messages)
[PATCH RFC v2] KVM: riscv: Allow G-stage PMD block mappings for VM_PFNMAP
2026-07-10 5:19 UTC
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