messages from 2025-07-25 15:13:32 to 2025-07-29 17:42:54 UTC [more...]
[PATCH 0/6] KVM: Export KVM-internal symbols for sub-modules only
2025-07-29 17:42 UTC (7+ 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
[GIT PULL] KVM/arm64 changes for 6.17, round #1
2025-07-29 17:17 UTC (3+ messages)
[PATCH] KVM: arm64: Set/unset vGIC v4 forwarding if direct IRQs are supported
2025-07-29 16:56 UTC (3+ messages)
[RFC PATCH] KVM: TDX: Decouple TDX init mem region from kvm_gmem_populate()
2025-07-29 16:33 UTC (14+ messages)
[PATCH 00/10] vfio/pci: Allow MMIO regions to be exported through dma-buf
2025-07-29 16:12 UTC (35+ 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 0/2] KVM: arm64: Destroy the stage-2 page-table periodically
2025-07-29 16:01 UTC (7+ 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)
[RFC PATCH kvmtool 01/10] vfio: Associate vm instance with vfio fd
2025-07-29 9:43 UTC (29+ messages)
` [RFC PATCH kvmtool 02/10] vfio: Rename some functions
` [RFC PATCH kvmtool 03/10] vfio: Create new file legacy.c
` [RFC PATCH kvmtool 04/10] vfio: Update vfio header from linux kernel
` [RFC PATCH kvmtool 05/10] vfio: Add dma map/unmap handlers
` [RFC PATCH kvmtool 06/10] vfio/iommufd: Import iommufd header from kernel
` [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
` [RFC PATCH kvmtool 10/10] util/update_headers: Add vfio related header files to update list
[PATCH v4 0/4] stackleak: Support Clang stack depth tracking
2025-07-29 9:34 UTC (9+ 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 0/3] use vm_flags_t consistently
2025-07-29 5:25 UTC (4+ messages)
` [PATCH 2/3] mm: update core kernel code to "
[PATCH v4 00/38] Mediated vPMU 4.0 for x86
2025-07-29 3:29 UTC (5+ messages)
` [PATCH v4 20/38] KVM: x86/pmu: Check if mediated vPMU can intercept rdpmc
[PATCH v11 00/23] Enable CET Virtualization
2025-07-29 2:17 UTC (11+ 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 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 (5+ 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 00/33] vfio: Introduce selftests for VFIO
2025-07-28 16:27 UTC (3+ messages)
[GIT PULL] KVM: x86: Changes for 6.17
2025-07-28 15:50 UTC (17+ messages)
` [GIT PULL] KVM: x86: Local APIC refactoring "
` [GIT PULL] KVM: Dirty Ring changes "
` [GIT PULL] KVM: Generic "
` [GIT PULL] KVM: IRQ "
` [GIT PULL] KVM: x86: Misc "
` [GIT PULL] KVM: x86: MMIO State Data mitigation "
` [GIT PULL] KVM: x86: MMU "
` [GIT PULL] KVM: Device assignment accounting "
` [GIT PULL] KVM: x86: Selftests "
` [GIT PULL] KVM: x86: SEV "
` [GIT PULL] KVM: x86: SVM "
` [GIT PULL] KVM: x86: VMX "
[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 0/2] x86/kvm: Force legacy PCI hole as WB under SNP/TDX
2025-07-28 15:33 UTC (6+ 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 (5+ messages)
` [PATCH v6 3/3] migration: adapt to new migration configuration
[PATCH v16 00/22] KVM: Enable host userspace mapping for guest_memfd-backed memory for non-CoCo VMs
2025-07-28 7:05 UTC (29+ messages)
` [PATCH v16 05/22] KVM: Rename CONFIG_KVM_GENERIC_PRIVATE_MEM to CONFIG_HAVE_KVM_ARCH_GMEM_POPULATE
` [PATCH v16 14/22] KVM: x86/mmu: Enforce guest_memfd's max order when recovering hugepages
` [PATCH v16 15/22] KVM: x86/mmu: Extend guest_memfd's max mapping level to shared mappings
` [PATCH v16 22/22] KVM: selftests: guest_memfd mmap() test when mmap is supported
[PATCH v5 0/3] update live migration configuration region
2025-07-27 12:45 UTC (4+ messages)
` [PATCH v5 2/3] migration: qm updates BAR configuration
[PATCH kvmtool v2 0/6] arm64: Nested virtualization support
2025-07-26 10:34 UTC (9+ messages)
` [PATCH kvmtool v2 4/6] arm64: Add counter offset control
` [PATCH kvmtool v2 5/6] arm64: add FEAT_E2H0 support (TBC)
[Bug Report] external_aborts failure related to efa1368ba9f4 ("KVM: arm64: Commit exceptions from KVM_SET_VCPU_EVENTS immediately")
2025-07-26 9:18 UTC (3+ messages)
[PATCH v3 00/16] objtool: Detect and warn about indirect calls in __nocfi functions
2025-07-26 4:54 UTC (8+ messages)
` [PATCH v3 14/16] x86/fred: Play nice with invoking asm_fred_entry_from_kvm() on non-FRED hardware
` [PATCH v3 16/16] objtool: Validate kCFI calls
[PATCH v2 0/6] VMM can handle guest SEA via KVM_EXIT_ARM_SEA
2025-07-25 22:54 UTC (7+ messages)
` [PATCH v2 1/6] KVM: arm64: VM exit to userspace to handle SEA
[PATCH v7 0/7] Add SEV-SNP CipherTextHiding feature support
2025-07-25 18:46 UTC (5+ messages)
` [PATCH v7 7/7] KVM: SEV: Add SEV-SNP CipherTextHiding support
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).