kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-11-07 14:57:16 to 2022-11-08 10:35:13 UTC [more...]

[PATCH 00/44] KVM: Rework kvm_init() and hardware enabling
 2022-11-08 10:35 UTC  (24+ messages)
` [PATCH 04/44] KVM: Teardown VFIO ops earlier in kvm_exit()
` [PATCH 05/44] KVM: s390: Unwind kvm_arch_init() piece-by-piece() if a step fails
` [PATCH 06/44] KVM: s390: Move hardware setup/unsetup to init/exit
` [PATCH 09/44] KVM: Drop arch hardware (un)setup hooks
` [PATCH 25/44] KVM: s390: Do s390 specific init without bouncing through kvm_init()
` [PATCH 26/44] KVM: s390: Mark __kvm_s390_init() and its descendants as __init
` [PATCH 27/44] KVM: Drop kvm_arch_{init,exit}() hooks
` [PATCH 30/44] KVM: Drop kvm_arch_check_processor_compat() hook

[PATCH v10 0/9] s390x: CPU Topology
 2022-11-08 10:28 UTC  (8+ messages)
` [PATCH v10 1/9] s390x/cpu topology: core_id sets s390x CPU topology

[PATCH v2] vhost/vsock: Fix error handling in vhost_vsock_init()
 2022-11-08 10:24 UTC  (2+ messages)

[PATCH] KVM: VMX: Do not trap VMFUNC instructions for L1 guests
 2022-11-08 10:23 UTC  (4+ messages)

[PATCH v5 00/15] KVM: nVMX: VMX MSR quirk+fixes, CR4 fixes
 2022-11-08 10:21 UTC  (11+ messages)
` [PATCH v5 05/15] KVM: nVMX: Let userspace set nVMX MSR to any _host_ supported value

[RFC] vhost: Clear the pending messages on vhost_init_device_iotlb()
 2022-11-08 10:17 UTC  (10+ messages)

[PATCH] vhost/vsock: Fix error handling in vhost_vsock_init()
 2022-11-08 10:15 UTC  (3+ messages)

[PATCH v4 00/17] IOMMUFD Generic interface
 2022-11-08 10:12 UTC  (23+ messages)
` [PATCH v4 01/17] iommu: Add IOMMU_CAP_ENFORCE_CACHE_COHERENCY
` [PATCH v4 02/17] iommu: Add device-centric DMA ownership interfaces
` [PATCH v4 03/17] interval-tree: Add a utility to iterate over spans in an interval tree
` [PATCH v4 04/17] iommufd: Document overview of iommufd
` [PATCH v4 05/17] iommufd: File descriptor, context, kconfig and makefiles
` [PATCH v4 06/17] kernel/user: Allow user::locked_vm to be usable for iommufd
` [PATCH v4 07/17] iommufd: PFN handling for iopt_pages
` [PATCH v4 08/17] iommufd: Algorithms for PFN storage
` [PATCH v4 09/17] iommufd: Data structure to provide IOVA to PFN mapping
` [PATCH v4 10/17] iommufd: IOCTLs for the io_pagetable
` [PATCH v4 11/17] iommufd: Add a HW pagetable object
` [PATCH v4 12/17] iommufd: Add kAPI toward external drivers for physical devices
` [PATCH v4 13/17] iommufd: Add kAPI toward external drivers for kernel access
` [PATCH v4 14/17] iommufd: vfio container FD ioctl compatibility
` [PATCH v4 16/17] iommufd: Add some fault injection points
` [PATCH v4 17/17] iommufd: Add additional invariant assertions
  ` [PATCH v4 15/17] iommufd: Add a selftest
` S390 testing for IOMMUFD

[kvm-unit-tests PATCH v5 00/27] x86/pmu: Test case optimization, fixes and additions
 2022-11-08  9:53 UTC  (4+ messages)
` [kvm-unit-tests PATCH v5 26/27] x86/pmu: Update testcases to cover AMD PMU

[PATCH v9 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-11-08  9:41 UTC  (15+ messages)
` [PATCH v9 4/8] KVM: Use gfn instead of hva for mmu_notifier_retry
` [PATCH v9 5/8] KVM: Register/unregister the guest private memory regions

[PATCH v2 00/11] Connect VFIO to IOMMUFD
 2022-11-08  9:19 UTC  (15+ messages)
` [PATCH v2 01/11] vfio: Move vfio_device driver open/close code to a function
` [PATCH v2 02/11] vfio: Move vfio_device_assign_container() into vfio_device_first_open()
` [PATCH v2 03/11] vfio: Rename vfio_device_assign/unassign_container()
` [PATCH v2 04/11] vfio: Move storage of allow_unsafe_interrupts to vfio_main.c
` [PATCH v2 05/11] vfio: Use IOMMU_CAP_ENFORCE_CACHE_COHERENCY for vfio_file_enforced_coherent()
` [PATCH v2 06/11] vfio-iommufd: Allow iommufd to be used in place of a container fd
` [PATCH v2 07/11] vfio-iommufd: Support iommufd for physical VFIO devices
` [PATCH v2 08/11] vfio-iommufd: Support iommufd for emulated "
` [PATCH v2 09/11] vfio: Move container related MODULE_ALIAS statements into container.c
` [PATCH v2 10/11] vfio: Make vfio_container optionally compiled
` [PATCH v2 11/11] iommufd: Allow iommufd to supply /dev/vfio/vfio

[PATCH v10 000/108] KVM TDX basic feature support
 2022-11-08  9:16 UTC  (5+ messages)
` [PATCH v10 005/108] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module
` [PATCH v10 015/108] x86/cpu: Add helper functions to allocate/free TDX private host key id

[PATCH] KVM: move memslot invalidation later than possible failures
 2022-11-08  8:44 UTC 

[PATCH 0/8] KVM: SVM: fixes for vmentry code
 2022-11-08  8:52 UTC  (22+ messages)
` [PATCH 1/8] KVM: SVM: extract VMCB accessors to a new file
` [PATCH 2/8] KVM: SVM: replace regs argument of __svm_vcpu_run with vcpu_svm
` [PATCH 3/8] KVM: SVM: adjust register allocation for __svm_vcpu_run
` [PATCH 4/8] KVM: SVM: move guest vmsave/vmload to assembly
` [PATCH 6/8] KVM: SVM: restore host save area from assembly
` [PATCH 7/8] KVM: SVM: move MSR_IA32_SPEC_CTRL save/restore to assembly

[PATCH 0/3] x86/speculation: Support Automatic IBRS
 2022-11-08  8:06 UTC  (15+ messages)
` [PATCH 2/3] "
` [PATCH 3/3] x86/speculation: Support Automatic IBRS under virtualization

[PATCH] vfio/pci: Add system call KVM_VERIFY_MSI to verify every MSI vector
 2022-11-08  8:10 UTC 

[PATCH] KVM: Add system call KVM_VERIFY_MSI to verify MSI vector
 2022-11-08  8:08 UTC 

[PATCH v2 00/14] KVM: arm64: PMU: Fixing chained events, and PMUv3p5 support
 2022-11-08  5:36 UTC  (9+ messages)
` [PATCH v2 11/14] KVM: arm64: PMU: Allow ID_AA64DFR0_EL1.PMUver to be set from userspace

[PATCH v3 00/14] KVM: arm64: PMU: Fixing chained events, and PMUv3p5 support
 2022-11-08  5:38 UTC  (3+ messages)
` [PATCH v3 11/14] KVM: arm64: PMU: Allow ID_AA64DFR0_EL1.PMUver to be set from userspace

[PATCH v9 0/7] KVM: arm64: Enable ring-based dirty memory tracking
 2022-11-08  4:10 UTC  (8+ messages)
` [PATCH v9 1/7] KVM: x86: Introduce KVM_REQ_DIRTY_RING_SOFT_FULL
` [PATCH v9 2/7] KVM: Move declaration of kvm_cpu_dirty_log_size() to kvm_dirty_ring.h
` [PATCH v9 3/7] KVM: Support dirty ring in conjunction with bitmap
` [PATCH v9 4/7] KVM: arm64: Enable ring-based dirty memory tracking
` [PATCH v9 5/7] KVM: selftests: Use host page size to map ring buffer in dirty_log_test
` [PATCH v9 6/7] KVM: selftests: Clear dirty ring states between two modes "
` [PATCH v9 7/7] KVM: selftests: Automate choosing dirty ring size "

[PATCH v3] KVM: x86: Keep the lock order consistent
 2022-11-08  3:50 UTC 

[PATCH v8 0/7] KVM: arm64: Enable ring-based dirty memory tracking
 2022-11-08  3:30 UTC  (16+ messages)
` [PATCH v8 3/7] KVM: Support dirty ring in conjunction with bitmap

[PATCH v3 00/15] IOMMUFD Generic interface
 2022-11-08  2:17 UTC  (19+ messages)
` [PATCH v3 05/15] iommufd: File descriptor, context, kconfig and makefiles
` [PATCH v3 10/15] iommufd: IOCTLs for the io_pagetable
` [PATCH v3 12/15] iommufd: Add kAPI toward external drivers for physical devices
` [PATCH v3 14/15] iommufd: vfio container FD ioctl compatibility

[PATCH 0/6] Add Hyper-v extended hypercall support in KVM
 2022-11-08  2:04 UTC  (13+ messages)
` [PATCH 3/6] KVM: selftests: Test Hyper-V extended hypercall enablement
` [PATCH 4/6] KVM: selftests: Make Hyper-V guest OS ID common
` [PATCH 5/6] KVM: selftests: Move hypercall() to hyper.h
` [PATCH 6/6] KVM: selftests: Test Hyper-V extended hypercall exit to userspace

[RFC PATCH 0/3] Use TAP in some more KVM selftests
 2022-11-08  1:06 UTC  (3+ messages)

[PATCH 06/10] vfio-iommufd: Allow iommufd to be used in place of a container fd
 2022-11-07 23:45 UTC  (3+ messages)

[PATCH v5 00/14] KVM: arm64: Parallel stage-2 fault handling
 2022-11-07 22:00 UTC  (15+ messages)
` [PATCH v5 01/14] KVM: arm64: Combine visitor arguments into a context structure
` [PATCH v5 02/14] KVM: arm64: Stash observed pte value in visitor context
` [PATCH v5 03/14] KVM: arm64: Pass mm_ops through the "
` [PATCH v5 04/14] KVM: arm64: Don't pass kvm_pgtable through kvm_pgtable_walk_data
` [PATCH v5 05/14] KVM: arm64: Add a helper to tear down unlinked stage-2 subtrees
` [PATCH v5 06/14] KVM: arm64: Use an opaque type for pteps
` [PATCH v5 07/14] KVM: arm64: Tear down unlinked stage-2 subtree after break-before-make
` [PATCH v5 08/14] KVM: arm64: Protect stage-2 traversal with RCU
` [PATCH v5 09/14] KVM: arm64: Atomically update stage 2 leaf attributes in parallel walks
` [PATCH v5 10/14] KVM: arm64: Split init and set for table PTE
` [PATCH v5 11/14] KVM: arm64: Make block->table PTE changes parallel-aware
` [PATCH v5 12/14] KVM: arm64: Make leaf->leaf "
` [PATCH v5 13/14] KVM: arm64: Make table->block "
` [PATCH v5 14/14] KVM: arm64: Handle stage-2 faults in parallel

[PATCH v2 0/5] x86: cpuid: improve support for broken CPUID configurations
 2022-11-07 21:57 UTC  (5+ messages)
` [PATCH v2 2/5] x86/cpuid: refactor setup_clear_cpu_cap()/clear_cpu_cap()

[RFC PATCH v3 00/11] virtio/vsock: experimental zerocopy receive
 2022-11-07 21:31 UTC  (6+ messages)
` [RFC PATCH v3 01/11] virtio/vsock: rework packet allocation logic

[PATCH v2] KVM: x86/mmu: Do not recover dirty-tracked NX Huge Pages
 2022-11-07 21:21 UTC  (2+ messages)

[PATCH v10 0/4] randomize memory access of dirty_log_perf_test
 2022-11-07 21:11 UTC  (6+ messages)
` [PATCH v10 1/4] KVM: selftests: implement random number generator for guest code
` [PATCH v10 2/4] KVM: selftests: create -r argument to specify random seed
` [PATCH v10 3/4] KVM: selftests: randomize which pages are written vs read
` [PATCH v10 4/4] KVM: selftests: randomize page access order

[PATCH 00/10] Connect VFIO to IOMMUFD
 2022-11-07 18:45 UTC  (10+ messages)
` [PATCH 04/10] vfio: Move storage of allow_unsafe_interrupts to vfio_main.c

[PATCH v3 1/3] KVM: x86/pmu: Stop adding speculative Intel GP PMCs that don't exist yet
 2022-11-07 18:34 UTC  (8+ messages)
` [PATCH v3 3/3] KVM: x86/pmu: Limit the maximum number of supported AMD GP counters

[v2 0/6] KVM: arm64: implement vcpu_is_preempted check
 2022-11-07 18:24 UTC  (11+ messages)
` [v2 1/6] KVM: arm64: Document PV-lock interface
` [v2 2/6] KVM: arm64: Add SMCCC paravirtualised lock calls
` [v2 3/6] KVM: arm64: Support pvlock preempted via shared structure

[PATCH v1 00/18] KVM selftests code consolidation and cleanup
 2022-11-07 18:19 UTC  (10+ messages)

[PATCH v9 2/4] KVM: selftests: create -r argument to specify random seed
 2022-11-07 18:18 UTC  (2+ messages)

[PATCH v9 1/4] KVM: selftests: implement random number generator for guest code
 2022-11-07 18:14 UTC  (2+ messages)

[PATCH linux-next] KVM: x86: Replace IS_ERR() with IS_ERR_VALUE()
 2022-11-07 17:30 UTC  (2+ messages)

[PATCH v5 0/8] KVM: arm64: permit MAP_SHARED mappings with MTE enabled
 2022-11-07 17:20 UTC  (11+ messages)
` [PATCH v5 3/8] KVM: arm64: Simplify the sanitise_mte_tags() logic
` [PATCH v5 5/8] arm64: mte: Lock a page for MTE tag initialisation
` [PATCH v5 6/8] KVM: arm64: unify the tests for VMAs in memslots when MTE is enabled
` [PATCH v5 7/8] KVM: arm64: permit all VM_MTE_ALLOWED mappings with MTE enabled
` [PATCH v5 8/8] Documentation: document the ABI changes for KVM_CAP_ARM_MTE

[PATCH V2] KVM: SVM: Only dump VSMA to klog for debugging
 2022-11-07 17:18 UTC  (3+ messages)

[PATCH] tools/kvm_stat: update exit reasons for vmx/svm/aarch64/userspace
 2022-11-07 15:45 UTC  (2+ messages)


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).