kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-12-01 14:55:41 to 2022-12-02 17:26:01 UTC [more...]

[PATCH v7 00/20] TDX host kernel support
 2022-12-02 17:25 UTC  (10+ messages)
` [PATCH v7 09/20] x86/virt/tdx: Get information about TDX module and TDX-capable memory

[PATCH][next] KVM: selftests: Fix spelling mistake "probabalistic" -> "probabilistic"
 2022-12-02 17:21 UTC  (2+ messages)

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

[PATCH v2 00/16] KVM: x86: gfn_to_pfn_cache fixes and cleanups
 2022-12-02 17:01 UTC  (6+ messages)
` [PATCH v2 05/16] KVM: x86: Remove unused argument in gpc_unmap_khva()

[PATCH] vfio/ap/ccw/samples: Fix device_register() unwind path
 2022-12-02 16:46 UTC 

[[iommufd] PATCH v3 0/2] Make mdev driver dma_unmap callback tolerant to unmaps come before device open
 2022-12-02 16:33 UTC  (4+ messages)
` [[iommufd] PATCH v3 1/2] i915/gvt: Move gvt mapping cache initialization to intel_vgpu_init_dev()
` [[iommufd] PATCH v3 2/2] iommufd PATCH v2 2/2] vfio/ap: validate iova during dma_unmap and trigger irq disable

[PATCH v4 0/7] x86/cpu, kvm: Support AMD Automatic IBRS
 2022-12-02 16:31 UTC  (3+ messages)
` [PATCH v4 6/7] x86/cpu: "

[PATCH v2 00/50] KVM: Rework kvm_init() and hardware enabling
 2022-12-02 16:31 UTC  (30+ 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 31/50] KVM: x86: Do CPU compatibility checks in x86 code
` [PATCH v2 32/50] KVM: Drop kvm_arch_check_processor_compat() hook
` [PATCH v2 35/50] KVM: VMX: Use current CPU's info to perform "disabled by BIOS?" checks
` [PATCH v2 39/50] KVM: x86: Move CPU compat checks hook to kvm_x86_ops (from kvm_x86_init_ops)
` [PATCH v2 40/50] KVM: x86: Do compatibility checks when onlining CPU
` [PATCH v2 41/50] KVM: Rename and move CPUHP_AP_KVM_STARTING to ONLINE section
` [PATCH v2 42/50] KVM: Disable CPU hotplug during hardware enabling/disabling

[PATCH] KVM: Deal with nested sleeps in kvm_vcpu_block()
 2022-12-02 15:52 UTC  (5+ messages)

[PATCH] KVM: x86: fix APICv/x2AVIC disabled when vm reboot by itself
 2022-12-02 15:49 UTC  (2+ messages)

[PATCH] KVM: x86: hyper-v: Fix 'using uninitialized value' Coverity warning
 2022-12-02 15:44 UTC  (2+ messages)

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

[PATCH 00/10] Move group specific code into group.c
 2022-12-02 15:07 UTC  (21+ 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 v3 0/3] KVM: allow listener to stop all vcpus before
 2022-12-02 14:32 UTC  (8+ messages)
` [PATCH v3 1/3] accel: introduce accelerator blocker API
` [PATCH v3 2/3] KVM: keep track of running ioctls

[PATCH v12 0/7] s390x: CPU Topology
 2022-12-02 14:26 UTC  (7+ messages)
` [PATCH v12 6/7] s390x/cpu_topology: activating CPU topology

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

[kvm-unit-tests PATCH v1 0/3] s390x: test storage keys during migration
 2022-12-02 12:56 UTC  (18+ 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 0/4] lib: add function to request migration
 2022-12-02 11:56 UTC  (3+ messages)
` [kvm-unit-tests PATCH v1 4/4] arm: use migrate_once() in migration tests

[PATCH v2 0/4] KVM: Delete all references to removed ioctls
 2022-12-02 10:50 UTC  (5+ messages)
` [PATCH v2 1/4] KVM: Delete all references to removed KVM_SET_MEMORY_REGION ioctl
` [PATCH v2 2/4] KVM: Delete all references to removed KVM_SET_MEMORY_ALIAS ioctl
` [PATCH v2 3/4] KVM: Reference to kvm_userspace_memory_region in doc and comments
` [PATCH v2 4/4] KVM: Add missing arch for KVM_CREATE_DEVICE and KVM_{SET,GET}_DEVICE_ATTR

[kvm-unit-tests PATCH v3 00/27] kvm-unit-tests: set of fixes and new tests
 2022-12-02 10:28 UTC  (17+ messages)
` [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 "
` [kvm-unit-tests PATCH v3 19/27] svm: rewerite vm entry macros
` [kvm-unit-tests PATCH v3 20/27] svm: move v2 tests run into test_run
` [kvm-unit-tests PATCH v3 21/27] svm: cleanup the default_prepare
` [kvm-unit-tests PATCH v3 24/27] svm: use svm_test_context in v2 tests
` [kvm-unit-tests PATCH v3 25/27] svm: move nested vcpu to test context
` [kvm-unit-tests PATCH v3 26/27] svm: move test_guest_func "

[PATCH 1/2] KVM: Mark KVM_SET_MEMORY_REGION and KVM_SET_MEMORY_ALIAS as obsoleted
 2022-12-02  9:42 UTC  (4+ messages)

[PATCH V2 vfio 00/14] Add migration PRE_COPY support for mlx5 driver
 2022-12-02  9:38 UTC  (21+ 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 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 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

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

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


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