messages from 2025-11-09 17:16:41 to 2025-11-11 00:52:39 UTC [more...]
[PATCH v3 00/14] Improvements for (nested) SVM testing
2025-11-11 0:52 UTC (16+ messages)
` [PATCH v3 01/14] scripts: Always return '2' when skipping tests
` [PATCH v3 02/14] x86/vmx: Skip vmx_pf_exception_test_fep early if FEP is not available
` [PATCH v3 03/14] x86/svm: Cleanup selective cr0 write intercept test
` [PATCH v3 04/14] x86/svm: Move CR0 selective write intercept test near CR3 intercept
` [PATCH v3 05/14] x86/svm: Add FEP helpers for SVM tests
` [PATCH v3 06/14] x86/svm: Report unsupported "
` [PATCH v3 07/14] x86/svm: Move report_svm_guest() to the top of svm_tests.c
` [PATCH v3 08/14] x86/svm: Print SVM test names before running tests
` [PATCH v3 09/14] x86/svm: Deflake svm_tsc_scale_test
` [PATCH v3 10/14] x86/svm: Generalize and improve selective CR0 write intercept test
` [PATCH v3 11/14] x86/svm: Add more selective CR0 write and LMSW test cases
` [PATCH v3 12/14] x86/svm: Cleanup LBRV tests
` [PATCH v3 13/14] x86/svm: Add more LBRV test cases
` [PATCH v3 14/14] x86/svm: Rename VMCB fields to match KVM
[PATCH v5 0/1] KVM: x86: fix some kvm period timer BUG
2025-11-11 0:46 UTC (4+ messages)
` [PATCH v5 1/1] KVM: x86: Fix VM hard lockup after prolonged suspend with periodic HV timer
[PATCH v2 0/2] KVM: SVM: GIF and EFER.SVME are independent
2025-11-11 0:26 UTC (10+ messages)
` [PATCH v2 2/2] KVM: SVM: Don't set GIF when clearing EFER.SVME
[PATCH v2 00/16] mm: remove is_swap_[pte, pmd]() + non-swap entries, introduce leaf entries
2025-11-11 0:23 UTC (22+ messages)
` [PATCH v2 01/16] mm: correctly handle UFFD PTE markers
` [PATCH v2 02/16] mm: introduce leaf entry type and use to simplify leaf entry logic
` [PATCH v2 04/16] mm: eliminate is_swap_pte() when softleaf_from_pte() suffices
[PATCH v2 00/16] mm: remove is_swap_[pte, pmd]() + non-swap entries, introduce leaf entries
2025-11-11 0:17 UTC (19+ messages)
` [PATCH v3 01/16] mm: correctly handle UFFD PTE markers
` [PATCH v3 02/16] mm: introduce leaf entry type and use to simplify leaf entry logic
` [PATCH v3 03/16] mm: avoid unnecessary uses of is_swap_pte()
` [PATCH v3 04/16] mm: eliminate is_swap_pte() when softleaf_from_pte() suffices
` [PATCH v3 05/16] mm: use leaf entries in debug pgtable + remove is_swap_pte()
` [PATCH v3 06/16] fs/proc/task_mmu: refactor pagemap_pmd_range()
` [PATCH v3 07/16] mm: avoid unnecessary use of is_swap_pmd()
` [PATCH v3 08/16] mm/huge_memory: refactor copy_huge_pmd() non-present logic
` [PATCH v3 09/16] mm/huge_memory: refactor change_huge_pmd() "
` [PATCH v3 10/16] mm: replace pmd_to_swp_entry() with softleaf_from_pmd()
` [PATCH v3 11/16] mm: introduce pmd_is_huge() and use where appropriate
` [PATCH v3 12/16] mm: remove remaining is_swap_pmd() users and is_swap_pmd()
` [PATCH v3 13/16] mm: remove non_swap_entry() and use softleaf helpers instead
` [PATCH v3 14/16] mm: remove is_hugetlb_entry_[migration, hwpoisoned]()
` [PATCH v3 15/16] mm: eliminate further swapops predicates
` [PATCH v3 16/16] mm: replace remaining pte_to_swp_entry() with softleaf_from_pte()
[PATCH 0/4] vfio: selftests: update DMA mapping tests to use queried IOVA ranges
2025-11-11 0:09 UTC (21+ messages)
` [PATCH 1/4] vfio: selftests: add iova range query helpers
` [PATCH 2/4] vfio: selftests: fix map limit tests to use last available iova
` [PATCH 3/4] vfio: selftests: add iova allocator
` [PATCH 4/4] vfio: selftests: update vfio_dma_mapping_test to allocate iovas
[PATCH] vfio: selftests: Skip vfio_dma_map_limit_test if mapping returns -EINVAL
2025-11-10 23:10 UTC (11+ messages)
[PATCH v2 00/13] Nested SVM fixes, cleanups, and hardening
2025-11-10 22:29 UTC (14+ messages)
` [PATCH v2 01/13] KVM: SVM: Switch svm_copy_lbrs() to a macro
` [PATCH v2 02/13] KVM: SVM: Add missing save/restore handling of LBR MSRs
` [PATCH v2 03/13] KVM: selftests: Add a test for LBR save/restore (ft. nested)
` [PATCH v2 04/13] KVM: nSVM: Fix consistency checks for NP_ENABLE
` [PATCH v2 05/13] KVM: nSVM: Add missing consistency check for EFER, CR0, CR4, and CS
` [PATCH v2 06/13] KVM: nSVM: Add missing consistency check for event_inj
` [PATCH v2 07/13] KVM: SVM: Rename vmcb->nested_ctl to vmcb->misc_ctl
` [PATCH v2 08/13] KVM: SVM: Rename vmcb->virt_ext to vmcb->misc_ctl2
` [PATCH v2 09/13] KVM: nSVM: Cache all used fields from VMCB12
` [PATCH v2 10/13] KVM: nSVM: Restrict mapping VMCB12 on nested VMRUN
` [PATCH v2 11/13] KVM: nSVM: Simplify nested_svm_vmrun()
` [PATCH v2 12/13] KVM: nSVM: Sanitize control fields copied from VMCB12
` [PATCH v2 13/13] KVM: nSVM: Only copy NP_ENABLE from VMCB01's misc_ctl
[PATCH v2 10/16] mm: replace pmd_to_swp_entry() with softleaf_from_pmd()
2025-11-10 22:03 UTC (3+ messages)
[PATCH RFC v2 00/11] KVM: s390: Add VSIE SIGP Interpretation (vsie_sigpif)
2025-11-10 21:32 UTC (14+ messages)
` [PATCH RFC v2 01/11] KVM: s390: Add SCAO read and write helpers
` [PATCH RFC v2 02/11] KVM: s390: Remove double 64bscao feature check
` [PATCH RFC v2 03/11] KVM: s390: Move scao validation into a function
` [PATCH RFC v2 04/11] KVM: s390: Add vsie_sigpif detection
` [PATCH RFC v2 05/11] KVM: s390: Add ssca_block and ssca_entry structs for vsie_ie
` [PATCH RFC v2 06/11] KVM: s390: Add helper to pin multiple guest pages
` [PATCH RFC v2 07/11] KVM: s390: Shadow VSIE SCA in guest-1
` [PATCH RFC v2 08/11] KVM: s390: Allow guest-3 cpu add and remove with vsie sigpif
` [PATCH RFC v2 09/11] KVM: s390: Allow guest-3 switch to extended sca "
` [PATCH RFC v2 10/11] KVM: s390: Add VSIE shadow configuration
` [PATCH RFC v2 11/11] KVM: s390: Add VSIE shadow stat counters
[PATCH v7 0/8] KVM: PKS Virtualization support
2025-11-10 20:44 UTC (3+ messages)
` The current status of PKS virtualization
[PATCH v7 00/11] vfio/pci: Allow MMIO regions to be exported through dma-buf
2025-11-10 20:42 UTC (7+ messages)
` [PATCH v7 10/11] vfio/pci: Add dma-buf export support for MMIO regions
` [PATCH v7 11/11] vfio/nvgrace: Support get_dmabuf_phys
Question: 'pmu' kvm unit test fails when run nested with NMI watchdog on the host
2025-11-10 19:51 UTC (2+ messages)
[PATCH 0/6] KVM: SVM: LBR virtualization fixes
2025-11-10 19:41 UTC (5+ messages)
` [PATCH 4/6] KVM: SVM: Switch svm_copy_lbrs() to a macro
[PATCH RFC v1 00/20] KVM: x86: Support APX feature for guests
2025-11-10 18:50 UTC (22+ messages)
` [PATCH RFC v1 01/20] KVM: x86: Rename register accessors to be GPR-specific
` [PATCH RFC v1 02/20] KVM: x86: Refactor GPR accessors to differentiate register access types
` [PATCH RFC v1 03/20] KVM: x86: Implement accessors for extended GPRs
` [PATCH RFC v1 04/20] KVM: VMX: Introduce unified instruction info structure
` [PATCH RFC v1 05/20] KVM: VMX: Refactor instruction information retrieval
` [PATCH RFC v1 06/20] KVM: VMX: Refactor GPR index retrieval from exit qualification
` [PATCH RFC v1 07/20] KVM: nVMX: Support the extended instruction info field
` [PATCH RFC v1 08/20] KVM: VMX: Support extended register index in exit handling
` [PATCH RFC v1 09/20] KVM: x86: Support EGPR accessing and tracking for instruction emulation
` [PATCH RFC v1 10/20] KVM: x86: Refactor REX prefix handling in "
` [PATCH RFC v1 11/20] KVM: x86: Refactor opcode table lookup "
` [PATCH RFC v1 12/20] KVM: x86: Support REX2-extended register index in the decoder
` [PATCH RFC v1 13/20] KVM: x86: Add REX2 opcode tables to the instruction decoder
` [PATCH RFC v1 14/20] KVM: x86: Emulate REX2-prefixed 64-bit absolute jump
` [PATCH RFC v1 15/20] KVM: x86: Reject EVEX-prefix instructions in the emulator
` [PATCH RFC v1 16/20] KVM: x86: Decode REX2 prefix "
` [PATCH RFC v1 17/20] KVM: x86: Prepare APX state setting in XCR0
` [PATCH RFC v1 18/20] KVM: x86: Expose APX foundational feature bit to guests
` [PATCH RFC v1 19/20] KVM: x86: Expose APX sub-features "
` [PATCH RFC v1 20/20] KVM: selftests: Add APX state handling and XCR0 sanity checks
[PATCH 00/12] vfio: selftests: Support for multi-device tests
2025-11-10 18:31 UTC (10+ messages)
` [PATCH 01/12] vfio: selftests: Split run.sh into separate scripts
` [PATCH 02/12] vfio: selftests: Allow passing multiple BDFs on the command line
` [PATCH 07/12] vfio: selftests: Prefix logs with device BDF where relevant
[syzbot] [kvm-x86?] WARNING in kvm_arch_can_dequeue_async_page_present
2025-11-10 18:23 UTC (2+ messages)
[PATCH v2 0/3] Fix a lost async pagefault notification when the guest is using SMM
2025-11-10 18:19 UTC (3+ messages)
[GIT PULL] KVM fixes for Linux 6.18-rc5^H6
2025-11-10 17:44 UTC (2+ messages)
[PATCH v4 0/3] VMM can handle guest SEA via KVM_EXIT_ARM_SEA
2025-11-10 17:41 UTC (3+ messages)
[PATCH] KVM: arm64: Finalize ID registers only once per VM
2025-11-10 17:30 UTC
[PATCH v2 0/3] KVM: arm64: Fix handling of ID_PFR1_EL1.GIC
2025-11-10 17:20 UTC (7+ messages)
` [PATCH v2 3/3] KVM: arm64: Limit clearing of ID_{AA64PFR0,PFR1}_EL1.GIC to userspace irqchip
[PATCH] KVM: VMX: Fix SPEC_CTRL handling
2025-11-10 15:37 UTC (2+ messages)
[PATCH v4 00/28] KVM: x86/mmu: TDX post-populate cleanups
2025-11-10 15:37 UTC (2+ messages)
[PATCH 0/3] KVM: nSVM: Fixes for SVM_EXIT_CR0_SEL_WRITE injection
2025-11-10 15:37 UTC (2+ messages)
[PATCH v2] KVM: SVM: Ensure SPEC_CTRL[63:32] is context switched between guest and host
2025-11-10 15:37 UTC (2+ messages)
[PATCH] KVM: x86/mmu: Move the misplaced export of kvm_zap_gfn_range()
2025-11-10 15:37 UTC (2+ messages)
[PATCH v5 0/4] KVM: x86: User-return MSR fix+cleanups
2025-11-10 15:37 UTC (2+ messages)
[PATCH 0/4] KVM: x86: Cleanup #MC and XCR0/XSS/PKRU handling
2025-11-10 15:37 UTC (2+ messages)
[PATCH v1 1/1] KVM: s390: Fix gmap_helper_zap_one_page() again
2025-11-10 15:38 UTC (2+ messages)
[PATCH] KVM: VMX: Fix check for valid GVA on an EPT violation
2025-11-10 15:37 UTC (2+ messages)
[PATCH v7 00/12] Direct Map Removal Support for guest_memfd
2025-11-10 15:36 UTC (6+ messages)
[PATCH] KVM: x86: Enforce use of EXPORT_SYMBOL_FOR_KVM_INTERNAL
2025-11-10 15:18 UTC (3+ messages)
[PATCH] vfio: selftests: Incorporate IOVA range info
2025-11-10 14:59 UTC (3+ messages)
[PATCH v2] KVM: x86: Add a helper to dedup loading guest/host XCR0 and XSS
2025-11-10 12:54 UTC (2+ messages)
[PATCH v7 03/12] mm: introduce AS_NO_DIRECT_MAP
2025-11-10 12:34 UTC (9+ messages)
` [PATCH v7 04/12] KVM: guest_memfd: Add stub for kvm_arch_gmem_invalidate
` [PATCH v7 05/12] KVM: guest_memfd: Add flag to remove from direct map
[PATCH 00/10] sched/kvm: Semantics-aware vCPU scheduling for oversubscribed KVM
2025-11-10 12:02 UTC (14+ messages)
` [PATCH 01/10] sched: Add vCPU debooster infrastructure
` [PATCH 02/10] sched/fair: Add rate-limiting and validation helpers
` [PATCH 03/10] sched/fair: Add cgroup LCA finder for hierarchical yield
` [PATCH 04/10] sched/fair: Add penalty calculation and application logic
` [PATCH 05/10] sched/fair: Wire up yield deboost in yield_to_task_fair()
` [PATCH 06/10] KVM: Fix last_boosted_vcpu index assignment bug
` [PATCH 07/10] KVM: x86: Add IPI tracking infrastructure
` [PATCH 08/10] KVM: x86/lapic: Integrate IPI tracking with interrupt delivery
` [PATCH 09/10] KVM: Implement IPI-aware directed yield candidate selection
` [PATCH 10/10] KVM: Relaxed boost as safety net
[PATCH v2 00/45] KVM: arm64: Add LR overflow infrastructure
2025-11-10 11:47 UTC (10+ messages)
` [PATCH v2 04/45] KVM: arm64: Turn vgic-v3 errata traps into a patched-in constant
` [PATCH v2 12/45] KVM: arm64: GICv3: Extract LR folding primitive
` [PATCH v2 44/45] KVM: arm64: selftests: vgic_irq: Add Group-0 enable test
` [PATCH v2 45/45] KVM: arm64: selftests: vgic_irq: Add timer deactivation test
[RFC PATCH v1 00/37] guest_memfd: In-place conversion support
2025-11-10 10:01 UTC (3+ messages)
` [RFC PATCH v1 06/37] KVM: guest_memfd: Update kvm_gmem_populate() to use gmem attributes
[syzbot] Monthly kvm report (Nov 2025)
2025-11-10 9:15 UTC
[PATCH v2 1/1] KVM: VMX: configure SVI during runtime APICv activation
2025-11-10 7:08 UTC (2+ messages)
[PATCH] KVM: x86: Allocate/free user_return_msrs at kvm.ko (un)loading time
2025-11-10 7:05 UTC (2+ messages)
[PATCH] MAINTAINERS : Add myself as reviewer for PPC KVM
2025-11-10 4:44 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