messages from 2026-05-29 17:28:12 to 2026-05-30 01:03:48 UTC [more...]
[PATCH v3 00/40] KVM: x86: GPR accessors and x86.{c,h} spring cleaning
2026-05-30 1:03 UTC (62+ messages)
` [PATCH v3 01/40] KVM: SVM: Truncate INVLPGA address in compatibility mode
` [PATCH v3 02/40] KVM: x86/xen: Bug the VM if 32-bit KVM observes a 64-bit mode hypercall
` [PATCH v3 03/40] KVM: x86/xen: Don't truncate RAX when handling hypercall from protected guest
` [PATCH v3 04/40] KVM: VMX: Read 32-bit GPR values for ENCLS instructions outside of 64-bit mode
` [PATCH v3 05/40] KVM: x86: Trace hypercall register *after* truncating values for 32-bit
` [PATCH v3 06/40] KVM: x86: Rename kvm_cache_regs.h => regs.h
` [PATCH v3 07/40] KVM: x86: Move inlined GPR, CR, and DR helpers from x86.h to regs.h
` [PATCH v3 08/40] KVM: x86: Add mode-aware versions of kvm_<reg>_{read,write}() helpers
` [PATCH v3 09/40] KVM: x86: Drop non-raw kvm_<reg>_write() helpers
` [PATCH v3 10/40] KVM: nSVM: Use kvm_rax_read() now that it's mode-aware
` [PATCH v3 11/40] Revert "KVM: VMX: Read 32-bit GPR values for ENCLS instructions outside of 64-bit mode"
` [PATCH v3 12/40] KVM: x86: Harden is_64_bit_hypercall() against bugs on 32-bit kernels
` [PATCH v3 13/40] KVM: x86: Move update_cr8_intercept() to lapic.c
` [PATCH v3 14/40] KVM: x86: Move async #PF helpers to x86.h (as inlines)
` [PATCH v3 15/40] KVM: x86: Move the bulk of register specific code from x86.c to regs.c
` [PATCH v3 16/40] KVM: x86: Move local APIC specific helpers out of asm/kvm_host.h
` [PATCH v3 17/40] KVM: x86: Drop defunct vcpu_tsc_khz() declaration
` [PATCH v3 18/40] KVM: x86: Move kvm_caps and kvm_host_values to asm/kvm_host.h
` [PATCH v3 19/40] KVM: x86: Swap the include order between x86.h and mmu.h
` [PATCH v3 20/40] KVM: x86: Move tdp_enabled from kvm_host.h to mmu.h
` [PATCH v3 21/40] KVM: x86: Move eager_page_split to mmu.{c,h}
` [PATCH v3 22/40] KVM: x86/hyperv: Eliminate an unnecessary include of x86.h in hyperv.h
` [PATCH v3 23/40] KVM: x86: Move kvm_{load,put}_guest_fpu() to fpu.h
` [PATCH v3 24/40] KVM: x86: Extract get/set MSR (list) ioctl logic to helpers
` [PATCH v3 25/40] KVM: x86: Expose several TSC helpers via x86.h for use by MSR code
` [PATCH v3 26/40] KVM: x86: Move the bulk of MSR specific code from x86.c to msrs.{c,h}
` [PATCH v3 27/40] KVM: x86: Move register helper declarations from kvm_host.h => regs.h
` [PATCH v3 28/40] KVM: x86: Move kvm_{g,s}et_segment() to inline helpers in regs.h
` [PATCH v3 29/40] KVM: x86: Remove defunct kvm_load_segment_descriptor() declaration
` [PATCH v3 30/40] KVM: x86: Move MSR helper declarations from kvm_host.h => msrs.h
` [PATCH v3 31/40] KVM: x86: Move MMU helper declarations from kvm_host.h => mmu.h
` [PATCH v3 32/40] KVM: x86: Move LLDT assembly wrappers into VMX
` [PATCH v3 33/40] KVM: x86: Move kvm_cpu_get_apicid() from kvm_host.h => avic.c
` [PATCH v3 34/40] KVM: x86: Move misc "VALID MASK" defines from kvm_host.h => x86.c
` [PATCH v3 35/40] KVM: x86: Move __kvm_irq_line_state() from kvm_host.h => ioapic.h
` [PATCH v3 36/40] KVM: x86: Move IRQ-related helper declarations from kvm_host.h => irq.h
` [PATCH v3 37/40] KVM: x86: Move kvm_pv_send_ipi() declaration from kvm_host.h => lapic.h
` [PATCH v3 38/40] KVM: x86/mmu: Move kvm_arch_async_page_ready() below kvm_tdp_page_fault()
` [PATCH v3 39/40] KVM: x86/mmu: Move kvm_mmu_do_page_fault() from mmu_internal.h => mmu.c
` [PATCH v3 40/40] KVM: x86: Move a pile of stuff from kvm_host.h => x86.h
[PATCH v2 00/20] KVM: x86/xen: Fix Xen/GP/PREEMPT_RT issues with rwlock_t
2026-05-30 0:54 UTC (8+ messages)
` [PATCH v2 01/20] locking/rt: Use raw_spin_lock_irqsave() in __rwbase_read_unlock()
[PATCH 2/2] crypto: ccp: Fix possible deadlock in SEV init failure path
2026-05-30 0:53 UTC (3+ messages)
[PATCH 11/11] moduleparam: Drop legacy kernel_param_ops .get_str field and dispatch logic
2026-05-30 0:46 UTC (2+ messages)
[PATCH 08/11] params: Convert generic kernel_param_ops .get helpers to seq_buf
2026-05-30 0:45 UTC (2+ messages)
[PATCH 05/11] moduleparam: Rename .get field to .get_str
2026-05-30 0:45 UTC (2+ messages)
[PATCH 06/11] moduleparam: Add seq_buf-based .get callback alongside .get_str
2026-05-30 0:45 UTC (2+ messages)
[PATCH net v2] vsock: keep poll shutdown state consistent
2026-05-30 0:44 UTC (2+ messages)
[PATCH v2 00/10] riscv: hwprobe: Expose RVA23U64 base behavior
2026-05-30 0:42 UTC (4+ messages)
` [PATCH v2 08/10] riscv: cpufeature: Introduce ISA bases bitmap and rva23u64 detection
[PATCH v7 08/17] KVM: x86/pmu: Check mediated PMU counter enablement before event filters
2026-05-30 0:35 UTC (3+ messages)
[PATCH v4 00/19] KVM: selftests: Link with VFIO selftests lib
2026-05-30 0:26 UTC (13+ messages)
` [PATCH v4 01/19] KVM: selftests: Build and link selftests/vfio/lib into KVM selftests
` [PATCH v4 02/19] KVM: selftests: Add /proc/interrupts parsing helpers for IRQ test
` [PATCH v4 03/19] KVM: selftests: Add guest read/write macros
` [PATCH v4 04/19] KVM: selftests: Rename guest_rng to kvm_rng
` [PATCH v4 05/19] KVM: selftests: Add helper to generate random u64 in range [min,max]
` [PATCH v4 06/19] KVM: selftests: Add IRQ injection test
` [PATCH v4 15/19] KVM: selftests: Add pin_task_to_random_cpu() helper function
` [PATCH v4 16/19] KVM: selftests: Verify vCPU migration during IRQ delivery in IRQ test
` [PATCH v4 17/19] KVM: selftests: Print vCPU affinity on timeout during "
` [PATCH v4 18/19] KVM: selftests: Make number of vCPUs configurable in "
` [PATCH v4 19/19] KVM: selftests: Add xAPIC support "
[GIT PULL] KVM changes for Linux 7.1-rc6
2026-05-29 23:40 UTC (2+ messages)
[PATCH v2 02/20] KVM: x86/xen: Use read_trylock() for GPC locks in hardirq/atomic paths
2026-05-29 23:28 UTC (2+ messages)
[PATCH 00/24] KVM: x86: fix various GHCB issues
2026-05-29 23:21 UTC (31+ messages)
` [PATCH 01/24] KVM: SEV: Require in-GHCB scratch area if GHCB v2+ is in use
` [PATCH 02/24] KVM: SEV: Ignore MMIO requests of length '0'
` [PATCH 03/24] KVM: SEV: Reject MMIO requests larger than 8 bytes with GHCB v2+
` [PATCH 04/24] KVM: SEV: Ignore Port I/O requests of length '0'
` [PATCH 05/24] KVM: SEV: Use the size of the PSC header as the minimum size for PSC requests
` [PATCH 06/24] KVM: SEV: Compute the correct max length of the in-GHCB scratch area
` [PATCH 07/24] KVM: SEV: WARN if KVM attempts to setup scratch area with min_len==0
` [PATCH 08/24] KVM: SEV: Don't explicitly pass PSC buffer to snp_begin_psc()
` [PATCH 09/24] KVM: SEV: Check PSC request indices against the actual size of the buffer
` [PATCH 10/24] KVM: SEV: Use READ_ONCE() when reading entries/indices from PSC buffer
` [PATCH 11/24] KVM: SEV: Make it more obvious when KVM is writing back the current PSC index
` [PATCH 12/24] KVM: SEV: Add an anonymous "psc" struct to track current PSC metadata
` [PATCH 13/24] KVM: SEV: Read start/end indices of PSC requests exactly once per #VMGEXIT
` [PATCH 14/24] KVM: Don't WARN if memory is dirtied without a vCPU when the VM is dying
` [PATCH 15/24] KVM: SEV: Move sev_free_vcpu() down below sev_es_unmap_ghcb()
` [PATCH 16/24] KVM: SEV: Decouple the need to sync the GHCB SA from the need to free the SA
` [PATCH 17/24] KVM: SEV: Unmap and unpin the GHCB as needed on vCPU free
` [PATCH 18/24] KVM: SEV: Don't terminate SNP VMs on #VMGEXIT without a registered GHCB
` [PATCH 19/24] KVM: SEV: Move GHCB "usage" check out of sev_es_validate_vmgexit()
` [PATCH 20/24] KVM: SEV: Return INVALID_EVENT for SNP-only #VMGEXIT from non-SNP guest
` [PATCH 21/24] KVM: SEV: Return INVALID_INPUT, not MISSING_INPUT, for bad GUEST_REQUEST input(s)
` [PATCH 22/24] KVM: SEV: Handle unknown #VMGEXIT reasons in sev_handle_vmgexit()
` [PATCH 23/24] KVM: SEV: Turn sev_es_validate_vmgexit() into a dedicated predicate
` [PATCH 24/24] KVM: SEV: Remove sometimes-used function-scoped "ret" from #VMGEXIT handler
[PATCH v2 0/9] vfio/pci: Add mmap() for DMABUFs
2026-05-29 23:05 UTC (4+ messages)
` [PATCH v2 1/9] PCI/P2PDMA: Add CONFIG_PCI_P2PDMA_CORE
[PATCH v4] KVM: selftests: Add a test for gPAT handling in L2
2026-05-29 23:01 UTC (6+ messages)
[PATCH] KVM: Validate irqchip index for LoongArch and PowerPC
2026-05-29 22:51 UTC (2+ messages)
[PATCH v2] KVM: VMX: Handle bad values on proxied writes to LBR MSRs
2026-05-29 22:47 UTC (2+ messages)
[PATCH v7 00/17] KVM: x86/pmu: Add support for AMD Host-Only/Guest-Only bits
2026-05-29 22:47 UTC (2+ messages)
[PATCH v2 00/15] TDX MMU refactors
2026-05-29 22:47 UTC (2+ messages)
[PATCH v4 0/2] Extend KVM_HC_MAP_GPA_RANGE api to allow retry
2026-05-29 22:47 UTC (2+ messages)
[PATCH v4 0/5] KVM: x86: Virtualize AMD's "disable CPUID in usermode"
2026-05-29 22:47 UTC (2+ messages)
[PATCH 1/2] KVM: SEV: Do not allow SEV-SNP VMs from intra-host migration
2026-05-29 22:28 UTC (4+ messages)
[PATCH v2 00/11] mlx5 support for VFIO self test
2026-05-29 21:44 UTC (10+ messages)
` [PATCH v2 06/11] selftests: Fix arm64 IO barriers to match kernel
` [PATCH v2 07/11] vfio: selftests: Allow drivers to specify required region size
[PATCH v7 16/42] KVM: guest_memfd: Determine invalidation filter from memory attributes
2026-05-29 20:44 UTC (3+ messages)
[PATCH v5 0/4] vfio/dma-buf: add TPH support for peer-to-peer access
2026-05-29 20:31 UTC (11+ messages)
[PATCH v2 04/10] selftests/vfio: igb: Program MSI-X interrupt routing
2026-05-29 20:24 UTC (3+ messages)
[PATCH v2 03/10] selftests/vfio: igb: Use advanced TX and RX descriptors
2026-05-29 20:24 UTC (3+ messages)
[PATCH v2 00/17] accel: Remove need for AccelCPUClass
2026-05-29 19:56 UTC (17+ messages)
` [PATCH v2 01/17] target/loongarch: Remove unused 'accel/accel-cpu-target.h' header
` [PATCH v2 02/17] accel: Remove AccelCPUClass::cpu_class_init()
` [PATCH v2 03/17] accel: Rename AccelOpsClass::cpu_target_realize() -> cpu_realize()
` [PATCH v2 04/17] accel/hvf: Remove need for AccelCPUClass::cpu_realize
` [PATCH v2 05/17] accel/kvm: "
` [PATCH v2 06/17] accel: Introduce AccelOpsClass::cpu_instance_init handler
` [PATCH v2 07/17] accel/whpx: Convert AccelCPUClass -> AccelOpsClass::cpu_instance_init
` [PATCH v2 08/17] accel/nvmm: "
` [PATCH v2 11/17] accel/tcg: Convert AccelCPUClass -> new TCGCPUOps::cpu_instance_init
` [PATCH v2 12/17] accel: Remove AccelCPUClass::cpu_instance_init()
` [PATCH v2 13/17] accel/tcg: Convert AccelCPUClass -> new TCGCPUOps::cpu_realize
` [PATCH v2 14/17] accel/tcg: Convert X86 AccelCPUClass -> TCGCPUOps::cpu_realize
` [PATCH v2 15/17] accel/tcg: Convert RISCV "
` [PATCH v2 16/17] accel: Remove AccelCPUClass::cpu_target_realize()
` [PATCH v2 17/17] accel: Remove AccelCPUClass and 'accel/accel-cpu-target.h'
[PATCH net v2] vsock/virtio: bind uarg before filling zerocopy skb
2026-05-29 19:50 UTC (2+ messages)
[PATCH v3 10/27] KVM: arm64: Make some arm64 KVM code shareable
2026-05-29 19:15 UTC (2+ messages)
[PATCH v2 15/20] KVM: x86/xen: Convert kvm_xen_set_evtchn_fast() to gpc's CLASS() APIs
2026-05-29 19:11 UTC (3+ messages)
[PATCH 00/17] accel: Remove need for AccelCPUClass
2026-05-29 19:03 UTC (38+ messages)
` [PATCH 01/17] target/loongarch: Remove unused 'accel/accel-cpu-target.h' header
` [PATCH 02/17] accel: Remove AccelCPUClass::cpu_class_init()
` [PATCH 03/17] accel: Rename AccelOpsClass::cpu_target_realize() -> cpu_realize()
` [PATCH 04/17] accel/hvf: Remove need for AccelCPUClass::cpu_target_realize
` [PATCH 05/17] accel/kvm: "
` [PATCH 06/17] accel: Introduce AccelOpsClass::cpu_instance_init handler
` [PATCH 07/17] accel/whpx: Convert AccelCPUClass -> AccelOpsClass::cpu_instance_init
` [PATCH 08/17] accel/nvmm: "
` [PATCH 09/17] accel/hvf: "
` [PATCH 10/17] accel/kvm: "
` [PATCH 11/17] accel/tcg: Convert AccelCPUClass -> new TCGCPUOps::cpu_instance_init
` [PATCH 12/17] accel: Remove AccelCPUClass::cpu_instance_init()
` [PATCH 13/17] accel/tcg: Convert AccelCPUClass -> new TCGCPUOps::cpu_realize
` [PATCH 14/17] accel/tcg: Convert X86 AccelCPUClass -> TCGCPUOps::cpu_realize
` [PATCH 15/17] accel/tcg: Convert RISCV "
` [PATCH 16/17] accel: Remove AccelCPUClass::cpu_target_realize()
` [PATCH 17/17] accel: Remove AccelCPUClass and 'accel/accel-cpu-target.h'
[PATCH v4 10/47] x86/tsc: Consolidate forcing of X86_FEATURE_TSC_KNOWN_FREQ for PV code
2026-05-29 19:01 UTC (2+ messages)
[PATCH v4 17/47] x86/kvm: Mark TSC as reliable when it's constant and nonstop
2026-05-29 18:57 UTC (3+ messages)
[PATCH v4 18/47] x86/kvm: Get local APIC bus frequency from PV CPUID Timing Info
2026-05-29 18:24 UTC (3+ messages)
[PATCH v3 09/27] KVM: arm64: Share kvm_emulate definitions
2026-05-29 18:13 UTC (2+ messages)
[PATCH v4] vfio: selftests: Find devices that have VFIO selftest drivers
2026-05-29 18:04 UTC
[PATCH v2 11/20] KVM: Add CLASS() constructs to automagically handle lock+check of gpc
2026-05-29 17:59 UTC (2+ messages)
[PATCH v2 07/20] KVM: x86/xen: Extract delivery of event to vCPU into a separate helper
2026-05-29 17:47 UTC (2+ messages)
[PATCH v3 07/27] KVM: arm64: Provide arm64 KVM API for non-native architectures
2026-05-29 17:45 UTC (2+ messages)
[PATCH 00/15] Enable TDX Module Extensions and DICE-based TDX Quoting
2026-05-29 17:19 UTC (4+ messages)
` [PATCH 04/15] x86/virt/tdx: Enable the Extensions right after basic TDX Module init
[PATCH v3 06/27] arm64: Provide arm64 API for non-native architectures
2026-05-29 17:41 UTC (2+ messages)
[PATCH v2 03/20] KVM: x86/xen: Remove unnecessary irqsave from GPC lock usage in xen.c
2026-05-29 17:36 UTC (2+ messages)
[GIT PULL] KVM/arm64 fixes for 7.1, take #4
2026-05-29 17:31 UTC (2+ messages)
[GIT PULL] KVM: x86: Fix for 7.1-rcN
2026-05-29 17:30 UTC (2+ messages)
[PATCH v6 00/15] userfaultfd: working set tracking for VM guest memory
2026-05-29 17:26 UTC (3+ messages)
` [PATCH v6 14/15] selftests/mm: add userfaultfd RWP tests
` [PATCH v6 15/15] Documentation/userfaultfd: document RWP working set tracking
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