public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-12-01 01:52:41 to 2022-12-02 09:10:14 UTC [more...]

[kvm-unit-tests PATCH v1 0/3] s390x: test storage keys during migration
 2022-12-02  9:09 UTC  (11+ messages)
` [kvm-unit-tests PATCH v1 1/3] s390x: add library for skey-related functions
` [kvm-unit-tests PATCH v1 2/3] lib: s390x: skey: add seed value for storage keys
` [kvm-unit-tests PATCH v1 3/3] s390x: add storage key test during migration

[RFC 0/9] KVM perf support
 2022-12-02  9:08 UTC  (6+ messages)
` [RFC 8/9] RISC-V: KVM: Implement "

[PATCH v12 0/7] s390x: CPU Topology
 2022-12-02  9:05 UTC  (10+ messages)
` [PATCH v12 1/7] s390x/cpu topology: Creating CPU topology device
` [PATCH v12 6/7] s390x/cpu_topology: activating CPU topology

[PATCH v3 0/9] KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchg
 2022-12-02  9:00 UTC  (10+ messages)
` [PATCH v3 1/9] "
` [PATCH v3 2/9] Documentation: KVM: s390: Describe KVM_S390_MEMOP_F_CMPXCHG
` [PATCH v3 4/9] KVM: s390: selftest: memop: Replace macros by functions

[PATCH V2 vfio 00/14] Add migration PRE_COPY support for mlx5 driver
 2022-12-02  8:57 UTC  (20+ messages)
` [PATCH V2 vfio 01/14] net/mlx5: Introduce ifc bits for pre_copy
` [PATCH V2 vfio 02/14] vfio: Extend the device migration protocol with PRE_COPY
` [PATCH V2 vfio 03/14] vfio/mlx5: Enforce a single SAVE command at a time
` [PATCH V2 vfio 04/14] vfio/mlx5: Refactor PD usage
` [PATCH V2 vfio 05/14] vfio/mlx5: Refactor MKEY usage
` [PATCH V2 vfio 06/14] vfio/mlx5: Refactor migration file state
` [PATCH V2 vfio 07/14] vfio/mlx5: Refactor to use queue based data chunks
` [PATCH V2 vfio 08/14] vfio/mlx5: Introduce device transitions of PRE_COPY
` [PATCH V2 vfio 09/14] vfio/mlx5: Introduce SW headers for migration states
` [PATCH V2 vfio 10/14] vfio/mlx5: Introduce vfio precopy ioctl implementation
` [PATCH V2 vfio 11/14] vfio/mlx5: Consider temporary end of stream as part of PRE_COPY
` [PATCH V2 vfio 12/14] vfio/mlx5: Introduce multiple loads
` [PATCH V2 vfio 13/14] vfio/mlx5: Fallback to STOP_COPY upon specific PRE_COPY error
` [PATCH V2 vfio 14/14] vfio/mlx5: Enable MIGRATION_PRE_COPY flag

[PATCH v2 00/50] KVM: Rework kvm_init() and hardware enabling
 2022-12-02  8:02 UTC  (14+ messages)
` [PATCH v2 10/50] KVM: VMX: Reset eVMCS controls in VP assist page during hardware disabling
` [PATCH v2 12/50] KVM: VMX: Move Hyper-V eVMCS initialization to helper
` [PATCH v2 21/50] KVM: MIPS: Hardcode callbacks to hardware virtualization extensions
` [PATCH v2 26/50] KVM: PPC: Move processor compatibility check to module init
` [PATCH v2 34/50] KVM: x86: Unify pr_fmt to use module name for all KVM modules

[PATCH v3 0/3] KVM: allow listener to stop all vcpus before
 2022-12-02  6:56 UTC  (5+ messages)
` [PATCH v3 1/3] accel: introduce accelerator blocker API
` [PATCH v3 2/3] KVM: keep track of running ioctls

[PATCH v9 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-12-02  6:49 UTC  (4+ messages)
` [PATCH v9 1/8] mm: Introduce memfd_restricted system call to create restricted user memory

[PATCH 00/10] Move group specific code into group.c
 2022-12-02  6:37 UTC  (18+ messages)
` [PATCH 01/10] vfio: Simplify vfio_create_group()
` [PATCH 02/10] vfio: Move the sanity check of the group to vfio_create_group()
` [PATCH 03/10] vfio: Create wrappers for group register/unregister
` [PATCH 04/10] vfio: Set device->group in helper function
` [PATCH 05/10] vfio: Swap order of vfio_device_container_register() and open_device()
` [PATCH 06/10] vfio: Move device open/close code to be helpfers
` [PATCH 07/10] vfio: Refactor vfio_device open and close
` [PATCH 08/10] vfio: Wrap vfio group module init/clean code into helpers
` [PATCH 09/10] vfio: Refactor dma APIs for emulated devices
` [PATCH 10/10] vfio: Move vfio group specific code into group.c

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2022-12-02  6:13 UTC  (10+ messages)
` [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory
` [PATCH v10 2/9] KVM: Introduce per-page memory attributes
` [PATCH v10 3/9] KVM: Extend the memslot to support fd-based private memory
` [PATCH v10 4/9] KVM: Add KVM_EXIT_MEMORY_FAULT exit
` [PATCH v10 5/9] KVM: Use gfn instead of hva for mmu_notifier_retry
` [PATCH v10 6/9] KVM: Unmap existing mappings when change the memory attributes
` [PATCH v10 7/9] KVM: Update lpage info when private/shared memory are mixed
` [PATCH v10 8/9] KVM: Handle page fault for private memory
` [PATCH v10 9/9] KVM: Enable and expose KVM_MEM_PRIVATE

[PATCH] vfio/mdev: fix possible memory leak in module init funcs
 2022-12-02  5:28 UTC  (6+ messages)

[kvm-unit-tests PATCH 0/3] arm: pmu: Add support for PMUv3p5
 2022-12-02  4:55 UTC  (4+ messages)
` [kvm-unit-tests PATCH 1/3] arm: pmu: Fix overflow checks for PMUv3p5 long counters
` [kvm-unit-tests PATCH 2/3] arm: pmu: Prepare for testing 64-bit overflows
` [kvm-unit-tests PATCH 3/3] arm: pmu: Add tests for "

Nvidia GPU PCI passthrough and kernel commit #5f33887a36824f1e906863460535be5d841a4364
 2022-12-02  1:16 UTC  (4+ messages)

[PATCH v4 1/5] vfio/pci: Move all the SPAPR PCI specific logic to vfio_pci_core.ko
 2022-12-02  0:40 UTC  (4+ messages)

[PATCH v2 0/2] target/i386/kvm: fix two svm pmu virtualization bugs
 2022-12-02  0:22 UTC  (3+ messages)
` [PATCH v2 1/2] target/i386/kvm: introduce 'pmu-cap-disabled' to set KVM_PMU_CAP_DISABLE
` [PATCH v2 2/2] target/i386/kvm: get and put AMD pmu registers

[GIT PULL] KVM: x86: Fixes and cleanups for 6.2
 2022-12-02  0:33 UTC 

[V1 PATCH 0/6] selftests: KVM: selftests for fd-based private memory
 2022-12-02  0:26 UTC  (5+ messages)
` [V1 PATCH 1/6] KVM: x86: Add support for testing "

[GIT PULL] KVM: selftests: Fixes for 6.2
 2022-12-01 23:57 UTC 

[PATCH 00/16] x86/reboot: KVM: Clean up "emergency" virt code
 2022-12-01 23:26 UTC  (17+ messages)
` [PATCH 01/16] x86/reboot: VMCLEAR active VMCSes before emergency reboot
` [PATCH 02/16] x86/reboot: Expose VMCS crash hooks if and only if KVM_INTEL is enabled
` [PATCH 03/16] x86/reboot: Harden virtualization hooks for emergency reboot
` [PATCH 04/16] x86/reboot: Assert that IRQs are disabled when turning off virtualization
` [PATCH 05/16] x86/reboot: KVM: Handle VMXOFF in KVM's reboot callback
` [PATCH 06/16] x86/reboot: KVM: Disable SVM during reboot via virt/KVM "
` [PATCH 07/16] x86/reboot: Hoist "disable virt" helpers above "emergency reboot" path
` [PATCH 08/16] x86/reboot: Disable virtualization during reboot iff callback is registered
` [PATCH 09/16] x86/virt: KVM: Open code cpu_has_vmx() in KVM VMX
` [PATCH 10/16] x86/virt: KVM: Move VMXOFF helpers into "
` [PATCH 11/16] KVM: SVM: Make KVM_AMD depend on CPU_SUP_AMD or CPU_SUP_HYGON
` [PATCH 12/16] x86/virt: Drop unnecessary check on extended CPUID level in cpu_has_svm()
` [PATCH 13/16] x86/virt: KVM: Open code cpu_has_svm() into kvm_is_svm_supported()
` [PATCH 14/16] x86/virt: KVM: Move "disable SVM" helper into KVM SVM
` [PATCH 15/16] KVM: x86: Force kvm_rebooting=true during emergency reboot/crash
` [PATCH 16/16] KVM: SVM: Use "standard" stgi() helper when disabling SVM

Coverity: emulator_leave_smm(): Error handling issues
 2022-12-01 23:22 UTC  (3+ messages)

[PATCH] KVM: Remove stale comment about KVM_REQ_UNHALT
 2022-12-01 22:04 UTC 

[Patch v2 0/2] NUMA aware page table allocation
 2022-12-01 19:57 UTC  (3+ messages)
` [Patch v2 1/2] KVM: x86/mmu: Allocate page table pages on TDP splits during dirty log enable on the underlying page's numa node
` [Patch v2 2/2] KVM: x86/mmu: Allocate page table pages on NUMA node of underlying pages

[RFC PATCH 0/3] KVM: Restore original behavior of kvm.halt_poll_ns
 2022-12-01 19:55 UTC  (7+ messages)
` [RFC PATCH 3/3] KVM: Obey kvm.halt_poll_ns in VMs not using KVM_CAP_HALT_POLL

[PATCH 0/2] KVM: Halt-polling documentation cleanups
 2022-12-01 19:52 UTC  (3+ messages)
` [PATCH 1/2] KVM: Move halt-polling documentation into common directory
` [PATCH 2/2] KVM: Document the interaction between KVM_CAP_HALT_POLL and halt_poll_ns

[PATCH kernel 0/3] KVM: SEV: Enable AMD SEV-ES DebugSwap
 2022-12-01 19:45 UTC  (8+ messages)
` [PATCH kernel 1/3] x86/amd/dr_addr_mask: Cache values in percpu variables
` [PATCH kernel 2/3] KVM: SEV: Enable DebugSwap
` [PATCH kernel 3/3] x86/sev: Do not handle #VC for DR7 read/write

[RFC] Improving userfaultfd scalability for live migration
 2022-12-01 19:37 UTC 

[PATCH] KVM: X86: set EXITING_GUEST_MODE as soon as vCPU exits
 2022-12-01 19:17 UTC  (9+ messages)

Coverity: handle_vmclear(): Error handling issues
 2022-12-01 18:26 UTC  (2+ messages)

[PATCH 0/4] KVM: arm64: Parallel access faults
 2022-12-01 18:11 UTC  (5+ messages)
` [PATCH 2/4] KVM: arm64: Don't serialize if the access flag isn't set

[PATCH v4 00/16] KVM: arm64: PMU: Fixing chained events, and PMUv3p5 support
 2022-12-01 16:51 UTC  (4+ messages)
` [PATCH v4 04/16] KVM: arm64: PMU: Distinguish between 64bit counter and 64bit overflow

Coverity: kvm_hv_flush_tlb(): Uninitialized variables
 2022-12-01 16:45 UTC  (2+ messages)

[kvm-unit-tests PATCH v3 00/27] kvm-unit-tests: set of fixes and new tests
 2022-12-01 16:18 UTC  (17+ messages)
` [kvm-unit-tests PATCH v3 01/27] x86: replace irq_{enable|disable}() with sti()/cli()
` [kvm-unit-tests PATCH v3 02/27] x86: introduce sti_nop() and sti_nop_cli()
` [kvm-unit-tests PATCH v3 09/27] svm: add simple nested shutdown test
` [kvm-unit-tests PATCH v3 13/27] svm: remove get_npt_pte extern
` [kvm-unit-tests PATCH v3 14/27] svm: move svm spec definitions to lib/x86/svm.h
` [kvm-unit-tests PATCH v3 15/27] svm: move some svm support functions into lib/x86/svm_lib.h
` [kvm-unit-tests PATCH v3 16/27] svm: move setup_svm() to svm_lib.c
` [kvm-unit-tests PATCH v3 18/27] svm: move vmcb_ident "

[PATCH v4 5/5] vfio: Fold vfio_virqfd.ko into vfio.ko
 2022-12-01 15:39 UTC  (3+ messages)

linux-next: manual merge of the kvm-arm tree with the kvm tree
 2022-12-01 15:23 UTC  (2+ messages)

[PATCH] KVM: selftests: restore special vmmcall code layout needed by the harness
 2022-12-01 13:48 UTC  (4+ messages)

[RFC v2 00/11] Move group specific code into group.c
 2022-12-01 12:48 UTC  (6+ messages)
` [RFC v2 05/11] vfio: Make vfio_device_open() group agnostic

[PATCH v4 4/5] vfio: Remove CONFIG_VFIO_SPAPR_EEH
 2022-12-01 11:54 UTC  (2+ messages)

[PATCH v4 3/5] vfio: Move vfio_spapr_iommu_eeh_ioctl into vfio_iommu_spapr_tce.c
 2022-12-01 11:49 UTC  (2+ messages)

[PATCH bpf v3] selftests/bpf: Fix "missing ENDBR" BUG for destructor kfunc
 2022-12-01 11:50 UTC  (4+ messages)

[PATCH v4 2/5] vfio/spapr: Move VFIO_CHECK_EXTENSION into tce_iommu_ioctl()
 2022-12-01 11:44 UTC  (2+ messages)

[PATCH] accel/kvm/kvm-all: Handle register access errors
 2022-12-01 11:19 UTC  (4+ messages)

[PATCH 0/2] KVM: selftests: Fixes for access tracking perf test
 2022-12-01 11:11 UTC  (2+ messages)

[PATCH v2] vfio/iova_bitmap: refactor iova_bitmap_set() to better handle page boundaries
 2022-12-01 10:49 UTC  (2+ messages)

[PATCH] target/arm: Propagate errno when writing list
 2022-12-01 10:33 UTC 

[kvm-unit-tests PATCH v3 0/2] lib: s390x: add PSW and PSW_WITH_CUR_MASK macros
 2022-12-01 10:09 UTC  (2+ messages)

[PATCH v2] x86/sev: Add SEV-SNP guest feature negotiation support
 2022-12-01 10:04 UTC 

[PATCH for 8.0 v8 00/12] ASID support in vhost-vdpa net
 2022-12-01  9:49 UTC  (6+ messages)
` [PATCH for 8.0 v8 06/12] vdpa: extract vhost_vdpa_svq_allocate_iova_tree

[kvm-unit-tests PATCH v4 0/2] s390x: test CMM during migration
 2022-12-01  9:17 UTC  (3+ messages)
` [kvm-unit-tests PATCH v4 1/2] s390x: add a library for CMM-related functions
` [kvm-unit-tests PATCH v4 2/2] s390x: add CMM test during migration

[PATCH][next] KVM: selftests: Fix spelling mistake "probabalistic" -> "probabilistic"
 2022-12-01  9:13 UTC 

[PATCH] vhost_net: revert upend_idx only on retriable error
 2022-12-01  9:01 UTC 

[kvm-unit-tests PATCH v1 0/4] lib: add function to request migration
 2022-12-01  8:12 UTC  (4+ messages)
` [kvm-unit-tests PATCH v1 1/4] "

[PATCH V1 vfio 00/14] Add migration PRE_COPY support for mlx5 driver
 2022-12-01  8:01 UTC  (5+ messages)
` [PATCH V1 vfio 02/14] vfio: Extend the device migration protocol with PRE_COPY

[[RESEND] iommufd PATCH v2 0/2] Make mdev driver dma_unmap callback tolerant to unmaps come before device open
 2022-12-01  7:51 UTC  (6+ messages)
` [[RESEND] iommufd PATCH v2 1/2] i915/gvt: Move gvt mapping cache initialization to intel_vgpu_init_dev()

[PATCH v6 19/19] iommufd: Add a selftest
 2022-12-01  4:59 UTC  (5+ messages)

[PATCH 00/14] KVM: x86: Remove unnecessary exported symbols
 2022-12-01  2:08 UTC  (8+ messages)
` [PATCH 05/14] KVM: x86: Remove unnecessary export of kvm_inject_page_fault()
` [PATCH 06/14] KVM: x86: Remove unnecessary export of kvm_inject_nmi()
` [PATCH 10/14] KVM: x86: Remove unnecessary export of kvm_vcpu_is_reset_bsp()

[PATCH v4 0/7] x86/cpu, kvm: Support AMD Automatic IBRS
 2022-12-01  1:50 UTC  (2+ messages)
` [PATCH v4 7/7] x86/cpu, kvm: Propagate the AMD Automatic IBRS feature to the guest


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