messages from 2025-05-23 10:22:55 to 2025-05-27 08:48:32 UTC [more...]
[RFC PATCH v2 00/51] 1G page support for guest_memfd
2025-05-27 8:45 UTC (13+ messages)
` [RFC PATCH v2 02/51] KVM: guest_memfd: Introduce and use shareability to guard faulting
` [RFC PATCH v2 06/51] KVM: Query guest_memfd for private/shared status
` [RFC PATCH v2 32/51] KVM: guest_memfd: Support guestmem_hugetlb as custom allocator
` [RFC PATCH v2 38/51] KVM: guest_memfd: Split allocator pages for guest_memfd use
[PATCH next] KVM: VMX: add noinstr for is_td_vcpu and is_td
2025-05-27 8:28 UTC (4+ messages)
[PATCH v5 00/10] Enable shared device assignment
2025-05-27 8:12 UTC (43+ 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 06/10] memory: Attach RamBlockAttribute to guest_memfd-backed RAMBlocks
` [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 v9 00/55] QEMU TDX support
2025-05-27 7:46 UTC (5+ messages)
[PATCH v2 0/5] KVM: s390: some cleanup and small fixes
2025-05-27 7:18 UTC (7+ messages)
` [PATCH v2 3/5] KVM: s390: refactor some functions in priv.c
` [PATCH v2 4/5] KVM: s390: refactor and split some gmap helpers
[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)
[PATCH v2 04/14] x86: Handle KCOV __init vs inline mismatches
2025-05-27 3:30 UTC (5+ messages)
[RFC PATCH 00/21] KVM: TDX huge page support for private memory
2025-05-27 1:31 UTC (13+ messages)
` [RFC PATCH 09/21] KVM: TDX: Enable 2MB mapping size after TD is RUNNABLE
[PATCH] x86/tdx: mark tdh_vp_enter() as __flatten
2025-05-26 23:10 UTC (2+ messages)
[GIT PULL] KVM/riscv changes for 6.16
2025-05-26 20:22 UTC (2+ messages)
[GIT PULL] KVM/arm64 updates for 6.16
2025-05-26 20:21 UTC (2+ messages)
[PATCH v3] vfio/type1: optimize vfio_pin_pages_remote() for huge folio
2025-05-26 20:19 UTC (6+ messages)
[GIT PULL] LoongArch KVM changes for v6.16
2025-05-26 20:13 UTC (2+ messages)
[RFC PATCH 0/2] vfio/pci: Block and audit accesses to unassigned config regions
2025-05-26 19:44 UTC (3+ messages)
[RFC PATCH 00/33] vfio: Introduce selftests for VFIO
2025-05-26 17:20 UTC (40+ messages)
` [RFC PATCH 01/33] selftests: Create tools/testing/selftests/vfio
` [RFC PATCH 02/33] vfio: selftests: Add a helper library for VFIO selftests
` [RFC PATCH 03/33] vfio: selftests: Introduce vfio_pci_device_test
` [RFC PATCH 04/33] vfio: selftests: Test basic VFIO and IOMMUFD integration
` [RFC PATCH 05/33] vfio: selftests: Move vfio dma mapping test to their own file
` [RFC PATCH 06/33] vfio: selftests: Add test to reset vfio device
` [RFC PATCH 07/33] vfio: selftests: Use command line to set hugepage size for DMA mapping test
` [RFC PATCH 08/33] vfio: selftests: Validate 2M/1G HugeTLB are mapped as 2M/1G in IOMMU
` [RFC PATCH 09/33] tools headers: Add stub definition for __iomem
` [RFC PATCH 10/33] tools headers: Import asm-generic MMIO helpers
` [RFC PATCH 11/33] tools headers: Import x86 MMIO helper overrides
` [RFC PATCH 12/33] tools headers: Import iosubmit_cmds512()
` [RFC PATCH 13/33] tools headers: Import drivers/dma/ioat/{hw.h,registers.h}
` [RFC PATCH 14/33] tools headers: Import drivers/dma/idxd/registers.h
` [RFC PATCH 15/33] tools headers: Import linux/pci_ids.h
` [RFC PATCH 16/33] vfio: selftests: Keep track of DMA regions mapped into the device
` [RFC PATCH 17/33] vfio: selftests: Enable asserting MSI eventfds not firing
` [RFC PATCH 18/33] vfio: selftests: Add a helper for matching vendor+device IDs
` [RFC PATCH 19/33] vfio: selftests: Add driver framework
` [RFC PATCH 20/33] vfio: sefltests: Add vfio_pci_driver_test
` [RFC PATCH 21/33] vfio: selftests: Add driver for Intel CBDMA
` [RFC PATCH 22/33] vfio: selftests: Add driver for Intel DSA
` [RFC PATCH 23/33] vfio: selftests: Move helper to get cdev path to libvfio
` [RFC PATCH 24/33] vfio: selftests: Encapsulate IOMMU mode
` [RFC PATCH 25/33] vfio: selftests: Add [-i iommu_mode] option to all tests
` [RFC PATCH 26/33] vfio: selftests: Add vfio_type1v2_mode
` [RFC PATCH 27/33] vfio: selftests: Add iommufd_compat_type1{,v2} modes
` [RFC PATCH 28/33] vfio: selftests: Add iommufd mode
` [RFC PATCH 29/33] vfio: selftests: Make iommufd the default iommu_mode
` [RFC PATCH 30/33] vfio: selftests: Add a script to help with running VFIO selftests
` [RFC PATCH 31/33] KVM: selftests: Build and link sefltests/vfio/lib into KVM selftests
` [RFC PATCH 32/33] KVM: selftests: Test sending a vfio-pci device IRQ to a VM
` [RFC PATCH 33/33] KVM: selftests: Use real device MSIs in vfio_pci_device_irq_test
[PATCH net] vsock/virtio: fix `rx_bytes` accounting for stream sockets
2025-05-26 17:10 UTC (2+ messages)
[GIT PULL] dma-mapping update for Linux 6.16
2025-05-26 12:11 UTC
[PATCH net-next v8] selftests/vsock: add initial vmtest.sh for vsock
2025-05-26 11:18 UTC (2+ messages)
[PATCH v3 0/9] Add SBI v3.0 PMU enhancements
2025-05-26 11:13 UTC (6+ messages)
` [PATCH v3 9/9] RISC-V: KVM: Upgrade the supported SBI version to 3.0
[RFC 00/10] i386/cpu: Cache CPUID fixup, Intel cache model & topo CPUID enhencement
2025-05-26 10:52 UTC (4+ messages)
` [RFC 01/10] i386/cpu: Mark CPUID[0x80000005] as reserved for Intel
[PATCH v3 0/3] KVM: s390: Use ESCA instead of BSCA at VM init
2025-05-26 10:36 UTC (4+ messages)
` [PATCH v3 2/3] KVM: s390: Always allocate esca_block
[PATCH v8 00/14] riscv: add SBI FWFT misaligned exception delegation support
2025-05-26 9:38 UTC (21+ messages)
` [PATCH v8 07/14] riscv: misaligned: use on_each_cpu() for scalar misaligned access probing
` [PATCH v8 08/14] riscv: misaligned: declare misaligned_access_speed under CONFIG_RISCV_MISALIGNED
` [PATCH v8 09/14] riscv: misaligned: move emulated access uniformity check in a function
` [PATCH v8 10/14] riscv: misaligned: add a function to check misalign trap delegability
` [PATCH v8 13/14] RISC-V: KVM: add support for FWFT SBI extension
` [PATCH v8 14/14] RISC-V: KVM: add support for SBI_FWFT_MISALIGNED_DELEG
[PATCH v4 00/27] hw/i386/pc: Remove deprecated 2.6 and 2.7 PC machines
2025-05-26 8:58 UTC (12+ messages)
` [PATCH v4 12/27] target/i386/cpu: Remove CPUX86State::enable_cpuid_0xb field
` How to mark internal properties (was: Re: [PATCH v4 12/27] target/i386/cpu: Remove CPUX86State::enable_cpuid_0xb field)
` How to mark internal properties
(no subject)
2025-05-26 8:45 UTC
[PATCH v4 0/4] KVM: s390: some cleanup and small fixes
2025-05-26 8:28 UTC (6+ messages)
` [PATCH v4 1/4] s390: remove unneeded includes
` [PATCH v4 2/4] KVM: s390: remove unneeded srcu lock
` [PATCH v4 3/4] KVM: s390: refactor and split some gmap helpers
` [PATCH v4 4/4] KVM: s390: simplify and move pv code
[RFC PATCH 00/12] Private MMIO support for private assigned dev
2025-05-26 7:18 UTC (18+ messages)
[PATCH v4 00/38] Mediated vPMU 4.0 for x86
2025-05-26 6:15 UTC (3+ messages)
` [PATCH v4 20/38] KVM: x86/pmu: Check if mediated vPMU can intercept rdpmc
[PATCH v4] vfio/type1: optimize vfio_pin_pages_remote() for large folio
2025-05-26 3:37 UTC (4+ messages)
[PATCH v3 00/13] KVM: Make irqfd registration globally unique
2025-05-26 3:36 UTC (6+ messages)
` [PATCH v3 13/13] KVM: selftests: Add a KVM_IRQFD test to verify uniqueness requirements
[RFC PATCH v6 00/32] AMD: Add Secure AVIC Guest Support
2025-05-26 3:01 UTC (10+ messages)
` [RFC PATCH v6 07/32] KVM: x86: apic_test_vector() to common code
` [RFC PATCH v6 08/32] x86/apic: Remove redundant parentheses around 'bitmap'
` [RFC PATCH v6 10/32] x86/apic: Change apic_*_vector() vector param to unsigned
[RFC PATCH kvmtool 01/10] vfio: Associate vm instance with vfio fd
2025-05-25 7:49 UTC (10+ 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] RISC-V: KVM: lock the correct mp_state during reset
2025-05-24 15:58 UTC (2+ messages)
[PATCH v3 0/2] RISC-V: KVM: VCPU reset fixes
2025-05-24 9:59 UTC (7+ messages)
[PATCH 00/67] KVM: iommu: Overhaul device posted IRQs support
2025-05-23 23:52 UTC (3+ messages)
[PATCH] selftests: kvm: Fix spelling of 'occurrences' in sparsebit.c comments
2025-05-23 18:13 UTC
[PATCH v8 0/6] Introduce CET supervisor state support
2025-05-23 17:48 UTC (4+ messages)
[PATCH v4 0/5] Add SEV-SNP CipherTextHiding feature support
2025-05-23 17:29 UTC (3+ messages)
` [PATCH v4 5/5] KVM: SEV: Add SEV-SNP CipherTextHiding support
[GIT PULL] KVM: x86: Changes for 6.16
2025-05-23 16:25 UTC (7+ messages)
` [GIT PULL] KVM: x86: Misc changes "
` [GIT PULL] KVM: x86: MMU "
` [GIT PULL] KVM: x86: Posted Interrupt PIR "
` [GIT PULL] KVM: selftests "
` [GIT PULL] KVM: x86: SVM "
` [GIT PULL] KVM: x86: VMX "
[PATCH v7 0/6] Introduce CET supervisor state support
2025-05-16 15:19 UTC (3+ messages)
[RFC, PATCH 00/12] TDX: Enable Dynamic PAMT
2025-05-23 12:00 UTC (11+ messages)
` [RFC, PATCH 05/12] KVM: TDX: Add tdx_pamt_get()/put() helpers
` [RFC, PATCH 08/12] KVM: x86/tdp_mmu: Add phys_prepare() and phys_cleanup() to kvm_x86_ops
[PATCH v4 0/4] KVM: x86: Dynamically allocate hashed page list
2025-05-23 11:31 UTC (3+ messages)
` [PATCH v4 1/4] KVM: TDX: Move TDX hardware setup from main.c to tdx.c
[PATCH v3 0/3] KVM: x86: Dynamically allocate hashed page list
2025-05-23 11:31 UTC (11+ messages)
` [PATCH v3 2/3] KVM: x86: Use kvzalloc() to allocate VM struct
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).