messages from 2025-05-27 03:58:02 to 2025-05-29 05:42:48 UTC [more...]
[RFC PATCH 00/30] Host side (KVM/VFIO/IOMMUFD) support for TDISP using TSM
2025-05-29 5:34 UTC (12+ messages)
` [RFC PATCH 01/30] HACK: dma-buf: Introduce dma_buf_get_pfn_unlocked() kAPI
` [RFC PATCH 02/30] vfio: Export vfio device get and put registration helpers
` [RFC PATCH 03/30] vfio/pci: Share the core device pointer while invoking feature functions
` [RFC PATCH 04/30] vfio/pci: Allow MMIO regions to be exported through dma-buf
` [RFC PATCH 05/30] fixup! vfio/pci: fix dma-buf revoke typo on reset
` [RFC PATCH 06/30] HACK: vfio/pci: Support get_pfn() callback for dma-buf
` [RFC PATCH 07/30] KVM: Support vfio_dmabuf backed MMIO region
` [RFC PATCH 08/30] KVM: x86/mmu: Handle page fault for vfio_dmabuf backed MMIO
` [RFC PATCH 09/30] KVM: x86/mmu: Handle page fault for private MMIO
` [RFC PATCH 10/30] vfio/pci: Export vfio dma-buf specific info for importers
` [RFC PATCH 11/30] KVM: vfio_dmabuf: Fetch VFIO specific dma-buf data for sanity check
[RFC PATCH v2 00/22] TSM: Secure VFIO, TDISP, SEV TIO
2025-05-29 5:30 UTC (7+ messages)
` [RFC PATCH v2 07/22] coco/tsm: Add tsm and tsm-host modules
` [RFC PATCH v2 15/22] KVM: X86: Handle private MMIO as shared
[PATCH v8 00/43] arm64: Support for Arm CCA in KVM
2025-05-29 4:52 UTC (3+ messages)
` [PATCH v8 16/43] arm64: RME: Handle realm enter/exit
[PATCH v3] vfio/type1: optimize vfio_pin_pages_remote() for huge folio
2025-05-29 4:31 UTC (12+ messages)
[PATCH 0/5] KVM: VMX: Fix MMIO Stale Data Mitigation
2025-05-29 4:27 UTC (4+ messages)
` [PATCH 3/5] KVM: VMX: Apply MMIO Stale Data mitigation if KVM maps MMIO into the guest
[RFC PATCH v2 00/51] 1G page support for guest_memfd
2025-05-29 3:26 UTC (28+ messages)
` [RFC PATCH v2 02/51] KVM: guest_memfd: Introduce and use shareability to guard faulting
` [RFC PATCH v2 03/51] KVM: selftests: Update guest_memfd_test for INIT_PRIVATE flag
` [RFC PATCH v2 04/51] KVM: guest_memfd: Introduce KVM_GMEM_CONVERT_SHARED/PRIVATE ioctls
` [RFC PATCH v2 05/51] KVM: guest_memfd: Skip LRU for guest_memfd folios
` [RFC PATCH v2 06/51] KVM: Query guest_memfd for private/shared status
` [RFC PATCH v2 16/51] mm: hugetlb: Consolidate interpretation of gbl_chg within alloc_hugetlb_folio()
` [RFC PATCH v2 33/51] KVM: guest_memfd: Allocate and truncate from custom allocator
` [RFC PATCH v2 38/51] KVM: guest_memfd: Split allocator pages for guest_memfd use
` [RFC PATCH v2 39/51] KVM: guest_memfd: Merge and truncate on fallocate(PUNCH_HOLE)
[PATCH v3 0/9] Add SBI v3.0 PMU enhancements
2025-05-29 1:17 UTC (10+ messages)
` [PATCH v3 9/9] RISC-V: KVM: Upgrade the supported SBI version to 3.0
[PATCH 0/5] LoongArch: KVM: Enhancement about eiointc emulation
2025-05-29 1:11 UTC (6+ messages)
` [PATCH 1/5] LoongArch: KVM: Fix interrupt route update with eiointc
` [PATCH 2/5] LoongArch: KVM: Check interrupt route from physical cpu "
` [PATCH 3/5] LoongArch: KVM: Use standard bitops API "
` [PATCH 4/5] LoongArch: KVM: Remove unused parameter len
` [PATCH 5/5] LoongArch: KVM: Add stat information with kernel irqchip
[PATCH v2 00/13] KVM: Introduce KVM Userfault
2025-05-28 23:25 UTC (17+ messages)
` [PATCH v2 01/13] KVM: Add KVM_MEM_USERFAULT memslot flag and bitmap
` [PATCH v2 05/13] KVM: x86/mmu: Add support for KVM_MEM_USERFAULT
` [PATCH v2 06/13] KVM: arm64: "
[PATCH v10 00/16] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
2025-05-28 23:17 UTC (18+ messages)
` [PATCH v10 01/16] KVM: Rename CONFIG_KVM_PRIVATE_MEM to CONFIG_KVM_GMEM
` [PATCH v10 02/16] KVM: Rename CONFIG_KVM_GENERIC_PRIVATE_MEM to CONFIG_KVM_GENERIC_GMEM_POPULATE
` [PATCH v10 03/16] KVM: Rename kvm_arch_has_private_mem() to kvm_arch_supports_gmem()
` [PATCH v10 04/16] KVM: x86: Rename kvm->arch.has_private_mem to kvm->arch.supports_gmem
` [PATCH v10 05/16] KVM: Rename kvm_slot_can_be_private() to kvm_slot_has_gmem()
` [PATCH v10 06/16] KVM: Fix comments that refer to slots_lock
` [PATCH v10 07/16] KVM: Fix comment that refers to kvm uapi header path
` [PATCH v10 08/16] KVM: guest_memfd: Allow host to map guest_memfd pages
` [PATCH v10 09/16] KVM: guest_memfd: Track shared memory support in memslot
` [PATCH v10 10/16] KVM: x86/mmu: Handle guest page faults for guest_memfd with shared memory
` [PATCH v10 11/16] KVM: x86: Compute max_mapping_level with input from guest_memfd
` [PATCH v10 12/16] KVM: arm64: Refactor user_mem_abort() calculation of force_pte
` [PATCH v10 13/16] KVM: arm64: Handle guest_memfd-backed guest page faults
` [PATCH v10 14/16] KVM: arm64: Enable mapping guest_memfd in arm64
` [PATCH v10 15/16] KVM: Introduce the KVM capability KVM_CAP_GMEM_SHARED_MEM
` [PATCH v10 16/16] KVM: selftests: guest_memfd mmap() test when mapping is allowed
[RFC PATCH 00/33] vfio: Introduce selftests for VFIO
2025-05-28 21:52 UTC (13+ messages)
` [RFC PATCH 08/33] vfio: selftests: Validate 2M/1G HugeTLB are mapped as 2M/1G in IOMMU
` [RFC PATCH 13/33] tools headers: Import drivers/dma/ioat/{hw.h,registers.h}
[PATCH v4] vfio/type1: optimize vfio_pin_pages_remote() for large folio
2025-05-28 20:11 UTC (5+ messages)
[PATCH v5 0/2] kvm: sev: Add SNP guest request throttling
2025-05-28 18:25 UTC (6+ messages)
` [PATCH v5 1/2] kvm: sev: Add SEV-SNP "
[GIT PULL] First batch of KVM changes for Linux 6.16 merge window
2025-05-28 17:24 UTC
[PATCH v2 00/13] objtool: Detect and warn about indirect calls in __nocfi functions
2025-05-28 16:35 UTC (13+ messages)
[GIT PULL v1 0/7] KVM: s390: A fix and some refactoring
2025-05-28 16:16 UTC (8+ messages)
` [GIT PULL v1 1/7] s390/uv: Don't return 0 from make_hva_secure() if the operation was not successful
` [GIT PULL v1 2/7] s390/uv: Always return 0 from s390_wiggle_split_folio() if successful
` [GIT PULL v1 3/7] s390/uv: Improve splitting of large folios that cannot be split while dirty
` [GIT PULL v1 4/7] s390: Remove unneeded includes
` [GIT PULL v1 5/7] KVM: s390: Remove unneeded srcu lock
` [GIT PULL v1 6/7] KVM: s390: Refactor and split some gmap helpers
` [GIT PULL v1 7/7] KVM: s390: Simplify and move pv code
[PATCH] rust: add helper for mutex_trylock
2025-05-28 16:08 UTC (5+ messages)
[kvm-unit-tests PATCH 0/2] s390x: diag10: Fixup
2025-05-28 14:56 UTC (11+ messages)
` [kvm-unit-tests PATCH 1/2] s390x: diag10: Fence tcg and pv environments
` [kvm-unit-tests PATCH 2/2] s390x: diag10: Check page clear
[PATCH v4 0/4] KVM: x86: Dynamically allocate hashed page list
2025-05-28 12:54 UTC (6+ messages)
` [PATCH v4 2/4] KVM: x86/mmu: Dynamically allocate shadow MMU's "
` [PATCH v4 3/4] KVM: x86: Use kvzalloc() to allocate VM struct
[PATCH v5 0/1] KVM: Add support for the ERAPS feature
2025-05-28 12:49 UTC (4+ messages)
` [PATCH v5 1/1] x86: kvm: svm: set up ERAPS support for guests
[PATCH v5 0/4] KVM: s390: Some cleanup and small fixes
2025-05-28 12:15 UTC (7+ messages)
` [PATCH v5 1/4] s390: Remove unneeded includes
` [PATCH v5 2/4] KVM: s390: Remove unneeded srcu lock
` [PATCH v5 3/4] KVM: s390: Refactor and split some gmap helpers
` [PATCH v5 4/4] KVM: s390: Simplify and move pv code
[PATCH net-next v9] selftests/vsock: add initial vmtest.sh for vsock
2025-05-28 8:42 UTC (3+ messages)
[PATCH 1/2] x86/sev/vc: fix efi runtime instruction emulation
2025-05-28 7:38 UTC (6+ messages)
` [PATCH 2/2] x86/sev: let sev_es_efi_map_ghcbs map the caa pages too
[GIT PULL] virtio, vhost: features, fixes
2025-05-28 7:27 UTC
linux-next: build failure after merge of the kvm tree
2025-05-28 6:44 UTC (3+ messages)
[GIT PULL] dma-mapping update for Linux 6.16
2025-05-28 4:18 UTC (2+ messages)
[PATCH] x86/tdx: Always inline tdx_tdvpr_pa()
2025-05-28 3:49 UTC (2+ messages)
[PATCH] KVM: VMX: Add braces for external interrupt information before vmcs_write
2025-05-28 1:56 UTC
[PATCH v5 00/10] Enable shared device assignment
2025-05-28 1:57 UTC (34+ messages)
` [PATCH v5 02/10] memory: Change memory_region_set_ram_discard_manager() to return the result
` [PATCH v5 03/10] memory: Unify the definiton of ReplayRamPopulate() and ReplayRamDiscard()
` [PATCH v5 04/10] ram-block-attribute: Introduce RamBlockAttribute to manage RAMBlock with guest_memfd
` [PATCH v5 05/10] ram-block-attribute: Introduce a helper to notify shared/private state changes
` [PATCH v5 07/10] RAMBlock: Make guest_memfd require coordinate discard
` [PATCH v5 08/10] memory: Change NotifyRamDiscard() definition to return the result
` [PATCH v5 09/10] KVM: Introduce RamDiscardListener for attribute changes during memory conversions
` [PATCH v5 10/10] ram-block-attribute: Add more error handling during state changes
[PATCH net-next v8] selftests/vsock: add initial vmtest.sh for vsock
2025-05-28 0:29 UTC (5+ messages)
[PATCH next] KVM: VMX: add noinstr for is_td_vcpu and is_td
2025-05-28 0:28 UTC (13+ messages)
` [PATCH next V2] KVM: VMX: use __always_inline "
[PATCH v7 0/6] target/i386: Update EPYC CPU models for Cache property, RAS, SVM feature and add EPYC-Turin CPU model
2025-05-27 22:43 UTC (4+ messages)
[PATCH v4 0/5] Add SEV-SNP CipherTextHiding feature support
2025-05-27 20:47 UTC (3+ messages)
[PATCH] x86/tdx: mark tdh_vp_enter() as __flatten
2025-05-27 19:49 UTC (6+ messages)
[PATCH v5 0/6] KVM: lockdep improvements
2025-05-27 16:23 UTC (2+ messages)
[PATCH v6 0/2] SEV-SNP: Add KVM support for SNP certificate fetching
2025-05-27 16:13 UTC (4+ messages)
` [PATCH v6 1/2] KVM: Introduce KVM_EXIT_SNP_REQ_CERTS for SNP certificate-fetching
[Invitation] bi-weekly guest_memfd upstream call on 2025-05-29
2025-05-27 12:32 UTC
[PATCH v8 0/6] Introduce CET supervisor state support
2025-05-27 11:01 UTC (4+ messages)
[RFC 00/10] i386/cpu: Cache CPUID fixup, Intel cache model & topo CPUID enhencement
2025-05-27 9:58 UTC (8+ messages)
` [RFC 01/10] i386/cpu: Mark CPUID[0x80000005] as reserved for Intel
[PATCH net-next v6 0/5] vsock: SOCK_LINGER rework
2025-05-27 9:50 UTC (2+ messages)
[PATCH v2 0/5] KVM: s390: some cleanup and small fixes
2025-05-27 9:14 UTC (4+ messages)
` [PATCH v2 3/5] KVM: s390: refactor some functions in priv.c
[PATCH v9 00/55] QEMU TDX support
2025-05-27 7:46 UTC (5+ messages)
[PATCH v4] RISC-V: KVM: add KVM_CAP_RISCV_USERSPACE_SBI
2025-05-27 6:58 UTC (6+ messages)
[PATCH] Fix comment for virtio-9p
2025-05-27 6:23 UTC (4+ 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;
as well as URLs for NNTP newsgroup(s).