public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-11-07 08:55:08 to 2022-11-08 00:53:25 UTC [more...]

[PATCH v2 00/11] Connect VFIO to IOMMUFD
 2022-11-08  0:52 UTC  (11+ messages)
` [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 v4 00/17] IOMMUFD Generic interface
 2022-11-08  0:49 UTC  (17+ 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 v8 0/7] KVM: arm64: Enable ring-based dirty memory tracking
 2022-11-08  0:44 UTC  (24+ messages)
` [PATCH v8 3/7] KVM: Support dirty ring in conjunction with bitmap
` [PATCH v8 4/7] KVM: arm64: Enable ring-based dirty memory tracking

[PATCH v9 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-11-08  0:41 UTC  (3+ messages)

[PATCH v3 00/15] IOMMUFD Generic interface
 2022-11-08  0:17 UTC  (32+ messages)
` [PATCH v3 03/15] interval-tree: Add a utility to iterate over spans in an interval tree
` [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 06/10] vfio-iommufd: Allow iommufd to be used in place of a container fd
 2022-11-07 23:45 UTC  (3+ messages)

[PATCH 0/3] x86/speculation: Support Automatic IBRS
 2022-11-07 23:41 UTC  (14+ messages)
` [PATCH 2/3] "
` [PATCH 3/3] x86/speculation: Support Automatic IBRS under virtualization

[RFC] vhost: Clear the pending messages on vhost_init_device_iotlb()
 2022-11-07 23:06 UTC  (4+ 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()

[PATCH 00/44] KVM: Rework kvm_init() and hardware enabling
 2022-11-07 21:46 UTC  (20+ 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

[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 0/8] KVM: SVM: fixes for vmentry code
 2022-11-07 19:08 UTC  (23+ 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 5/8] KVM: SVM: retrieve VMCB from assembly
` [PATCH 6/8] KVM: SVM: restore host save area "
` [PATCH 7/8] KVM: SVM: move MSR_IA32_SPEC_CTRL save/restore to assembly
` [PATCH 8/8] x86, KVM: remove unnecessary argument to x86_virt_spec_ctrl and callers

[PATCH 0/6] Add Hyper-v extended hypercall support in KVM
 2022-11-07 19:08 UTC  (9+ 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

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

[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  (13+ 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
  ` [External] Re: [v2 0/6] KVM: arm64: implement vcpu_is_preempted check

[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 v10 0/9] s390x: CPU Topology
 2022-11-07 18:04 UTC  (12+ messages)
` [PATCH v10 1/9] s390x/cpu topology: core_id sets s390x CPU topology
` [PATCH v10 2/9] s390x/cpu topology: reporting the CPU topology to the guest

[kvm-unit-tests PATCH v5 00/27] x86/pmu: Test case optimization, fixes and additions
 2022-11-07 17:50 UTC  (2+ messages)

[PATCH] KVM: VMX: Do not trap VMFUNC instructions for L1 guests
 2022-11-07 17:36 UTC  (3+ 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)

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

[PATCH] tools/kvm_stat: fix attack vector with user controlled FUSE mounts
 2022-11-07 14:12 UTC  (3+ messages)

[PATCH v2 0/1] s390/mm: fix virtual-physical address confusion for swiotlb
 2022-11-07 12:29 UTC  (4+ messages)
` [PATCH v2 1/1] "

[PATCH kvmtool 0/6] RISC-V Svinval, Zihintpause, anad Zicbom support
 2022-11-07 12:20 UTC  (2+ messages)

[PATCH v1] s390/mm: fix virtual-physical address confusion for swiotlb
 2022-11-07 12:06 UTC  (3+ messages)

[PATCH] x86/paravirt: use common macro for creating simple asm paravirt functions
 2022-11-07 11:27 UTC  (2+ messages)

[PATCH v8 0/8] s390x/pci: zPCI interpretation support
 2022-11-07 10:25 UTC  (4+ messages)
` [PATCH v8 8/8] s390x/s390-virtio-ccw: add zpcii-disable machine property

[PATCH v11 00/11] s390x: CPU Topology
 2022-11-07  9:52 UTC  (9+ messages)
` [PATCH v11 01/11] s390x: Register TYPE_S390_CCW_MACHINE properties as class properties

[GIT PULL 0/2] s390 fixes for 6.1-rc5
 2022-11-07  9:43 UTC  (3+ messages)
` [GIT PULL 1/2] KVM: s390: pv: don't allow userspace to set the clock under PV
` [GIT PULL 2/2] KVM: s390: pci: Fix allocation size of aift kzdev elements

[PATCH 0/4] ifcvf/vDPA implement features provisioning
 2022-11-07  9:33 UTC  (5+ messages)
` [PATCH 1/4] vDPA/ifcvf: ifcvf base layer interfaces work on struct ifcvf_hw
` [PATCH 2/4] vDPA/ifcvf: IRQ interfaces work on ifcvf_hw
` [PATCH 3/4] vDPA/ifcvf: allocate ifcvf_adapter in dev_add()
` [PATCH 4/4] vDPA/ifcvf: implement features provisioning

KVM vs AMD: Re: [PATCH v3 48/59] x86/retbleed: Add SKL return thunk
 2022-11-07  9:37 UTC  (3+ messages)

[PATCH v3 00/14] KVM: arm64: PMU: Fixing chained events, and PMUv3p5 support
 2022-11-07  8:54 UTC  (11+ messages)
` [PATCH v3 02/14] KVM: arm64: PMU: Align chained counter implementation with architecture pseudocode
` [PATCH v3 03/14] KVM: arm64: PMU: Always advertise the CHAIN event
` [PATCH v3 06/14] KVM: arm64: PMU: Only narrow counters that are not 64bit wide
` [PATCH v3 07/14] KVM: arm64: PMU: Add counter_index_to_*reg() helpers
` [PATCH v3 09/14] KVM: arm64: PMU: Do not let AArch32 change the counters' top 32 bits
` [PATCH v3 10/14] KVM: arm64: PMU: Move the ID_AA64DFR0_EL1.PMUver limit to VM creation
` [PATCH v3 11/14] KVM: arm64: PMU: Allow ID_AA64DFR0_EL1.PMUver to be set from userspace
` [PATCH v3 12/14] KVM: arm64: PMU: Allow ID_DFR0_EL1.PerfMon "
` [PATCH v3 13/14] KVM: arm64: PMU: Implement PMUv3p5 long counter support
` [PATCH v3 14/14] KVM: arm64: PMU: Allow PMUv3p5 to be exposed to the guest

[PATCH v1] KVM: s390: GISA: sort out physical vs virtual pointers usage
 2022-11-07  8:57 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox