public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-01-11 06:20:01 to 2023-01-12 16:37:46 UTC [more...]

[PATCH v11 000/113] KVM TDX basic feature support
 2023-01-12 16:32 UTC  (8+ messages)
` [PATCH v11 070/113] [MARKER] The start of TDX KVM patch series: TD vcpu exits/interrupts/hypercalls
` [PATCH v11 071/113] KVM: TDX: complete interrupts after tdexit
` [PATCH v11 072/113] KVM: TDX: restore debug store when TD exit
` [PATCH v11 073/113] KVM: TDX: handle vcpu migration over logical processor
` [PATCH v11 074/113] KVM: x86: Add a switch_db_regs flag to handle TDX's auto-switched behavior
` [PATCH v11 075/113] KVM: TDX: Add support for find pending IRQ in a protected local APIC
` [PATCH v11 077/113] KVM: TDX: remove use of struct vcpu_vmx from posted_interrupt.c

[PATCH v2 1/4] KVM: x86/xen: Fix lockdep warning on "recursive" gpc locking
 2023-01-12 16:31 UTC  (13+ 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 v10 000/108] KVM TDX basic feature support
 2023-01-12 16:16 UTC  (9+ 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] KVM: arm64: vgic-v3: Limit IPI-ing when accessing GICR_{C,S}ACTIVER0
 2023-01-12 15:48 UTC 

[PATCH] KVM: arm64: Kill CPACR_EL1_TTA definition
 2023-01-12 15:48 UTC 

[kvm-unit-tests PATCH v2 0/7] s390x: Snippet fixes
 2023-01-12 15:45 UTC  (8+ messages)
` [kvm-unit-tests PATCH v2 1/7] s390x: Cleanup flat.lds
` [kvm-unit-tests PATCH v2 2/7] s390x: snippets: c: "
` [kvm-unit-tests PATCH v2 3/7] s390x: Add a linker script to assembly snippets
` [kvm-unit-tests PATCH v2 4/7] s390x: snippets: Fix SET_PSW_NEW_ADDR macro
` [kvm-unit-tests PATCH v2 5/7] lib: s390x: sie: Set guest memory pointer
` [kvm-unit-tests PATCH v2 6/7] s390x: Clear first stack frame and end backtrace early
` [kvm-unit-tests PATCH v2 7/7] lib: s390x: Handle debug prints for SIE exceptions correctly

[PATCH v2 00/11] KVM perf support
 2023-01-12 15:47 UTC  (15+ 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
` [PATCH v2 06/11] RISC-V: KVM: Add skeleton support for perf
` [PATCH v2 07/11] RISC-V: KVM: Add SBI PMU extension support
` [PATCH v2 08/11] RISC-V: KVM: Disable all hpmcounter access for VS/VU mode

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

[PATCH] Documentation: kvm: fix SRCU locking order docs
 2023-01-12 15:20 UTC  (3+ messages)

[PATCH] MAINTAINERS: step down as vfio reviewer
 2023-01-12 14:57 UTC 

[PATCH v5] x86/sev: Add SEV-SNP guest feature negotiation support
 2023-01-12 14:42 UTC  (2+ messages)

[PATCH kernel v2 0/3] KVM: SEV: Enable AMD SEV-ES DebugSwap
 2023-01-12 14:32 UTC  (10+ 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 0/7] RISC-V KVM virtualize AIA CSRs
 2023-01-12 14:03 UTC  (8+ messages)
` [PATCH 1/7] RISC-V: Add AIA related CSR defines
` [PATCH 2/7] RISC-V: Detect AIA CSRs from ISA string
` [PATCH 3/7] RISC-V: KVM: Drop the _MASK suffix from hgatp.VMID mask defines
` [PATCH 4/7] RISC-V: KVM: Initial skeletal support for AIA
` [PATCH 5/7] RISC-V: KVM: Add ONE_REG interface for AIA CSRs
` [PATCH 6/7] RISC-V: KVM: Virtualize per-HART "
` [PATCH 7/7] RISC-V: KVM: Implement guest external interrupt line management

[PATCH v5 00/10] KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchg
 2023-01-12 12:48 UTC  (12+ messages)
` [PATCH v5 01/10] "

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

[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  (29+ 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 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

[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 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  (23+ 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 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  (3+ messages)
` [PATCH v6 6/7] x86/cpu: "

[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 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 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  (8+ messages)
` [RFC PATCH 2/9] vringh: remove vringh_iov and unite to vringh_kiov


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