messages from 2025-11-08 20:20:04 to 2025-11-10 22:24:04 UTC [more...]
[PATCH v2 00/16] mm: remove is_swap_[pte, pmd]() + non-swap entries, introduce leaf entries
2025-11-10 22:21 UTC (7+ 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 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 09/16] mm/huge_memory: refactor change_huge_pmd() non-present logic
` [PATCH v3 16/16] mm: replace remaining pte_to_swp_entry() with softleaf_from_pte()
[PATCH v2 10/16] mm: replace pmd_to_swp_entry() with softleaf_from_pmd()
2025-11-10 22:03 UTC (3+ messages)
[PATCH 0/4] vfio: selftests: update DMA mapping tests to use queried IOVA ranges
2025-11-10 22:03 UTC (10+ 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 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] vfio: selftests: Skip vfio_dma_map_limit_test if mapping returns -EINVAL
2025-11-10 19:45 UTC (10+ messages)
[PATCH 0/6] KVM: SVM: LBR virtualization fixes
2025-11-10 19:41 UTC (8+ messages)
` [PATCH 1/6] KVM: SVM: Mark VMCB_LBR dirty when MSR_IA32_DEBUGCTLMSR is updated
` [PATCH 4/6] KVM: SVM: Switch svm_copy_lbrs() to a macro
[PATCH v2 00/16] mm: remove is_swap_[pte, pmd]() + non-swap entries, introduce leaf entries
2025-11-10 19:38 UTC (20+ 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 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 (51+ messages)
` [PATCH v2 01/45] irqchip/gic: Add missing GICH_HCR control bits
` [PATCH v2 02/45] irqchip/gic: Expose CPU interface VA to KVM
` [PATCH v2 03/45] irqchip/apple-aic: Spit out ICH_MISR_EL2 value on spurious vGIC MI
` [PATCH v2 04/45] KVM: arm64: Turn vgic-v3 errata traps into a patched-in constant
` [PATCH v2 05/45] KVM: arm64: GICv3: Detect and work around the lack of ICV_DIR_EL1 trapping
` [PATCH v2 06/45] KVM: arm64: Repack struct vgic_irq fields
` [PATCH v2 07/45] KVM: arm64: Add tracking of vgic_irq being present in a LR
` [PATCH v2 08/45] KVM: arm64: Add LR overflow handling documentation
` [PATCH v2 09/45] KVM: arm64: GICv3: Drop LPI active state when folding LRs
` [PATCH v2 10/45] KVM: arm64: GICv3: Preserve EOIcount on exit
` [PATCH v2 11/45] KVM: arm64: GICv3: Decouple ICH_HCR_EL2 programming from LRs
` [PATCH v2 12/45] KVM: arm64: GICv3: Extract LR folding primitive
` [PATCH v2 13/45] KVM: arm64: GICv3: Extract LR computing primitive
` [PATCH v2 14/45] KVM: arm64: GICv2: Preserve EOIcount on exit
` [PATCH v2 15/45] KVM: arm64: GICv2: Decouple GICH_HCR programming from LRs being loaded
` [PATCH v2 16/45] KVM: arm64: GICv2: Extract LR folding primitive
` [PATCH v2 17/45] KVM: arm64: GICv2: Extract LR computing primitive
` [PATCH v2 18/45] KVM: arm64: Compute vgic state irrespective of the number of interrupts
` [PATCH v2 19/45] KVM: arm64: Eagerly save VMCR on exit
` [PATCH v2 20/45] KVM: arm64: Revamp vgic maintenance interrupt configuration
` [PATCH v2 21/45] KVM: arm64: Turn kvm_vgic_vcpu_enable() into kvm_vgic_vcpu_reset()
` [PATCH v2 22/45] KVM: arm64: Make vgic_target_oracle() globally available
` [PATCH v2 23/45] KVM: arm64: Invert ap_list sorting to push active interrupts out
` [PATCH v2 24/45] KVM: arm64: Move undeliverable interrupts to the end of ap_list
` [PATCH v2 25/45] KVM: arm64: Use MI to detect groups being enabled/disabled
` [PATCH v2 26/45] KVM: arm64: GICv3: Handle LR overflow when EOImode==0
` [PATCH v2 27/45] KVM: arm64: GICv3: Handle deactivation via ICV_DIR_EL1 traps
` [PATCH v2 28/45] KVM: arm64: GICv3: Add GICv2 SGI handling to deactivation primitive
` [PATCH v2 29/45] KVM: arm64: GICv3: Set ICH_HCR_EL2.TDIR when interrupts overflow LR capacity
` [PATCH v2 30/45] KVM: arm64: GICv3: Add SPI tracking to handle asymmetric deactivation
` [PATCH v2 31/45] KVM: arm64: GICv3: Handle in-LR deactivation when possible
` [PATCH v2 32/45] KVM: arm64: GICv3: Avoid broadcast kick on CPUs lacking TDIR
` [PATCH v2 33/45] KVM: arm64: GICv2: Handle LR overflow when EOImode==0
` [PATCH v2 34/45] KVM: arm64: GICv2: Handle deactivation via GICV_DIR traps
` [PATCH v2 35/45] KVM: arm64: GICv2: Always trap GICV_DIR register
` [PATCH v2 36/45] KVM: arm64: selftests: gic_v3: Add irq group setting helper
` [PATCH v2 37/45] KVM: arm64: selftests: gic_v3: Disable Group-0 interrupts by default
` [PATCH v2 38/45] KVM: arm64: selftests: vgic_irq: Fix GUEST_ASSERT_IAR_EMPTY() helper
` [PATCH v2 39/45] KVM: arm64: selftests: vgic_irq: Change configuration before enabling interrupt
` [PATCH v2 40/45] KVM: arm64: selftests: vgic_irq: Exclude timer-controlled interrupts
` [PATCH v2 41/45] KVM: arm64: selftests: vgic_irq: Remove LR-bound limitation
` [PATCH v2 42/45] KVM: arm64: selftests: vgic_irq: Perform EOImode==1 deactivation in ack order
` [PATCH v2 43/45] KVM: arm64: selftests: vgic_irq: Add asymmetric SPI deaectivation test
` [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)
[GIT PULL] KVM/arm64 fixes for 6.18, take #2
2025-11-09 7:12 UTC (2+ messages)
[GIT PULL] KVM: x86 fixes and a guest_memd fix for 6.18
2025-11-09 7:11 UTC (2+ messages)
[GIT PULL v2] KVM/riscv fixes for 6.18 take #2
2025-11-09 7: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