messages from 2026-05-29 16:10:01 to 2026-05-29 22:47:54 UTC [more...]
[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 00/24] KVM: x86: fix various GHCB issues
2026-05-29 22:28 UTC (30+ 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 v3 00/40] KVM: x86: GPR accessors and x86.{c,h} spring cleaning
2026-05-29 22:22 UTC (41+ 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/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 v2 00/20] KVM: x86/xen: Fix Xen/GP/PREEMPT_RT issues with rwlock_t
2026-05-29 20:38 UTC (32+ messages)
` [PATCH v2 01/20] locking/rt: Use raw_spin_lock_irqsave() in __rwbase_read_unlock()
` [PATCH v2 02/20] KVM: x86/xen: Use read_trylock() for GPC locks in hardirq/atomic paths
` [PATCH v2 03/20] KVM: x86/xen: Remove unnecessary irqsave from GPC lock usage in xen.c
` [PATCH v2 04/20] KVM: x86: Remove unnecessary irqsave from kvm_setup_guest_pvclock()
` [PATCH v2 05/20] KVM: Remove unnecessary IRQ disabling from GPC lock in pfncache.c
` [PATCH v2 06/20] KVM: x86/xen: Use guard() to grab kvm->srcu around gpc critical sections
` [PATCH v2 07/20] KVM: x86/xen: Extract delivery of event to vCPU into a separate helper
` [PATCH v2 08/20] KVM: x86/xen: Explicitly tag "shared info" page as never being dirty tracked
` [PATCH v2 09/20] KVM: x86/xen: Don't dirty track "vCPU info" page
` [PATCH v2 10/20] KVM: Move {g,p}fn <=> {g,h}pa conversion helpers to kvm_types.h
` [PATCH v2 11/20] KVM: Add CLASS() constructs to automagically handle lock+check of gpc
` [PATCH v2 12/20] KVM: x86/xen: Convert kvm_xen_shared_info_init() to gpc's CLASS() APIs
` [PATCH v2 13/20] KVM: x86/xen: Don't bother waiting on gpc->lock in SCHEDOP_poll
` [PATCH v2 14/20] KVM: x86/xen: Convert wait_pending_event() to gpc's CLASS() APIs
` [PATCH v2 15/20] KVM: x86/xen: Convert kvm_xen_set_evtchn_fast() "
` [PATCH v2 16/20] KVM: x86/xen: Convert xen_get_guest_pvclock() "
` [PATCH v2 17/20] KVM: x86/xen: Drop local "kick_vcpu" from __kvm_xen_set_evtchn_fast()
` [PATCH v2 18/20] KVM: x86/xen: Convert event injection to gpc's CLASS() APIs
` [PATCH v2 19/20] KVM: Add "extended" gpc CLASS() APIs for sometimes-atomic cases
` [PATCH v2 20/20] KVM: x86: Use gfn_to_pfn_cache for record_steal_time
[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 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)
[GIT PULL] KVM changes for Linux 7.1-rc6
2026-05-29 18:35 UTC
[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 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 (7+ messages)
` [PATCH 01/15] x86/virt/tdx: Read global metadata for TDX Module Extensions
` [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)
[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 (16+ messages)
` [PATCH v6 01/15] mm: decouple protnone helpers from CONFIG_NUMA_BALANCING
` [PATCH v6 02/15] mm: rename uffd-wp PTE bit macros to uffd
` [PATCH v6 03/15] mm: rename uffd-wp PTE accessors "
` [PATCH v6 04/15] userfaultfd: test uffd VMA flags through the vma_flags_t API
` [PATCH v6 05/15] mm: add VM_UFFD_RWP VMA flag
` [PATCH v6 06/15] mm: add MM_CP_UFFD_RWP change_protection() flag
` [PATCH v6 07/15] mm: preserve RWP marker across PTE rewrites
` [PATCH v6 08/15] mm: handle VM_UFFD_RWP in khugepaged, rmap, and GUP
` [PATCH v6 09/15] userfaultfd: add UFFDIO_REGISTER_MODE_RWP and UFFDIO_RWPROTECT plumbing
` [PATCH v6 10/15] mm/userfaultfd: add RWP fault delivery and expose UFFDIO_REGISTER_MODE_RWP
` [PATCH v6 11/15] mm/pagemap: add PAGE_IS_ACCESSED for RWP tracking
` [PATCH v6 12/15] userfaultfd: add UFFD_FEATURE_RWP_ASYNC for async fault resolution
` [PATCH v6 13/15] userfaultfd: add UFFDIO_SET_MODE for runtime sync/async toggle
` [PATCH v6 14/15] selftests/mm: add userfaultfd RWP tests
` [PATCH v6 15/15] Documentation/userfaultfd: document RWP working set tracking
[PATCH v3 03/27] KVM, vfio: remove symbol_get(kvm_put_kvm) from vfio
2026-05-29 17:22 UTC (2+ messages)
[PATCH v3 05/27] arm64: Extract sysreg definitions
2026-05-29 17:22 UTC (2+ messages)
[PATCH v3 04/27] uapi: KVM: Provide arm64 UAPI for other host architectures
2026-05-29 17:10 UTC (2+ messages)
[PATCH v2 00/16] iommu: Add live update state preservation
2026-05-29 17:03 UTC (9+ messages)
` [PATCH v2 01/16] liveupdate: luo_file: Add internal APIs for file preservation
` [PATCH v2 10/16] iommu: Restore and reattach preserved domains to devices
[PATCH v4 09/47] x86/acrn: Mark TSC frequency as known when using ACRN for calibration
2026-05-29 17:01 UTC (3+ messages)
[PATCH v4 07/47] x86/tdx: Force TSC frequency with CPUID-based info provided by the TDX-Module
2026-05-29 16:59 UTC (3+ messages)
[PATCH v3 01/27] VFIO: take reference to the KVM module
2026-05-29 16:49 UTC (2+ messages)
[PATCH v3 02/27] KVM, vfio: remove symbol_get(kvm_get_kvm_safe) from vfio
2026-05-29 16:39 UTC (2+ messages)
[PATCH v4 06/47] x86/sev: Shove SNP's secure/trusted TSC frequency directly into "calibration"
2026-05-29 16:23 UTC (3+ messages)
[PATCH v5 00/18] userfaultfd: working set tracking for VM guest memory
2026-05-29 16:09 UTC (4+ messages)
` [PATCH v5 04/18] mm: skip out-of-range bits in mk_vma_flags()
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