messages from 2022-11-28 15:41:05 to 2022-11-29 23:59:46 UTC [more...]
[PATCH v3 0/7] x86/cpu, kvm: Support AMD Automatic IBRS
2022-11-29 23:58 UTC (5+ messages)
` [PATCH v3 1/7] x86/cpu, kvm: Define a scattered No Nested Data Breakpoints feature bit
` [PATCH v3 2/7] x86/cpu, kvm: Define a scattered Null Selector Clears Base "
` [PATCH v3 3/7] x86/cpu, kvm: Make X86_FEATURE_LFENCE_RDTSC a scattered "
` [PATCH v3 4/7] x86/cpu, kvm: Move CPUID 0x80000021 EAX feature bits propagation to kvm_set_cpu_caps
[[RESEND] iommufd PATCH v2 0/2] Make mdev driver dma_unmap callback tolerant to unmaps come before device open
2022-11-29 22:02 UTC (4+ messages)
` [[RESEND] iommufd PATCH v2 1/2] i915/gvt: Move gvt mapping cache initialization to intel_vgpu_init_dev()
` [[RESEND] iommufd PATCH v2 2/2] vfio/ap: validate iova during dma_unmap and trigger irq disable
[PATCH v7 00/20] TDX host kernel support
2022-11-29 21:40 UTC (29+ messages)
` [PATCH v7 06/20] x86/virt/tdx: Shut down TDX module in case of error
` [PATCH v7 11/20] x86/virt/tdx: Add placeholder to construct TDMRs to cover all TDX memory regions
` [PATCH v7 13/20] x86/virt/tdx: Allocate and set up PAMTs for TDMRs
` [PATCH v7 14/20] x86/virt/tdx: Set up reserved areas for all TDMRs
[PATCH 0/4] KVM: arm64: Parallel access faults
2022-11-29 21:15 UTC (8+ messages)
` [PATCH 1/4] KVM: arm64: Use KVM's pte type/helpers in handle_access_fault()
` [PATCH 2/4] KVM: arm64: Don't serialize if the access flag isn't set
` [PATCH 3/4] KVM: arm64: Handle access faults behind the read lock
` [PATCH 4/4] KVM: arm64: Condition HW AF updates on config option
[PATCH v6 00/19] IOMMUFD Generic interface
2022-11-29 21:10 UTC (23+ messages)
` [PATCH v6 01/19] iommu: Add IOMMU_CAP_ENFORCE_CACHE_COHERENCY
` [PATCH v6 02/19] iommu: Add device-centric DMA ownership interfaces
` [PATCH v6 03/19] interval-tree: Add a utility to iterate over spans in an interval tree
` [PATCH v6 04/19] scripts/kernel-doc: support EXPORT_SYMBOL_NS_GPL() with -export
` [PATCH v6 05/19] iommufd: Document overview of iommufd
` [PATCH v6 06/19] iommufd: File descriptor, context, kconfig and makefiles
` [PATCH v6 07/19] kernel/user: Allow user::locked_vm to be usable for iommufd
` [PATCH v6 08/19] iommufd: PFN handling for iopt_pages
` [PATCH v6 09/19] iommufd: Algorithms for PFN storage
` [PATCH v6 10/19] iommufd: Data structure to provide IOVA to PFN mapping
` [PATCH v6 11/19] iommufd: IOCTLs for the io_pagetable
` [PATCH v6 12/19] iommufd: Add a HW pagetable object
` [PATCH v6 13/19] iommufd: Add kAPI toward external drivers for physical devices
` [PATCH v6 14/19] iommufd: Add kAPI toward external drivers for kernel access
` [PATCH v6 15/19] iommufd: vfio container FD ioctl compatibility
` [PATCH v6 16/19] iommufd: Add kernel support for testing iommufd
` [PATCH v6 17/19] iommufd: Add some fault injection points
` [PATCH v6 18/19] iommufd: Add additional invariant assertions
` [PATCH v6 19/19] iommufd: Add a selftest
[PATCH v4 00/10] Connect VFIO to IOMMUFD
2022-11-29 20:31 UTC (11+ messages)
` [PATCH v4 01/10] vfio: Move vfio_device driver open/close code to a function
` [PATCH v4 02/10] vfio: Move vfio_device_assign_container() into vfio_device_first_open()
` [PATCH v4 03/10] vfio: Rename vfio_device_assign/unassign_container()
` [PATCH v4 04/10] vfio: Use IOMMU_CAP_ENFORCE_CACHE_COHERENCY for vfio_file_enforced_coherent()
` [PATCH v4 05/10] vfio-iommufd: Allow iommufd to be used in place of a container fd
` [PATCH v4 06/10] vfio-iommufd: Support iommufd for physical VFIO devices
` [PATCH v4 07/10] vfio-iommufd: Support iommufd for emulated "
` [PATCH v4 08/10] vfio: Move container related MODULE_ALIAS statements into container.c
` [PATCH v4 09/10] vfio: Make vfio_container optionally compiled
` [PATCH v4 10/10] iommufd: Allow iommufd to supply /dev/vfio/vfio
[kvm-unit-tests PATCH] x86: Fix test failures as a result of using clang-18
2022-11-29 20:32 UTC
[PATCH] KVM: X86: set EXITING_GUEST_MODE as soon as vCPU exits
2022-11-29 19:56 UTC (3+ messages)
[PATCH] vfio/platform: Remove the ACPI buffer memory to fix memory leak
2022-11-29 19:52 UTC (2+ messages)
[PATCH v2 00/11] SVM: vNMI (with my fixes)
2022-11-29 19:37 UTC (12+ messages)
` [PATCH v2 01/11] KVM: nSVM: don't sync back tlb_ctl on nested VM exit
` [PATCH v2 02/11] KVM: nSVM: clean up the copying of V_INTR bits from vmcb02 to vmcb12
` [PATCH v2 03/11] KVM: nSVM: explicitly raise KVM_REQ_EVENT on nested VM exit if L1 doesn't intercept interrupts
` [PATCH v2 04/11] KVM: SVM: drop the SVM specific H_FLAGS
` [PATCH v2 05/11] KVM: x86: emulator: stop using raw host flags
` [PATCH v2 06/11] KVM: SVM: add wrappers to enable/disable IRET interception
` [PATCH v2 07/11] KVM: x86: add a delayed hardware NMI injection interface
` [PATCH v2 08/11] x86/cpu: Add CPUID feature bit for VNMI
` [PATCH v2 09/11] KVM: SVM: Add VNMI bit definition
` [PATCH v2 10/11] KVM: SVM: implement support for vNMI
` [PATCH v2 11/11] KVM: nSVM: implement support for nested VNMI
[PATCH v9 0/8] KVM: mm: fd-based approach for supporting KVM
2022-11-29 19:18 UTC (12+ messages)
` [PATCH v9 1/8] mm: Introduce memfd_restricted system call to create restricted user memory
[RFC PATCH v4 0/2] Deprecate BUG() in pte_list_remove() in shadow mmu
2022-11-29 19:12 UTC (3+ messages)
` [RFC PATCH v4 1/2] KVM: x86/mmu: plumb struct kvm all the way to pte_list_remove()
` [RFC PATCH v4 2/2] KVM: x86/mmu: replace BUG() with KVM_BUG() in shadow mmu
[PATCH kvmtool v1 00/17] Use memfd for guest vm memory allocation
2022-11-29 18:09 UTC (9+ messages)
` [PATCH kvmtool v1 08/17] Use memfd for all guest ram allocations
[PATCH 0/2] KVM: selftests: Fixes for access tracking perf test
2022-11-29 17:53 UTC (3+ messages)
` [PATCH 1/2] KVM: selftests: Fix inverted "warning" in "
` [PATCH 2/2] KVM: selftests: Restore assert for non-nested VMs in access tracking test
[PATCH v12 0/7] s390x: CPU Topology
2022-11-29 17:42 UTC (8+ messages)
` [PATCH v12 1/7] s390x/cpu topology: Creating CPU topology device
` [PATCH v12 2/7] s390x/cpu topology: reporting the CPU topology to the guest
` [PATCH v12 3/7] s390x/cpu_topology: resetting the Topology-Change-Report
` [PATCH v12 4/7] s390x/cpu_topology: CPU topology migration
` [PATCH v12 5/7] s390x/cpu_topology: interception of PTF instruction
` [PATCH v12 6/7] s390x/cpu_topology: activating CPU topology
` [PATCH v12 7/7] docs/s390x: document s390x cpu topology
[PATCH v2 0/2] KVM: selftests: Enable access_tracking_perf_test for arm64
2022-11-29 17:31 UTC (2+ messages)
[PATCH v2 0/2] x86/cpu, kvm: Support AMD Automatic IBRS
2022-11-29 15:50 UTC (5+ messages)
` [PATCH v2 1/2] x86/cpu, kvm: Use CPU capabilities for CPUID[0x80000021].EAX
[RFC PATCH V2 00/18] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv
2022-11-29 15:22 UTC (5+ messages)
` [RFC PATCH V2 01/18] x86/sev: Pvalidate memory gab for decompressing kernel
[GIT PULL 0/1] s390 fixes for 6.1-rc7/8
2022-11-29 15:14 UTC (2+ messages)
[PATCH v2 0/2] lib: s390x: add PSW and PSW_CUR_MASK macros
2022-11-29 14:17 UTC (7+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] s390x: use the new "
[RFC v2 00/11] Move group specific code into group.c
2022-11-29 13:27 UTC (6+ messages)
` [RFC v2 03/11] vfio: Set device->group in helper function
[PATCH] vfio/iova_bitmap: refactor iova_bitmap_set() to better handle page boundaries
2022-11-29 13:16 UTC (6+ messages)
[PATCH v2] vfio/iova_bitmap: refactor iova_bitmap_set() to better handle page boundaries
2022-11-29 13:12 UTC
[PATCH v3 00/11] Connect VFIO to IOMMUFD
2022-11-29 12:41 UTC (5+ messages)
[iommufd PATCH v2 0/2] Make mdev driver dma_unmap callback tolerant to unmaps come before device open
2022-11-29 11:01 UTC (4+ messages)
` [iommufd PATCH v2 1/2] i915/gvt: Move gvt mapping cache initialization to vGPU creation
` [iommufd PATCH v2 2/2] vfio/ap: validate iova during dma_unmap and trigger irq disable
[Bug 199727] CPU freezes in KVM guests during high IO load on host
2022-11-29 10:03 UTC
[iommufd 0/2] Make mdev driver dma_unmap callback tolerant to unmaps come before device open
2022-11-29 9:42 UTC (8+ messages)
` [iommufd 2/2] vfio/ap: validate iova during dma_unmap and trigger irq disable
[PATCH v5 0/8] KVM: arm64: permit MAP_SHARED mappings with MTE enabled
2022-11-29 9:33 UTC (2+ messages)
[PATCH 0/9] RISC-V KVM ONE_REG interface for SBI
2022-11-29 6:09 UTC (24+ messages)
` [PATCH 1/9] RISC-V: KVM: Fix reg_val check in kvm_riscv_vcpu_set_reg_config()
` [PATCH 2/9] RISC-V: KVM: Remove redundant includes of asm/kvm_vcpu_timer.h
` [PATCH 3/9] RISC-V: KVM: Remove redundant includes of asm/csr.h
` [PATCH 4/9] RISC-V: KVM: Use switch-case in kvm_riscv_vcpu_set/get_reg()
` [PATCH 5/9] RISC-V: KVM: Move sbi related struct and functions to kvm_vcpu_sbi.h
` [PATCH 6/9] RISC-V: Export sbi_get_mvendorid() and friends
` [PATCH 7/9] RISC-V: KVM: Save mvendorid, marchid, and mimpid when creating VCPU
` [PATCH 8/9] RISC-V: KVM: Add ONE_REG interface for mvendorid, marchid, and mimpid
` [PATCH 9/9] RISC-V: KVM: Add ONE_REG interface to enable/disable SBI extensions
[PATCH v3] vhost_vdpa: fix the crash in unmap a large memory
2022-11-29 3:04 UTC (4+ messages)
[PATCH v4 00/16] KVM: arm64: PMU: Fixing chained events, and PMUv3p5 support
2022-11-29 3:03 UTC (7+ messages)
` [PATCH v4 13/16] KVM: arm64: PMU: Implement PMUv3p5 long counter support
[PATCH v2 0/4] KVM: selftests: AMX test fix and cleanups
2022-11-29 1:58 UTC (6+ messages)
` [PATCH v2 1/4] KVM: selftests: Move XFD CPUID checking out of __vm_xsave_require_permission()
` [PATCH v2 2/4] KVM: selftests: Move __vm_xsave_require_permission() below CPUID helpers
` [PATCH v2 3/4] KVM: selftests: Disallow "get supported CPUID" before REQ_XCOMP_GUEST_PERM
` [PATCH v2 4/4] KVM: selftests: Do kvm_cpu_has() checks before creating VM+vCPU
[PATCH v5 13/19] iommufd: Add kAPI toward external drivers for physical devices
2022-11-29 1:09 UTC (7+ messages)
[PATCH] KVM: selftest: Move XFD CPUID checking out of __vm_xsave_require_permission()
2022-11-29 1:01 UTC (3+ messages)
[PATCH v10 000/108] KVM TDX basic feature support
2022-11-28 23:51 UTC (14+ messages)
` [PATCH v10 034/108] KVM: x86/mmu: Add Suppress VE bit to shadow_mmio_{value, mask}
` [PATCH v10 035/108] KVM: x86/mmu: Track shadow MMIO value on a per-VM basis
[PATCH v2] KVM: x86/mmu: fix an incorrect comment in kvm_mmu_new_pgd()
2022-11-28 22:58 UTC (2+ messages)
[PATCH] KVM: x86/mmu: fix an incorrect comment in kvm_mmu_new_pgd
2022-11-28 21:39 UTC (3+ messages)
[RFC 0/9] KVM perf support
2022-11-28 21:00 UTC (9+ messages)
` [RFC 6/9] RISC-V: KVM: Add SBI PMU extension support
[PATCH v5 15/19] iommufd: vfio container FD ioctl compatibility
2022-11-28 20:54 UTC (4+ messages)
[PATCH v5 11/19] iommufd: IOCTLs for the io_pagetable
2022-11-28 20:09 UTC (6+ messages)
[RFC PATCH v3 0/2] Deprecate BUG() in pte_list_remove() in shadow mmu
2022-11-28 19:26 UTC (4+ messages)
` [RFC PATCH v3 2/2] KVM: x86/mmu: replace BUG() with KVM_BUG() "
[RESEND PATCH 5/6] KVM: x86/VMX: add kvm_vmx_reinject_nmi_irq() for NMI/IRQ reinjection
2022-11-28 19:05 UTC (13+ messages)
[PATCH v5 14/19] iommufd: Add kAPI toward external drivers for kernel access
2022-11-28 18:56 UTC (3+ messages)
[PATCH v5 0/8] x86: KVM: Advertise CPUID of new Intel platform instructions to user space
2022-11-28 18:33 UTC (2+ messages)
[PATCH 1/2] KVM: Mark KVM_SET_MEMORY_REGION and KVM_SET_MEMORY_ALIAS as obsoleted
2022-11-28 18:30 UTC (2+ messages)
[PATCH v2] vfio/pci: Verify each MSI vector to avoid invalid MSI vectors
2022-11-28 18:01 UTC (4+ messages)
Nvidia GPU PCI passthrough and kernel commit #5f33887a36824f1e906863460535be5d841a4364
2022-11-28 17:54 UTC (3+ messages)
[kvm-unit-tests PATCH v3 0/2] s390x: test CMM during migration
2022-11-28 17:31 UTC (5+ messages)
` [kvm-unit-tests PATCH v3 1/2] s390x: add a library for CMM-related functions
` [kvm-unit-tests PATCH v3 2/2] s390x: add CMM test during migration
[V1 PATCH 0/6] selftests: KVM: selftests for fd-based private memory
2022-11-28 16:21 UTC (6+ messages)
` [V1 PATCH 1/6] KVM: x86: Add support for testing "
[PATCH v1 1/1] lib: s390x: add smp_cpu_setup_cur_psw_mask
2022-11-28 15:47 UTC (3+ 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).