kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-12-02 18:29:58 to 2022-12-05 22:50:08 UTC [more...]

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2022-12-05 22:49 UTC  (7+ messages)
` [PATCH v10 3/9] KVM: Extend the memslot to support fd-based private memory
` [PATCH v10 5/9] KVM: Use gfn instead of hva for mmu_notifier_retry
` [PATCH v10 7/9] KVM: Update lpage info when private/shared memory are mixed

[PATCH] vfio/ap/ccw/samples: Fix device_register() unwind path
 2022-12-05 22:36 UTC  (4+ messages)

[PATCH v5 0/5] Simplify the module and kconfig structure in vfio
 2022-12-05 22:35 UTC  (9+ messages)
` [PATCH v5 1/5] vfio/pci: Move all the SPAPR PCI specific logic to vfio_pci_core.ko
` [PATCH v5 2/5] vfio/spapr: Move VFIO_CHECK_EXTENSION into tce_iommu_ioctl()
` [PATCH v5 3/5] vfio: Move vfio_spapr_iommu_eeh_ioctl into vfio_iommu_spapr_tce.c
` [PATCH v5 4/5] vfio: Remove CONFIG_VFIO_SPAPR_EEH
` [PATCH v5 5/5] vfio: Fold vfio_virqfd.ko into vfio.ko

[PATCH v4 0/7] x86/cpu, kvm: Support AMD Automatic IBRS
 2022-12-05 22:05 UTC  (6+ messages)
` [PATCH v4 1/7] x86/cpu: Define a scattered No Nested Data Breakpoints feature bit

[PATCH 2/2] vfio/pci: Remove console drivers
 2022-12-05 21:50 UTC  (5+ messages)

[RFC] Improving userfaultfd scalability for live migration
 2022-12-05 21:19 UTC  (8+ messages)

[PATCH v2 00/50] KVM: Rework kvm_init() and hardware enabling
 2022-12-05 21:12 UTC  (6+ messages)
` [PATCH v2 31/50] KVM: x86: Do CPU compatibility checks in x86 code
` [PATCH v2 39/50] KVM: x86: Move CPU compat checks hook to kvm_x86_ops (from kvm_x86_init_ops)

[Patch v2 0/2] NUMA aware page table allocation
 2022-12-05 21:07 UTC  (8+ 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

Nvidia GPU PCI passthrough and kernel commit #5f33887a36824f1e906863460535be5d841a4364
 2022-12-05 20:04 UTC  (5+ messages)

[PATCH v2 00/13] riscv: improve boot time isa extensions handling
 2022-12-05 19:49 UTC  (37+ messages)
` [PATCH v2 01/13] riscv: fix jal offsets in patched alternatives
` [PATCH v2 02/13] riscv: move riscv_noncoherent_supported() out of ZICBOM probe
` [PATCH v2 03/13] riscv: cpufeature: detect RISCV_ALTERNATIVES_EARLY_BOOT earlier
` [PATCH v2 04/13] riscv: hwcap: make ISA extension ids can be used in asm
` [PATCH v2 05/13] riscv: cpufeature: extend riscv_cpufeature_patch_func to all ISA extensions
` [PATCH v2 06/13] riscv: introduce riscv_has_extension_[un]likely()
` [PATCH v2 07/13] riscv: fpu: switch has_fpu() to riscv_has_extension_likely()
` [PATCH v2 08/13] riscv: module: move find_section to module.h
` [PATCH v2 09/13] riscv: switch to relative alternative entries
` [PATCH v2 10/13] riscv: alternative: patch alternatives in the vDSO
` [PATCH v2 11/13] riscv: cpu_relax: switch to riscv_has_extension_likely()
` [PATCH v2 12/13] riscv: KVM: Switch has_svinval() to riscv_has_extension_unlikely()
` [PATCH v2 13/13] riscv: remove riscv_isa_ext_keys[] array and related usage

[Patch v3 00/13] Add Hyper-v extended hypercall support in KVM
 2022-12-05 19:14 UTC  (14+ messages)
` [Patch v3 01/13] x86/hyperv: Add HV_EXPOSE_INVARIANT_TSC define
` [Patch v3 02/13] KVM: x86: Add a KVM-only leaf for CPUID_8000_0007_EDX
` [Patch v3 03/13] KVM: x86: Hyper-V invariant TSC control
` [Patch v3 04/13] KVM: selftests: Rename 'msr->available' to 'msr->fault_exepected' in hyperv_features test
` [Patch v3 05/13] KVM: selftests: Convert hyperv_features test to using KVM_X86_CPU_FEATURE()
` [Patch v3 06/13] KVM: selftests: Test that values written to Hyper-V MSRs are preserved
` [Patch v3 07/13] KVM: selftests: Test Hyper-V invariant TSC control
` [Patch v3 08/13] KVM: x86: hyper-v: Use common code for hypercall userspace exit
` [Patch v3 09/13] KVM: x86: hyper-v: Add extended hypercall support in Hyper-v
` [Patch v3 10/13] KVM: selftests: Test Hyper-V extended hypercall enablement
` [Patch v3 11/13] KVM: selftests: Replace hardcoded Linux OS id with HYPERV_LINUX_OS_ID
` [Patch v3 12/13] KVM: selftests: Make vCPU exit reason test assertion common
` [Patch v3 13/13] KVM: selftests: Test Hyper-V extended hypercall exit to userspace

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

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

[linus:master] [KVM] 92e7d5c83a: kernel-selftests.kvm.triple_fault_event_test.fail
 2022-12-05 17:32 UTC 

[PATCH v2 00/11] SVM: vNMI (with my fixes)
 2022-12-05 17:14 UTC  (12+ messages)
` [PATCH v2 01/11] KVM: nSVM: don't sync back tlb_ctl on nested VM exit
` [PATCH v2 04/11] KVM: SVM: drop the SVM specific H_FLAGS
` [PATCH v2 06/11] KVM: SVM: add wrappers to enable/disable IRET interception
` [PATCH v2 10/11] KVM: SVM: implement support for vNMI
` [PATCH v2 11/11] KVM: nSVM: implement support for nested VNMI

[linux-next:master] BUILD REGRESSION ee9bda616d36d2dc864aa294c2656fad88c9efa0
 2022-12-05 17:05 UTC 

[PATCH] KVM: x86/pmu: Avoid ternary operator by directly referring to counters->type
 2022-12-05 16:46 UTC  (2+ messages)

[kvm-unit-tests PATCH] avoid encoding mtime in standalone scripts
 2022-12-05 16:28 UTC 

[GIT PULL] KVM/arm64 updates for 6.2
 2022-12-05 15:58 UTC 

[PATCH v6 08/19] iommufd: PFN handling for iopt_pages
 2022-12-05 15:58 UTC  (2+ messages)

[PATCH v2] x86/sev: Add SEV-SNP guest feature negotiation support
 2022-12-05 15:46 UTC  (6+ messages)

[PATCH] KVM: X86: set EXITING_GUEST_MODE as soon as vCPU exits
 2022-12-05 15:09 UTC  (3+ messages)

Call for FOSDEM presentations on QEMU, KVM, and rust-vmm
 2022-12-05 14:37 UTC  (2+ messages)

[PATCH v10 000/108] KVM TDX basic feature support
 2022-12-05 14:23 UTC  (3+ messages)
` [PATCH v10 052/108] KVM: x86/tdp_mmu: Ignore unsupported mmu operation on private GFNs

[PATCH V2 vfio 00/14] Add migration PRE_COPY support for mlx5 driver
 2022-12-05 13:54 UTC  (13+ messages)
` [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 00/10] Move group specific code into group.c
 2022-12-05 13:43 UTC  (10+ messages)
` [PATCH 07/10] vfio: Refactor vfio_device open and close

[v2 0/6] KVM: arm64: implement vcpu_is_preempted check
 2022-12-05 13:43 UTC  (6+ messages)
  ` [External] "

[PATCH v12 0/7] s390x: CPU Topology
 2022-12-05 13:29 UTC  (8+ messages)
` [PATCH v12 6/7] s390x/cpu_topology: activating CPU topology

[PATCH v5] virtio/vsock: replace virtio_vsock_pkt with sk_buff
 2022-12-05 12:22 UTC  (2+ messages)

[PATCH] KVM: x86/pmu: Drop event_type and rename "struct kvm_event_hw_type_mapping"
 2022-12-05 12:20 UTC 

[kvm-unit-tests PATCH v2] arm: Add PSCI CPU_OFF test
 2022-12-05 12:10 UTC  (3+ messages)
` [PATCH 1/2] arm/psci: Test that CPU 1 has been successfully brought online
` [PATCH 2/2] arm/psci: Add PSCI_CPU_OFF testscase to arm/psci testsuite

[PATCH] KVM: x86: remove unnecessary exports
 2022-12-05 11:13 UTC  (2+ messages)

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

[PATCH] MAINTAINERS: adjust entry after renaming the vmx hyperv files
 2022-12-05  8:47 UTC  (2+ messages)

[PATCH v5 00/14] KVM: arm64: Parallel stage-2 fault handling
 2022-12-05  7:47 UTC  (6+ messages)
` [PATCH v5 08/14] KVM: arm64: Protect stage-2 traversal with RCU

[PATCH for 8.0 v8 00/12] ASID support in vhost-vdpa net
 2022-12-05  4:24 UTC  (7+ messages)
` [PATCH for 8.0 v8 06/12] vdpa: extract vhost_vdpa_svq_allocate_iova_tree

[[iommufd] PATCH v3 0/2] Make mdev driver dma_unmap callback tolerant to unmaps come before device open
 2022-12-05  2:07 UTC  (3+ messages)
` [[iommufd] PATCH v3 1/2] i915/gvt: Move gvt mapping cache initialization to intel_vgpu_init_dev()

[PATCH 00/13] SVM: vNMI (with my fixes)
 2022-12-04 18:42 UTC  (4+ messages)
` [PATCH 07/13] KVM: SVM: Add VNMI support in get/set_nmi_mask

[kvm:queue 228/260] htmldocs: Documentation/virt/kvm/api.rst:7287: WARNING: Block quote ends without a blank line; unexpected unindent
 2022-12-04 12:02 UTC 

[PATCH v6 06/19] iommufd: File descriptor, context, kconfig and makefiles
 2022-12-04 10:58 UTC  (2+ messages)

[PATCH 0/9] RISC-V KVM ONE_REG interface for SBI
 2022-12-03 12:39 UTC  (5+ messages)
` [PATCH 8/9] RISC-V: KVM: Add ONE_REG interface for mvendorid, marchid, and mimpid

[PATCH 0/3] x86/cpu: KVM: Make SGX and VMX depend on FEAT_CTL
 2022-12-03  0:37 UTC  (4+ messages)
` [PATCH 1/3] x86/cpu: Process all CPUID dependencies after identifying CPU info
` [PATCH 2/3] x86/cpu: Mark SGX and VMX as being dependent on MSR_IA32_FEAT_CTL
` [PATCH 3/3] KVM: VMX: Drop manual checks on X86_FEATURE_MSR_IA32_FEAT_CTL

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

[PATCH v7 00/20] TDX host kernel support
 2022-12-02 21:57 UTC  (12+ 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 20:24 UTC  (6+ messages)

[PATCH v1 0/2] KVM: x86/xen: Runstate cleanups on top of kvm/queue
 2022-12-02 20:17 UTC  (6+ messages)

[PATCH 0/5] Update AMD EPYC CPU Models
 2022-12-02 19:47 UTC  (6+ messages)
` [PATCH 1/5] target/i386: allow versioned CPUs to specify new cache_info
` [PATCH 2/5] target/i386: Add new EPYC CPU versions with updated cache_info
` [PATCH 3/5] target/i386: Add a couple of feature bits in 8000_0008_EBX
` [PATCH 4/5] target/i386: Add feature bits for CPUID_Fn80000021_EAX
` [PATCH 5/5] target/i386: Add missing feature bits in EPYC-Milan model

[PATCH v3] KVM: x86: Keep the lock order consistent
 2022-12-02 19:23 UTC  (2+ messages)

[PATCH v2 0/2] KVM: nVMX: Add IBPB between L2 and L1 to
 2022-12-02 19:21 UTC  (2+ messages)

[PATCH v2] KVM: SVM: Replace kmap_atomic() with kmap_local_page()
 2022-12-02 19:21 UTC  (2+ messages)

[PATCHv6] KVM: x86: Use current rather than snapshotted TSC frequency if it is constant
 2022-12-02 19:20 UTC  (2+ messages)

[PATCH] KVM: x86: Advertise that the SMM_CTL MSR is not supported
 2022-12-02 18:58 UTC  (5+ messages)

[PATCH v2 0/6] KVM: arm64: Parallel access faults
 2022-12-02 18:51 UTC  (7+ messages)
` [PATCH v2 1/6] KVM: arm64: Use KVM's pte type/helpers in handle_access_fault()
` [PATCH v2 2/6] KVM: arm64: Ignore EAGAIN for walks outside of a fault
` [PATCH v2 3/6] KVM: arm64: Return EAGAIN for invalid PTE in attr walker
` [PATCH v2 4/6] KVM: arm64: Don't serialize if the access flag isn't set
` [PATCH v2 5/6] KVM: arm64: Handle access faults behind the read lock
` [PATCH v2 6/6] KVM: arm64: Condition HW AF updates on config option

[PATCH] KVM: x86: Optimize your code to avoid unnecessary calls
 2022-12-02 18:43 UTC  (2+ messages)

[PATCH 00/14] KVM: x86: Remove unnecessary exported symbols
 2022-12-02 18:37 UTC  (4+ messages)
` [PATCH 10/14] KVM: x86: Remove unnecessary export of kvm_vcpu_is_reset_bsp()

[PATCH 0/2] KVM: Halt-polling documentation cleanups
 2022-12-02 18:28 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).