Kernel KVM virtualization development
 help / color / mirror / Atom feed
 messages from 2026-07-22 03:30:32 to 2026-07-22 20:22:09 UTC [more...]

[PATCH RFC v2 00/20] mm: optimize unnecessary loads due to ptep_get() and friends out
 2026-07-22 20:22 UTC  (47+ 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 v7 00/11] Dynamic PAMT
 2026-07-22 19:51 UTC  (21+ messages)
` [PATCH v7 06/11] KVM: TDX: Allocate PAMT memory for TD and vCPU control structures
` [PATCH v7 07/11] x86/tdx: Add APIs to support Dynamic PAMT ops from KVM's fault path
` [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 v5 00/36] Private Memory NUMA Nodes
 2026-07-22 15:40 UTC  (18+ 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 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  (5+ 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  (5+ 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  (11+ 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  (10+ 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  (12+ messages)

[RFC PATCH 0/4] virtio: SQ/CQ doorbell polling for vhost-scsi
 2026-07-22 11:00 UTC  (2+ messages)

[PATCH v5 0/5] vhost/vsock: add support for VHOST_RESET_OWNER and CPR migration
 2026-07-22  9:43 UTC  (9+ messages)
` [PATCH v5 2/5] vhost/vsock: suppress EHOSTUNREACH fast-fail during CPR pause
` [PATCH v5 3/5] vhost/vsock: re-scan TX virtqueue on device start
` [PATCH v5 4/5] vhost: synchronize with RCU readers when freeing workers
` [PATCH v5 5/5] vhost/vsock: add VHOST_RESET_OWNER ioctl

[PATCH v3 00/28] KVM: arm64: Add support for FEAT_NV2p1 and FEAT_NV3
 2026-07-22  9:18 UTC  (49+ messages)
` [PATCH v3 01/28] arm64: sysreg: Emit RESx/UNKN values for Mapping/Fields definitions
` [PATCH v3 02/28] arm64: Update ID_AA64MMFR4_EL1 description to 2026-03 JSON release
` [PATCH v3 03/28] KVM: arm64: Merge guest's HCRX_EL2 using NV_HCRX_GUEST_EXCLUDE
` [PATCH v3 04/28] KVM: arm64: Drop __HCRX_EL2_* masks
` [PATCH v3 05/28] KVM: arm64: Plumb HCRX_EL2.SRMASKEn in HCRX_EL2 sanitisation
` [PATCH v3 06/28] KVM: arm64: Classify CPTR_EL2 as a SR_LOC_SPECIAL register
` [PATCH v3 07/28] KVM: arm64: Don't evaluate HCR_EL2.NV nor HFGITR_EL2.ERET on ERET fast path
` [PATCH v3 08/28] arm64: Add ARM64_HAS_NV2P1 capability
` [PATCH v3 09/28] KVM: arm64: Relax CPTR_EL2 handling when FEAT_NV2p1 is present
` [PATCH v3 10/28] KVM: arm64: Relax CNTHCTL_EL2 "
` [PATCH v3 11/28] KVM: arm64: Expose FEAT_NV2p1 to NV guests
` [PATCH v3 12/28] arm64: Add FEAT_NV2p1 detection
` [PATCH v3 13/28] arm64: sysreg: Add NVHCR_EL2 description as a mirror of HCR_EL2
` [PATCH v3 14/28] arm64: sysreg: Add HCRX_EL2 bits related to FEAT_NV3
` [PATCH v3 15/28] arm64: Add ARM64_HAS_NV3 capability
` [PATCH v3 16/28] KVM: arm64: Split NV-specific exit fixups from the non-NV handling
` [PATCH v3 17/28] KVM: arm64: Add NV3 control bits to HCRX_EL2 sanitisation
` [PATCH v3 18/28] KVM: arm64: Add kvm_has_nv{2,3}() predicates
` [PATCH v3 19/28] KVM: arm64: Make HCR_EL2 a non-VNCR register
` [PATCH v3 20/28] KVM: arm64: Add sanitisation for NVHCR_EL2
` [PATCH v3 21/28] KVM: arm64: Add NVHCR_EL2 handling to the sysreg array
` [PATCH v3 22/28] KVM: arm64: Add routing for NVHCR_EL2 trap
` [PATCH v3 23/28] KVM: arm64: Add NVHCR_EL2 context switching
` [PATCH v3 24/28] KVM: arm64: Engage NV3 ERET trap elision
` [PATCH v3 25/28] KVM: arm64: Engage NV3 TLBI "
` [PATCH v3 26/28] KVM: arm64: Add FEAT_NV3 detection
` [PATCH v3 27/28] KVM: arm64: Expose FEAT_NV3 to guests
` [PATCH v3 28/28] arm64: Add override for ID_AA64MMFR4_EL1.NV_frac

[PATCH v8 00/21] ARM64 PMU Partitioning
 2026-07-22  9:05 UTC  (2+ messages)

[PATCH v2] LoongArch: KVM: Add KVM_LOONGARCH_GET/SET_CSR for bulk CSR migration
 2026-07-22  8:03 UTC  (2+ messages)

[PATCH v8] KVM: selftests: riscv: Add lazy V extension enablement for guests
 2026-07-22  7:44 UTC  (2+ messages)

[RFC v1 00/25] Add Realm support to QEMU-VMM
 2026-07-22  7:13 UTC  (2+ messages)

[PATCH v6] KVM: selftests: riscv: Add lazy V extension enablement for guests
 2026-07-22  6:39 UTC  (2+ messages)

[PATCH v4 0/2] KVM: RISC-V: Add CPU PM notifier for non-retention idle states
 2026-07-22  6:05 UTC  (4+ messages)
` [PATCH v4 1/2] KVM: RISC-V: Clear former VCPU cache on virtualization disable
` [PATCH v4 2/2] KVM: RISC-V: Add CPU PM notifier for non-retention idle states

[PATCH v3] KVM: VMX: Cap VMX preemption timer to work around Intel erratum
 2026-07-22  4:12 UTC  (2+ messages)

[PATCH] LoongArch: KVM: Implement KVM_GET/SET_SREGS for bulk CSR migration
 2026-07-22  3:29 UTC  (3+ messages)


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