messages from 2025-07-28 07:26:31 to 2025-07-30 09:32:21 UTC [more...]
[PATCH 00/10] vfio/pci: Allow MMIO regions to be exported through dma-buf
2025-07-30 9:32 UTC (33+ messages)
` [PATCH 02/10] PCI/P2PDMA: Introduce p2pdma_provider structure for cleaner abstraction
` [PATCH 05/10] PCI/P2PDMA: Export pci_p2pdma_map_type() function
` [PATCH 09/10] vfio/pci: Share the core device pointer while invoking feature functions
` [PATCH 10/10] vfio/pci: Add dma-buf export support for MMIO regions
[PATCH v17 00/24] KVM: Enable mmap() for guest_memfd
2025-07-30 8:20 UTC (29+ messages)
` [PATCH v17 01/24] KVM: Rename CONFIG_KVM_PRIVATE_MEM to CONFIG_KVM_GUEST_MEMFD
` [PATCH v17 02/24] KVM: x86: Have all vendor neutral sub-configs depend on KVM_X86, not just KVM
` [PATCH v17 03/24] KVM: x86: Select KVM_GENERIC_PRIVATE_MEM directly from KVM_SW_PROTECTED_VM
` [PATCH v17 04/24] KVM: x86: Select TDX's KVM_GENERIC_xxx dependencies iff CONFIG_KVM_INTEL_TDX=y
` [PATCH v17 05/24] KVM: Rename CONFIG_KVM_GENERIC_PRIVATE_MEM to CONFIG_HAVE_KVM_ARCH_GMEM_POPULATE
` [PATCH v17 06/24] KVM: Rename kvm_slot_can_be_private() to kvm_slot_has_gmem()
` [PATCH v17 07/24] KVM: Fix comments that refer to slots_lock
` [PATCH v17 08/24] KVM: Fix comment that refers to kvm uapi header path
` [PATCH v17 09/24] KVM: x86: Enable KVM_GUEST_MEMFD for all 64-bit builds
` [PATCH v17 10/24] KVM: guest_memfd: Add plumbing to host to map guest_memfd pages
` [PATCH v17 11/24] KVM: guest_memfd: Track guest_memfd mmap support in memslot
` [PATCH v17 12/24] KVM: x86/mmu: Rename .private_max_mapping_level() to .gmem_max_mapping_level()
` [PATCH v17 13/24] KVM: x86/mmu: Hoist guest_memfd max level/order helpers "up" in mmu.c
` [PATCH v17 14/24] KVM: x86/mmu: Enforce guest_memfd's max order when recovering hugepages
` [PATCH v17 15/24] KVM: x86/mmu: Extend guest_memfd's max mapping level to shared mappings
` [PATCH v17 16/24] KVM: x86/mmu: Handle guest page faults for guest_memfd with shared memory
` [PATCH v17 17/24] KVM: arm64: Refactor user_mem_abort()
` [PATCH v17 18/24] KVM: arm64: Handle guest_memfd-backed guest page faults
` [PATCH v17 19/24] KVM: arm64: nv: Handle VNCR_EL2-triggered faults backed by guest_memfd
` [PATCH v17 20/24] KVM: arm64: Enable support for guest_memfd backed memory
` [PATCH v17 21/24] KVM: Allow and advertise support for host mmap() on guest_memfd files
` [PATCH v17 22/24] KVM: selftests: Do not use hardcoded page sizes in guest_memfd test
` [PATCH v17 23/24] KVM: selftests: guest_memfd mmap() test when mmap is supported
` [PATCH v17 24/24] KVM: selftests: Add guest_memfd testcase to fault-in on !mmap()'d memory
[GIT PULL 0/2] KVM: s390: updates for 6.17
2025-07-30 8:10 UTC (3+ messages)
` [GIT PULL 1/2] entry: Add arch_in_rcu_eqs()
` [GIT PULL 2/2] KVM: s390: Rework guest entry logic
[RFC PATCH kvmtool 01/10] vfio: Associate vm instance with vfio fd
2025-07-30 8:13 UTC (23+ messages)
` [RFC PATCH kvmtool 02/10] vfio: Rename some functions
` [RFC PATCH kvmtool 03/10] vfio: Create new file legacy.c
` [RFC PATCH kvmtool 05/10] vfio: Add dma map/unmap handlers
` [RFC PATCH kvmtool 07/10] vfio/iommufd: Add basic iommufd support
` [RFC PATCH kvmtool 08/10] vfio/iommufd: Move the hwpt allocation to helper
` [RFC PATCH kvmtool 09/10] vfio/iommufd: Add viommu and vdevice objects
[PATCH 0/2] x86/kvm: Force legacy PCI hole as WB under SNP/TDX
2025-07-30 7:34 UTC (7+ messages)
[PATCH 0/5] KVM: Drop vm_dead, pivot on vm_bugged for -EIO
2025-07-30 6:04 UTC (16+ messages)
` [PATCH 1/5] KVM: Never clear KVM_REQ_VM_DEAD from a vCPU's requests
` [PATCH 2/5] KVM: TDX: Exit with MEMORY_FAULT on unexpected pending S-EPT Violation
` [PATCH 3/5] KVM: Reject ioctls only if the VM is bugged, not simply marked dead
` [PATCH 4/5] KVM: selftests: Use for-loop to handle all successful SEV migrations
` [PATCH 5/5] KVM: TDX: Add sub-ioctl KVM_TDX_TERMINATE_VM
[PATCH v4 00/38] Mediated vPMU 4.0 for x86
2025-07-30 2:25 UTC (13+ messages)
` [PATCH v4 10/38] perf/x86: Support switch_guest_ctx interface
` [PATCH v4 20/38] KVM: x86/pmu: Check if mediated vPMU can intercept rdpmc
[PATCH 0/6] KVM: Export KVM-internal symbols for sub-modules only
2025-07-30 2:14 UTC (8+ messages)
` [PATCH 1/6] KVM: s390/vfio-ap: Use kvm_is_gpa_in_memslot() instead of open coded equivalent
` [PATCH 2/6] KVM: Export KVM-internal symbols for sub-modules only
` [PATCH 3/6] KVM: x86: Move kvm_intr_is_single_vcpu() to lapic.c
` [PATCH 4/6] KVM: x86: Drop pointless exports of kvm_arch_xxx() hooks
` [PATCH 5/6] KVM: x86: Export KVM-internal symbols for sub-modules only
` [PATCH 6/6] x86: Restrict KVM-induced symbol exports to KVM modules where obvious/possible
[PATCH 00/33] vfio: Introduce selftests for VFIO
2025-07-29 22:26 UTC (4+ messages)
[PATCH v2 0/6] VMM can handle guest SEA via KVM_EXIT_ARM_SEA
2025-07-29 21:28 UTC (8+ messages)
` [PATCH v2 1/6] KVM: arm64: VM exit to userspace to handle SEA
[PATCH v2] KVM: arm64: Move bundling vLPI and vSGI to vgic_supports_direct_msis()
2025-07-29 21:23 UTC (2+ messages)
[GIT PULL] KVM: x86: Changes for 6.17
2025-07-29 19:44 UTC (9+ messages)
` [GIT PULL] KVM: x86: Misc changes "
` [GIT PULL] KVM: Device assignment accounting "
` [GIT PULL] KVM: x86: VMX "
[PATCH 0/3] use vm_flags_t consistently
2025-07-29 18:39 UTC (5+ messages)
` [PATCH 2/3] mm: update core kernel code to "
[Bug Report] external_aborts failure related to efa1368ba9f4 ("KVM: arm64: Commit exceptions from KVM_SET_VCPU_EVENTS immediately")
2025-07-29 18:33 UTC (4+ messages)
[PATCH v11 00/23] Enable CET Virtualization
2025-07-29 18:19 UTC (12+ messages)
` [PATCH v11 01/23] KVM: x86: Rename kvm_{g,s}et_msr()* to show that they emulate guest accesses
` [PATCH v11 12/23] KVM: VMX: Introduce CET VMCS fields and control bits
` [PATCH v11 21/23] KVM: nVMX: Enable CET support for nested guest
[PATCH] KVM: arm64: Set/unset vGIC v4 forwarding if direct IRQs are supported
2025-07-29 18:02 UTC (4+ messages)
[GIT PULL] KVM/arm64 changes for 6.17, round #1
2025-07-29 17:48 UTC (4+ messages)
[RFC PATCH] KVM: TDX: Decouple TDX init mem region from kvm_gmem_populate()
2025-07-29 16:33 UTC (14+ messages)
[PATCH 0/2] KVM: arm64: Destroy the stage-2 page-table periodically
2025-07-29 16:01 UTC (5+ messages)
` [PATCH 1/2] KVM: arm64: Split kvm_pgtable_stage2_destroy()
` [PATCH 2/2] KVM: arm64: Destroy the stage-2 page-table periodically
[PATCH] x86/kvm: Make kvm_async_pf_task_wake() a local static helper
2025-07-29 15:39 UTC
[PATCH] vhost: initialize vq->nheads properly
2025-07-29 13:51 UTC (5+ messages)
[GIT PULL] KVM/riscv changes for 6.17
2025-07-29 12:52 UTC (11+ messages)
[RFC PATCH net-next v6 00/14] virtio/vsock: support datagrams
2025-07-29 12:40 UTC (4+ messages)
[GIT PULL v2] KVM/riscv changes for 6.17
2025-07-29 11:34 UTC
[PATCH] KVM: x86: Use gfn_to_pfn_cache for steal_time
2025-07-29 10:28 UTC (5+ messages)
[PATCH kvmtool v3 0/6] arm64: Nested virtualization support
2025-07-29 10:03 UTC (8+ messages)
` [PATCH kvmtool v3 1/6] Sync kernel UAPI headers with v6.16
` [PATCH kvmtool v3 2/6] arm64: Initial nested virt support
` [PATCH kvmtool v3 3/6] arm64: nested: add support for setting maintenance IRQ
` [PATCH kvmtool v3 4/6] arm64: add counter offset control
` [PATCH kvmtool v3 5/6] arm64: add FEAT_E2H0 support
` [PATCH kvmtool v3 6/6] arm64: Generate HYP timer interrupt specifiers
[RFC PATCH 00/20] TD-Preserving updates
2025-07-29 10:00 UTC (4+ messages)
` [RFC PATCH 07/20] x86/virt/tdx: Expose SEAMLDR information via sysfs
vhost: linux-next: crash at vhost_dev_cleanup()
2025-07-29 9:57 UTC (11+ messages)
[PATCH v4 0/4] stackleak: Support Clang stack depth tracking
2025-07-29 9:34 UTC (6+ messages)
` [PATCH v4 1/4] arm64: Handle KCOV __init vs inline mismatches
` [PATCH v4 2/4] x86: "
vhost: linux-next: kernel crash at vhost_dev_cleanup/kfree
2025-07-29 7:44 UTC (3+ messages)
[PATCH v5 0/7] KVM: x86/mmu: Run TDP MMU NX huge page recovery under MMU read lock
2025-07-29 0:19 UTC (18+ messages)
` [PATCH v5 3/7] KVM: x86/mmu: Recover TDP MMU NX huge pages using "
` [PATCH v5 4/7] KVM: x86/mmu: Only grab RCU lock for nx hugepage recovery for TDP MMU
` [PATCH v5 5/7] KVM: selftests: Introduce a selftest to measure execution performance
` [PATCH v5 7/7] KVM: selftests: Add an NX huge pages jitter test
[PATCH v4 2/5] vfio/type1: optimize vfio_pin_pages_remote()
2025-07-28 21:37 UTC (3+ messages)
` [FIXUP] vfio/type1: correct logic of vfio_find_vpfn()
[PATCH 0/4] KVM: arm64: Userspace GICv3 sysreg access fixes and testing
2025-07-28 17:15 UTC (2+ messages)
[PATCH v2] arch/x86/kvm/ioapic: Remove license boilerplate with bad FSF address
2025-07-28 15:50 UTC (4+ messages)
[PATCH] arch/x86/kvm/ioapic: Remove license boilerplate with bad FSF address
2025-07-28 15:34 UTC (4+ messages)
[PATCH net-next V2 0/3] in order support for vhost-net
2025-07-28 14:26 UTC (3+ messages)
` [PATCH net-next V2 2/3] vhost: basic in order support
[kvm-unit-tests PATCH 0/3] Improvements for the s390x panic-loop tests
2025-07-28 14:03 UTC (7+ messages)
` [kvm-unit-tests PATCH 1/3] s390x: Fix unreliable "
` [kvm-unit-tests PATCH 2/3] .gitlab-ci.yml: Add the s390x panic-loop tests to the CI
` [kvm-unit-tests RFC PATCH 3/3] scripts/arch-run.bash: Drop the dependency on "jq"
[PATCH v2 11/16] iommu: Compute iommu_groups properly for PCIe MFDs
2025-07-28 13:58 UTC (3+ messages)
[kvm-unit-tests PATCH 0/2] Fixes for recent kvmtool support changes
2025-07-28 12:52 UTC (2+ messages)
[PATCH v5 0/7] TDX host: kexec/kdump support
2025-07-28 12:28 UTC (8+ messages)
` [PATCH v5 1/7] x86/kexec: Consolidate relocate_kernel() function parameters
` [PATCH v5 2/7] x86/sme: Use percpu boolean to control WBINVD during kexec
` [PATCH v5 3/7] x86/virt/tdx: Mark memory cache state incoherent when making SEAMCALL
` [PATCH v5 4/7] x86/kexec: Disable kexec/kdump on platforms with TDX partial write erratum
` [PATCH v5 5/7] x86/virt/tdx: Remove the !KEXEC_CORE dependency
` [PATCH v5 6/7] x86/virt/tdx: Update the kexec section in the TDX documentation
` [PATCH v5 7/7] KVM: TDX: Explicitly do WBINVD when no more TDX SEAMCALLs
[PATCH RESEND] MIPS: Don't use %pK through printk
2025-07-28 8:01 UTC (2+ messages)
[PATCH v6 0/3] update live migration configuration region
2025-07-28 7:26 UTC (3+ messages)
` [PATCH v6 3/3] migration: adapt to new migration configuration
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;
as well as URLs for NNTP newsgroup(s).