Kernel KVM virtualization development
 help / color / mirror / Atom feed
 messages from 2026-07-22 11:04:34 to 2026-07-22 21:00:26 UTC [more...]

[PATCH RFC v2 00/20] mm: optimize unnecessary loads due to ptep_get() and friends out
 2026-07-22 21:00 UTC  (50+ messages)
` [PATCH RFC v2 01/20] ARM: mm: make nommu pgd_t a scalar
` [PATCH RFC v2 02/20] ARM: mm: make 2-level "
` [PATCH RFC v2 03/20] ARM: mm: remove custom pgdp_get()
` [PATCH RFC v2 04/20] LoongArch: mm: define pud_leaf() only when PUD exists
` [PATCH RFC v2 05/20] MIPS: "
` [PATCH RFC v2 06/20] mm/pgtable: define (pgd|p4d|pud)_leaf() for folded page tables
` [PATCH RFC v2 07/20] mm/pgtable: define (pgd|p4d|pud)_offset_lockless() "
` [PATCH RFC v2 08/20] mm: vmscan: remove stack copy address of pud pass in wallk_pud_range()
` [PATCH RFC v2 09/20] loongarch: kvm: remove stack copy address of pXd in pXd_offset()
` [PATCH RFC v2 10/20] riscv: "
` [PATCH RFC v2 11/20] riscv: mm: use proper set_pXd() for generic compile-time folded patable in vmalloc_fault()
` [PATCH RFC v2 12/20] x86: mm: define pudp_set_access_flags() when CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE_PUD is enabled only
` [PATCH RFC v2 13/20] x86: mm: carve out the generic compile-time folded pgtable case in effective_prot()
` [PATCH RFC v2 14/20] x86: mm: skip pud setup when using generic compile-time folded pagetable
` [PATCH RFC v2 15/20] mm/pgtable: optimize pmdp_get() and friends for folded pagetable levels
` [PATCH RFC v2 16/20] mm/pgtable: catch abuse of folded dummy pgd_t/p4d_t/pud_t
` [PATCH RFC v2 17/20] mm/pgtable: disallow calling (pgd|p4d|pud)_page, pgd_page_vaddr() and (p4d|pud)_pgtable with dummy
` [PATCH RFC v2 18/20] mm/pgtable: disallow calling folded set_pgd/set_p4d/set_pud "
` [PATCH RFC v2 19/20] openrisc/pgtable: drop __pmd_offset()
` [PATCH RFC v2 20/20] arm64: pgtable: convert pte_present() from macro to static inline

[PATCH v5 00/36] Private Memory NUMA Nodes
 2026-07-22 20:56 UTC  (19+ messages)
` [PATCH v5 05/36] mm: add ZONELIST_PRIVATE(_NOFALLBACK) for N_MEMORY_PRIVATE nodes
` [PATCH v5 26/36] mm: add NODE_PRIVATE_CAP_RECLAIM for opted-in private node reclaim
` [PATCH v5 28/36] mm: add NODE_PRIVATE_CAP_HOTUNPLUG for opted-in private nodes
` [PATCH v5 32/36] mm/khugepaged: base private node collapse eligiblity on actor/cap bits

[PATCH v3 0/4] KVM: arm64: Expose PMMIR_EL1.SLOTS to guests
 2026-07-22 20:47 UTC  (6+ messages)
` [PATCH v3 1/4] KVM: arm64: Expose PMMIR_EL1.SLOTS under strict PMUv3 UAPI
` [PATCH v3 2/4] KVM: arm64: Advertise STALL_SLOT* in PMCEID1 "
` [PATCH v3 3/4] KVM: arm64: Ignore writes to PMCR_EL0.N when using strict UAPI
` [PATCH v3 4/4] KVM: arm64: Add KVM_ARM_VCPU_PMU_V3_STRICT vCPU feature

[PATCH v3 0/2] KVM: x86: Fix missing EFER validity checks
 2026-07-22 20:47 UTC  (5+ messages)
` [PATCH v3 1/2] KVM: x86: Check EFER validity on KVM_SET_SREGS*

[PATCH v7 00/11] Dynamic PAMT
 2026-07-22 19:51 UTC  (18+ messages)
` [PATCH v7 06/11] KVM: TDX: Allocate PAMT memory for TD and vCPU control structures
` [PATCH v7 08/11] KVM: TDX: Get/put PAMT pages when (un)mapping private memory

[PATCH v10 0/6] Add RMPOPT support
 2026-07-22 19:43 UTC  (13+ messages)
` [PATCH v10 2/6] x86/sev: Initialize RMPOPT configuration MSRs
` [PATCH v10 4/6] x86/sev: Add support to perform RMP optimizations asynchronously

[PATCH v1] KVM: s390: Fall back to short-term pinning in MAP ioctl
 2026-07-22 18:05 UTC  (4+ messages)

[PATCH v3 00/40] KVM: arm64: Add GICv5 IRS support
 2026-07-22 17:57 UTC  (11+ messages)
` [PATCH v3 33/40] KVM: arm64: gic-v5: Add GICv5 EL1 sysreg userspace accessors
` [PATCH v3 36/40] KVM: arm64: gic-v5: Implement save/restore mechanisms for ISTs

[PATCH v4 0/6] KVM s390x PCI fixes
 2026-07-22 17:26 UTC  (13+ messages)
` [PATCH v4 1/6] KVM: s390: pci: Reject adapter interrupt forwarding if already enabled
` [PATCH v4 2/6] KVM: s390: pci: Fix memory accounting for pinned/unpinned pages
` [PATCH v4 3/6] KVM: s390: pci: Fix missing error codes and memory unaccounting
` [PATCH v4 4/6] KVM: s390: pci: Fix NULL dereference on AIBV allocation failure
` [PATCH v4 5/6] KVM: s390: pci: Fix resource leak on IRQ registration failure
` [PATCH v4 6/6] KVM: s390: pci: Validate AIBV and AISB before pinning guest pages

[PATCH] vhost-scsi: flush backend after device ioctls
 2026-07-22 17:17 UTC  (2+ messages)

[RFC PATCH 0/2] KVM: x86/pmu: Let userspace disable SW accounting of emulated instructions
 2026-07-22 16:53 UTC  (7+ messages)
` [RFC PATCH 1/2] KVM: x86/pmu: Add CAP to "

[ANNOUNCE/CFP] LPC 2026 Live Update Microconference
 2026-07-22 15:56 UTC 

[PATCH v4] KVM: VMX: Cap VMX preemption timer to work around Intel erratum
 2026-07-22 14:30 UTC 

[PATCH v3] LoongArch: KVM: Add KVM_LOONGARCH_GET/SET_CSR for bulk CSR migration
 2026-07-22 14:28 UTC 

[PATCH] s390/vfio-ap: fix stale pqap_hook pointer on error in vfio_ap_mdev_set_kvm()
 2026-07-22 14:23 UTC  (2+ messages)

[PATCH v3] mm/mmu_notifier: Add async OOM cleanup via call_srcu()
 2026-07-22 14:22 UTC  (2+ messages)

[PATCH] KVM: x86: bound the composed nested TSC multiplier to the max ratio
 2026-07-22 13:51 UTC  (3+ messages)
` [PATCH] KVM: SVM: use wrmsrq_safe() when writing the nested TSC ratio MSR

[PATCH v15 00/37] arm64: Support for Arm CCA in KVM
 2026-07-22 13:31 UTC  (4+ messages)
` [PATCH v15 12/37] KVM: arm64: CCA: Support the VGIC in realms

[PATCH v2 0/2] tdx-guest: Make Quote buffer size dynamic
 2026-07-22 13:21 UTC  (9+ messages)
` [PATCH v2 1/2] x86/tdx: Add helper to query maximum TD Quote size
` [PATCH v2 2/2] virt: tdx-guest: Allocate Quote buffer dynamically

7.2-rc1 regression Folio lock leak in writepage_delalloc()
 2026-07-22 12:57 UTC  (7+ messages)
` [PATCH/RFC] btrfs: fix folio lock leak in writepage_delalloc() for folios dirtied behind btrfs' back

[PATCH v2 0/8] KVM: nSVM: Enable DecodeAssists for nested guests
 2026-07-22 13:03 UTC  (4+ messages)
` [PATCH v2 2/8] KVM: nSVM: Synthesize DecodeAssists EXITINFO for emulated intercepts

[PATCH] RISC-V: KVM: Use raw_spinlock for VMID update critical section
 2026-07-22 12:33 UTC  (2+ messages)

[PATCH v5 14/36] mm/damon: skip private node memory in DAMON migration and pageout
 2026-07-22 12:16 UTC  (3+ messages)

[PATCH v1 0/9] target/i386: Fix Hygon vendor-specific CPU behavior
 2026-07-22 12:10 UTC  (2+ messages)

[PATCH] target/i386/sev: fix MemoryRegion reference leaks in gpa2hva callers
 2026-07-22 11:10 UTC  (3+ messages)

[PATCH v4 5/6] KVM: arm64: Add HDBSS fault handling and buffer flush
 2026-07-22 11:04 UTC  (11+ messages)


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