kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-10 20:27:14 to 2023-01-12 12:39:16 UTC [more...]

[PATCH 0/3] KVM: arm64: timer fixes and optimisations
 2023-01-12 12:38 UTC  (4+ messages)
` [PATCH 1/3] KVM: arm64: Don't arm a hrtimer for an already pending timer
` [PATCH 2/3] KVM: arm64: Reduce overhead of trapped timer sysreg accesses
` [PATCH 3/3] KVM: arm64: timers: Don't BUG() on unhandled timer trap

[PATCH v14 00/11] s390x: CPU Topology
 2023-01-12 12:10 UTC  (27+ messages)
` [PATCH v14 02/11] s390x/cpu topology: add topology entries on CPU hotplug
` [PATCH v14 03/11] target/s390x/cpu topology: handle STSI(15) and build the SYSIB
` [PATCH v14 04/11] s390x/sclp: reporting the maximum nested topology entries
` [PATCH v14 05/11] s390x/cpu topology: resetting the Topology-Change-Report
` [PATCH v14 07/11] target/s390x/cpu topology: activating CPU topology
` [PATCH v14 08/11] qapi/s390/cpu topology: change-topology monitor command
` [PATCH v14 09/11] qapi/s390/cpu topology: monitor query topology information
` [PATCH v14 10/11] qapi/s390/cpu topology: POLARITY_CHANGE qapi event
` [PATCH v14 11/11] docs/s390x/cpu topology: document s390x cpu topology

[PATCH v8 00/16] TDX host kernel support
 2023-01-12 11:33 UTC  (46+ messages)
` [PATCH v8 07/16] x86/virt/tdx: Use all system memory when initializing TDX module as TDX memory
` [PATCH v8 08/16] x86/virt/tdx: Add placeholder to construct TDMRs to cover all TDX memory regions
` [PATCH v8 11/16] x86/virt/tdx: Designate reserved areas for all TDMRs
` [PATCH v8 12/16] x86/virt/tdx: Designate the global KeyID and configure the TDX module
` [PATCH v8 13/16] x86/virt/tdx: Configure global KeyID on all packages
` [PATCH v8 15/16] x86/virt/tdx: Flush cache in kexec() when TDX is enabled

[PATCH kernel v2 0/3] KVM: SEV: Enable AMD SEV-ES DebugSwap
 2023-01-12 11:28 UTC  (9+ messages)
` [PATCH kernel v2 1/3] x86/amd: Cache values in percpu variables
` [PATCH kernel v2 2/3] KVM: SEV: Enable data breakpoints in SEV-ES

[PATCH v2 00/11] KVM perf support
 2023-01-12 11:04 UTC  (9+ messages)
` [PATCH v2 01/11] RISC-V: Define helper functions expose hpm counter width and count
` [PATCH v2 02/11] RISC-V: KVM: Define a probe function for SBI extension data structures
` [PATCH v2 03/11] RISC-V: KVM: Return correct code for hsm stop function
` [PATCH v2 04/11] RISC-V: KVM: Modify SBI extension handler to return SBI error code

Stalls in qemu with host running 6.1 (everything stuck at mmap_read_lock())
 2023-01-12 10:35 UTC  (10+ messages)

[PATCH v10 098/108] KVM: TDX: Implement callbacks for MSR operations for TDX
 2023-01-12 10:06 UTC  (3+ messages)

[kvm-unit-tests PATCH] configure: Show the option in case it is not known
 2023-01-12  9:55 UTC 

[kvm-unit-tests PATCH v2 0/1] Replace MAX_SMP probe loop
 2023-01-12  9:38 UTC  (4+ messages)
` [kvm-unit-tests PATCH v2 1/1] arm: Replace MAX_SMP probe loop in favor of reading directly

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

[PATCH 00/27] drm/i915/gvt: KVM: KVMGT fixes and page-track cleanups
 2023-01-12  8:31 UTC  (11+ messages)
` [PATCH 03/27] drm/i915/gvt: Incorporate KVM memslot info into check for 2MiB GTT entry

[PATCH v2 1/4] KVM: x86/xen: Fix lockdep warning on "recursive" gpc locking
 2023-01-12  8:54 UTC  (6+ messages)
` [PATCH v2 2/4] KVM: x86/xen: Fix potential deadlock in kvm_xen_update_runstate_guest()
` [PATCH v2 3/4] KVM: Ensure lockdep knows about kvm->lock vs. vcpu->mutex ordering rule
` [PATCH v2 4/4] KVM: x86/xen: Avoid deadlock by adding kvm->arch.xen.xen_lock leaf node lock

[PATCH v5] x86/sev: Add SEV-SNP guest feature negotiation support
 2023-01-12  8:41 UTC 

[PATCH] Documentation: kvm: fix SRCU locking order docs
 2023-01-12  8:24 UTC  (2+ messages)

[RFC PATCH V2 00/18] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv
 2023-01-12  7:43 UTC  (5+ messages)
` [RFC PATCH V2 15/18] x86/sev: Add a #HV exception handler

[kvm-unit-tests PATCH v3 0/4] arm: pmu: Add support for PMUv3p5
 2023-01-12  5:56 UTC  (3+ messages)
` [kvm-unit-tests PATCH v3 2/4] arm: pmu: Prepare for testing 64-bit overflows

[PATCH] vhost-scsi: unbreak any layout for response
 2023-01-12  4:02 UTC  (3+ messages)

[PATCH v10 000/108] KVM TDX basic feature support
 2023-01-12  3:12 UTC  (7+ messages)
` [PATCH v10 005/108] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module
` [PATCH v10 021/108] KVM: TDX: initialize VM with TDX specific parameters

[PATCH v2 00/15] Introduce Architectural LBR for vPMU
 2023-01-12  1:57 UTC  (2+ messages)

[PATCH rcu 01/27] arch/x86: Remove "select SRCU"
 2023-01-12  0:05 UTC  (6+ messages)

[PATCH RFC v7 00/64] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-01-11 23:18 UTC  (30+ messages)
` [PATCH RFC v7 14/64] x86/sev: Add the host SEV-SNP initialization support
` [PATCH RFC v7 39/64] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_UPDATE command
` [PATCH RFC v7 40/64] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_FINISH command
` [PATCH RFC v7 47/64] KVM: SVM: Add support to handle MSR based Page State Change VMGEXIT
` [PATCH RFC v7 49/64] KVM: SVM: Introduce ops for the post gfn map and unmap
` [PATCH RFC v7 52/64] KVM: SVM: Provide support for SNP_GUEST_REQUEST NAE event
` [PATCH RFC v7 62/64] x86/sev: Add KVM commands for instance certs

[GIT PULL] KVM/arm64 fixes for 6.2, take #1
 2023-01-11 22:52 UTC  (2+ messages)

[RFC PATCH 1/2] KVM: x86/xen: Fix use-after-free in kvm_xen_eventfd_update()
 2023-01-11 22:49 UTC  (12+ messages)
` [PATCH 0/2] Fix deadlocks in kvm_vm_ioctl_set_msr_filter() and
  ` [PATCH 1/2] KVM: x86: Fix deadlock in kvm_vm_ioctl_set_msr_filter()

[RFC PATCH 00/37] KVM: Refactor the KVM/x86 TDP MMU into common code
 2023-01-11 22:45 UTC  (4+ messages)
` [RFC PATCH 04/37] KVM: x86/mmu: Invert sp->tdp_mmu_page to sp->shadow_mmu_page

[PATCH v6 0/7] x86/cpu, kvm: Support AMD Automatic IBRS
 2023-01-11 22:29 UTC  (10+ messages)
` [PATCH v6 1/7] x86/cpufeatures: Add support for cpuid leaf 80000021/EAX (FeatureExt2Eax)
` [PATCH v6 1/7] x86/cpu, kvm: "
` [PATCH v6 2/7] x86/cpu, kvm: Add the NO_NESTED_DATA_BP feature
` [PATCH v6 3/7] x86/cpu, kvm: Move the LFENCE_RDTSC / LFENCE always serializing feature
` [PATCH v6 4/7] x86/cpu, kvm: Add the Null Selector Clears Base feature
` [PATCH v6 5/7] x86/cpu, kvm: Add the SMM_CTL MSR not present feature
` [PATCH v6 6/7] x86/cpu: Support AMD Automatic IBRS
` [PATCH v6 7/7] x86/cpu, kvm: Propagate the AMD Automatic IBRS feature to the guest

[Patch v2] KVM: selftests: Make reclaim_period_ms input always be positive
 2023-01-11 21:25 UTC  (2+ messages)

[PATCH v1] drm/ttm: Refcount allocated tail pages
 2023-01-11 21:24 UTC  (12+ messages)

[PATCH 0/2] kvm/vfio: fix potential deadlock on vfio group lock
 2023-01-11 20:53 UTC  (5+ messages)
` [PATCH 1/2] KVM: async kvm_destroy_vm for vfio devices

[PATCH iommufd v3 2/9] iommu: Add iommu_group_has_isolated_msi()
 2023-01-11 20:19 UTC  (3+ messages)

[PATCH iommufd v3 7/9] iommu/x86: Replace IOMMU_CAP_INTR_REMAP with IRQ_DOMAIN_FLAG_ISOLATED_MSI
 2023-01-11 18:23 UTC  (2+ messages)

[PATCH iommufd v3 6/9] irq: Rename IRQ_DOMAIN_MSI_REMAP to IRQ_DOMAIN_ISOLATED_MSI
 2023-01-11 18:23 UTC  (2+ messages)

[PATCH iommufd v3 5/9] irq: Remove unused irq_domain_check_msi_remap() code
 2023-01-11 18:22 UTC  (2+ messages)

[PATCH iommufd v3 1/9] irq: Add msi_device_has_isolated_msi()
 2023-01-11 18:14 UTC  (2+ messages)

[PATCH] KVM: x86/xen: Fix lockdep warning on "recursive" gpc locking
 2023-01-11 17:43 UTC  (5+ messages)
` [PATCH 2/3] KVM: x86/xen: Fix potential deadlock in kvm_xen_update_runstate_guest()
` [PATCH 3/3] KVM: Ensure lockdep knows about kvm->lock vs. vcpu->mutex ordering rule

[PATCH v3 0/9] Linear Address Masking (LAM) KVM Enabling
 2023-01-11 17:35 UTC  (7+ messages)
` [PATCH v3 2/9] KVM: x86: Add CR4.LAM_SUP in guest owned bits

[PATCH v5 00/10] KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchg
 2023-01-11 17:26 UTC  (16+ messages)
` [PATCH v5 01/10] "
` [PATCH v5 02/10] Documentation: KVM: s390: Describe KVM_S390_MEMOP_F_CMPXCHG
` [PATCH v5 03/10] KVM: s390: selftest: memop: Pass mop_desc via pointer
` [PATCH v5 04/10] KVM: s390: selftest: memop: Replace macros by functions
` [PATCH v5 05/10] KVM: s390: selftest: memop: Move testlist into main
` [PATCH v5 09/10] KVM: s390: selftest: memop: Fix wrong address being used in test

[PATCH v1] drm/ttm: Refcount allocated tail pages
 2023-01-11 17:13 UTC  (5+ messages)

[PATCH 00/14] KVM: selftests: Clang fixes, Makefile cleanup
 2023-01-11 16:23 UTC  (5+ messages)
` [PATCH 11/14] KVM: selftests: Disable "gnu-variable-sized-type-not-at-end" warning

[PATCH v4] x86/sev: Add SEV-SNP guest feature negotiation support
 2023-01-11 16:21 UTC  (3+ messages)

[PATCH v4 0/2] arm: enable MTE for QEMU + kvm
 2023-01-11 16:13 UTC  (3+ messages)
` [PATCH v4 1/2] arm/kvm: add support for MTE
` [PATCH v4 2/2] qtests/arm: add some mte tests

[PATCH v2 00/13] riscv: improve boot time isa extensions handling
 2023-01-11 14:12 UTC  (3+ messages)
` [PATCH v2 10/13] riscv: alternative: patch alternatives in the vDSO

[PATCH 0/3] KVM: arm64: nv: Fixes for Nested Virtualization issues
 2023-01-11 13:36 UTC  (9+ messages)

[PATCH v2] KVM: s390: interrupt: use READ_ONCE() before cmpxchg()
 2023-01-11 12:11 UTC  (3+ messages)

[PATCH] Documentation: kvm: clarify SRCU locking order
 2023-01-11 10:26 UTC  (4+ messages)

[PATCH] vhost: remove unused paramete
 2023-01-11 10:09 UTC  (3+ messages)

[PATCH v7 0/2] KVM: x86/xen: update Xen CPUID Leaf 4
 2023-01-11 10:00 UTC  (5+ messages)
` [PATCH v7 1/2] KVM: x86/cpuid: generalize kvm_update_kvm_cpuid_base() and also capture limit
` [PATCH v7 2/2] KVM: x86/xen: update Xen CPUID Leaf 4 (tsc info) sub-leaves, if present

Silikonmischungen
 2023-01-11  8:55 UTC 

[RFC PATCH 0/6] Introduce a vringh accessor for IO memory
 2023-01-11  6:19 UTC  (16+ messages)
` [RFC PATCH 2/9] vringh: remove vringh_iov and unite to vringh_kiov
` [RFC PATCH 4/9] vringh: unify the APIs for all accessors

[PATCH v2] vfio: Support VFIO_NOIOMMU with iommufd
 2023-01-11  5:01 UTC  (2+ messages)

[Bug 216910] New: Test Assertion failure in kvm selftest rseq_test
 2023-01-11  1:52 UTC 

[PATCH 0/7] KVM: arm64: PMU: Allow userspace to limit the number of PMCs on vCPU
 2023-01-11  0:55 UTC  (3+ messages)

[Patch] KVM: selftests: Make reclaim_period_ms input always be positive
 2023-01-11  0:45 UTC  (3+ messages)

[V5 PATCH 0/3] Execute hypercalls according to host cpu
 2023-01-11  0:44 UTC  (4+ messages)
` [V5 PATCH 1/3] KVM: selftests: x86: Use "this_cpu" prefix for cpu vendor queries
` [V5 PATCH 2/3] KVM: selftests: x86: Cache host CPU vendor (AMD vs. Intel)
` [V5 PATCH 3/3] KVM: selftests: x86: Use host's native hypercall instruction in kvm_hypercall()

[V4 PATCH 0/4] Execute hypercalls according to host cpu
 2023-01-11  0:18 UTC  (10+ messages)
` [V4 PATCH 1/4] KVM: selftests: x86: use this_cpu_* helpers
` [V4 PATCH 2/4] KVM: selftests: x86: Add variables to store cpu type
` [V4 PATCH 4/4] KVM: selftests: x86: Invoke kvm hypercall as per host cpu

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2023-01-10 22:51 UTC  (7+ messages)
` [PATCH v10 3/9] KVM: Extend the memslot to support fd-based private memory


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