Kernel KVM virtualization development
 help / color / mirror / Atom feed
 messages from 2026-07-06 18:20:45 to 2026-07-07 16:26:52 UTC [more...]

[PATCH 00/30] mm: make VMA page offset handling more consistent
 2026-07-07 16:26 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 11/30] mm/vma: introduce and use vmg_pages(), vmg_[start, end]_pgoff()
` [PATCH 12/30] mm/vma: clean up anon_vma_compatible()
` [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 25/30] mm/vma: update vmg_adjust_set_range() to offset pgoff instead
` [PATCH 27/30] mm/vma: correct incorrect vma.h inclusion
` [PATCH 29/30] tools/testing/vma: default VMA flag bits to 64-bit
  ` [PATCH 17/30] mm: prefer vma_[start,end]_pgoff() to vma->vm_pgoff in kernel/

[PATCH v6 00/11] Dynamic PAMT
 2026-07-07 16:17 UTC  (41+ messages)
` [PATCH v6 01/11] x86/virt/tdx: Simplify tdmr_get_pamt_sz()
` [PATCH v6 02/11] x86/virt/tdx: Allocate page bitmap for Dynamic PAMT
` [PATCH v6 03/11] x86/virt/tdx: Add tdx_alloc/free_control_page() helpers
` [PATCH v6 04/11] x86/virt/tdx: Allocate ref counts for Dynamic PAMT memory
` [PATCH v6 05/11] x86/virt/tdx: Handle concurrent callers in tdx_pamt_get/put()
` [PATCH v6 06/11] x86/virt/tdx: Optimize tdx_pamt_get/put()
` [PATCH v6 07/11] KVM: TDX: Allocate PAMT memory for TD and vCPU control structures
` [PATCH v6 08/11] x86/tdx: Add APIs to support Dynamic PAMT ops from KVM's fault path
` [PATCH v6 09/11] KVM: TDX: Get/put PAMT pages when (un)mapping private memory
` [PATCH v6 10/11] x86/virt/tdx: Enable Dynamic PAMT

[PATCH v2 0/2] KVM: selftest: Fix steal time w/ non-glibc builds
 2026-07-07 16:15 UTC  (7+ messages)
` [PATCH v2 1/2] KVM: selftests: Drop superfluous use of pthread_attr_setaffinity_np()
` [PATCH v2 2/2] KVM: selftests: Randomize pCPU in steal time test

[[PATCH] v4 1/4] riscv: vector: refactor vector context operations
 2026-07-07 16:05 UTC  (2+ messages)

[PATCH v3 00/12] KVM: SEV: Fix RMP #PF due to freeing in-use VMSA
 2026-07-07 15:58 UTC  (7+ messages)
` [PATCH v3 10/12] KVM: SEV: Forcefully invalidate SNP VMSA if its backing gmem page is zapped
` [PATCH v3 11/12] KVM: x86: Guard .gmem_prepare() declarations with HAVE_KVM_GMEM_PREPARE=y

[PATCH 0/2] KVM: nSVM: Expose DecodeAssists to L1
 2026-07-07 15:47 UTC  (15+ messages)

[PATCH 0/4] module: Limit ELF includes in linux/module.h to uapi/linux/elf.h
 2026-07-07 15:43 UTC  (6+ messages)
` [PATCH 1/4] x86: Avoid indirect includes through linux/module.h -> linux/elf.h
` [PATCH 2/4] s390: "
` [PATCH 3/4] tpm_crb_ffa: Include linux/slab.h for kzalloc_obj() and kfree()
` [PATCH 4/4] module: Limit ELF includes in linux/module.h to uapi/linux/elf.h

[PATCH v3 00/40] KVM: arm64: Add GICv5 IRS support
 2026-07-07 15:11 UTC  (16+ messages)
` [PATCH v3 01/40] irqchip/gic-v5: Allow KVM setup without a maintenance IRQ
` [PATCH v3 02/40] irqchip/gic-v5: Provide OF IRS config frame attrs to KVM
` [PATCH v3 05/40] arm64/sysreg: Add GICv5 GIC VDPEND and VDRCFG encodings
` [PATCH v3 06/40] arm64/sysreg: Update ICC_CR0_EL1 with LINK and LINK_IDLE fields
` [PATCH v3 08/40] KVM: arm64: gic-v5: Add VPE doorbell domain

[PATCH v4 00/27] KVM: s390: Introduce arm64 KVM
 2026-07-07 15:10 UTC  (16+ messages)
` [PATCH v4 01/27] VFIO: take reference to the KVM module
` [PATCH v4 05/27] KVM: Remove KVM_MMIO as config option
` [PATCH v4 07/27] arm64: Prepare sharing arm64 headers with s390
` [PATCH v4 08/27] KVM: arm64: Prepare sharing arm64 code "
` [PATCH v4 23/27] KVM: s390: arm64: Implement required functions
` [PATCH v4 24/27] KVM: s390: arm64: Implement vm/vcpu create destroy

[PATCH] KVM: SEV: drop FOLL_LONGTERM for encrypted region registration
 2026-07-07 14:58 UTC  (7+ messages)

[PATCH v5 0/3] x86/tdx: Fix port I/O handling bugs
 2026-07-07 14:46 UTC  (6+ messages)
` [PATCH v5 2/3] x86/insn-eval: Add insn_assign_reg() helper

[PATCH RFC 00/12] guest_memfd: support in-place memory conversion
 2026-07-07 14:39 UTC  (4+ messages)

[PATCH] KVM: selftests: Use KVM's task pinning APIs in steal_time
 2026-07-07 14:04 UTC  (3+ messages)

[PATCH 00/28] KVM: arm64: Add support for FEAT_NV2p1 and FEAT_NV3
 2026-07-07 13:55 UTC  (5+ messages)
` [PATCH 06/28] KVM: arm64: Classify CPTR_EL2 as a SR_LOC_SPECIAL register
` [PATCH 09/28] KVM: arm64: Relax CPTR_EL2 handling when FEAT_NV2p1 is present

[PATCH v2 00/13] KVM Dirty-bit cleaning hw accelerator (HACDBS)
 2026-07-07 13:38 UTC  (5+ messages)
` [PATCH v2 12/13] KVM: arm64: Add hardware-accelerated dirty-ring cleaning routine

[PATCH v3 0/4] KVM: Miscellaneous SEV/SNP related fixes
 2026-07-07 13:20 UTC  (5+ messages)
` [PATCH v3 3/4] crypto: ccp: Fix possible deadlock in SEV init failure path

[PATCH v2 0/2] RISC-V: KVM: Optimize hfence request handling for SMP guests
 2026-07-07 13:03 UTC  (4+ messages)
` [PATCH v2 1/2] RISC-V: KVM: Introduce make_xfence_request_nodata for FENCE.I requests
` [PATCH v2 2/2] RISC-V: KVM: Separate req and fallback_req masks in make_xfence_request

[PATCH v8 0/7] KVM: arm64: PMU: Use multiple host PMUs
 2026-07-07 12:52 UTC  (15+ messages)
` [PATCH v8 1/7] KVM: arm64: Disallow vPMU when pPMUs do not cover all CPUs
` [PATCH v8 5/7] KVM: arm64: PMU: Implement fixed-counters-only emulation
` [PATCH v8 6/7] KVM: arm64: PMU: Introduce FIXED_COUNTERS_ONLY

[PATCH] RISC-V: KVM: Inject instruction access fault on unmapped guest fetch
 2026-07-07 12:25 UTC 

[PATCH v3 0/2] s390x/kvm: Add ASTFLE facility 2 for nested virtualization
 2026-07-07 11:59 UTC  (2+ messages)

[PATCH 0/2] RISC-V: KVM: Optimize hfence request handling for SMP guests
 2026-07-07 11:47 UTC  (5+ messages)
` [PATCH 1/2] RISC-V: KVM: Move hfence type check out of loop
` [PATCH 2/2] RISC-V: KVM: Separate req and fallback_req masks in make_xfence_request

[PATCH v3 0/5] Support the FEAT_HDBSS introduced in Armv9.5
 2026-07-07 10:07 UTC  (9+ messages)
` [PATCH v3 3/5] KVM: arm64: Add support for FEAT_HDBSS

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

[PATCH net 0/2] vsock/virtio: collapse receive queue under memory pressure
 2026-07-07  9:27 UTC  (6+ messages)
` [PATCH net 1/2] "

[PATCH] KVM: x86/xen: Convert evtchn_ports from IDR to XArray
 2026-07-07  9:16 UTC  (2+ messages)

[PATCH] RISC-V: KVM: Fix lost virtual interrupts during IRQ sync
 2026-07-07  8:27 UTC  (2+ messages)

[PATCH v5 0/8] RISC-V: KVM: Add Svadu/Zicfiss/Zicfilp FWFT support
 2026-07-07  7:51 UTC  (5+ messages)
` [PATCH v5 1/8] RISC-V: KVM: Add support for Svadu FWFT features

[PATCH kvm-unit-tests] x86/vmx: Skip LAM CR3 bits in 32-bit guest reserved bit tests
 2026-07-07  7:02 UTC 

[kvm-unit-tests RFC PATCH 0/6] powerpc improvements
 2026-07-07  6:47 UTC  (6+ messages)
` [kvm-unit-tests RFC PATCH 2/6] configure: Make arch_libdir a first-class entity

[PATCH v2] KVM: x86: Destroy the PIC and IOAPIC before destroying vCPUs
 2026-07-07  6:32 UTC  (7+ messages)
  ` [syzbot ci] "

[PATCH 00/15] Enable TDX Module Extensions and DICE-based TDX Quoting
 2026-07-07  5:07 UTC  (13+ messages)
` [RFC PATCH 09/15] x86/virt/tdx: Add interface to generate a Quote
` [RFC PATCH 11/15] KVM: TDX: Factor out userspace return path from tdx_get_quote()
` [RFC PATCH 12/15] KVM: TDX: Add in-kernel Quote generation
` [RFC PATCH 15/15] x86/virt/tdx: Enable TDX Quoting extension

[RFC PATCH 0/3] KVM: Dirty page logging for guest_memfd-only memslots
 2026-07-07  1:29 UTC  (9+ messages)
` [RFC PATCH 1/3] KVM: guest_memfd: Use memslot id to keep track of associated memslots
` [RFC PATCH 2/3] KVM: Implement dirty page logging for guest_memfd-only memslots

[PATCH v4 0/5] KVM: X86: Fix nested TDP error code info
 2026-07-07  0:00 UTC  (3+ messages)
` [PATCH v4 4/5] KVM: VMX: Synthesize nested EPT violation GVA_IS_VALID/GVA_TRANSLATED bits

[PATCH 0/4] KVM: x86: Document and enforce APIC base memory hole
 2026-07-06 23:32 UTC  (9+ messages)
` [PATCH 1/4] KVM: x86: Document that KVM_CREATE_IRQCHIP must precede vcpu creation
` [PATCH 2/4] KVM: x86: Document APIC base address constraint for in-kernel irqchip
` [PATCH 3/4] KVM: x86: Reject KVM_CREATE_IRQCHIP if APIC base is already mapped

[PATCH v12 10/16] KVM: guest_memfd: Add flag to remove from direct map
 2026-07-06 23:09 UTC  (5+ messages)

[RFC PATCH 0/6] selftests/vfio: Add sPAPR TCE v2 coverage
 2026-07-06 22:55 UTC  (12+ messages)
` [RFC PATCH 1/6] selftests/vfio: allow selecting IOMMU backend from environment
` [RFC PATCH 3/6] selftests/vfio: add sPAPR TCE v2 DMA window helpers
` [RFC PATCH 4/6] selftests/vfio: Exercise sPAPR DDW path for hugepage DMA mappings
` [RFC PATCH 5/6] selftests/vfio: Accept sPAPR errno for DMA range overflow

[PATCH v12 00/12] VMSCAPE optimization for BHI variant
 2026-07-06 22:53 UTC  (7+ messages)
` [PATCH v12 05/12] x86/vmscape: Move mitigation selection to a switch()
` [PATCH v12 09/12] x86/vmscape: Use static_call() for predictor flush

[PATCH v8 00/46] guest_memfd: In-place conversion support
 2026-07-06 22:35 UTC  (5+ messages)
` [PATCH v8 13/46] KVM: guest_memfd: Add base support for KVM_SET_MEMORY_ATTRIBUTES2

[kvm-unit-tests PATCH 0/5] x86/apic: PV IPI robustness and subtest selection
 2026-07-06 21:54 UTC  (2+ messages)

[PATCH v2 00/10] selftests/vfio: igb: Add driver for Intel
 2026-07-06 21:16 UTC  (10+ messages)
` [PATCH v2 07/10] selftests/vfio: Add vfio_pci_irq_reenable() helper
` [PATCH v2 08/10] selftests/vfio: igb: Factor hardware programming into igb_hw_init()
` [PATCH v2 09/10] selftests/vfio: igb: Recover after DMA-read faults
` [PATCH v2 10/10] selftests/vfio: igb: Use offical IGB headers in selftest driver

[PATCH v2 01/10] selftests/vfio: igb: Add driver for IGB QEMU device
 2026-07-06 20:30 UTC  (3+ messages)

[PATCH v2 0/7] KVM: x86: EFER validity fixes and cleanups
 2026-07-06 20:27 UTC  (10+ messages)
` [PATCH v2 1/7] KVM: x86: Check EFER validity on KVM_SET_SREGS*
` [PATCH v2 2/7] KVM: SVM: Disallow EFER.SVME and EFER.LSMLE if nested is disabled
` [PATCH v2 3/7] KVM: x86: Disallow EFER.LME and EFER.LMA if long mode is not supported
` [PATCH v2 4/7] KVM: x86: Add a per-vendor callback to setup EFER caps
` [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 7/7] KVM: selftests: Extend set_sregs test to cover EFER

[PATCH v2 00/31] PCI/TSM: PCIe Link Encryption Establishment via TDX platform services
 2026-07-06 20:12 UTC  (13+ messages)
` [PATCH v2 16/31] coco/tdx-host: Support Link TSM for TDX host
` [PATCH v2 22/31] iommu/vt-d: Export a helper to do function for each dmar_drhd_unit
` [PATCH v2 23/31] coco/tdx-host: Setup all trusted IOMMUs on TDX Connect init
` [PATCH v2 26/31] mm: Add __free() support for __free_page()
` [PATCH v2 28/31] coco/tdx-host: Parse ACPI KEYP table to init IDE for PCI host bridges
` [PATCH v2 30/31] coco/tdx-host: Implement IDE stream setup/teardown

[PATCH v10 0/6] Add RMPOPT support
 2026-07-06 20:11 UTC  (10+ messages)
` [PATCH v10 3/6] x86/sev: Disable CPU hotplug while SNP is active
` [PATCH v10 4/6] x86/sev: Add support to perform RMP optimizations asynchronously
` [PATCH v10 6/6] KVM: SEV: Perform RMP optimizations on SNP guest shutdown

[PATCH v3] RISC-V: KVM: Zicbo[m|z|p] block sizes should be always present in ONE_REG
 2026-07-06 18:25 UTC  (2+ messages)


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