messages from 2026-08-06 22:03:02 to 2026-08-07 12:01:19 UTC [more...]
[PATCH v5 00/49] KVM: arm64: Add GICv5 IRS support
2026-08-07 12:01 UTC (52+ messages)
` [PATCH v5 01/49] irqchip/gic-v5: Allow KVM setup without a maintenance IRQ
` [PATCH v5 02/49] irqchip/gic-v5: Provide OF IRS config frame attrs to KVM
` [PATCH v5 03/49] irqchip/gic-v5: Set up gic_kvm_info on ACPI hosts
` [PATCH v5 04/49] KVM: arm64: gic-v5: Define remaining IRS MMIO registers
` [PATCH v5 05/49] arm64/sysreg: Add GICv5 GIC VDPEND encoding
` [PATCH v5 06/49] arm64/sysreg: Update ICC_CR0_EL1 with LINK and LINK_IDLE fields
` [PATCH v5 07/49] KVM: arm64: gic-v5: Cache host IRS ID registers
` [PATCH v5 08/49] KVM: arm64: gic-v5: Add VPE doorbell domain
` [PATCH v5 09/49] KVM: arm64: gic-v5: Create and manage VM and VPE tables
` [PATCH v5 10/49] KVM: arm64: gic-v5: Introduce guest IST alloc and management
` [PATCH v5 11/49] KVM: arm64: gic-v5: Implement VMT/vIST IRS MMIO Ops
` [PATCH v5 12/49] KVM: arm64: gic-v5: Keep GICv5 vCPU limit model-specific
` [PATCH v5 13/49] KVM: arm64: gic-v5: Implement VPE IRS MMIO Ops
` [PATCH v5 14/49] KVM: arm64: gic-v5: Set up VMTEs and VPE doorbells
` [PATCH v5 15/49] KVM: arm64: gic-v5: Add resident/non-resident hyp calls
` [PATCH v5 16/49] KVM: arm64: gic-v5: Request doorbells when VPEs enter WFI
` [PATCH v5 17/49] KVM: arm64: gic-v5: Introduce struct vgic_v5_irs and IRS base address
` [PATCH v5 18/49] KVM: arm64: gic-v5: Add IRS IODEV support to MMIO handlers
` [PATCH v5 19/49] KVM: arm64: gic-v5: Add KVM_VGIC_V5_ADDR_TYPE_IRS to UAPI
` [PATCH v5 20/49] KVM: arm64: gic-v5: Add GICv5 IRS IODEV and MMIO emulation
` [PATCH v5 21/49] KVM: arm64: gic-v5: Initialise per-VM IRS state
` [PATCH v5 22/49] KVM: arm64: gic-v5: Register the IRS IODEV
` [PATCH v5 23/49] KVM: arm64: gic-v5: Set IRICHPPIDIS based on IRS enable state
` [PATCH v5 24/49] KVM: arm64: selftests: Update vGICv5 selftest to set IRS address
` [PATCH v5 25/49] KVM: arm64: gic-v5: Add GIC VDPEND hyp call
` [PATCH v5 26/49] KVM: arm64: gic: Introduce set_pending_state() to irq_ops
` [PATCH v5 27/49] KVM: arm64: gic-v5: Support SPI injection
` [PATCH v5 28/49] Documentation: KVM: Extend VGICv5 device attribute docs
` [PATCH v5 29/49] KVM: arm64: gic-v5: Add GICv5 SPI injection to irqfd
` [PATCH v5 30/49] KVM: arm64: gic-v5: Mask per-vCPU PPI state in vgic_v5_finalize_ppi_state()
` [PATCH v5 31/49] KVM: arm64: gic-v5: Add GICv5 EL1 sysreg userspace accessors
` [PATCH v5 32/49] KVM: arm64: gic-v5: Handle userspace accesses to IRS MMIO region
` [PATCH v5 33/49] KVM: arm64: gic-v5: Add CoreSight MMIO regs to IRS
` [PATCH v5 34/49] KVM: arm64: gic-v5: Add VGICv5 IST save/restore UAPI
` [PATCH v5 35/49] KVM: arm64: gic-v5: Implement save/restore mechanisms for ISTs
` [PATCH v5 36/49] Documentation: KVM: Document KVM_DEV_ARM_VGIC_GRP_CPU_SYSREGS for VGICv5
` [PATCH v5 37/49] Documentation: KVM: Add KVM_DEV_ARM_VGIC_GRP_IRS_REGS to VGICv5 docs
` [PATCH v5 38/49] Documentation: KVM: Add docs for KVM_DEV_ARM_VGIC_GRP_IST
` [PATCH v5 39/49] Documentation: KVM: Add the VGICv5 IRS save/restore sequences
` [PATCH v5 40/49] KVM: selftests: Add VGICv5 IRS address attribute tests
` [PATCH v5 41/49] KVM: selftests: Add VGICv5 NR_IRQS "
` [PATCH v5 42/49] KVM: selftests: Add VGICv5 IRS_REGS "
` [PATCH v5 43/49] KVM: selftests: Add VGICv5 IST "
` [PATCH v5 44/49] KVM: selftests: Add VGICv5 USERSPACE_PPIS tests
` [PATCH v5 45/49] KVM: selftests: Add VGICv5 CPU sysreg attribute tests
` [PATCH v5 46/49] KVM: selftests: Add VGICv5 SPI injection tests
` [PATCH v5 47/49] KVM: selftests: Add VGICv5 LPI delivery tests
` [PATCH v5 48/49] KVM: selftests: Add VGICv5 IST save/restore coverage
` [PATCH v5 49/49] KVM: selftests: Add VGICv5 sparse vCPU IDs test
[PATCH 0/6] KVM: s390: vsie: Small VSIE cleanup and improvements
2026-08-07 11:28 UTC (24+ messages)
` [PATCH 1/6] KVM: s390: Remove double 64bscao feature check
` [PATCH 2/6] KVM: s390: vsie: Remove duplicate assertion
` [PATCH 3/6] KVM: s390: vsie: Convert shift to phys_to_pfn()
` [PATCH 4/6] KVM: s390: vsie: Assert mcck_info offset in vsie_page
` [PATCH 5/6] KVM: s390: vsie: Assert crycb alignment "
` [PATCH 6/6] KVM: s390: vsie: Create constant SCB_ALIGNMENT_SHIFT
[PATCH] KVM: x86: Use active memslots for the per-vCPU MMIO cache
2026-08-07 11:28 UTC
[PATCH v7 0/4] KVM: PPC: Expose CPU compatibility modes for nested guests
2026-08-07 10:58 UTC (11+ messages)
` [PATCH v7 1/4] KVM: PPC: Introduce KVM_CAP_PPC_COMPAT_CAPS and wire up ioctl
` [PATCH v7 2/4] KVM: PPC: Book3S HV: Implement compat CPU capability retrieval for KVM on PowerVM
` [PATCH v7 3/4] KVM: PPC: Book3S HV: Add support for compat CPU capabilities for KVM on PowerNV
` [PATCH v7 4/4] KVM: PPC: Document KVM_PPC_GET_COMPAT_CAPS ioctl
[PATCH v16 00/45] arm64: Support for Arm CCA in KVM
2026-08-07 10:58 UTC (10+ messages)
` [PATCH v16 24/45] KVM: arm64: Expose support for private memory
` [PATCH v16 27/45] KVM: arm64: CCA: Allow populating initial contents
` [PATCH v16 29/45] KVM: arm64: CCA: Support runtime faulting of memory
[RFC] x86/smp: reject hot-added CPU with conflicting APIC ID?
2026-08-07 10:47 UTC
[PATCH v3 0/7] KVM: x86/xen: Fix Xen/GPC/PREEMPT_RT issues with rwlock_t
2026-08-07 10:48 UTC (11+ messages)
` [PATCH v3 3/7] KVM: pfncache: Use RCU for readers instead of a rwlock
[PATCH 0/2] vhost-vdpa: fix a use-after-free on the config eventfd
2026-08-07 10:00 UTC (3+ messages)
` [PATCH 1/2] vhost-vdpa: don't install the eventfd_ctx_fdget() error in config_ctx
` [PATCH 2/2] vhost-vdpa: protect config_ctx from being freed under the config callback
[Bug 221841] New: KVM: nested VMX eVMCS VMPTRLD/VMPTRST causes infinite VM-Exit loop due to missing RIP advance
2026-08-07 9:17 UTC (2+ messages)
` [Bug 221841] "
[kvm-x86:selftests2] [KVM] a262fc49e0: kselftests.kvm.make.fail
2026-08-07 9:14 UTC
[PATCH 0/4] KVM: x86/mmu: Fix pre-fault and map private loops
2026-08-07 8:58 UTC (12+ messages)
` [PATCH 1/4] KVM: x86/mmu: Reload MMU on *every* page pre-fault attempt/iteration
` [PATCH 2/4] KVM: x86/mmu: Harden "map private PFN" against unexpected root invalidation
` [PATCH 3/4] KVM: x86/mmu: Top-up memory caches when retrying "map private PFN"
` [PATCH 4/4] KVM: x86/mmu: Add sanity check to detect stale page faults in "
[PATCH] KVM: PPC: BookE: Use vcpu_err() instead of printk() in kvmppc_dump_vcpu()
2026-08-07 8:40 UTC
[PATCH v4 00/48] KVM: arm64: Add GICv5 IRS support
2026-08-07 8:27 UTC (10+ messages)
` [PATCH v4 09/48] KVM: arm64: gic-v5: Create and manage VM and VPE tables
` [PATCH v4 10/48] KVM: arm64: gic-v5: Introduce guest IST alloc and management
` [PATCH v4 11/48] KVM: arm64: gic-v5: Implement VMT/vIST IRS MMIO Ops
[PATCH] KVM: Never clear KVM_REQ_VM_DEAD from a vCPU's requests
2026-08-07 8:20 UTC (3+ messages)
[PATCH 1/2] KVM: x86: ioapic: Set remote_irr only after successful delivery
2026-08-07 7:41 UTC (2+ messages)
[PATCH] KVM: Remove the kvm debugfs directory if kvm_init() fails
2026-08-07 7:19 UTC
[PATCH] KVM: selftests: Compare the entire XSAVE buffer in the SEV smoke test
2026-08-07 7:10 UTC
[PATCH 0/2] KVM: TDX: Enable VM-DoS Prevention Features for TDX
2026-08-07 6:46 UTC (8+ messages)
` [PATCH 1/2] KVM: TDX: Enable Notify VM exit
[PATCH] tools: Use fputc() calls in some functions
2026-08-07 6:33 UTC (2+ messages)
` "
[PATCH v2 0/8] KVM: arm64: VNCR TLB invalidation fixes
2026-08-07 6:03 UTC (3+ messages)
` [PATCH v2 5/8] KVM: arm64: Handle VNCR TLB invalidation race with vcpu_put() VNCR unmapping
[PATCH v2 0/2] RISC-V: KVM: Add PMU event filter support
2026-08-07 5:55 UTC (5+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] RISC-V: KVM: selftests: Add PMU event filter test
[PATCH v4 00/10] KVM: SEV: Add support for IBPB-on-Entry and BTB Isolation
2026-08-07 5:44 UTC (7+ messages)
` [PATCH v4 01/10] x86/bugs: Only log missing retpoline when it's actually the missing mitigation
[PATCH 0/2] RISC-V: KVM: Add PMU event filter support
2026-08-07 4:12 UTC (4+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] RISC-V: KVM: selftests: Add PMU event filter test
[PATCH] vduse: reject non-coherent iotlb entries in the coherent fault path
2026-08-07 2:26 UTC
[PATCH v4 0/7] KVM: x86: Add LASS virtualization support
2026-08-07 1:42 UTC (4+ messages)
` [PATCH v4 4/7] KVM: VMX: Implement LASS violation check
[PATCH 0/3] KVM: x86: BUS_LOCK_EXIT fixes
2026-08-07 1:27 UTC (4+ messages)
` [PATCH 2/3] KVM: x86: Reject enabling KVM_CAP_X86_BUS_LOCK_EXIT when !kvm_caps.has_bus_lock_exit
[PATCH v2 0/5] LoongArch: KVM: Add separate vmid support
2026-08-07 1:10 UTC (6+ messages)
` [PATCH v2 5/5] LoongArch: KVM: Enable separate vmid feature
[PATCH v8 00/17] KVM: x86: Cleaning up the KVM clock mess, part 1
2026-08-07 0:27 UTC (5+ messages)
` [PATCH v8 05/17] KVM: x86: Avoid NTP frequency skew for KVM clock on 32-bit host
[PATCH v6 00/51] x86: Try to wrangle PV clocks vs. TSC
2026-08-07 0:08 UTC (57+ messages)
` [PATCH v6 01/51] x86/apic: Provide helpers to set local APIC timer frequency in hz and khz
` [PATCH v6 02/51] x86/apic: Add CONFIG_X86_LOCAL_APIC=n stubs for APIC timer frequency APIs
` [PATCH v6 03/51] x86/tsc: Ensure that TSC recalibration doesn't run if TSC frequency is known
` [PATCH v6 04/51] x86/tsc: Restrict recalibrate_cpu_khz() export to p4-clockmod and powernow-k7
` [PATCH v6 05/51] x86/sev: Mark TSC as reliable when configuring Secure TSC
` [PATCH v6 06/51] x86/sev: Don't override CPU frequency calibration for SNP's "
` [PATCH v6 07/51] x86/sev: Move check for SNP Secure TSC support to tsc_early_init()
` [PATCH v6 08/51] x86/sev: Shove SNP's secure/trusted TSC frequency directly into "calibration"
` [PATCH v6 09/51] x86/tsc: Add a standalone helper for getting TSC info from CPUID.0x15
` [PATCH v6 10/51] x86/tdx: Force TSC frequency with CPUID-based info provided by the TDX-Module
` [PATCH v6 11/51] x86/tsc: Add dedicated hypervisor hooks for getting known TSC/CPU frequencies
` [PATCH v6 12/51] x86/acrn: Register TSC/CPU frequency callbacks iff frequency is actually in CPUID
` [PATCH v6 13/51] x86/acrn: Mark TSC frequency as known when using ACRN for calibration
` [PATCH v6 14/51] x86/tsc: Consolidate forcing of X86_FEATURE_TSC_KNOWN_FREQ for PV code
` [PATCH v6 15/51] x86/tsc: Kill off x86_platform_ops.calibrate_{cpu,tsc}() hooks
` [PATCH v6 16/51] x86/tsc: Rename pit_hpet_ptimer_calibrate_cpu() => native_calibrate_cpu_late()
` [PATCH v6 17/51] x86/tsc: Fold native_calibrate_cpu() into recalibrate_cpu_khz()
` [PATCH v6 18/51] x86/kvmclock: Rename kvm_get_tsc_khz() to kvmclock_get_tsc_khz()
` [PATCH v6 19/51] x86/kvmclock: Drop dead check on TSC being unstable during kvmclock_init()
` [PATCH v6 20/51] KVM: x86: Officially define CPUID 0x40000010 as PV Timing Info (TSC and Bus)
` [PATCH v6 21/51] x86/kvm: Obtain TSC frequency from PV CPUID if present
` [PATCH v6 22/51] x86/kvm: Mark TSC as reliable when it's constant and nonstop
` [PATCH v6 23/51] x86/tsc: Add standalone helper for getting CPU frequency from CPUID
` [PATCH v6 24/51] x86/kvm: Get CPU base frequency from CPUID when it's available
` [PATCH v6 25/51] clocksource: hyper-v: Register sched_clock save/restore iff it's necessary
` [PATCH v6 26/51] clocksource: hyper-v: Drop wrappers to sched_clock save/restore helpers
` [PATCH v6 27/51] clocksource: hyper-v: Don't save/restore TSC offset when using HV sched_clock
` [PATCH v6 28/51] x86/kvmclock: Setup kvmclock for secondary CPUs iff CONFIG_SMP=y
` [PATCH v6 29/51] x86/kvm: Don't disable kvmclock on BSP in syscore_suspend()
` [PATCH v6 30/51] x86/paravirt: Remove unnecessary PARAVIRT=n stub for paravirt_set_sched_clock()
` [PATCH v6 31/51] x86/paravirt: Move handling of unstable PV clocks into paravirt_set_sched_clock()
` [PATCH v6 32/51] x86/kvmclock: Move sched_clock save/restore helpers up in kvmclock.c
` [PATCH v6 33/51] x86/xen/time: NOP-ify x86_platform's sched_clock save/restore hooks
` [PATCH v6 34/51] x86/vmware: NOP-ify save/restore hooks when using VMware's sched_clock
` [PATCH v6 35/51] x86/tsc: WARN if TSC sched_clock save/restore used with PV sched_clock
` [PATCH v6 36/51] x86/paravirt: Pass sched_clock save/restore helpers during registration
` [PATCH v6 37/51] x86/kvmclock: Move kvm_sched_clock_init() down in kvmclock.c
` [PATCH v6 38/51] x86/xen/time: Mark xen_setup_vsyscall_time_info() as __init
` [PATCH v6 39/51] x86/pvclock: Mark setup helpers and related various as __init/__ro_after_init
` [PATCH v6 40/51] x86/pvclock: WARN if pvclock's valid_flags are overwritten
` [PATCH v6 41/51] x86/kvmclock: Refactor handling of PVCLOCK_TSC_STABLE_BIT during kvmclock_init()
` [PATCH v6 42/51] timekeeping: Resume clocksources before reading persistent clock
` [PATCH v6 43/51] x86/kvmclock: Hook clocksource.suspend/resume when kvmclock isn't sched_clock
` [PATCH v6 44/51] x86/kvmclock: WARN if wall clock is read while kvmclock is suspended
` [PATCH v6 45/51] x86/paravirt: Mark __paravirt_set_sched_clock() as __init
` [PATCH v6 46/51] x86/paravirt: Plumb a return code into __paravirt_set_sched_clock()
` [PATCH v6 47/51] x86/paravirt: Don't use a PV sched_clock in CoCo guests with trusted TSC
` [PATCH v6 48/51] x86/kvmclock: Use TSC for sched_clock if it's constant and non-stop
` [PATCH v6 49/51] x86/kvmclock: Plumb in AP-online and BSP-resume to kvmlock, for documentation
` [PATCH v6 50/51] x86/paravirt: Move using_native_sched_clock() stub into timer.h
` [PATCH v6 51/51] x86/kvm: Get local APIC bus frequency from PV CPUID Timing Info
[PATCH v9 00/11] Dynamic PAMT
2026-08-06 23:48 UTC (17+ messages)
` [PATCH v9 03/11] x86/virt/tdx: Add tdx_alloc/free_control_page() helpers
` [PATCH v9 04/11] x86/virt/tdx: Allocate refcounts for Dynamic PAMT memory
` [PATCH v9 05/11] x86/virt/tdx: Handle multiple callers in tdx_pamt_get/put()
` [PATCH v9 06/11] KVM: TDX: Allocate PAMT memory for TD and vCPU control structures
` [PATCH v9 07/11] x86/tdx: Add APIs to support Dynamic PAMT ops from KVM's fault path
` [PATCH v9 08/11] KVM: TDX: Get/put PAMT pages when (un)mapping private memory
[PATCH v2 0/6] mm, drm: fix interaction of .pfn_mkwrite() with fixup_user_fault()
2026-08-06 23:32 UTC (3+ messages)
` [PATCH v2 3/6] drm/ttm, drm/vmwgfx: directly create writable PTEs when mkwrite is in use
[PATCH v4 00/20] mm/rmap: index MAP_PRIVATE file-backed folios by anonymous pgoff
2026-08-06 23:27 UTC (2+ messages)
[PATCH v5 00/51] x86: Try to wrangle PV clocks vs. TSC
2026-08-06 22:18 UTC (4+ messages)
` [PATCH v5 47/51] x86/paravirt: Don't use a PV sched_clock in CoCo guests with trusted TSC
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