messages from 2026-03-25 17:28:53 to 2026-03-26 17:50:17 UTC [more...]
[PATCH v6 00/10] KVM: x86: nSVM: Improve PAT virtualization
2026-03-26 17:49 UTC (11+ messages)
` [PATCH v6 01/10] KVM: x86: Define KVM_X86_QUIRK_NESTED_SVM_SHARED_PAT
` [PATCH v6 02/10] KVM: x86: nSVM: Clear VMCB_NPT clean bit when updating hPAT from guest mode
` [PATCH v6 03/10] KVM: x86: nSVM: Cache and validate vmcb12 g_pat
` [PATCH v6 04/10] KVM: x86: nSVM: Set vmcb02.g_pat correctly for nested NPT
` [PATCH v6 05/10] KVM: x86: nSVM: Redirect IA32_PAT accesses to either hPAT or gPAT
` [PATCH v6 06/10] KVM: x86: Remove common handling of MSR_IA32_CR_PAT
` [PATCH v6 07/10] KVM: x86: nSVM: Save gPAT to vmcb12.g_pat on VMEXIT
` [PATCH v6 08/10] KVM: Documentation: document KVM_{GET,SET}_NESTED_STATE for SVM
` [PATCH v6 09/10] KVM: x86: nSVM: Save/restore gPAT with KVM_{GET,SET}_NESTED_STATE
` [PATCH v6 10/10] KVM: selftests: nSVM: Add svm_nested_pat test
[PATCH v5 0/6] Use killable vma write locking in most places
2026-03-26 17:47 UTC (11+ messages)
` [PATCH v5 1/6] mm/vma: cleanup error handling path in vma_expand()
` [PATCH v5 2/6] mm: use vma_start_write_killable() in mm syscalls
` [PATCH v5 3/6] mm/khugepaged: use vma_start_write_killable() in collapse_huge_page()
` [PATCH v5 4/6] mm/vma: use vma_start_write_killable() in vma operations
` [PATCH v5 5/6] mm: use vma_start_write_killable() in process_vma_walk_lock()
` [PATCH v5 6/6] KVM: PPC: use vma_start_write_killable() in kvmppc_memslot_page_merge()
[PATCH 00/12] treewide: Convert buses to use generic driver_override
2026-03-26 17:38 UTC (7+ messages)
` [PATCH 04/12] hv: vmbus: use generic driver_override infrastructure
` [PATCH 09/12] s390/cio: "
[RFC PATCH v2 08/18] iommu/riscv: Use MSI table to enable IMSIC access
2026-03-26 17:31 UTC (11+ messages)
[PATCH v2 00/16] fs,x86/resctrl: Add kernel-mode (e.g., PLZA) support to the resctrl subsystem
2026-03-26 17:12 UTC (3+ messages)
[PATCH 1/1] target/i386/kvm: Use logical counter index for AMD PMU getter
2026-03-26 16:44 UTC (2+ messages)
[PATCH kvm-unit-tests 0/9] Combined GMET and MBEC tests
2026-03-26 16:13 UTC (11+ messages)
` [PATCH kvm-unit-tests 1/9] move PFERR_* constants to lib
` [PATCH kvm-unit-tests 2/9] add definitions for nested_ctl
` [PATCH kvm-unit-tests 3/9] svm: add basic GMET tests
` [PATCH kvm-unit-tests 4/9] x86/vmx: update EPT installation to use EPT_PRESENT flag
` [PATCH kvm-unit-tests 5/9] x86/vmx: diagnose unexpected EPT violations
` [PATCH kvm-unit-tests 6/9] x86/vmx: add mode-based execute control test for Skylake and above
` [PATCH kvm-unit-tests 7/9] x86/vmx: add user execution operation to EPT access tests
` [PATCH kvm-unit-tests 8/9] x86/vmx: run EPT tests with MBEC enabled when available
` [PATCH kvm-unit-tests 9/9] x86/vmx: add EPT tests covering XU permission
[PATCH] RISC-V: KVM: Fix double-free of sdata in kvm_pmu_clear_snapshot_area()
2026-03-26 16:00 UTC (2+ messages)
[PATCH v2 0/3] KVM: s390: Introducing kvm_arch_set_irq_inatomic Fast Inject
2026-03-26 15:56 UTC (6+ messages)
` [PATCH v2 1/3] KVM: s390: Add map/unmap ioctl and clean mappings post-guest
` [PATCH v2 2/3] KVM: s390: Enable adapter_indicators_set to use mapped pages
` [PATCH v2 3/3] KVM: s390: Introducing kvm_arch_set_irq_inatomic fast inject
[PATCH 00/15] KVM: arm64: First batch of vgic-v5 related fixes
2026-03-26 15:35 UTC (16+ messages)
` [PATCH 01/15] KVM: arm64: vgic: Don't reset cpuif/redist addresses at finalize time
` [PATCH 02/15] KVM: arm64: Don't skip per-vcpu NV initialisation
` [PATCH 03/15] arm64: Fix field references for ICH_PPI_DVIR[01]_EL2
` [PATCH 04/15] KVM: arm64: Fix writeable mask for ID_AA64PFR2_EL1
` [PATCH 05/15] KVM: arm64: Account for RESx bits in __compute_fgt()
` [PATCH 06/15] KVM: arm64: vgic-v5: Hold config_lock while finalizing GICv5 PPIs
` [PATCH 07/15] KVM: arm64: vgic-v5: Transfer edge pending state to ICH_PPI_PENDRx_EL2
` [PATCH 08/15] KVM: arm64: vgic-v5: Cast vgic_apr to u32 to avoid undefined behaviours
` [PATCH 09/15] KVM: arm64: vgic-v5: align priority comparison with other GICs
` [PATCH 10/15] KVM: arm64: vgic-v5: Correctly set dist->ready once initialised
` [PATCH 11/15] KVM: arm64: Kill arch_timer_context::direct field
` [PATCH 12/15] KVM: arm64: Remove evaluation of timer state in kvm_cpu_has_pending_timer()
` [PATCH 13/15] KVM: arm64: Move GICv5 timer PPI validation into timer_irqs_are_valid()
` [PATCH 14/15] KVM: arm64: Correctly plumb ID_AA64PFR2_EL1 into pkvm idreg handling
` [PATCH 15/15] KVM: arm64: Don't advertises GICv3 in ID_PFR1_EL1 if AArch32 isn't supported
[PATCH net-next v8 0/4] tun/tap & vhost-net: apply qdisc backpressure on full ptr_ring to reduce TX drops
2026-03-26 15:30 UTC (7+ messages)
` [PATCH net-next v8 4/4] tun/tap & vhost-net: avoid ptr_ring tail-drop when a qdisc is present
[PATCH v5 00/10] KVM: s390: More memory management fixes
2026-03-26 14:48 UTC (12+ messages)
` [PATCH v5 01/10] KVM: s390: vsie: Fix dat_split_ste()
` [PATCH v5 02/10] KVM: s390: Remove non-atomic dat_crstep_xchg()
` [PATCH v5 03/10] KVM: s390: vsie: Fix check for pre-existing shadow mapping
` [PATCH v5 04/10] KVM: s390: Fix gmap_link()
` [PATCH v5 05/10] KVM: s390: Correctly handle guest mappings without struct page
` [PATCH v5 06/10] KVM: s390: vsie: Fix nested guest memory shadowing
` [PATCH v5 07/10] KVM: s390: vsie: Fix refcount overflow for shadow gmaps
` [PATCH v5 08/10] KVM: s390: vsie: Fix unshadowing while shadowing
` [PATCH v5 09/10] KVM: s390: vsie: Fix guest page tables protection
` [PATCH v5 10/10] KVM: s390: Fix KVM_S390_VCPU_FAULT ioctl
[PATCH v2 0/9] sched/kvm: Semantics-aware vCPU scheduling for oversubscribed KVM
2026-03-26 14:41 UTC (2+ messages)
[PATCH v3 0/5] Support the FEAT_HDBSS introduced in Armv9.5
2026-03-26 14:31 UTC (5+ messages)
` [PATCH v3 4/5] KVM: arm64: Enable HDBSS support and handle HDBSSF events
` [PATCH] arm64/kvm: Enable eager hugepage splitting if HDBSS is available
[PATCH 0/3] KVM: arm64: selftests: Basic nested guest support
2026-03-26 14:28 UTC (4+ messages)
` [PATCH 1/3] KVM: arm64: selftests: Add library functions for NV
[PATCH v8 0/3] vfio/pci: Introduce vfio_pci driver for ISM devices
2026-03-26 13:03 UTC (3+ messages)
` [PATCH v8 2/3] vfio/ism: Implement "
[PATCH v6 00/22] Runtime TDX module update support
2026-03-26 13:03 UTC (27+ messages)
` [PATCH v6 01/22] x86/virt/tdx: Move low level SEAMCALL helpers out of <asm/tdx.h>
` [PATCH v6 02/22] coco/tdx-host: Introduce a "tdx_host" device
` [PATCH v6 03/22] coco/tdx-host: Expose TDX module version
` [PATCH v6 04/22] x86/virt/seamldr: Introduce a wrapper for P-SEAMLDR SEAMCALLs
` [PATCH v6 05/22] x86/virt/seamldr: Add a helper to retrieve P-SEAMLDR information
` [PATCH v6 06/22] coco/tdx-host: Expose P-SEAMLDR information via sysfs
` [PATCH v6 07/22] coco/tdx-host: Implement firmware upload sysfs ABI for TDX module updates
` [PATCH v6 08/22] x86/virt/seamldr: Allocate and populate a module update request
` [PATCH v6 09/22] x86/virt/seamldr: Introduce skeleton for TDX module updates
` [PATCH v6 10/22] x86/virt/seamldr: Abort updates if errors occurred midway
` [PATCH v6 11/22] x86/virt/seamldr: Shut down the current TDX module
` [PATCH v6 12/22] x86/virt/tdx: Reset software states during TDX module shutdown
` [PATCH v6 13/22] x86/virt/seamldr: Install a new TDX module
` [PATCH v6 14/22] x86/virt/seamldr: Do TDX per-CPU initialization after updates
` [PATCH v6 15/22] x86/virt/tdx: Restore TDX module state
` [PATCH v6 16/22] x86/virt/tdx: Update tdx_sysinfo and check features post-update
` [PATCH v6 17/22] x86/virt/tdx: Avoid updates during update-sensitive operations
` [PATCH v6 18/22] coco/tdx-host: Don't expose P-SEAMLDR features on CPUs with erratum
` [PATCH v6 19/22] x86/virt/tdx: Enable TDX module runtime updates
` [PATCH v6 20/22] coco/tdx-host: Document TDX module update compatibility criteria
` [PATCH v6 21/22] x86/virt/tdx: Document TDX module update
` [PATCH v6 22/22] x86/virt/seamldr: Log TDX module update failures
[PATCH v8 0/2] LoongArch: KVM: Add DMSINTC support irqchip in kernel
2026-03-26 12:40 UTC (5+ messages)
` [PATCH v8 2/2] LoongArch: KVM: Add dmsintc inject msi to the dest vcpu
[PATCH v5 0/3] Support runtime configuration for per-VM's HGATP mode
2026-03-26 12:32 UTC (5+ messages)
` [PATCH v5 1/3] RISC-V: KVM: "
` [PATCH v5 2/3] RISC-V: KVM: Detect and expose supported HGATP G-stage modes
[PATCH] vfio/pci: Fix double free in dma-buf feature
2026-03-26 12:12 UTC (2+ messages)
[PATCH v13 00/48] arm64: Support for Arm CCA in KVM
2026-03-26 11:22 UTC (7+ messages)
[Bug 221285] New: isn't UML component missing?
2026-03-26 11:08 UTC
[PATCH v8 00/10] VMSCAPE optimization for BHI variant
2026-03-26 10:45 UTC (14+ messages)
` [PATCH v8 02/10] x86/bhi: Make clear_bhb_loop() effective on newer CPUs
[PATCH v1 00/23] s390/vfio-ap: Implement live guest migration of guests using AP devices
2026-03-26 10:19 UTC (27+ messages)
` [PATCH v1 01/24] fixup! KVM: s390: Remove non-atomic dat_crstep_xchg()
` [PATCH v1 02/24] s390/vfio-ap: Store queue hardware info when probed
` [PATCH v1 03/24] s390/vfio-ap: Provide access to queue objects and related info
` [PATCH v1 04/24] s390/vfio-ap: Add header file for xfer of vfio device caps to userspace
` [PATCH v1 05/24] MAINTAINERS: Add new header file for the S390 VFIO AP DRIVER maintainers
` [PATCH v1 06/24] s390/vfio-ap: A sysfs 'migratable' attribute to enable/disable migration of guest
` [PATCH v1 07/24] s390/vfio-ap: Add 'migratable' feature to sysfs 'features' attribute
` [PATCH v1 08/24] s390/vfio-ap: Signal event to enable/disable live guest migration
` [PATCH v1 09/24] s390/vfio-ap: Return value of sysfs migratable attribute from VFIO_DEVICE_GET_INFO ioctl
` [PATCH v1 10/24] s390/vfio-ap: Data structures for facilitating vfio device migration
` [PATCH v1 11/24] s390/vfio-ap: Initialize/release vfio device migration data
` [PATCH v1 12/24] s390-vfio-ap: Callback to set vfio device mig state during guest migration
` [PATCH v1 13/24] s390/vfio-ap: Transition guest migration state from STOP to STOP_COPY
` [PATCH v1 14/24] s390/vfio-ap: File ops called to save the vfio device migration state
` [PATCH v1 15/24] s390/vfio-ap: Transition device migration state from STOP to RESUMING
` [PATCH v1 16/24] s390/vfio-ap: File ops called to resume the vfio device migration
` [PATCH v1 17/24] s390/vfio-ap: Transition device migration state from RESUMING to STOP
` [PATCH v1 18/24] s390/vfio-ap: Transition device migration state from STOP_COPY "
` [PATCH v1 19/24] s390/vfio-ap: Transition device migration state from STOP to RUNNING and vice versa
` [PATCH v1 20/24] s390-vfio-ap: Callback to get the current vfio device migration state
` [PATCH v1 21/24] s390/vfio-ap: Callback to get the size of data to be migrated during guest migration
` [PATCH v1 22/24] s390/vfio-ap: Provide API to query whether migration is in progress
` [PATCH v1 23/24] s390/vfio-ap: Disallow blocking migration "
` [PATCH v1 24/24] s390/vfio-ap: Add live guest migration chapter to vfio-ap.rst
[PATCH 27/42] kvm: Use private inode list instead of i_private_list
2026-03-26 9:54 UTC
[PATCH v4 00/10] KVM: s390: More memory management fixes
2026-03-26 9:45 UTC (3+ messages)
` [PATCH v4 05/10] KVM: s390: Correctly handle guest mappings without struct page
[PATCH v2] mm/pagewalk: fix race between concurrent split and refault
2026-03-26 9:38 UTC (4+ messages)
[PATCH] LoongArch: KVM: Fix base address calculation problem in kvm_eiointc_regs_access()
2026-03-26 7:50 UTC (2+ messages)
[PATCH-for-11.0? 0/6] qom: Restrict compat properties API to system emulation
2026-03-26 6:43 UTC (2+ messages)
[PATCH v2 net] ptr_ring: disable KCSAN warnings
2026-03-26 3:17 UTC (2+ messages)
[PATCH v4 0/6] KVM: x86/pmu: Add support for AMD Host-Only/Guest-Only bits
2026-03-26 3:11 UTC (7+ messages)
` [PATCH v4 1/6] KVM: x86: Move enable_pmu/enable_mediated_pmu to pmu.h and pmu.c
` [PATCH v4 2/6] KVM: x86: Move guest_mode helpers to x86.h
` [PATCH v4 3/6] KVM: x86/pmu: Disable counters based on Host-Only/Guest-Only bits in SVM
` [PATCH v4 4/6] KVM: x86/pmu: Re-evaluate Host-Only/Guest-Only on nested SVM transitions
` [PATCH v4 5/6] KVM: x86/pmu: Allow Host-Only/Guest-Only bits with nSVM and mediated PMU
` [PATCH v4 6/6] KVM: selftests: Add svm_pmu_host_guest_test for Host-Only/Guest-Only bits
[PATCH] vfio: pci: use kzalloc_flex
2026-03-26 2:37 UTC
[PATCH v2 3/7] x86/sev: add support for RMPOPT instruction
2026-03-26 2:14 UTC (6+ messages)
[PATCH 00/14] iommu: Add live update state preservation
2026-03-26 0:16 UTC (20+ messages)
` [PATCH 10/14] iommufd-lu: Implement ioctl to let userspace mark an HWPT to be preserved
` [PATCH 11/14] iommufd-lu: Persist iommu hardware pagetables for live update
` [PATCH 12/14] iommufd: Add APIs to preserve/unpreserve a vfio cdev
` [PATCH 13/14] vfio/pci: Preserve the iommufd state of the "
` [PATCH 14/14] iommufd/selftest: Add test to verify iommufd preservation
[PATCH] KVM: nSVM: Snapshot vmcb12 save.rip to prevent TOCTOU race
2026-03-26 0:04 UTC
[PATCH v3 00/24] vfio/pci: Base Live Update support for VFIO device files
2026-03-25 23:13 UTC (10+ messages)
` [PATCH v3 02/24] PCI: Add API to track PCI devices preserved across Live Update
` [PATCH v3 03/24] PCI: Require Live Update preserved devices are in singleton iommu_groups
[PATCH v10 0/2] selftests/vfio: Add NVIDIA GPU Falcon DMA test driver
2026-03-25 21:43 UTC (3+ messages)
` [PATCH v10 1/2] selftests/vfio: Add NO_SEND_MSI feature flag and MSI helper macros
` [PATCH v10 2/2] selftests/vfio: Add NVIDIA Falcon driver for DMA testing
[PATCH] KVM: selftests: Guard execinfo.h inclusion for non-glibc builds
2026-03-25 18:47 UTC (4+ messages)
[PATCH 0/7] KVM: x86: APX reg prep work
2026-03-25 18:28 UTC (5+ 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