messages from 2026-07-31 14:09:35 to 2026-08-01 13:02:36 UTC [more...]
[PATCH 0/6] KVM: arm64: VNCR TLB invalidation fixes
2026-08-01 13:02 UTC (8+ messages)
` [PATCH 1/6] KVM: arm64: Remove VM-wide VNCR mapping counter
` [PATCH 2/6] KVM: arm64: Handle negative S1 walk levels in VNCR TLB size evaluation
` [PATCH 3/6] KVM: arm64: Consider SCTLR_EL2.M when mapping the L1 VNCR page
` [PATCH 4/6] KVM: arm64: Correctly handle end of VA space TLBI invalidation
` [PATCH 5/6] KVM: arm64: Couple VNCR fixmap clearing and CPU number invalidation
` [PATCH 6/6] KVM: arm64: Add VNCR TLB tracking again
[PATCH kvmtool] virtio/pci: Serialize legacy ISR and INTx updates
2026-08-01 11:28 UTC (2+ messages)
[PATCH kvmtool] riscv: Add extensions support after v7.1 update
2026-08-01 11:28 UTC (2+ messages)
[PATCH kvmtool v3 0/4] Add guest_memfd support for arm64
2026-08-01 11:28 UTC (2+ messages)
[PATCH] arm64: Query per-VM capabilities when selecting vCPU features
2026-08-01 11:28 UTC (2+ messages)
[PATCH 0/2] vhost-scsi: fix max_io_vqs handling
2026-08-01 9:55 UTC (10+ messages)
` [PATCH 1/2] vhost-scsi: use kvzalloc for vq array allocation
` [PATCH 2/2] vhost-scsi: reject invalid max_io_vqs module parameter
[PATCH] KVM: nVMX: Don't load L1's host state when freeing a vCPU
2026-08-01 9:51 UTC
[PATCH] KVM: riscv: Fix infinite loop in NACL hfence entry allocation
2026-08-01 8:58 UTC (2+ messages)
[PATCH] RISC-V: KVM: Account VM-scoped allocations to the VM cgroup
2026-08-01 8:51 UTC (2+ messages)
[PATCH v6 00/36] Cleaning up the KVM clock mess
2026-08-01 8:38 UTC (7+ messages)
` [PATCH v6 05/36] KVM: x86: Add KVM_[GS]ET_CLOCK_GUEST for accurate KVM clock migration
[PATCH v3 0/2] RISC-V: KVM: Optimize hfence request handling for SMP guests
2026-08-01 8:35 UTC (6+ messages)
` [PATCH v3 1/2] RISC-V: KVM: Separate req and fallback_req masks in make_xfence_request
` [PATCH v3 2/2] RISC-V: KVM: Introduce make_xfence_request_nodata for FENCE.I requests
[PATCH v5 0/5] Implement Eager Page Splitting for RISC-V
2026-08-01 8:35 UTC (4+ messages)
` [PATCH v5 1/5] RISC-V: KVM: Add the split page cache for ioctl context
[PATCH v7 00/36] Cleaning up the KVM clock mess
2026-08-01 8:07 UTC (8+ messages)
` [PATCH v7 31/36] KVM: x86: Add KVM_[GS]ET_CLOCK_GUEST for accurate KVM clock migration
` [PATCH v7 33/36] KVM: selftests: Add KVM/PV clock selftest to prove timer correction
` [PATCH v7 34/36] KVM: selftests: Add master clock offset test
[PATCH] docs: KVM: fix heading level for KVM_S390_VM_CPU_PROCESSOR
2026-08-01 6:44 UTC
[PATCH v1 00/28] KVM: nSVM: Optimize nSVM TLB flushes
2026-08-01 6:41 UTC (19+ messages)
` [PATCH v1 02/28] KVM: SVM: Document number of ASIDs CPUID setting
` [PATCH v1 03/28] KVM: VMX: Generalize VPID allocation to be vendor-neutral
` [PATCH v1 08/28] KVM: SEV: Do ASID initialization at VMCB initialization
` [PATCH v1 10/28] KVM: SVM: Use a static ASID per vCPU
` [PATCH v1 12/28] KVM: nSVM: Add a placeholder ASID for L2
` [PATCH v1 25/28] KVM: nSVM: Flush L2's ASID when emulating INVLPGA
` [PATCH v1 26/28] KVM: nSVM: Flush the ASID on nested transitions if shared by L1 and L2
[PATCH v8 00/11] KVM: arm64: PMU: Use multiple host PMUs
2026-08-01 6:34 UTC (4+ messages)
` [PATCH v8 04/11] arm64: errata: Require Apple IMPDEF PMUv3 traps on all CPUs
[PATCH v13 0/5] vfio/dma-buf: add TPH support for peer-to-peer access
2026-07-31 22:59 UTC (12+ messages)
` [PATCH v13 1/5] PCI/TPH: treat reserved 0b10 completer encoding as unsupported
` [PATCH v13 2/5] PCI/TPH: Add requester/completer type helpers
` [PATCH v13 3/5] dma-buf: add optional get_pci_tph() callback
` [PATCH v13 4/5] vfio/pci: implement get_pci_tph and DMA_BUF_TPH feature
` [PATCH v13 5/5] RDMA/mlx5: get tph for p2p access when registering dma-buf mr
[PATCH v2 0/2] KVM: selftests: SEV: address two TODOs in the SEV tests
2026-07-31 22:04 UTC (3+ messages)
` [PATCH v3] KVM: selftests: Add a test for KVM_CREATE_VM VM type enforcement
[PATCH v3 00/12] KVM: selftests: Add more syscall wrappers, fix hardware_disable_test
2026-07-31 21:43 UTC (20+ messages)
` [PATCH v3 01/12] KVM: selftests: Add a KVM syscall wrapper for sched_setaffinity()
` [PATCH v3 02/12] KVM: selftests: Set threads CPU affinity before doing work in hardware disable test
` [PATCH v3 03/12] KVM: selftests: Pre-set threads affinity in hardware disable test when possible
` [PATCH v3 04/12] KVM: selftests: Return the target CPU from pin_task_to_random_cpu()
` [PATCH v3 05/12] KVM: selftests: Extract picking of random CPU from cpu_set_t to separate API
` [PATCH v3 06/12] KVM: selftests: Affine threads to random CPUs in hardware disable test
` [PATCH v3 07/12] KVM: selftests: Drop unreachable, dead code from "
` [PATCH v3 08/12] KVM: selftests: Add KVM syscall wrapper for pthread_create()
` [PATCH v3 09/12] KVM: selftests: Add KVM syscall wrappers for pthread_{cancel,join}()
` [PATCH v3 10/12] KVM: selftests: Add helper APIs to cancel+join pthreads
` [PATCH v3 11/12] KVM: selftests: Add KVM syscall wrappers for pthread_{g,s}etaffinity_np()
` [PATCH v3 12/12] KVM: selftests: Clean up global constants in hardware disable test
[PATCH net-next v13 0/5] tun/tap & vhost-net: apply qdisc backpressure on full ptr_ring to reduce TX drops
2026-07-31 21:40 UTC (5+ messages)
` [PATCH net-next v13 1/5] tun/tap: add IFF_BACKPRESSURE flag
` [PATCH net-next v13 2/5] tun/tap: add ptr_ring consume helper with netdev queue wakeup
[kvm-unit-tests PATCH] x86: pci: Support unaligned register access in PCI config read/write
2026-07-31 21:39 UTC (3+ messages)
[PATCH v9 00/41] guest_memfd: In-place conversion support
2026-07-31 21:04 UTC (20+ messages)
` [PATCH v9 01/41] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [PATCH v9 07/41] KVM: guest_memfd: Wire up core private/shared attribute interfaces
` [PATCH v9 14/41] mm: swap: Introduce lru_add_drain_progressive()
` [PATCH v9 18/41] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
[PATCH v7 0/9] KVM: x86/pmu: Add hardware Topdown metrics support
2026-07-31 20:28 UTC (4+ messages)
` [PATCH v7 7/9] KVM: x86/pmu: Restrict RDPMC passthrough to known CPUs
[PATCH v11 0/6] Add RMPOPT support
2026-07-31 20:27 UTC (8+ messages)
` [PATCH v11 2/6] x86/sev: Disable CPU hotplug while SNP is active
` [PATCH v11 3/6] x86/sev: Initialize RMPOPT configuration MSRs
` [PATCH v11 4/6] x86/sev: Add support to perform RMP optimizations asynchronously
[PATCH v2] KVM: nVMX: Service local TLB flushes on failed nested VM-Enter
2026-07-31 20:10 UTC (2+ messages)
[PATCH v2] KVM: SEV: Allocate full pages for {DE,EN}CRYPT ops on SNP-enabled hosts
2026-07-31 20:10 UTC (2+ messages)
[PATCH v2] KVM: SEV: drop FOLL_WRITE for encrypted region registration
2026-07-31 20:10 UTC (2+ messages)
[PATCH] KVM: SVM: Always intercept ICEBP, add INT1 selftests
2026-07-31 20:10 UTC (2+ messages)
[PATCH v5 00/13] KVM: selftests: Stress save+restore and #PF (ft. nested)
2026-07-31 20:10 UTC (2+ messages)
[PATCH] KVM: selftests: Fix typos in x86 and riscv tests
2026-07-31 20:10 UTC (2+ messages)
[PATCH 0/2] KVM: x86/mmu: Use LOCK CMPXCHG to clear Accessed bits
2026-07-31 20:10 UTC (2+ messages)
[PATCH v2] KVM: x86/mmu: Consume the locked rmap value in the lockless rmap walk
2026-07-31 20:10 UTC (2+ messages)
[PATCH v3 0/5] KVM: x86: Fix EFER reserved bits initialization
2026-07-31 20:10 UTC (2+ messages)
[PATCH v3 0/2] KVM: x86: Fix missing EFER validity checks
2026-07-31 20:09 UTC (2+ messages)
[PATCH] KVM: x86: Replace delivery mode TODO with WARN_ON_ONCE
2026-07-31 20:09 UTC (2+ messages)
[PATCH v3 0/2] KVM: x86: Suppress false positives on "lost" IRQs
2026-07-31 20:09 UTC (2+ messages)
[PATCH 0/6] KVM: Harden kvm_vcpu_map() usage against memory leaks
2026-07-31 20:09 UTC (2+ messages)
[PATCH] KVM: x86: Use KVM_X86_OP() for the .pi_update_irte() hook
2026-07-31 20:09 UTC (2+ messages)
[PATCH v2] KVM: x86: hyper-v: Clamp stimer deadline to avoid livelock
2026-07-31 20:09 UTC (2+ messages)
[PATCH v6 0/9] KVM: guest_memfd: RECLAIM+CONVERT cleanups
2026-07-31 20:09 UTC (2+ messages)
[PATCH v4 00/29] KVM: arm64: Add support for FEAT_NV2p1 and FEAT_NV3
2026-07-31 18:51 UTC (2+ messages)
[PATCH v3 0/4] KVM: arm64: Expose PMMIR_EL1.SLOTS to guests
2026-07-31 18:51 UTC (2+ messages)
[PATCH] kvm: apply VM_READ/VM_WRITE checks to all VMA types
2026-07-31 18:46 UTC (2+ messages)
[PATCH 0/6] firmware: arm_rmm: Add RMM v2.0 support
2026-07-31 18:25 UTC (3+ messages)
` [PATCH 5/6] firmware: arm_rmm: Add support for SRO
[PATCH v9 0/5] vfio: selftests: Add driver for Intel Ethernet Gigabit Controller (IGB)
2026-07-31 18:15 UTC (3+ messages)
` [PATCH v9 1/5] vfio: selftests: igb: Add driver for Intel 82576 device
[PATCH v5 0/6] KVM: nVMX: Synthesize SHUTDOWN on RSM with bad state
2026-07-31 17:49 UTC (8+ messages)
` [PATCH v5 1/6] KVM: x86: Extract VMX's unhandleable emulation check to common x86
` [PATCH v5 2/6] KVM: nVMX: Synthesize SHUTDOWN on RSM if L2 requires emulation
` [PATCH v5 3/6] KVM: x86: Rework kvm_x86_ops.vcpu_pre_run() into .vcpu_needs_initialization()
` [PATCH v5 4/6] KVM: selftests: Use port 0x80 in invalid nVMX guest state test
` [PATCH v5 5/6] KVM: selftests: Refactor invalid nVMX state test to prepare for RSM testcase
` [PATCH v5 6/6] KVM: selftests: Extend the invalid nVMX guest state test to cover RSM
[PATCH v2 0/5] MAINTAINERS: KVM tweaks and additions
2026-07-31 17:43 UTC (7+ messages)
` [PATCH v2 1/5] MAINTAINERS: Add kvm-x86 tree to KVM x86 entries
` [PATCH v2 2/5] KVM: guest_memfd: Move gmem function declarations to dedicated guest_memfd.h
` [PATCH v2 3/5] MAINTAINERS: Add an entry for KVM's guest_memfd
` [PATCH v2 4/5] MAINTAINERS: Add David H. as a KVM guest_memfd reviewer
` [PATCH v2 5/5] MAINTAINERS: Add myself (Sean) as a reviewer in the main KVM entry
[PATCH v5 0/9] vfio/pci: Add mmap() for DMABUFs
2026-07-31 17:43 UTC (4+ messages)
` [PATCH v5 3/9] vfio/pci: Add a helper to look up PFNs "
[PATCH v2 00/12] KVM: selftests: Add more syscall wrappers, fix hardware_disable_test
2026-07-31 17:27 UTC (18+ messages)
` [PATCH v2 01/12] KVM: selftests: Add a KVM syscall wrapper for sched_setaffinity()
` [PATCH v2 02/12] KVM: selftests: Set threads CPU affinity before doing work in hardware disable test
` [PATCH v2 03/12] KVM: selftests: Pre-set threads affinity in hardware disable test when possible
` [PATCH v2 04/12] KVM: selftests: Return the target CPU from pin_task_to_random_cpu()
` [PATCH v2 05/12] KVM: selftests: Extract picking of random CPU from cpu_set_t to separate API
` [PATCH v2 06/12] KVM: selftests: Affine threads to random CPUs in hardware disable test
` [PATCH v2 07/12] KVM: selftests: Drop unreachable, dead code from "
` [PATCH v2 08/12] KVM: selftests: Add KVM syscall wrapper for pthread_create()
` [PATCH v2 09/12] KVM: selftests: Add KVM syscall wrappers for pthread_{cancel,join}()
` [PATCH v2 10/12] KVM: selftests: Add helper APIs to cancel+join pthreads
` [PATCH v2 11/12] KVM: selftests: Add KVM syscall wrappers for pthread_{g,s}etaffinity_np()
` [PATCH v2 12/12] KVM: selftests: Clean up global constants in hardware disable test
[RFC] KVM: Proposed uAPI for querying GSI and irqbypass status
2026-07-31 17:26 UTC (3+ messages)
[PATCH v7 0/2] KVM: VMX: Workaround VMX preemption timer erratum
2026-07-31 17:19 UTC (3+ messages)
` [PATCH v7 1/2] KVM: VMX: Bury all of the VMX preemption timer code under CONFIG_X86_64=y
` [PATCH v7 2/2] KVM: VMX: Cap VMX preemption timer to work around Intel erratum
[PATCH kvmtool] virtio: 9p: Order used ring updates before notifications
2026-07-31 17:08 UTC (2+ messages)
[PATCH RFT 0/3] mm, drm: ensure .fault() does not have to be followed by .pfn_mkwrite() for write faults
2026-07-31 17:06 UTC (6+ messages)
` [PATCH RFT 1/3] mm: export variants of vmf_insert_pfn* for use with pfn_mkwrite()
` [PATCH RFT 2/3] drm/shmem_helper: use vmf_insert_pfn_mkwrite()
` [PATCH RFT 3/3] drm/ttm, drm/vmwgfx: directly create writable PTEs when mkwrite is in use
[PATCH kvmtool] arm64: Fix resource leaks in find_pmu_cpumask()
2026-07-31 17:04 UTC (2+ messages)
[PATCH v4 00/48] KVM: arm64: Add GICv5 IRS support
2026-07-31 16:43 UTC (23+ messages)
` [PATCH v4 29/48] KVM: arm64: gic-v5: Add GICv5 SPI injection to irqfd
` [PATCH v4 30/48] KVM: arm64: gic-v5: Mask per-vcpu PPI state in vgic_v5_finalize_ppi_state()
` [PATCH v4 31/48] KVM: arm64: gic-v5: Add GICv5 EL1 sysreg userspace accessors
` [PATCH v4 34/48] KVM: arm64: gic-v5: Add VGICv5 IST save/restore UAPI
` [PATCH v4 32/48] KVM: arm64: gic-v5: Handle userspace accesses to IRS MMIO region
` [PATCH v4 37/48] Documentation: KVM: Add KVM_DEV_ARM_VGIC_GRP_IRS_REGS to VGICv5 docs
` [PATCH v4 47/48] KVM: selftests: Add VGICv5 LPI delivery tests
` [PATCH v4 46/48] KVM: selftests: Add VGICv5 SPI injection tests
` [PATCH v4 42/48] KVM: selftests: Add VGICv5 IRS_REGS attribute tests
` [PATCH v4 41/48] KVM: selftests: Add VGICv5 NR_IRQS "
` [PATCH v4 35/48] KVM: arm64: gic-v5: Implement save/restore mechanisms for ISTs
[PATCH] mm: pull writability check to follow_pfnmap_start()
2026-07-31 16:41 UTC (3+ messages)
[PATCH] RISC-V: KVM: Synchronize hrtimer callback during teardown
2026-07-31 16:35 UTC (4+ messages)
` [PATCH v2] "
[PATCH v5 00/31] KVM: s390: Introduce arm64 KVM
2026-07-31 16:15 UTC (19+ messages)
` [PATCH v5 01/31] vfio: Use file-based reference counting for KVM
` [PATCH v5 06/31] arm64/sysreg: Convert SPSR_ELx to automatic register generation
` [PATCH v5 24/31] KVM: s390: arm64: Introduce host definitions
` [PATCH v5 27/31] KVM: s390: arm64: Implement required functions
` [PATCH v5 28/31] KVM: s390: arm64: Implement vm/vcpu create destroy
` [PATCH v5 29/31] KVM: s390: arm64: Implement vCPU IOCTLs
` [PATCH v5 30/31] KVM: s390: arm64: Implement basic page fault handler
` [PATCH v5 31/31] KVM: s390: arm64: Enable KVM_ARM64 config and Kbuild
[PATCH 0/9] KVM: selftests: Add more syscall wrappers, fix hardware_disable_test
2026-07-31 16:03 UTC (5+ messages)
` [PATCH 3/9] KVM: selftests: Affine child tasks to other pCPUs in hardware disable test
[PATCH v2 0/4] KVM: x86: Fix off-by-one in max_vcpu_ids bounds checks
2026-07-31 15:44 UTC (7+ messages)
` [PATCH v2 1/4] KVM: selftests: Fix treating KVM_CAP_MAX_VCPU_ID as inclusive
` [PATCH v2 2/4] KVM: x86: Fix off-by-one in max_vcpu_ids bounds checks
` [PATCH v2 3/4] KVM: selftests: Improve bsp_vcpu_id and max_vcpu_ids out-of-bound tests
` [PATCH v2 4/4] Documentation: KVM: Clarify that KVM_CAP_MAX_VCPU_ID is exclusive
[PATCH v3] KVM: have hva_to_pfn_remapped write-upgrade PTEs
2026-07-31 15:25 UTC (6+ messages)
[PATCH 0/2] vfio/iommufd: Prevent scheduler warnings when unmapping large regions
2026-07-31 15:06 UTC (5+ messages)
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