public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-01-24 10:34:47 to 2025-01-27 18:01:13 UTC [more...]

[RFC PATCH 0/2] KVM: x86: Strengthen locking rules for kvm_lock
 2025-01-27 18:01 UTC  (11+ messages)
` [PATCH 1/2] KVM: x86: fix usage of kvm_lock in set_nx_huge_pages()
` [PATCH 2/2] Documentation: explain issues with taking locks inside kvm_lock

vmx_pmu_caps_test fails on Skylake based CPUS due to read only LBRs
 2025-01-27 17:58 UTC  (9+ messages)

[PATCH] KVM: x86/mmu: Ensure NX huge page recovery thread is alive before waking
 2025-01-27 17:19 UTC  (6+ messages)

[PATCH v2 00/12] KVM: arm64: Add NV timer support
 2025-01-27 17:15 UTC  (4+ messages)
` [PATCH v2 02/12] KVM: arm64: nv: Sync nested timer state with FEAT_NV2

[PATCH 0/7] KVM: TDX: TD vcpu enter/exit
 2025-01-27 17:09 UTC  (9+ messages)
` [PATCH 4/7] KVM: TDX: restore host xsave state when exit from the guest TD
            ` PKEY syscall number for selftest? (was: [PATCH 4/7] KVM: TDX: restore host xsave state when exit from the guest TD)

[PATCH 0/7] KVM: TDX SEPT SEAMCALL retry
 2025-01-27 17:04 UTC  (7+ messages)
` [PATCH 3/7] KVM: TDX: Retry locally in TDX EPT violation handler on RET_PF_RETRY

[PATCH v4 00/30] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2025-01-27 15:51 UTC  (18+ messages)
` [PATCH v4 22/30] context_tracking: Exit CT_STATE_IDLE upon irq/nmi entry
` [PATCH v4 25/30] context_tracking,x86: Defer kernel text patching IPIs
` [PATCH v4 29/30] x86/mm, mm/vmalloc: Defer flush_tlb_kernel_range() targeting NOHZ_FULL CPUs

[GIT PULL] KVM changes for Linux 6.14
 2025-01-27 15:25 UTC  (16+ messages)

[GIT PULL] virtio: features, fixes, cleanups
 2025-01-27 14:51 UTC 

[kvmtool PATCH 0/6] Add RISC-V ISA extensions based on Linux-6.13
 2025-01-27 13:24 UTC  (7+ messages)
` [kvmtool PATCH 1/6] Sync-up headers with Linux-6.13 kernel
` [kvmtool PATCH 2/6] Add __KERNEL_DIV_ROUND_UP() macro
` [kvmtool PATCH 3/6] riscv: Add Svade extension support
` [kvmtool PATCH 4/6] riscv: Add Svadu "
` [kvmtool PATCH 5/6] riscv: Add Smnpm "
` [kvmtool PATCH 6/6] riscv: Add Ssnpm "

[PATCH] sched: Don't define sched_clock_irqtime as static key
 2025-01-27 13:13 UTC  (2+ messages)

[PATCH v4 00/15] KVM: s390: Stop using page->index and other things
 2025-01-27  9:36 UTC  (17+ messages)
` [PATCH v4 04/15] KVM: s390: selftests: fix ucontrol memory region test
` [PATCH v4 05/15] KVM: s390: move pv gmap functions into kvm
` [PATCH v4 09/15] KVM: s390: move some gmap shadowing functions away from mm/gmap.c
` [PATCH v4 10/15] KVM: s390: stop using page->index for non-shadow gmaps
` [PATCH v4 12/15] KVM: s390: move gmap_shadow_pgt_lookup() into kvm
` [PATCH v4 13/15] KVM: s390: remove useless page->index usage
` [PATCH v4 14/15] KVM: s390: move PGSTE softbits
` [PATCH v4 15/15] KVM: s390: remove the last user of page->index

[PATCH v3 0/6] kvm powerpc/book3s-hv: Expose Hostwide counters as perf-events
 2025-01-27  7:36 UTC  (7+ messages)
` [PATCH v3 1/6] powerpc: Document APIv2 KVM hcall spec for Hostwide counters
` [PATCH v3 4/6] kvm powerpc/book3s-apiv2: Introduce kvm-hv specific PMU

[PATCH v5 0/3] Add support for the Idle HLT intercept feature
 2025-01-27  4:58 UTC  (3+ messages)

[PATCH v2] KVM: x86/cpuid: add type suffix to decimal const 48 fix building warning
 2025-01-27  1:38 UTC 

[PATCH 00/20] accel: Simplify cpu-target.c (omnibus)
 2025-01-26 21:37 UTC  (39+ messages)
` [PATCH 02/20] user: Extract common MMAP API to 'user/mmap.h'
` [PATCH 03/20] gdbstub: Check for TCG before calling tb_flush()
` [PATCH 05/20] cpus: Keep default fields initialization in cpu_common_initfn()
` [PATCH 06/20] accel/kvm: Remove unused 'system/cpus.h' header in kvm-cpus.h
` [PATCH 07/20] accel/tcg: Build tcg_flags helpers as common code
` [PATCH 08/20] accel/tcg: Restrict tlb_init() / destroy() to TCG
` [PATCH 09/20] accel/tcg: Restrict 'icount_align_option' global "
` [PATCH 10/20] accel/tcg: Rename 'hw/core/tcg-cpu-ops.h' -> 'accel/tcg/cpu-ops.h'
` [PATCH 11/20] accel: Rename 'hw/core/accel-cpu.h' -> 'accel/accel-cpu-target.h'
` [PATCH 12/20] accel/accel-cpu-target.h: Include missing 'cpu.h' header
` [PATCH 13/20] accel: Forward-declare AccelOpsClass in 'qemu/typedefs.h'
` [PATCH 14/20] accel/tcg: Move cpu_memory_rw_debug() user implementation to user-exec.c
` [PATCH 15/20] cpus: Fix style in cpu-target.c
` [PATCH 16/20] cpus: Restrict cpu_common_post_load() code to TCG
` [PATCH 17/20] cpus: Have cpu_class_init_props() per user / system emulation
` [PATCH 18/20] cpus: Have cpu_exec_initfn() "
` [PATCH 19/20] cpus: Register VMState "
` [PATCH 20/20] cpus: Build cpu_exec_[un]realizefn() methods once

[PATCH v2] KVM: x86: Update Xen TSC leaves during CPUID emulation
 2025-01-26 16:15 UTC  (2+ messages)

[PATCH AUTOSEL 6.12 4/7] x86: Convert unreachable() to BUG()
 2025-01-26 14:50 UTC 

[PATCH AUTOSEL 6.13 4/7] x86: Convert unreachable() to BUG()
 2025-01-26 14:50 UTC 

[PATCH v6 0/3] KVM: SVM: Flush cache only on CPUs running SEV guest
 2025-01-26 11:36 UTC  (4+ messages)
` [PATCH v6 1/3] KVM: x86: Add a wbinvd helper
` [PATCH v6 2/3] KVM: SVM: Remove wbinvd in sev_vm_destroe()
` [PATCH v6 3/3] KVM: SVM: Flush cache only on CPUs running SEV guest

[PATCH v5 0/3] KVM: SVM: Flush cache only on CPUs running SEV guest
 2025-01-26 10:33 UTC  (4+ messages)
` [PATCH v5 3/3] "

[PATCH kvmtool] riscv: Allow initrd to be above 256MB on 64 bit
 2025-01-26  7:38 UTC 

[PATCH] KVM: x86/cpudid: add type suffix to decimal const 48 fix building warning
 2025-01-26  4:15 UTC 

[PATCH 2/7] guest_memfd: Introduce an object to manage the guest-memfd with RamDiscardManager
 2025-01-26  3:34 UTC  (13+ messages)

[bug report] KVM: x86: Unify TSC logic (sleeping in atomic?)
 2025-01-26  2:16 UTC  (5+ messages)

[PATCH] kvm: defer huge page recovery vhost task to later
 2025-01-25  4:05 UTC  (7+ messages)

[PATCH] KVM: x86: Load DR6 with guest value only before entering .vcpu_run() loop
 2025-01-25  1:18 UTC 

[PATCH 0/4] Fix broken SNP support with KVM module built-in
 2025-01-25  0:39 UTC  (6+ messages)
` [PATCH 1/4] iommu/amd: Check SNP support before enabling IOMMU

[PATCH v6 0/4] vfio/nvgrace-gpu: Enable grace blackwell boards
 2025-01-24 22:05 UTC  (6+ messages)
` [PATCH v6 1/4] vfio/nvgrace-gpu: Read dvsec register to determine need for uncached resmem
` [PATCH v6 2/4] vfio/nvgrace-gpu: Expose the blackwell device PF BAR1 to the VM
` [PATCH v6 3/4] vfio/nvgrace-gpu: Check the HBM training and C2C link status
` [PATCH v6 4/4] vfio/nvgrace-gpu: Add GB200 SKU to the devid table

[GIT PULL] Please pull IOMMUFD subsystem changes
 2025-01-24 21:45 UTC  (2+ messages)

[PATCH] x86/kvm: Override default caching mode for SEV-SNP and TDX
 2025-01-24 20:59 UTC  (2+ messages)

[PATCH v5 0/3] vfio/nvgrace-gpu: Enable grace blackwell boards
 2025-01-24 17:53 UTC  (7+ messages)
` [PATCH v5 1/3] vfio/nvgrace-gpu: Read dvsec register to determine need for uncached resmem
` [PATCH v5 3/3] vfio/nvgrace-gpu: Check the HBM training and C2C link status

[PATCH v5 0/9] Basic SEV-SNP Selftests
 2025-01-24 17:03 UTC  (4+ messages)
` [PATCH v5 2/9] KVM: SEV: Disable SEV on platform init failure

[PATCH v3] vfio/pci: match IGD devices in display controller class
 2025-01-24 15:58 UTC  (2+ messages)

[PATCH] KVM: remove kvm_arch_post_init_vm
 2025-01-24 16:48 UTC  (2+ messages)

[kvm-unit-tests PATCH v2 0/2] Add support for SBI FWFT extension testing
 2025-01-24 16:45 UTC  (4+ messages)
` [kvm-unit-tests PATCH v2 2/2] riscv: Add tests for SBI FWFT extension

[PATCH 2/7] guest_memfd: Introduce an object to manage the guest-memfd with RamDiscardManager
 2025-01-24 16:12 UTC  (11+ messages)

next-20250121: kvm selftests: RIP: 0010:__kmalloc_node_noprof+0xff/0x490
 2025-01-24 16:13 UTC  (2+ messages)

[PATCH 0/5] KVM: selftests: Fix PMC checks in PMU counters test
 2025-01-24 15:57 UTC  (6+ messages)
` [PATCH 2/5] KVM: selftests: Only validate counts for hardware-supported arch events

[PATCH] KVM: x86: Update Xen TSC leaves during CPUID emulation
 2025-01-24 14:58 UTC  (5+ messages)

[RFC PATCH v1 0/9] KVM: Mapping of guest_memfd at the host and a software protected VM type
 2025-01-24 14:44 UTC  (9+ messages)
` [RFC PATCH v1 2/9] KVM: guest_memfd: Add guest_memfd support to kvm_(read|/write)_guest_page()

[PATCH v6 00/60] QEMU TDX support
 2025-01-24 13:53 UTC  (10+ messages)
` [PATCH v6 40/60] hw/i386: add eoi_intercept_unsupported member to X86MachineState
` [PATCH v6 41/60] hw/i386: add option to forcibly report edge trigger in acpi tables

[PATCH v7 00/52] QEMU TDX support
 2025-01-24 13:20 UTC  (53+ messages)
` [PATCH v7 01/52] *** HACK *** linux-headers: Update headers to pull in TDX API changes
` [PATCH v7 02/52] i386: Introduce tdx-guest object
` [PATCH v7 03/52] i386/tdx: Implement tdx_kvm_type() for TDX
` [PATCH v7 04/52] i386/tdx: Implement tdx_kvm_init() to initialize TDX VM context
` [PATCH v7 05/52] i386/tdx: Get tdx_capabilities via KVM_TDX_CAPABILITIES
` [PATCH v7 06/52] i386/tdx: Introduce is_tdx_vm() helper and cache tdx_guest object
` [PATCH v7 07/52] kvm: Introduce kvm_arch_pre_create_vcpu()
` [PATCH v7 08/52] i386/tdx: Initialize TDX before creating TD vcpus
` [PATCH v7 09/52] i386/tdx: Add property sept-ve-disable for tdx-guest object
` [PATCH v7 10/52] i386/tdx: Make sept_ve_disable set by default
` [PATCH v7 11/52] i386/tdx: Wire CPU features up with attributes of TD guest
` [PATCH v7 12/52] i386/tdx: Validate TD attributes
` [PATCH v7 13/52] i386/tdx: Set APIC bus rate to match with what TDX module enforces
` [PATCH v7 14/52] i386/tdx: Implement user specified tsc frequency
` [PATCH v7 15/52] i386/tdx: load TDVF for TD guest
` [PATCH v7 16/52] i386/tdvf: Introduce function to parse TDVF metadata
` [PATCH v7 17/52] i386/tdx: Parse TDVF metadata for TDX VM
` [PATCH v7 18/52] i386/tdx: Don't initialize pc.rom for TDX VMs
` [PATCH v7 19/52] i386/tdx: Track mem_ptr for each firmware entry of TDVF
` [PATCH v7 20/52] i386/tdx: Track RAM entries for TDX VM
` [PATCH v7 21/52] headers: Add definitions from UEFI spec for volumes, resources, etc
` [PATCH v7 22/52] i386/tdx: Setup the TD HOB list
` [PATCH v7 23/52] i386/tdx: Add TDVF memory via KVM_TDX_INIT_MEM_REGION
` [PATCH v7 24/52] i386/tdx: Call KVM_TDX_INIT_VCPU to initialize TDX vcpu
` [PATCH v7 25/52] i386/tdx: Finalize TDX VM
` [PATCH v7 26/52] i386/tdx: Enable user exit on KVM_HC_MAP_GPA_RANGE
` [PATCH v7 27/52] i386/tdx: Handle KVM_SYSTEM_EVENT_TDX_FATAL
` [PATCH v7 28/52] i386/tdx: Wire TDX_REPORT_FATAL_ERROR with GuestPanic facility
` [PATCH v7 29/52] i386/cpu: introduce x86_confidential_guest_cpu_instance_init()
` [PATCH v7 30/52] i386/tdx: implement tdx_cpu_instance_init()
` [PATCH v7 31/52] i386/cpu: Introduce enable_cpuid_0x1f to force exposing CPUID 0x1f
` [PATCH v7 32/52] i386/tdx: Force "
` [PATCH v7 33/52] i386/tdx: Set kvm_readonly_mem_enabled to false for TDX VM
` [PATCH v7 34/52] i386/tdx: Disable SMM for TDX VMs
` [PATCH v7 35/52] i386/tdx: Disable PIC "
` [PATCH v7 36/52] i386/tdx: Don't synchronize guest tsc for TDs
` [PATCH v7 37/52] i386/tdx: Only configure MSR_IA32_UCODE_REV in kvm_init_msrs() "
` [PATCH v7 38/52] i386/apic: Skip kvm_apic_put() for TDX
` [PATCH v7 39/52] cpu: Don't set vcpu_dirty when guest_state_protected
` [PATCH v7 40/52] i386/cgs: Rename *mask_cpuid_features() to *adjust_cpuid_features()
` [PATCH v7 41/52] i386/tdx: Implement adjust_cpuid_features() for TDX
` [PATCH v7 42/52] i386/tdx: Apply TDX fixed0 and fixed1 information to supported CPUIDs
` [PATCH v7 43/52] i386/tdx: Mask off CPUID bits by unsupported TD Attributes
` [PATCH v7 44/52] i386/cpu: Move CPUID_XSTATE_XSS_MASK to header file and introduce CPUID_XSTATE_MASK
` [PATCH v7 45/52] i386/tdx: Mask off CPUID bits by unsupported XFAM
` [PATCH v7 46/52] i386/tdx: Mark the configurable bit not reported by KVM as unsupported
` [PATCH v7 47/52] i386/cgs: Introduce x86_confidential_guest_check_features()
` [PATCH v7 48/52] i386/tdx: Fetch and validate CPUID of TD guest
` [PATCH v7 49/52] i386/tdx: Don't treat SYSCALL as unavailable
` [PATCH v7 50/52] i386/tdx: Make invtsc default on
` [PATCH v7 51/52] i386/tdx: Validate phys_bits against host value
` [PATCH v7 52/52] docs: Add TDX documentation

[PATCH] KVM: SEV: Use to_kvm_sev_info() for fetching kvm_sev_info struct
 2025-01-24 13:38 UTC  (2+ messages)

[PATCH RFCv2 00/13] iommu: Add MSI mapping support with nested SMMU
 2025-01-24 13:31 UTC  (7+ messages)
` [PATCH RFCv2 06/13] iommufd: Make attach_handle generic

[PATCH v2 3/4] x86/bugs: KVM: Add support for SRSO_MSR_FIX
 2025-01-24 12:58 UTC  (11+ messages)
      ` [PATCH] "

[PATCH 00/11] Change ghes to use HEST-based offsets and add support for error inject
 2025-01-24 12:47 UTC  (4+ messages)
` [PATCH 07/11] acpi/ghes: Cleanup the code which gets ghes ged state


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