public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-05-02 13:08:45 to 2025-05-05 15:51:49 UTC [more...]

[PATCH v3 0/2] KVM: x86: Provide a capability to disable APERF/MPERF read intercepts
 2025-05-05 15:51 UTC  (4+ messages)
` [PATCH v3 1/2] "

Re: Re: Re: [PATCH] x86/bugs: KVM: Add support for SRSO_MSR_FIX
 2025-05-05 15:47 UTC  (13+ messages)
      `  "
        ` [PATCH final?] "
          ` x86/bugs: KVM: Add support for SRSO_MSR_FIX, back for moar

[PATCH v5 00/25] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2025-05-05 15:45 UTC  (17+ messages)
` [PATCH v5 22/25] module: Remove outdated comment about text_size
            ` x86 RAR implementation

[PATCH v8 00/10] Basic SEV-SNP Selftests
 2025-05-05 15:10 UTC  (3+ messages)

[RFC, PATCH 00/12] TDX: Enable Dynamic PAMT
 2025-05-05 12:46 UTC  (14+ messages)
` [RFC, PATCH 01/12] x86/virt/tdx: Allocate page bitmap for "
` [RFC, PATCH 02/12] x86/virt/tdx: Allocate reference counters for PAMT memory
` [RFC, PATCH 05/12] KVM: TDX: Add tdx_pamt_get()/put() helpers
` [RFC, PATCH 06/12] KVM: TDX: Allocate PAMT memory in __tdx_td_init()
` [RFC, PATCH 07/12] KVM: TDX: Allocate PAMT memory in tdx_td_vcpu_init()
` [RFC, PATCH 08/12] KVM: x86/tdp_mmu: Add phys_prepare() and phys_cleanup() to kvm_x86_ops
` [RFC, PATCH 09/12] KVM: TDX: Preallocate PAMT pages to be used in page fault path
` [RFC, PATCH 10/12] KVM: TDX: Hookup phys_prepare() and phys_cleanup() kvm_x86_ops
` [RFC, PATCH 12/12] x86/virt/tdx: Enable Dynamic PAMT

[PATCH v11 0/9] Provide a new two step DMA mapping API
 2025-05-05 12:29 UTC  (11+ messages)
` [PATCH v11 1/9] PCI/P2PDMA: Refactor the p2pdma mapping helpers
` [PATCH v11 2/9] dma-mapping: move the PCI P2PDMA mapping helpers to pci-p2pdma.h
` [PATCH v11 3/9] iommu: generalize the batched sync after map interface
` [PATCH v11 4/9] iommu: add kernel-doc for iommu_unmap_fast
` [PATCH v11 5/9] dma-mapping: Provide an interface to allow allocate IOVA
` [PATCH v11 6/9] iommu/dma: Factor out a iommu_dma_map_swiotlb helper
` [PATCH v11 7/9] dma-mapping: Implement link/unlink ranges API
` [PATCH v11 8/9] dma-mapping: add a dma_need_unmap helper
` [PATCH v11 9/9] docs: core-api: document the IOVA-based API

[PATCH v5 00/48] single-binary: compile target/arm twice
 2025-05-05 10:44 UTC  (50+ messages)
` [PATCH v5 01/48] target/arm: Replace target_ulong -> uint64_t for HWBreakpoint
` [PATCH v5 02/48] include/system/hvf: missing vaddr include
` [PATCH v5 03/48] meson: add common libs for target and target_system
` [PATCH v5 04/48] meson: apply target config for picking files from libsystem and libuser
` [PATCH v5 05/48] target/arm: move kvm stubs and remove CONFIG_KVM from kvm_arm.h
` [PATCH v5 06/48] target/arm/kvm-stub: add kvm_arm_reset_vcpu stub
` [PATCH v5 07/48] target/arm/cpu: move arm_cpu_kvm_set_irq to kvm.c
` [PATCH v5 08/48] accel/hvf: add hvf_enabled() for common code
` [PATCH v5 09/48] target/arm/cpu: remove TARGET_BIG_ENDIAN dependency
` [PATCH v5 10/48] target/arm/cpu: remove TARGET_AARCH64 around aarch64_cpu_dump_state common
` [PATCH v5 11/48] target/arm/cpu: remove TARGET_AARCH64 in arm_cpu_finalize_features
` [PATCH v5 12/48] target/arm/cpu: compile file twice (user, system) only
` [PATCH v5 13/48] target/arm/cpu32-stubs.c: compile file twice (user, system)
` [PATCH v5 14/48] tcg: add vaddr type for helpers
` [PATCH v5 15/48] target/arm/helper: use vaddr instead of target_ulong for exception_pc_alignment
` [PATCH v5 16/48] target/arm/helper: use vaddr instead of target_ulong for probe_access
` [PATCH v5 17/48] target/arm/helper: extract common helpers
` [PATCH v5 18/48] target/arm/debug_helper: only include "
` [PATCH v5 19/48] target/arm/debug_helper: remove target_ulong
` [PATCH v5 20/48] target/arm/debug_helper: compile file twice (user, system)
` [PATCH v5 21/48] target/arm/helper: restrict include to common helpers
` [PATCH v5 22/48] target/arm/helper: replace target_ulong by vaddr
` [PATCH v5 23/48] target/arm/helper: expose aarch64 cpu registration
` [PATCH v5 24/48] target/arm/helper: remove remaining TARGET_AARCH64
` [PATCH v5 25/48] target/arm/helper: compile file twice (user, system)
` [PATCH v5 26/48] target/arm/vfp_fpscr: "
` [PATCH v5 27/48] target/arm/arch_dump: remove TARGET_AARCH64 conditionals
` [PATCH v5 28/48] target/arm/arch_dump: compile file once (system)
` [PATCH v5 29/48] target/arm/arm-powerctl: "
` [PATCH v5 30/48] target/arm/cortex-regs: "
` [PATCH v5 31/48] target/arm/ptw: replace target_ulong with int64_t
` [PATCH v5 32/48] target/arm/ptw: replace TARGET_AARCH64 by CONFIG_ATOMIC64 from arm_casq_ptw
` [PATCH v5 33/48] target/arm/ptw: compile file once (system)
` [PATCH v5 34/48] target/arm/meson: accelerator files are not needed in user mode
` [PATCH v5 35/48] target/arm/kvm-stub: compile file once (system)
` [PATCH v5 36/48] target/arm/machine: reduce migration include to avoid target specific definitions
` [PATCH v5 37/48] target/arm/machine: remove TARGET_AARCH64 from migration state
` [PATCH v5 38/48] target/arm/machine: move cpu_post_load kvm bits to kvm_arm_cpu_post_load function
` [PATCH v5 39/48] target/arm/kvm-stub: add missing stubs
` [PATCH v5 40/48] target/arm/machine: compile file once (system)
` [PATCH v5 41/48] target/arm/tcg/crypto_helper: compile file twice (system, user)
` [PATCH v5 42/48] target/arm/tcg/hflags: "
` [PATCH v5 43/48] target/arm/tcg/iwmmxt_helper: "
` [PATCH v5 44/48] target/arm/tcg/neon_helper: "
` [PATCH v5 45/48] target/arm/tcg/tlb_helper: "
` [PATCH v5 46/48] target/arm/tcg/tlb-insns: "
` [PATCH v5 47/48] target/arm/tcg/arith_helper: "
` [PATCH v5 48/48] target/arm/tcg/vfp_helper: "

[PATCH] KVM: PPC: Book3S HV: Fix IRQ map warnings with XICS on pSeries KVM Guest
 2025-05-05  8:53 UTC  (2+ messages)

[PATCH v8 06/13] KVM: x86: Generalize private fault lookups to guest_memfd fault lookups
 2025-05-05  8:01 UTC  (5+ messages)

[PATCH net-next v13 0/9] Device memory TCP TX
 2025-05-05  7:37 UTC  (8+ messages)
` [PATCH net-next v13 4/9] net: devmem: Implement TX path

[PATCH v6 0/4] Enable Secure TSC for SEV-SNP
 2025-05-05  4:50 UTC  (3+ messages)

[PATCH v4 00/40] single-binary: compile target/arm twice
 2025-05-04 16:29 UTC  (53+ messages)
` [PATCH v4 01/40] target/arm: Replace target_ulong -> uint64_t for HWBreakpoint
` [PATCH v4 02/40] include/system/hvf: missing vaddr include
` [PATCH v4 03/40] meson: add common libs for target and target_system
` [PATCH v4 04/40] meson: apply target config for picking files from libsystem and libuser
` [PATCH v4 05/40] target/arm: move kvm stubs and remove CONFIG_KVM from kvm_arm.h
` [PATCH v4 06/40] target/arm/kvm-stub: add kvm_arm_reset_vcpu stub
` [PATCH v4 07/40] target/arm/cpu: move arm_cpu_kvm_set_irq to kvm.c
` [PATCH v4 08/40] accel/hvf: add hvf_enabled() for common code
` [PATCH v4 09/40] target/arm/cpu: remove TARGET_BIG_ENDIAN dependency
` [PATCH v4 10/40] target/arm/cpu: remove TARGET_AARCH64 around aarch64_cpu_dump_state common
` [PATCH v4 11/40] target/arm/cpu: remove TARGET_AARCH64 in arm_cpu_finalize_features
` [PATCH v4 12/40] target/arm/cpu: compile file twice (user, system) only
` [PATCH v4 13/40] target/arm/cpu32-stubs.c: compile file twice (user, system)
` [PATCH v4 14/40] tcg: add vaddr type for helpers
` [PATCH v4 15/40] target/arm/helper: use vaddr instead of target_ulong for exception_pc_alignment
` [PATCH v4 16/40] target/arm/helper: use vaddr instead of target_ulong for probe_access
` [PATCH v4 17/40] target/arm/helper: extract common helpers
` [PATCH v4 18/40] target/arm/debug_helper: only include "
` [PATCH v4 19/40] target/arm/debug_helper: remove target_ulong
` [PATCH v4 20/40] target/arm/debug_helper: compile file twice (user, system)
` [PATCH v4 21/40] target/arm/helper: restrict include to common helpers
` [PATCH v4 22/40] target/arm/helper: replace target_ulong by vaddr
` [PATCH v4 23/40] target/arm/helper: expose aarch64 cpu registration
` [PATCH v4 24/40] target/arm/helper: remove remaining TARGET_AARCH64
` [PATCH v4 25/40] target/arm/helper: compile file twice (user, system)
` [PATCH v4 26/40] target/arm/vfp_fpscr: "
` [PATCH v4 27/40] target/arm/arch_dump: remove TARGET_AARCH64 conditionals
` [PATCH v4 28/40] target/arm/arch_dump: compile file once (system)
` [PATCH v4 29/40] target/arm/arm-powerctl: "
` [PATCH v4 30/40] target/arm/cortex-regs: "
` [PATCH v4 31/40] target/arm/ptw: replace target_ulong with int64_t
` [PATCH v4 32/40] target/arm/ptw: replace TARGET_AARCH64 by CONFIG_ATOMIC64 from arm_casq_ptw
` [PATCH v4 33/40] target/arm/ptw: compile file once (system)
` [PATCH v4 34/40] target/arm/meson: accelerator files are not needed in user mode
` [PATCH v4 35/40] target/arm/kvm-stub: compile file once (system)
` [PATCH v4 36/40] target/arm/machine: reduce migration include to avoid target specific definitions
` [PATCH v4 37/40] target/arm/machine: remove TARGET_AARCH64 from migration state
` [PATCH v4 38/40] target/arm/machine: move cpu_post_load kvm bits to kvm_arm_cpu_post_load function
` [PATCH v4 39/40] target/arm/kvm-stub: add missing stubs
` [PATCH v4 40/40] target/arm/machine: compile file once (system)

[PATCH v3 00/33] single-binary: compile target/arm twice
 2025-05-04 15:52 UTC  (32+ messages)
` [PATCH v3 06/33] target/arm/cpu: move arm_cpu_kvm_set_irq to kvm.c
` [PATCH v3 09/33] target/arm/cpu: remove TARGET_AARCH64 around aarch64_cpu_dump_state common
` [PATCH v3 13/33] target/arm/helper: use i64 for exception_pc_alignment
` [PATCH v3 15/33] target/arm/helper: extract common helpers
` [PATCH v3 17/33] target/arm/debug_helper: remove target_ulong
` [PATCH v3 20/33] target/arm/helper: replace target_ulong by vaddr
` [PATCH v3 25/33] target/arm/arch_dump: remove TARGET_AARCH64 conditionals
` [PATCH v3 29/33] target/arm/ptw: replace target_ulong with uint64_t
` [PATCH v3 30/33] target/arm/ptw: remove TARGET_AARCH64 from arm_casq_ptw

[PATCH RFC v3 0/8] kernel-hacking: introduce CONFIG_NO_AUTO_INLINE
 2025-05-03 19:13 UTC  (6+ messages)

[PATCH v2 00/13] objtool: Detect and warn about indirect calls in __nocfi functions
 2025-05-03 18:28 UTC  (12+ messages)

[PATCH] KVM: SVM: Set/clear SRSO's BP_SPEC_REDUCE on 0 <=> 1 VM count transitions
 2025-05-03 17:59 UTC  (2+ messages)

[kvm-unit-tests PATCH v2] scripts: Search the entire string for the correct accelerator
 2025-05-03 12:52 UTC  (2+ messages)

[PATCH v4 0/5] KVM: lockdep improvements
 2025-05-03 10:08 UTC  (7+ messages)
` [PATCH v4 2/5] arm64: KVM: use mutex_trylock_nest_lock when locking all vCPUs
` [PATCH v4 5/5] x86: KVM: SEV: implement kvm_lock_all_vcpus and use it

[Bug 220057] New: Kernel regression. Linux VMs crashing (I did not test Windows guest VMs)
 2025-05-02 23:06 UTC  (5+ messages)
` [Bug 220057] "

[PATCH] vfio/pci: Align huge faults to order
 2025-05-02 22:46 UTC  (2+ messages)

[PATCH v8 00/13] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
 2025-05-02 22:29 UTC  (9+ messages)
` [PATCH v8 02/13] KVM: Rename CONFIG_KVM_GENERIC_PRIVATE_MEM to CONFIG_KVM_GENERIC_GMEM_POPULATE
` [PATCH v8 08/13] KVM: guest_memfd: Allow host to map guest_memfd() pages

[PATCH] KVM: SVM: Update dump_ghcb() to use the GHCB snapshot fields
 2025-05-02 21:54 UTC  (3+ messages)

[PATCH v2 0/4] KVM: TDX: Cleanup the kvm_x86_ops structure for vmx/tdx
 2025-05-02 21:51 UTC  (2+ messages)

[PATCH] KVM: x86: Revert kvm_x86_ops.mem_enc_ioctl() back to an OPTIONAL hook
 2025-05-02 21:51 UTC  (2+ messages)

[PATCH] KVM: VMX: Flush shadow VMCS on emergency reboot
 2025-05-02 21:51 UTC  (2+ messages)

[PATCH v3 0/6] KVM: SVM: Fix DEBUGCTL bugs
 2025-05-02 21:51 UTC  (2+ messages)

[PATCH] x86/sev: Remove unnecessary GFP_KERNEL_ACCOUNT for temporary variables
 2025-05-02 21:50 UTC  (2+ messages)

[PATCH v2 0/5] Small changes related to prefetch and spurious faults
 2025-05-02 21:50 UTC  (2+ messages)

[PATCH] KVM: x86: Unify cross-vCPU IBPB
 2025-05-02 21:50 UTC  (2+ messages)

[PATCH v2] KVM: x86/mmu: Prevent installing hugepages when mem attributes are changing
 2025-05-02 21:50 UTC  (2+ messages)

[PATCH v4 00/15] MSR code cleanup part one
 2025-05-02 18:09 UTC  (9+ messages)
` [PATCH v4 02/15] x86/msr: Move rdtsc{,_ordered}() to <asm/tsc.h>

[PATCH v4 01/15] x86/msr: Add missing includes of <asm/msr.h>
 2025-05-02 17:50 UTC  (4+ messages)
` [PATCH v4A "

[kvm-unit-tests PATCH] scripts: Search the entire string for the correct accelerator
 2025-05-02 13:54 UTC  (5+ messages)


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