messages from 2026-06-12 23:28:29 to 2026-06-13 09:01:39 UTC [more...]
[PATCH v4 00/30] KVM: x86: x86.{c,h} spring cleaning
2026-06-13 9:01 UTC (33+ messages)
` [PATCH v4 01/30] KVM: x86: Extract REGS and SREGS runtime sync code to helpers
` [PATCH v4 02/30] KVM: x86: Move get_segment_base() to regs.h, as kvm_get_segment_base()
` [PATCH v4 03/30] KVM: x86: Rename __{g,s}et_sregs2() => kvm_x86_vcpu_ioctl_{g,s}et_sregs2()
` [PATCH v4 04/30] KVM: x86: Move the bulk of register specific code from x86.c to regs.c
` [PATCH v4 05/30] KVM: x86: Move local APIC specific helpers out of asm/kvm_host.h
` [PATCH v4 06/30] KVM: x86: Move kvm_caps and kvm_host_values to asm/kvm_host.h
` [PATCH v4 07/30] KVM: x86: Swap the include order between x86.h and mmu.h
` [PATCH v4 08/30] KVM: x86: Move tdp_enabled from kvm_host.h to mmu.h
` [PATCH v4 09/30] KVM: x86: Move eager_page_split to mmu.{c,h}
` [PATCH v4 10/30] KVM: x86/hyperv: Eliminate an unnecessary include of x86.h in hyperv.h
` [PATCH v4 11/30] KVM: x86: Move kvm_{load,put}_guest_fpu() to fpu.h
` [PATCH v4 12/30] KVM: x86: Extract get/set MSR (list) ioctl logic to helpers
` [PATCH v4 13/30] KVM: x86: Expose several TSC helpers via x86.h for use by MSR code
` [PATCH v4 14/30] KVM: x86: Move the bulk of MSR specific code from x86.c to msrs.{c,h}
` [PATCH v4 15/30] KVM: x86: Move register helper declarations from kvm_host.h => regs.h
` [PATCH v4 16/30] KVM: x86: Move kvm_{g,s}et_segment() to inline helpers in regs.h
` [PATCH v4 17/30] KVM: x86: Move MSR helper declarations from kvm_host.h => msrs.h
` [PATCH v4 18/30] KVM: x86: Move "struct kvm_x86_msr_filter" definition to msrs.c
` [PATCH v4 19/30] KVM: x86/pmu: Move "struct kvm_x86_pmu_event_filter" definition to pmu.c
` [PATCH v4 20/30] KVM: x86: Move MMU helper declarations from kvm_host.h => mmu.h
` [PATCH v4 21/30] KVM: x86: Move LLDT assembly wrappers into VMX
` [PATCH v4 22/30] KVM: x86: Move misc "VALID MASK" defines from kvm_host.h => x86.c
` [PATCH v4 23/30] KVM: x86: Move __kvm_irq_line_state() from kvm_host.h => ioapic.h
` [PATCH v4 24/30] KVM: x86: Move IRQ-related helper declarations from kvm_host.h => irq.h
` [PATCH v4 25/30] KVM: x86: Move kvm_pv_send_ipi() declaration from kvm_host.h => lapic.h
` [PATCH v4 26/30] KVM: x86: Don't treat interrupts as allowed just because a nested run is pending
` [PATCH v4 27/30] KVM: x86: Rework kvm_arch_interrupt_allowed() into kvm_is_interrupt_allowed()
` [PATCH v4 28/30] KVM: x86/mmu: Move kvm_arch_async_page_ready() below kvm_tdp_page_fault()
` [PATCH v4 29/30] KVM: x86/mmu: Move kvm_mmu_do_page_fault() from mmu_internal.h => mmu.c
` [PATCH v4 30/30] KVM: x86: Move a pile of stuff from kvm_host.h => x86.h
[PATCH V9 2/2] KVM: selftests: Add test for configure of x86 APIC bus frequency
2026-06-13 3:03 UTC (13+ messages)
` VMX Preemption Timer appears to be buggy on SKX, CLX, and ICX
[GIT PULL] LoongArch KVM changes for v7.2
2026-06-13 2:42 UTC
[PATCH v2 4/8] KVM: Initialize a vCPU's index to '-1' while it's being created
2026-06-13 0:49 UTC (4+ messages)
[PATCH v7 00/20] KVM: selftests: Add eventfd+VFIO IRQ test
2026-06-13 0:35 UTC (26+ messages)
` [PATCH v7 01/20] KVM: selftests: Build and link selftests/vfio/lib into KVM selftests
` [PATCH v7 02/20] KVM: selftests: Add macros to read/write+sync to/from guest memory
` [PATCH v7 03/20] KVM: selftests: Rename guest_rng to kvm_rng
` [PATCH v7 04/20] KVM: selftests: Initialize the default/global pRNG during kvm_selftest_init()
` [PATCH v7 05/20] KVM: selftests: Seed libc's RNG before using it to generate a seed for KVM's pRNG
` [PATCH v7 06/20] KVM: selftests: Add helper to generate random u64 in range [min,max]
` [PATCH v7 07/20] KVM: selftests: Add an irqfd send+receive (and later IRQ bypass) test
` [PATCH v7 08/20] KVM: selftests: Add helper to get host IRQ from device MSI-X for IRQ bypass test
` [PATCH v7 09/20] KVM: selftests: Add VFIO device support to eventfd IRQ test
` [PATCH v7 10/20] KVM: selftests: Add a helper to set proc IRQ affinity for "
` [PATCH v7 11/20] KVM: selftests: Verify interrupts are received when IRQ affinity changes in "
` [PATCH v7 12/20] KVM: selftests: Add option to set empty routing between IRQs in eventfd "
` [PATCH v7 13/20] KVM: selftests: Make number of IRQs configurable in "
` [PATCH v7 14/20] KVM: selftests: Verify non-postable IRQ remapping "
` [PATCH v7 15/20] KVM: selftests: Add kvm_gettid() wrapper and convert users
` [PATCH v7 16/20] KVM: selftests: Add kvm_sched_getaffinity() "
` [PATCH v7 17/20] KVM: selftests: Add a utility to pin a task to a random CPU, given a CPU set
` [PATCH v7 18/20] KVM: selftests: Verify vCPU migration during IRQ delivery in IRQ test
` [PATCH v7 19/20] KVM: selftests: Make number of vCPUs configurable "
` [PATCH v7 20/20] KVM: selftests: Add xAPIC support in eventfd "
[PATCH 00/15] Enable TDX Module Extensions and DICE-based TDX Quoting
2026-06-13 0:20 UTC (11+ messages)
` [PATCH 02/15] x86/virt/tdx: Add extra memory to TDX Module for Extensions
` [PATCH 04/15] x86/virt/tdx: Enable the Extensions right after basic TDX Module init
` [RFC PATCH 06/15] x86/virt/tdx: Initialize Quoting extension during bringup
` [RFC PATCH 10/15] x86/tdx: Move and rename Quote request structure
` [RFC PATCH 12/15] KVM: TDX: Add in-kernel Quote generation
[PATCH v2 3/8] KVM: x86/hyperv: Ensure vCPU's Hyper-V object is initialized on cross-vCPU accesses
2026-06-13 0:20 UTC (3+ messages)
[PATCH net v2 0/2] vsock/virtio: fix msg_iter desync on transmission failure
2026-06-13 0:09 UTC (3+ messages)
` [PATCH net v2 1/2] iov_iter: export iov_iter_restore
` [PATCH net v2 2/2] vsock/virtio: restore msg_iter on transmission failure
[PATCH 6.18.y] KVM: VMX: Update SVI during runtime APICv activation
2026-06-12 23:58 UTC (2+ messages)
[PATCH v4 0/9] KVM: selftests: Create KVM selftests runner
2026-06-12 23:56 UTC (8+ messages)
` [PATCH v4 1/9] KVM: selftest: Create KVM selftest runner
[PATCH] selftests/vfio: avoid VLAs
2026-06-12 23:45 UTC (2+ messages)
[PATCH v3 3/8] KVM: x86: Manually check DR4/5 write values to fix SVM intercept priority
2026-06-12 23:28 UTC (2+ messages)
page: | 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