messages from 2026-02-24 21:44:12 to 2026-02-25 18:27:36 UTC [more...]
[PATCH v14 0/8] support FEAT_LSUI
2026-02-25 18:27 UTC (8+ messages)
` [PATCH v14 1/8] arm64: cpufeature: add FEAT_LSUI
` [PATCH v14 2/8] KVM: arm64: expose FEAT_LSUI to guest
` [PATCH v14 3/8] KVM: arm64: kselftest: set_id_regs: add test for FEAT_LSUI
` [PATCH v14 4/8] arm64: futex: refactor futex atomic operation
` [PATCH v14 5/8] arm64: futex: support futex with FEAT_LSUI
` [PATCH v14 6/8] arm64: armv8_deprecated: disable swp emulation when FEAT_LSUI present
` [PATCH v14 7/8] KVM: arm64: use CASLT instruction for swapping guest descriptor
[PATCH 0/4] Allow setting RAPL_DIS during SNP_INIT_EX
2026-02-25 18:05 UTC (14+ messages)
` [PATCH 2/4] selftests/kvm: check that SEV-ES VMs are allowed in SEV-SNP mode
` [PATCH 3/4] crypto/ccp: support setting RAPL_DIS in SNP_INIT_EX
[PATCH kernel 0/9] PCI/TSM: coco/sev-guest: Implement SEV-TIO PCIe TDISP (phase2)
2026-02-25 18:00 UTC (19+ messages)
` [PATCH kernel 1/9] pci/tsm: Add TDISP report blob and helpers to parse it
` [PATCH kernel 2/9] pci/tsm: Add tsm_tdi_status
` [PATCH kernel 3/9] coco/sev-guest: Allow multiple source files in the driver
` [PATCH kernel 4/9] dma/swiotlb: Stop forcing SWIOTLB for TDISP devices
` [PATCH kernel 5/9] x86/mm: Stop forcing decrypted page state "
` [PATCH kernel 6/9] x86/dma-direct: Stop changing encrypted "
` [PATCH kernel 7/9] coco/sev-guest: Implement the guest support for SEV TIO (phase2)
` [PATCH kernel 8/9] RFC: PCI: Avoid needless touching of Command register
` [PATCH kernel 9/9] pci: Allow encrypted MMIO mapping via sysfs
[PATCH v3 0/5] Support the FEAT_HDBSS introduced in Armv9.5
2026-02-25 17:46 UTC (7+ messages)
` [PATCH v3 1/5] arm64/sysreg: Add HDBSS related register information
` [PATCH v3 2/5] KVM: arm64: Add support to set the DBM attr during memory abort
` [PATCH v3 3/5] KVM: arm64: Add support for FEAT_HDBSS
` [PATCH v3 4/5] KVM: arm64: Enable HDBSS support and handle HDBSSF events
` [PATCH v3 5/5] KVM: arm64: Document HDBSS ioctl
[PATCH v6 06/19] perf: arm_pmuv3: Keep out of guest counter partition
2026-02-25 17:53 UTC (2+ messages)
[PATCH v6 09/19] KVM: arm64: Write fast path PMU register handlers
2026-02-25 17:45 UTC (2+ messages)
[PATCH v6 00/19] ARM64 PMU Partitioning
2026-02-25 17:40 UTC (2+ messages)
[RFC PATCH] arm: enable PMU partitioning
2026-02-25 17:37 UTC
[PATCH 00/14] KVM: x86: Emulator MMIO fix and cleanups
2026-02-25 17:32 UTC (17+ messages)
` [PATCH 01/14] KVM: x86: Use scratch field in MMIO fragment to hold small write values
` [PATCH 02/14] KVM: x86: Open code handling of completed MMIO reads in emulator_read_write()
` [PATCH 03/14] KVM: x86: Trace unsatisfied MMIO reads on a per-page basis
` [PATCH 04/14] KVM: x86: Use local MMIO fragment variable to clean up emulator_read_write()
` [PATCH 05/14] KVM: x86: Open code read vs. write userspace MMIO exits in emulator_read_write()
` [PATCH 06/14] KVM: x86: Move MMIO write tracing into vcpu_mmio_write()
` [PATCH 07/14] KVM: x86: Harden SEV-ES MMIO against on-stack use-after-free
` [PATCH 08/14] KVM: x86: Dedup kvm_sev_es_mmio_{read,write}()
` [PATCH 09/14] KVM: x86: Consolidate SEV-ES MMIO emulation into a single public API
` [PATCH 10/14] KVM: x86: Bury emulator read/write ops in emulator_{read,write}_emulated()
` [PATCH 11/14] KVM: x86: Fold emulator_write_phys() into write_emulate()
` [PATCH 12/14] KVM: x86: Rename .read_write_emulate() to .read_write_guest()
` [PATCH 13/14] KVM: x86: Don't panic the kernel if completing userspace I/O / MMIO goes sideways
` [PATCH 14/14] KVM: x86: Add helpers to prepare kvm_run for userspace MMIO exit
[PATCH v4 0/8] vfio: selftest: Add SR-IOV UAPI test
2026-02-25 17:13 UTC (2+ messages)
[PATCH v13 0/8] support FEAT_LSUI
2026-02-25 17:10 UTC (4+ messages)
` [PATCH v13 7/8] KVM: arm64: use CASLT instruction for swapping guest descriptor
[PATCH v2] KVM: x86: synthesize CPUID bits only if CPU capability is set
2026-02-25 16:43 UTC (2+ messages)
[PATCH 0/5] accel: Try to build without target-specific knowledge
2026-02-25 16:34 UTC (8+ messages)
` [PATCH 1/5] accel/kvm: Include missing 'exec/cpu-common.h' header
` [PATCH 2/5] accel/mshv: Forward-declare mshv_root_hvcall structure
` [PATCH 3/5] accel/mshv: Build without target-specific knowledge
` [PATCH 4/5] accel/hvf: "
` [PATCH 5/5] accel/xen: "
[PATCH] KVM: s390: only deliver service interrupt with payload
2026-02-25 16:27 UTC (2+ messages)
Question: 'pmu' kvm unit test fails when run nested with NMI watchdog on the host
2026-02-25 16:02 UTC (3+ messages)
[PATCH] KVM: TDX: Set SIGNIFCANT_INDEX flag for supported CPUIDs
2026-02-25 15:03 UTC (11+ messages)
[PATCH v2 0/2] KVM: x86: Fix UBSAN bool warnings in module parameters
2026-02-25 14:50 UTC (3+ messages)
` [PATCH v2 1/2] KVM: SVM: Fix UBSAN warning when reading avic parameter
` [PATCH v2 2/2] KVM: x86/mmu: Fix UBSAN warning when reading nx_huge_pages parameter
[PATCH v3 00/16] KVM: x86/tdx: Have TDX handle VMXON during bringup
2026-02-25 14:38 UTC (2+ messages)
[RFC PATCH kernel] iommufd: Allow mapping from KVM's guest_memfd
2026-02-25 13:55 UTC (2+ messages)
[PATCH v2 00/14] Make RamDiscardManager work with multiple sources
2026-02-25 12:04 UTC (15+ messages)
` [PATCH v2 01/14] system/rba: use DIV_ROUND_UP
` [PATCH v2 02/14] memory: drop RamDiscardListener::double_discard_supported
` [PATCH v2 03/14] virtio-mem: use warn_report_err_once()
` [PATCH v2 04/14] system/memory: minor doc fix
` [PATCH v2 05/14] kvm: replace RamDicardManager by the RamBlockAttribute
` [PATCH v2 06/14] system/memory: split RamDiscardManager into source and manager
` [PATCH v2 07/14] system/memory: move RamDiscardManager to separate compilation unit
` [PATCH v2 08/14] system/memory: constify section arguments
` [PATCH v2 09/14] system/ram-discard-manager: implement replay via is_populated iteration
` [PATCH v2 10/14] virtio-mem: remove replay_populated/replay_discarded implementation
` [PATCH v2 11/14] system/ram-discard-manager: drop replay from source interface
` [PATCH v2 12/14] system/memory: implement RamDiscardManager multi-source aggregation
` [PATCH v2 13/14] system/memory: add RamDiscardManager reference counting and cleanup
` [PATCH v2 14/14] tests: add unit tests for RamDiscardManager multi-source aggregation
[RFC PATCH v2 00/37] guest_memfd: In-place conversion support
2026-02-25 11:00 UTC (5+ messages)
` [RFC PATCH v2 09/37] KVM: guest_memfd: Add support for KVM_SET_MEMORY_ATTRIBUTES2
[PATCH v9 00/30] KVM: arm64: Implement support for SME
2026-02-25 9:22 UTC (2+ messages)
[RFC PATCH v1 00/10] guest_memfd: Track amount of memory allocated on inode
2026-02-25 9:21 UTC (7+ messages)
[PATCH] irqchip/gic-v5: Fix inversion of IRS_IDR0.virt flag
2026-02-25 8:58 UTC (3+ messages)
[PATCH v2 00/22] vfio/pci: Base Live Update support for VFIO device files
2026-02-25 8:38 UTC (7+ messages)
` [PATCH v2 07/22] vfio/pci: Notify PCI subsystem about devices preserved across Live Update
` [PATCH v2 08/22] vfio: Enforce preserved devices are retrieved via LIVEUPDATE_SESSION_RETRIEVE_FD
` [PATCH v2 09/22] vfio/pci: Store incoming Live Update state in struct vfio_pci_core_device
[PATCH RFC v2 0/6] guest_memfd: Track amount of memory allocated on inode
2026-02-25 7:20 UTC (7+ messages)
` [PATCH RFC v2 1/6] KVM: guest_memfd: Don't set FGP_ACCESSED when getting folios
` [PATCH RFC v2 2/6] KVM: guest_memfd: Directly allocate folios with filemap_alloc_folio()
` [PATCH RFC v2 3/6] fs: Add .unaccount_folio callback
` [PATCH RFC v2 4/6] KVM: guest_memfd: Track amount of memory allocated on inode
` [PATCH RFC v2 5/6] KVM: selftests: Wrap fstat() to assert success
` [PATCH RFC v2 6/6] KVM: selftests: Test that st_blocks is updated on allocation
[PATCH v6 0/1] arm: add kvm-psci-version vcpu property
2026-02-25 7:16 UTC (4+ messages)
` [PATCH v6 1/1] target/arm/kvm: "
[PATCH 0/2] KVM: x86: Fix UBSAN bool warnings in module parameters
2026-02-25 6:48 UTC (6+ messages)
` [PATCH 1/2] KVM: SVM: Fix UBSAN warning when reading avic parameter
[PATCH RFC v2] target/arm/kvm: Choose PMU backend
2026-02-25 4:24 UTC
[PATCH v3 0/2] KVM: arm64: PMU: Use multiple host PMUs
2026-02-25 4:31 UTC (3+ messages)
` [PATCH v3 1/2] KVM: arm64: PMU: Introduce FIXED_COUNTERS_ONLY
` [PATCH v3 2/2] KVM: arm64: selftests: Test PMU_V3_FIXED_COUNTERS_ONLY
[PATCH v6 01/35] i386/kvm: avoid installing duplicate msr entries in msr_handlers
2026-02-25 3:49 UTC (21+ messages)
` [PATCH v6 02/35] accel/kvm: add confidential class member to indicate guest rebuild capability
` [PATCH v6 05/35] accel/kvm: add changes required to support KVM VM file descriptor change
` [PATCH v6 06/35] accel/kvm: mark guest state as unprotected after vm "
` [PATCH v6 07/35] accel/kvm: add a notifier to indicate KVM VM file descriptor has changed
` [PATCH v6 08/35] accel/kvm: notify when KVM VM file fd is about to be changed
` [PATCH v6 09/35] i386/kvm: unregister smram listeners prior to vm file descriptor change
` [PATCH v6 10/35] kvm/i386: implement architecture support for kvm "
` [PATCH v6 11/35] i386/kvm: refactor xen init into a new function
` [PATCH v6 14/35] kvm/i386: reload firmware for confidential guest reset
` [PATCH v6 15/35] accel/kvm: rebind current VCPUs to the new KVM VM file descriptor upon reset
` [PATCH v6 16/35] i386/tdx: refactor TDX firmware memory initialization code into a new function
` [PATCH v6 17/35] i386/tdx: finalize TDX guest state upon reset
` [PATCH v6 18/35] i386/tdx: add a pre-vmfd change notifier to reset tdx state
` [PATCH v6 19/35] i386/sev: add migration blockers only once
` [PATCH v6 20/35] i386/sev: add notifiers "
` [PATCH v6 21/35] i386/sev: free existing launch update data and kernel hashes data on init
` [PATCH v6 22/35] i386/sev: add support for confidential guest reset
` [PATCH v6 26/35] kvm/hyperv: add synic feature to CPU only if its not enabled
` [PATCH v6 28/35] kvm/xen-emu: re-initialize capabilities during confidential guest reset
` [PATCH v6 30/35] kvm/vcpu: add notifiers to inform vcpu file descriptor change
[PATCH v5] KVM: riscv: Skip CSR restore if VCPU is reloaded on the same core
2026-02-25 3:14 UTC
[PATCH v1 0/4] KVM: nSVM: Fix RIP usage in the control area after restore
2026-02-25 1:42 UTC (9+ messages)
` [PATCH v1 2/4] KVM: nSVM: Delay stuffing L2's current RIP into NextRIP until vCPU run
[PATCH v3 0/8] KVM: nSVM: Save/restore fixes for (Next)RIP
2026-02-25 0:59 UTC (9+ messages)
` [PATCH v3 1/8] KVM: nSVM: Sync NextRIP to cached vmcb12 after VMRUN of L2
` [PATCH v3 2/8] KVM: nSVM: Sync interrupt shadow "
` [PATCH v3 3/8] KVM: selftests: Extend state_test to check vGIF
` [PATCH v3 4/8] KVM: selftests: Extend state_test to check next_rip
` [PATCH v3 5/8] KVM: nSVM: Always use NextRIP as vmcb02's NextRIP after first L2 VMRUN
` [PATCH v3 6/8] KVM: nSVM: Delay stuffing L2's current RIP into NextRIP until vCPU run
` [PATCH v3 7/8] KVM: nSVM: Delay setting soft IRQ RIP tracking fields "
` [PATCH v3 8/8] DO NOT MERGE: KVM: selftests: Reproduce nested RIP restore bug
[PATCH 00/31] Nested SVM fixes, cleanups, and hardening
2026-02-24 23:58 UTC (34+ messages)
` [PATCH v6 01/31] KVM: nSVM: Avoid clearing VMCB_LBR in vmcb12
` [PATCH v6 02/31] KVM: SVM: Switch svm_copy_lbrs() to a macro
` [PATCH v6 03/31] KVM: SVM: Add missing save/restore handling of LBR MSRs
` [PATCH v6 04/31] KVM: selftests: Add a test for LBR save/restore (ft. nested)
` [PATCH v6 05/31] KVM: nSVM: Always inject a #GP if mapping VMCB12 fails on nested VMRUN
` [PATCH v6 06/31] KVM: nSVM: Refactor checking LBRV enablement in vmcb12 into a helper
` [PATCH v6 07/31] KVM: nSVM: Refactor writing vmcb12 on nested #VMEXIT as "
` [PATCH v6 08/31] KVM: nSVM: Triple fault if mapping VMCB12 fails on nested #VMEXIT
` [PATCH v6 09/31] KVM: nSVM: Triple fault if restore host CR3 "
` [PATCH v6 10/31] KVM: nSVM: Drop nested_vmcb_check_{save/control}() wrappers
` [PATCH v6 11/31] KVM: nSVM: Call enter_guest_mode() before switching to VMCB02
` [PATCH v6 12/31] KVM: nSVM: Make nested_svm_merge_msrpm() return an errno
` [PATCH v6 13/31] KVM: nSVM: Call nested_svm_merge_msrpm() from enter_svm_guest_mode()
` [PATCH v6 14/31] KVM: nSVM: Call nested_svm_init_mmu_context() before switching to VMCB02
` [PATCH v6 15/31] KVM: nSVM: Refactor minimal #VMEXIT handling out of nested_svm_vmexit()
` [PATCH v6 16/31] KVM: nSVM: Unify handling of VMRUN failures with proper cleanup
` [PATCH v6 17/31] KVM: nSVM: Clear EVENTINJ field in VMCB12 on nested #VMEXIT
` [PATCH v6 18/31] KVM: nSVM: Drop the non-architectural consistency check for NP_ENABLE
` [PATCH v6 19/31] KVM: nSVM: Add missing consistency check for nCR3 validity
` [PATCH v6 20/31] KVM: nSVM: Add missing consistency check for hCR0.PG and NP_ENABLE
` [PATCH v6 21/31] KVM: nSVM: Add missing consistency check for EFER, CR0, CR4, and CS
` [PATCH v6 22/31] KVM: nSVM: Add missing consistency check for EVENTINJ
` [PATCH v6 23/31] KVM: SVM: Rename vmcb->nested_ctl to vmcb->misc_ctl
` [PATCH v6 24/31] KVM: SVM: Rename vmcb->virt_ext to vmcb->misc_ctl2
` [PATCH v6 25/31] KVM: nSVM: Cache all used fields from VMCB12
` [PATCH v6 26/31] KVM: nSVM: Restrict mapping VMCB12 on nested VMRUN
` [PATCH v6 27/31] KVM: nSVM: Use PAGE_MASK to drop lower bits of bitmap GPAs from vmcb12
` [PATCH v6 28/31] KVM: nSVM: Sanitize TLB_CONTROL field when copying "
` [PATCH v6 29/31] KVM: nSVM: Sanitize INT/EVENTINJ fields "
` [PATCH v6 30/31] KVM: nSVM: Only copy SVM_MISC_ENABLE_NP from VMCB01's misc_ctl
` [PATCH v6 31/31] KVM: selftest: Add a selftest for VMRUN/#VMEXIT with unmappable vmcb12
[PATCH] KVM: nSVM: Ensure AVIC is inhibited when restoring a vCPU to guest mode
2026-02-24 22:50 UTC
[PATCH v7 0/3] RISC-V: KVM: Validate SBI STA shmem alignment
2026-02-24 22:35 UTC (5+ messages)
` [PATCH v7 2/3] KVM: selftests: Refactor UAPI tests into dedicated function
` [PATCH v7 3/3] RISC-V: KVM: selftests: Add RISC-V SBI STA shmem alignment tests
[PATCH v4] KVM: riscv: Skip CSR restore if VCPU is reloaded on the same core
2026-02-24 21:50 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