messages from 2023-09-20 14:03:09 to 2023-09-21 20:42:04 UTC [more...]
[PATCH vfio 00/11] Introduce a vfio driver over virtio devices
2023-09-21 19:58 UTC (40+ messages)
` [PATCH vfio 01/11] virtio-pci: Use virtio pci device layer vq info instead of generic one
` [PATCH vfio 02/11] virtio: Define feature bit for administration virtqueue
` [PATCH vfio 03/11] virtio-pci: Introduce admin virtqueue
` [PATCH vfio 04/11] virtio: Expose the synchronous command helper function
` [PATCH vfio 05/11] virtio-pci: Introduce admin command sending function
` [PATCH vfio 06/11] virtio-pci: Introduce API to get PF virtio device from VF PCI device
` [PATCH vfio 07/11] virtio-pci: Introduce admin commands
` [PATCH vfio 08/11] vfio/pci: Expose vfio_pci_core_setup_barmap()
` [PATCH vfio 09/11] vfio/pci: Expose vfio_pci_iowrite/read##size()
` [PATCH vfio 10/11] vfio/virtio: Expose admin commands over virtio device
` [PATCH vfio 11/11] vfio/virtio: Introduce a vfio driver over virtio devices
[PATCH v10 00/38] x86: enable FRED for x86-64
2023-09-21 17:54 UTC (33+ messages)
` [PATCH v10 03/38] x86/msr: Add the WRMSRNS instruction support
` [PATCH v10 13/38] x86/cpu: Add X86_CR4_FRED macro
` [PATCH v10 16/38] x86/ptrace: Add FRED additional information to the pt_regs structure
` [PATCH v10 28/38] x86/fred: FRED entry/exit and dispatch code
` [PATCH v10 33/38] x86/entry: Add fred_entry_from_kvm() for VMX to handle IRQ/NMI
` [PATCH v10 34/38] KVM: VMX: Call fred_entry_from_kvm() for IRQ/NMI handling
` [PATCH v10 36/38] x86/fred: Add fred_syscall_init()
[PATCH] accel/kvm/kvm-all: Handle register access errors
2023-09-21 13:33 UTC (7+ messages)
[RFC PATCH v2 0/6] KVM: gmem: Implement test cases for error_remove_page
2023-09-21 20:14 UTC (7+ messages)
` [RFC PATCH v2 1/6] KVM: gmem: Truncate pages on punch hole
` [RFC PATCH v2 2/6] KVM: selftests: Add negative test cases for punch hole for guest_memfd()
` [RFC PATCH v2 3/6] KVM: selftests: Add tests for punch hole on guest_memfd
` [RFC PATCH v2 4/6] KVM: gmem: Add ioctl to inject memory failure on guest memfd
` [RFC PATCH v2 5/6] KVM: selftests: Add test cases for KVM_GUEST_MEMORY_FAILURE
` [RFC PATCH v2 6/6] KVM: guest_memfd: selftest: Add test case for error_remove_page method
[PATCH v2 00/11] KVM: arm64: Accelerate lookup of vcpus by MPIDR values (and other fixes)
2023-09-21 12:58 UTC (20+ messages)
` [PATCH v2 01/11] KVM: arm64: vgic: Make kvm_vgic_inject_irq() take a vcpu pointer
` [PATCH v2 02/11] KVM: arm64: vgic-its: Treat the collection target address as a vcpu_id
` [PATCH v2 03/11] KVM: arm64: vgic-v3: Refactor GICv3 SGI generation
` [PATCH v2 04/11] KVM: arm64: vgic-v2: Use cpuid from userspace as vcpu_id
` [PATCH v2 05/11] KVM: arm64: vgic: Use vcpu_idx for the debug information
` [PATCH v2 06/11] KVM: arm64: Use vcpu_idx for invalidation tracking
` [PATCH v2 07/11] KVM: arm64: Simplify kvm_vcpu_get_mpidr_aff()
` [PATCH v2 08/11] KVM: arm64: Build MPIDR to vcpu index cache at runtime
` [PATCH v2 09/11] KVM: arm64: Fast-track kvm_mpidr_to_vcpu() when mpidr_data is available
` [PATCH v2 10/11] KVM: arm64: vgic-v3: Optimize affinity-based SGI injection
` [PATCH v2 11/11] KVM: arm64: Clarify the ordering requirements for vcpu/RD creation
[PATCH v9 0/6] KVM: allow mapping non-refcounted pages
2023-09-21 20:06 UTC (8+ messages)
` [PATCH v9 6/6] KVM: x86/mmu: Handle "
[RFC PATCH v2 00/21] QEMU gmem implemention
2023-09-21 9:11 UTC (20+ messages)
` [RFC PATCH v2 02/21] RAMBlock: Add support of KVM private gmem
` [RFC PATCH v2 03/21] HostMem: Add private property and associate it with RAM_KVM_GMEM
` [RFC PATCH v2 04/21] memory: Introduce memory_region_has_gmem_fd()
` [RFC PATCH v2 05/21] kvm: Enable KVM_SET_USER_MEMORY_REGION2 for memslot
` [RFC PATCH v2 07/21] i386/pc: Drop pc_machine_kvm_type()
[PATCH v4 00/17] iommufd: Add nesting infrastructure
2023-09-21 16:44 UTC (19+ messages)
` [PATCH v4 01/17] iommu: Add hwpt_type with user_data for domain_alloc_user op
` [PATCH v4 02/17] iommu: Add nested domain support
` [PATCH v4 04/17] iommufd: Pass in hwpt_type/user_data to iommufd_hw_pagetable_alloc()
` [PATCH v4 05/17] iommufd: Separate kernel-managed HWPT alloc/destroy/abort functions
` [PATCH v4 06/17] iommufd: Add shared alloc_fn function pointer and mutex pointer
` [PATCH v4 07/17] iommufd: Add user-managed hw_pagetable support
` [PATCH v4 08/17] iommufd: Always setup MSI and anforce cc on kernel-managed domains
` [PATCH v4 09/17] iommufd/device: Add helpers to enforce/remove device reserved regions
` [PATCH v4 10/17] iommufd: Support IOMMU_HWPT_ALLOC allocation with user data
` [PATCH v4 11/17] iommufd: Add IOMMU_HWPT_INVALIDATE
` [PATCH v4 12/17] iommufd/selftest: Rework TEST_LENGTH to test min_size explicitly
` [PATCH v4 14/17] iommufd/selftest: Add coverage for IOMMU_HWPT_ALLOC with nested HWPTs
` [PATCH v4 15/17] iommufd/selftest: Add mock_domain_cache_invalidate_user support
` [PATCH v4 16/17] iommufd/selftest: Add IOMMU_TEST_OP_MD_CHECK_IOTLB test op
` [PATCH v4 17/17] iommufd/selftest: Add coverage for IOMMU_HWPT_INVALIDATE ioctl
[PATCH v2 0/9] Upgrade intel vPMU version to 5
2023-09-21 8:29 UTC (9+ messages)
` [PATCH v2 1/9] KVM: x86/PMU: Delay vLBR release to the vcpu next sched-in
` [PATCH v2 2/9] KVM: x86/pmu: Don't release vLBR casued by vPMI
` [PATCH v2 4/9] KVM: x86/pmu: Add PERF_GLOBAL_STATUS_SET MSR emulation
` [PATCH v2 5/9] KVM: x86/pmu: Add MSR_CORE_PERF_GLOBAL_INUSE emulation
` [PATCH v2 6/9] KVM: x86/pmu: Add Intel PMU supported fixed counters mask
` [PATCH v2 7/9] KVM: x86/pmu: Add fixed counter enumeration for pmu v5
` [PATCH v2 8/9] KVM: x86/pmu: Upgrade pmu version to 5 on intel processor
` [PATCH v2 9/9] KVM: selftests: Add fixed counters enumeration test case
[PATCH v5 00/11] Add Intel VT-d nested translation
2023-09-21 13:33 UTC (11+ messages)
` [PATCH v5 03/11] iommu/vt-d: Add helper for nested domain allocation
` [PATCH v5 04/11] iommu/vt-d: Add helper to setup pasid nested translation
` [PATCH v5 05/11] iommu/vt-d: Make domain attach helpers to be extern
` [PATCH v5 06/11] iommu/vt-d: Set the nested domain to a device
` [PATCH v5 07/11] iommufd: Add data structure for Intel VT-d stage-1 cache invalidation
` [PATCH v5 08/11] iommu/vt-d: Make iotlb flush helpers to be extern
` [PATCH v5 09/11] iommu/vt-d: Add iotlb flush for nested domain
` [PATCH v5 10/11] iommu/vt-d: Add nested domain allocation
` [PATCH v5 11/11] iommu/vt-d: Disallow read-only mappings to nest parent domain
[PATCH 0/4] KVM RISC-V fixes for ONE_REG interface
2023-09-21 5:12 UTC (6+ messages)
` [PATCH 3/4] KVM: riscv: selftests: Fix ISA_EXT register handling in get-reg-list
[PATCH v10 00/12] KVM: arm64: Enable 'writable' ID registers
2023-09-21 9:56 UTC (14+ messages)
` [PATCH v10 01/12] KVM: arm64: Allow userspace to get the writable masks for feature "
` [PATCH v10 02/12] KVM: arm64: Document KVM_ARM_GET_REG_WRITABLE_MASKS
` [PATCH v10 03/12] KVM: arm64: Use guest ID register values for the sake of emulation
` [PATCH v10 04/12] KVM: arm64: Reject attempts to set invalid debug arch version
` [PATCH v10 05/12] KVM: arm64: Bump up the default KVM sanitised debug version to v8p8
` [PATCH v10 06/12] KVM: arm64: Allow userspace to change ID_AA64ISAR{0-2}_EL1
` [PATCH v10 07/12] KVM: arm64: Allow userspace to change ID_AA64MMFR{0-2}_EL1
` [PATCH v10 08/12] KVM: arm64: Allow userspace to change ID_AA64PFR0_EL1
` [PATCH v10 09/12] KVM: arm64: Allow userspace to change ID_AA64ZFR0_EL1
` [PATCH v10 10/12] KVM: arm64: Document vCPU feature selection UAPIs
` [PATCH v10 11/12] KVM: arm64: selftests: Import automatic generation of sysreg defs
` [PATCH v10 12/12] KVM: arm64: selftests: Test for setting ID register from usersapce
[PATCH 0/3] KVM: x86/mmu: Drop async zapping of TDP MMU roots
2023-09-21 14:32 UTC (8+ messages)
` [PATCH 1/3] KVM: x86/mmu: Open code walking TDP MMU roots for mmu_notifier's zap SPTEs
` [PATCH 2/3] KVM: x86/mmu: Take "shared" instead of "as_id" TDP MMU's yield-safe iterator
` [PATCH 3/3] KVM: x86/mmu: Stop zapping invalidated TDP MMU roots asynchronously
[RFC v2 0/4] Support reconnection in vduse
2023-09-21 14:06 UTC (7+ messages)
` [RFC v2 1/4] vduse: Add function to get/free the pages for reconnection
` [RFC v2 4/4] vduse: Add new ioctl VDUSE_GET_RECONNECT_INFO
[PATCH 0/4] target/i386: add support for FRED
2023-09-21 9:03 UTC (3+ messages)
` [PATCH 4/4] target/i386: add live migration "
[PATCH 0/8] KVM: arm64: Cleanup + fix to vCPU reset, feature flags
2023-09-21 12:48 UTC (12+ messages)
` [PATCH 1/8] KVM: arm64: Add generic check for system-supported vCPU features
` [PATCH 2/8] KVM: arm64: Hoist PMUv3 check into KVM_ARM_VCPU_INIT ioctl handler
` [PATCH 3/8] KVM: arm64: Hoist SVE "
` [PATCH 4/8] KVM: arm64: Hoist PAuth checks into KVM_ARM_VCPU_INIT ioctl
` [PATCH 5/8] KVM: arm64: Prevent NV feature flag on systems w/o nested virt
` [PATCH 6/8] KVM: arm64: Hoist NV+SVE check into KVM_ARM_VCPU_INIT ioctl handler
` [PATCH 7/8] KVM: arm64: Remove unused return value from kvm_reset_vcpu()
` [PATCH 8/8] KVM: arm64: Get rid of vCPU-scoped feature bitmap
[RFC PATCH v12 00/33] KVM: guest_memfd() and per-page attributes
2023-09-21 19:10 UTC (24+ messages)
` [RFC PATCH v12 02/33] KVM: Use gfn instead of hva for mmu_notifier_retry
` [RFC PATCH v12 11/33] KVM: Introduce per-page memory attributes
` [RFC PATCH v12 14/33] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
` [RFC PATCH v12 18/33] KVM: x86/mmu: Handle page fault for private memory
[PATCH 0/2] KVM: arm64: Address soft lockups due to I-cache CMOs
2023-09-21 7:39 UTC (6+ messages)
` [PATCH 1/2] arm64: tlbflush: Rename MAX_TLBI_OPS
` [PATCH 2/2] KVM: arm64: Avoid soft lockups due to I-cache maintenance
[PATCH net-next v9 0/4] vsock/virtio/vhost: MSG_ZEROCOPY preparations
2023-09-21 10:50 UTC (2+ messages)
[PATCH] KVM: selftests: Treat %llx like %lx when formatting guest printf
2023-09-21 17:16 UTC
[PATCH v21 00/29] Add KVM LoongArch support
2023-09-21 7:17 UTC (9+ messages)
[PATCH v2] KVM: x86: Use octal for file permission
2023-09-21 14:14 UTC
[PATCH vfio 0/3] pds/vfio: Fixes for locking bugs
2023-09-21 14:49 UTC (5+ messages)
` [PATCH vfio 3/3] pds/vfio: Fix possible sleep while in atomic context
[GIT PULL] KVM/riscv fixes for 6.6, take #1
2023-09-21 9:43 UTC
[PATCH 0/6] iommufd support allocating nested parent domain
2023-09-21 1:31 UTC (6+ messages)
` [PATCH 6/6] iommu/vt-d: Add domain_alloc_user op
[ANNOUNCE] PUCK Agenda - 2023.09.20 - No Topic (Office Hours)
2023-09-21 9:15 UTC (4+ messages)
[RFC PATCH v2 0/8] KVM: arm64: Implement SW/HW combined dirty log
2023-09-20 21:12 UTC (6+ messages)
[PATCH vfio 0/9] Add chunk mode support for mlx5 driver
2023-09-20 18:31 UTC (2+ messages)
[PATCH rc] kvm: Prevent compiling virt/kvm/vfio.c unless VFIO is selected
2023-09-20 18:18 UTC
[PATCH] KVM: selftests: Assert that vasprintf() is successful
2023-09-20 16:29 UTC (2+ messages)
[PATCH] vfio/mdev: Fix a null-ptr-deref bug for mdev_unregister_parent()
2023-09-20 16:27 UTC (2+ messages)
[PATCH v1 0/4] mm: Implement ECC handling for pfn with no struct page
2023-09-20 16:04 UTC (4+ messages)
` [PATCH v1 4/4] vfio/nvgpu: register device memory for poison handling
[PATCH v2 0/4] KVM RISC-V fixes for ONE_REG interface
2023-09-20 15:59 UTC (6+ messages)
` [PATCH v2 1/4] RISC-V: KVM: Fix KVM_GET_REG_LIST API for ISA_EXT registers
` [PATCH v2 2/4] RISC-V: KVM: Fix riscv_vcpu_get_isa_ext_single() for missing extensions
` [PATCH v2 3/4] KVM: riscv: selftests: Fix ISA_EXT register handling in get-reg-list
` [PATCH v2 4/4] KVM: riscv: selftests: Selectively filter-out AIA registers
[kvm-unit-tests PATCH v2 0/3] Fix test failures caused by CET KVM series
2023-09-20 15:44 UTC (2+ messages)
[kvm-unit-tests GIT PULL] x86: Fixes, cleanups and new testscases
2023-09-20 15:34 UTC (2+ messages)
[RFC PATCH 0/3] x86/paravirt: Get rid of paravirt patching
2023-09-20 14:52 UTC (3+ messages)
` [RFC PATCH 1/3] x86/paravirt: move some functions and defines to alternative
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