messages from 2026-03-05 17:10:03 to 2026-03-06 12:40:10 UTC [more...]
[PATCH v1 00/16] mm: cleanups around unmapping / zapping
2026-03-06 12:40 UTC (29+ messages)
` [PATCH v1 01/16] mm/madvise: drop range checks in madvise_free_single_vma()
` [PATCH v1 02/16] mm/memory: remove "zap_details" parameter from zap_page_range_single()
` [PATCH v1 03/16] mm/memory: inline unmap_mapping_range_vma() into unmap_mapping_range_tree()
` [PATCH v1 04/16] mm/memory: simplify calculation in unmap_mapping_range_tree()
` [PATCH v1 05/16] mm/oom_kill: use MMU_NOTIFY_CLEAR in __oom_reap_task_mm()
` [PATCH v1 06/16] mm/oom_kill: factor out zapping of VMA into zap_vma_for_reaping()
` [PATCH v1 07/16] mm/memory: rename unmap_single_vma() to __zap_vma_range()
` [PATCH v1 08/16] mm/memory: move adjusting of address range to unmap_vmas()
` [PATCH v1 09/16] mm/memory: convert details->even_cows into details->skip_cows
` [PATCH v1 10/16] mm/memory: use __zap_vma_range() in zap_vma_for_reaping()
` [PATCH v1 11/16] mm/memory: inline unmap_page_range() into __zap_vma_range()
` [PATCH v1 12/16] mm: rename zap_vma_pages() to zap_vma()
` [PATCH v1 13/16] mm: rename zap_page_range_single_batched() to zap_vma_range_batched()
` [PATCH v1 14/16] mm: rename zap_page_range_single() to zap_vma_range()
[PATCH v3] KVM: x86: use array_index_nospec with indices that come from guest
2026-03-06 12:02 UTC (9+ messages)
[PATCH 0/7] KVM: SVM: Enable FRED support
2026-03-06 11:31 UTC (5+ messages)
` [PATCH 3/7] KVM: SVM: Save restore FRED_RSP0 for FRED supported guests
` [PATCH 4/7] KVM: SVM: Populate FRED event data on event injection
[GIT PULL] KVM/arm64 fixes for 7.0, take #2
2026-03-06 11:22 UTC
[PATCH] x86: kvm: Initialize static calls before SMP boot
2026-03-06 11:19 UTC (3+ messages)
[PATCH v1 0/4] mm: move vma_(kernel|mmu)_pagesize() out of hugetlb.c
2026-03-06 11:19 UTC (11+ messages)
` [PATCH v1 1/4] mm: move vma_kernel_pagesize() from hugetlb to mm.h
` [PATCH v1 2/4] mm: move vma_mmu_pagesize() from hugetlb to vma.c
` [PATCH v1 3/4] KVM: remove hugetlb.h inclusion
` [PATCH v1 4/4] KVM: PPC: "
[PATCH v2 00/36] KVM: VMX APIC timer virtualization support
2026-03-06 11:14 UTC (38+ messages)
` [PATCH v2 01/36] KVM: VMX: Detect APIC timer virtualization bit
` [PATCH v2 02/36] KVM: x86: Implement APIC virt timer helpers with callbacks
` [PATCH v2 03/36] KVM: x86/lapic: Start/stop sw/hv timer on vCPU un/block
` [PATCH v2 04/36] KVM: x86/lapic: Wire DEADLINE MSR update to guest virtual TSC deadline
` [PATCH v2 05/36] KVM: x86/lapic: Add a trace point for guest virtual timer
` [PATCH v2 06/36] KVM: VMX: Implement the hooks for VMX guest virtual deadline timer
` [PATCH v2 07/36] KVM: VMX: Update APIC timer virtualization on apicv changed
` [PATCH v2 08/36] KVM: nVMX: Disallow/allow guest APIC timer virtualization switch to/from L2
` [PATCH v2 09/36] KVM: nVMX: Pass struct msr_data to VMX MSRs emulation
` [PATCH v2 10/36] KVM: nVMX: Supports VMX tertiary controls and GUEST_APIC_TIMER bit
` [PATCH v2 11/36] KVM: nVMX: Add alignment check for struct vmcs12
` [PATCH v2 12/36] KVM: nVMX: Add tertiary VM-execution control VMCS support
` [PATCH v2 13/36] KVM: nVMX: Update intercept on TSC deadline MSR
` [PATCH v2 14/36] KVM: nVMX: Handle virtual timer vector VMCS field
` [PATCH v2 15/36] KVM: VMX: Make vmx_calc_deadline_l1_to_host() non-static
` [PATCH v2 16/36] KVM: nVMX: Enable guest deadline and its shadow VMCS field
` [PATCH v2 17/36] KVM: nVMX: Add VM entry checks related to APIC timer virtualization
` [PATCH v2 18/36] KVM: nVMX: Add check vmread/vmwrite on tertiary control
` [PATCH v2 19/36] KVM: nVMX: Add check VMCS index for guest timer virtualization
` [PATCH v2 20/36] KVM: VMX: Advertise tertiary controls to the user space
` [PATCH v2 21/36] KVM: VMX: dump_vmcs() support the guest virt timer
` [PATCH v2 22/36] KVM: VMX: Enable APIC timer virtualization
` [PATCH v2 23/36] KVM: VMX: Introduce module parameter for APIC virt timer support
` [PATCH v2 24/36] KVM: nVMX: Introduce module parameter for nested APIC timer virtualization
` [PATCH v2 25/36] KVM: selftests: Add a test to measure local timer latency
` [PATCH v2 26/36] KVM: selftests: Add nVMX support to timer_latency test case
` [PATCH v2 27/36] KVM: selftests: Add test for nVMX MSR_IA32_VMX_PROCBASED_CTLS3
` [PATCH v2 28/36] KVM: selftests: Add test vmx_set_nested_state_test with EVMCS disabled
` [PATCH v2 29/36] KVM: selftests: Add tests nested state of APIC timer virtualization
` [PATCH v2 30/36] KVM: selftests: Add VMCS access test to "
` [PATCH v2 31/36] KVM: selftests: Add serialize() helper and X86_FEATURE_SERIALIZE
` [PATCH v2 32/36] KVM: selftests: Test cases for L1 APIC timer virtualization
` [PATCH v2 33/36] KVM: selftests: Add tests for nVMX to vmx_apic_timer_virt
` [PATCH v2 34/36] KVM: selftests: Add a global option to disable in-kernel irqchip
` [PATCH v2 35/36] KVM: selftests: Test VMX apic timer virt with inkernel apic disable
` [PATCH v2 36/36] Documentation: KVM: x86: Update documentation of struct vmcs12
[RFC PATCH] KVM: optionally commit write on ioeventfd write
2026-03-06 11:14 UTC (4+ messages)
` [PATCH] KVM: optionally post "
Stalls when starting a VSOCK listening socket: soft lockups, RCU stalls, timeout
2026-03-06 11:06 UTC (14+ messages)
[PATCH v1 0/2] KVM: arm64: Fix a couple of latent bugs in user_mem_abort()
2026-03-06 10:48 UTC (2+ messages)
[PATCH] KVM: Change [g|h]va_t as u64
2026-03-06 10:26 UTC (3+ messages)
[PATCH] KVM: x86: Add support for cmpxchg16b emulation
2026-03-06 10:20 UTC
[PATCH 0/7] KVM: SVM: Enable FRED support
2026-03-06 9:33 UTC (3+ messages)
[PATCH] KVM: x86: Add KVM-only CPUID.0xC0000001:EDX feature bits
2026-03-06 9:12 UTC (3+ messages)
[PATCH v4 00/24] Runtime TDX Module update support
2026-03-06 9:35 UTC (15+ messages)
` [PATCH v4 02/24] coco/tdx-host: Introduce a "tdx_host" device
` [PATCH v4 06/24] coco/tdx-host: Expose P-SEAMLDR information via sysfs
` [PATCH v4 13/24] x86/virt/seamldr: Shut down the current TDX module
` [PATCH v4 19/24] x86/virt/tdx: Update tdx_sysinfo and check features post-update
[PATCH v3 0/5] Support the FEAT_HDBSS introduced in Armv9.5
2026-03-06 9:27 UTC (4+ messages)
` [PATCH v3 4/5] KVM: arm64: Enable HDBSS support and handle HDBSSF events
[PATCH] KVM: x86: Add LAPIC guard in kvm_apic_write_nodecode()
2026-03-06 9:12 UTC (2+ messages)
` [PATCH v2] "
[PATCH] KVM: X86: Fix array_index_nospec protection in __pv_send_ipi
2026-03-06 7:59 UTC
[PATCH 0/2] RISC-V: KVM: Fix array out-of-bounds in firmware counter reads
2026-03-06 7:37 UTC (3+ messages)
` [PATCH 1/2] RISC-V: KVM: Fix array out-of-bounds in pmu_ctr_read()
` [PATCH 2/2] RISC-V: KVM: Fix array out-of-bounds in pmu_fw_ctr_read_hi()
[PATCH 00/27] Nested virtualization for KVM RISC-V
2026-03-06 7:04 UTC (7+ messages)
` [PATCH 01/27] RISC-V: KVM: Fix error code returned for Smstateen ONE_REG
` [PATCH 02/27] RISC-V: KVM: Fix error code returned for Ssaia ONE_REG
` [PATCH 03/27] RISC-V: KVM: Check host Ssaia extension when creating AIA irqchip
[PATCH v1] KVM: VMX: Remove unnecessary parentheses
2026-03-06 6:17 UTC (2+ messages)
[PATCH V3 00/13] target/i386: Misc PMU fixes and enabling
2026-03-06 5:37 UTC (15+ messages)
` [PATCH V3 04/13] target/i386: Adjust maximum number of PMU counters
` [PATCH V3 06/13] target/i386: Increase MSR_BUF_SIZE and split KVM_[GET/SET]_MSRS calls
` [PATCH V3 07/13] target/i386: Add get/set/migrate support for legacy PEBS MSRs
` [PATCH V3 08/13] target/i386: Make some PEBS features user-visible
` [PATCH V3 11/13] target/i386: Add pebs-fmt CPU option
` [PATCH V3 12/13] target/i386: Clean up Intel Debug Store feature dependencies
` [PATCH V3 13/13] target/i386: Add Topdown metrics feature support
[PATCH v9 00/22] Enable FRED with KVM VMX
2026-03-06 5:33 UTC (19+ messages)
` [PATCH v9 07/22] KVM: VMX: Initialize VMCS FRED fields
` [PATCH v9 08/22] KVM: VMX: Set FRED MSR intercepts
` [PATCH v9 15/22] KVM: x86: Mark CR4.FRED as not reserved
[PATCH 0/2] KVM: PPC: e500: Fix build error due to crappy KVM code
2026-03-06 4:02 UTC (3+ messages)
[PATCH v2 1/3] RISC-V: KVM: Fix lost write protection on huge pages during dirty logging
2026-03-06 3:19 UTC (2+ messages)
[PATCH v7 00/26] Nested SVM fixes, cleanups, and hardening
2026-03-06 1:46 UTC (10+ messages)
` [PATCH v7 26/26] KVM: selftest: Add a selftest for VMRUN/#VMEXIT with unmappable vmcb12
[PATCH] KVM: SVM: Propagate Translation Cache Extensions to the guest
2026-03-06 0:23 UTC
[PATCH] vfio/mdev: make VFIO_MDEV user-visible in Kconfig
2026-03-05 23:35 UTC
[PATCH v3 0/2] Extend KVM_HC_MAP_GPA_RANGE api to allow retry
2026-03-05 22:27 UTC (7+ messages)
` [PATCH v3 1/2] KVM: TDX: Allow userspace to return errors to guest for MAPGPA
[PATCH v4 0/2] Extend KVM_HC_MAP_GPA_RANGE api to allow retry
2026-03-05 22:26 UTC (3+ messages)
` [PATCH v4 1/2] KVM: TDX: Allow userspace to return errors to guest for MAPGPA
` [PATCH v4 2/2] KVM: SEV: Restrict userspace return codes for KVM_HC_MAP_GPA_RANGE
[PATCH] KVM: x86: Add KVM-only CPUID.0xC0000001:EDX feature bits
2026-03-05 21:45 UTC
[PATCH 0/2] KVM: nSVM: Minor post-war fixups
2026-03-05 20:30 UTC (3+ messages)
` [PATCH 1/2] KVM: nSVM: Simplify error handling of nested_svm_copy_vmcb12_to_cache()
` [PATCH 2/2] KVM: selftests: Actually check #GP on VMRUN with invalid vmcb12
[PATCH v3 0/5] KVM: x86/pmu: Add support for AMD Host-Only/Guest-Only bits
2026-03-05 20:15 UTC (3+ messages)
` [PATCH v3 3/5] KVM: x86/pmu: Refresh Host-Only/Guest-Only eventsel at nested transitions
[PATCH][next] treewide: uapi: Replace zero-length arrays with flexible-array members
2026-03-05 19:49 UTC (7+ messages)
` [PATCH] KVM: x86: Fix C++ user API for structures with variable length arrays
` [PATCH v2] KVM: x86: Use __DECLARE_FLEX_ARRAY() for UAPI structures with VLAs
[PATCH V2 0/4] KVM: X86: Correctly populate nested page fault
2026-03-05 19:46 UTC (5+ messages)
` [PATCH V2 2/4] KVM: SVM: Fix nested NPF injection to set PFERR_GUEST_{PAGE,FINAL}_MASK
[PATCH v2 02/22] PCI: Add API to track PCI devices preserved across Live Update
2026-03-05 19:42 UTC (8+ messages)
[PATCH v2 0/7] Add RMPOPT support
2026-03-05 19:40 UTC (7+ messages)
` [PATCH v2 3/7] x86/sev: add support for RMPOPT instruction
[GIT PULL] KVM: Generic changes for 7.0
2026-03-05 19:33 UTC
[GIT PULL] KVM: x86 (and a PPC) fixes for 7.0-rc3+
2026-03-05 19:30 UTC
[PATCH v10 00/15] Direct Map Removal Support for guest_memfd
2026-03-05 19:18 UTC (13+ messages)
` [PATCH v10 01/15] set_memory: set_direct_map_* to take address
` [PATCH v10 02/15] set_memory: add folio_{zap,restore}_direct_map helpers
` [PATCH v10 04/15] mm/gup: drop local variable in gup_fast_folio_allowed
` [PATCH v10 07/15] KVM: x86: define kvm_arch_gmem_supports_no_direct_map()
` [PATCH v10 08/15] KVM: arm64: "
` [PATCH v10 09/15] KVM: guest_memfd: Add flag to remove from direct map
[PATCH v3 00/16] KVM: x86/tdx: Have TDX handle VMXON during bringup
2026-03-05 19:08 UTC (6+ messages)
[PATCH v5 00/10] KVM: x86: nSVM: Improve PAT virtualization
2026-03-05 18:49 UTC (9+ messages)
` [PATCH v5 08/10] KVM: x86: nSVM: Save/restore gPAT with KVM_{GET,SET}_NESTED_STATE
[RFC PATCH v2 0/7] KVM: pfncache: Add guest_memfd support to pfncache
2026-03-05 17:50 UTC (3+ messages)
` [RFC PATCH v2 1/7] KVM: x86: Avoid silent kvm-clock activation failures
[PATCH v2 1/2] x86: apic, vmexit: Replace NOP with CPUID to serialize deadline timer
2026-03-05 17:47 UTC (2+ messages)
` [PATCH v2 2/2] x86: tscdeadline_latency: Remove unnecessary nop
[PATCH RFC v2 00/15] Add virtualization support for EGM
2026-03-05 17:33 UTC (2+ messages)
[PATCH v2 00/10] KVM: selftests: Use kernel-style integer and g[vp]a_t types
2026-03-05 17:26 UTC (6+ messages)
` [PATCH v2 04/10] KVM: selftests: Use u64 instead of uint64_t
[PATCH 0/3] KVM: x86: Fix incorrect handling of triple faults
2026-03-05 17:26 UTC (2+ messages)
[PATCH 1/2] KVM: VMX: Drop obsolete branch hint prefixes from inline asm
2026-03-05 17:08 UTC (2+ messages)
[PATCH v2 0/4] KVM: SVM: Fix IRQ window inhibit handling
2026-03-05 17:08 UTC (2+ messages)
[PATCH 0/5] KVM: SVM: Fix and clean up OSVW handling
2026-03-05 17:08 UTC (2+ messages)
[PATCH v2] KVM: SVM: Mark module parameters as __ro_after_init for security and performance
2026-03-05 17:08 UTC (2+ messages)
[PATCH v2 0/2] KVM: x86: Fix UBSAN bool warnings in module parameters
2026-03-05 17:08 UTC (2+ messages)
[PATCH v2 0/4] KVM: x86: selftests: Add Hygon CPUs support and fix failures
2026-03-05 17:08 UTC (2+ messages)
[PATCH v2 0/2] Test MADV_COLLAPSE on guest_memfd
2026-03-05 17:08 UTC (2+ messages)
[PATCH v3 0/8] KVM: nSVM: Save/restore fixes for (Next)RIP
2026-03-05 17:08 UTC (2+ messages)
[PATCH] KVM: nSVM: Ensure AVIC is inhibited when restoring a vCPU to guest mode
2026-03-05 17:08 UTC (2+ messages)
[PATCH v2] KVM: nSVM: Use vcpu->arch.cr2 when updating vmcb12 on nested #VMEXIT
2026-03-05 17:08 UTC (2+ messages)
[PATCH v2 0/5] KVM: nSVM: Fix save/restore of NextRIP & interrupt shadow
2026-03-05 17:08 UTC (2+ messages)
[PATCH v2 0/2] KVM: nSVM: Handle L2 clearing EFER.SVME properly
2026-03-05 17:08 UTC (2+ messages)
[PATCH] KVM: nSVM: Mark all of vmcb02 dirty when restoring nested state
2026-03-05 17:08 UTC (2+ messages)
[PATCH v5 0/2] KVM: nSVM: Intercept STGI/CLGI as needed to inject #UD
2026-03-05 17:08 UTC (2+ messages)
[PATCH v5 0/2] KVM: nSVM: Fix #UD on VMMCALL issues
2026-03-05 17:08 UTC (2+ messages)
[PATCH v2 0/8] KVM: SVM: A fix and cleanups for VMCB intercepts
2026-03-05 17:08 UTC (2+ messages)
[PATCH] KVM: x86: Defer non-architectural deliver of exception payload to userspace read
2026-03-05 17:08 UTC (2+ messages)
[PATCH V4 0/4] Align SVM with APM defined behaviors
2026-03-05 17:08 UTC (2+ messages)
[PATCH] KVM: x86/mmu: Don't zero-allocate page table used for splitting a hugepage
2026-03-05 17:07 UTC (2+ messages)
[PATCH 00/14] KVM: x86: Emulator MMIO fix and cleanups
2026-03-05 17:07 UTC (2+ messages)
[PATCH] KVM: x86: Drop redundant call to kvm_deliver_exception_payload()
2026-03-05 17:07 UTC (2+ messages)
[PATCH] KVM: x86: Zero-initialize temporary fxregs_state buffers in FXSAVE emulation
2026-03-05 17:07 UTC (2+ messages)
[PATCH] KVM: Mark halt poll and other module parameters with appropriate memory attributes
2026-03-05 17:07 UTC (2+ messages)
[PATCH] KVM: x86: Ignore cpuid faulting in SMM
2026-03-05 17:07 UTC (2+ messages)
[PATCH] KVM: x86/pmu: annotate struct kvm_x86_pmu_event_filter with __counted_by()
2026-03-05 17:07 UTC (2+ messages)
[PATCH] KVM: guest_memfd: Don't set FGP_ACCESSED when getting folios
2026-03-05 17:07 UTC (2+ messages)
[PATCH v2] Documentation: KVM: Formalizing taking vcpu->mutex *outside* of kvm->slots_lock
2026-03-05 17:07 UTC (2+ 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