public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-03-24 17:33:21 to 2025-03-26 09:22:25 UTC [more...]

[PATCH v7 00/52] QEMU TDX support
 2025-03-26  9:22 UTC  (6+ messages)
` [PATCH v7 52/52] docs: Add TDX documentation

[PATCH v4 00/30] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2025-03-26  8:56 UTC  (18+ messages)
` [PATCH v4 29/30] x86/mm, mm/vmalloc: Defer flush_tlb_kernel_range() targeting NOHZ_FULL CPUs

[kvmtool PATCH 00/10] Add SBI system suspend and cpu-type option
 2025-03-26  6:56 UTC  (11+ messages)
` [kvmtool PATCH 01/10] Sync-up headers with Linux-6.14 kernel
` [kvmtool PATCH 02/10] riscv: Add Svvptc extension support
` [kvmtool PATCH 03/10] riscv: Add Zabha "
` [kvmtool PATCH 04/10] riscv: Add Ziccrse "
` [kvmtool PATCH 05/10] riscv: Add SBI system suspend support
` [kvmtool PATCH 06/10] riscv: Make system suspend time configurable
` [kvmtool PATCH 07/10] riscv: Fix no params with nodefault segfault
` [kvmtool PATCH 08/10] riscv: Include single-letter extensions in isa_info_arr[]
` [kvmtool PATCH 09/10] riscv: Add cpu-type command-line option
` [kvmtool PATCH 10/10] riscv: Allow including extensions in the min CPU type using command-line

[RFC PATCH V3 00/43] rv64ilp32_abi: Build CONFIG_64BIT kernel-self with ILP32 ABI
 2025-03-26  6:55 UTC  (57+ messages)
` [RFC PATCH V3 01/43] rv64ilp32_abi: uapi: Reuse lp64 ABI interface
` [RFC PATCH V3 02/43] rv64ilp32_abi: riscv: Adapt Makefile and Kconfig
` [RFC PATCH V3 03/43] rv64ilp32_abi: riscv: Adapt ULL & UL definition
` [RFC PATCH V3 04/43] rv64ilp32_abi: riscv: Introduce xlen_t to adapt __riscv_xlen != BITS_PER_LONG
` [RFC PATCH V3 05/43] rv64ilp32_abi: riscv: crc32: Utilize 64-bit width to improve the performance
` [RFC PATCH V3 06/43] rv64ilp32_abi: riscv: csum: "
` [RFC PATCH V3 07/43] rv64ilp32_abi: riscv: arch_hweight: Adapt cpopw & cpop of zbb extension
` [RFC PATCH V3 08/43] rv64ilp32_abi: riscv: bitops: Adapt ctzw & clzw "
` [RFC PATCH V3 09/43] rv64ilp32_abi: riscv: Reuse LP64 SBI interface
` [RFC PATCH V3 10/43] rv64ilp32_abi: riscv: Update SATP.MODE.ASID width
` [RFC PATCH V3 11/43] rv64ilp32_abi: riscv: Introduce PTR_L and PTR_S
` [RFC PATCH V3 12/43] rv64ilp32_abi: riscv: Introduce cmpxchg_double
` [RFC PATCH V3 13/43] rv64ilp32_abi: riscv: Correct stackframe layout
` [RFC PATCH V3 14/43] rv64ilp32_abi: riscv: Adapt kernel module code
` [RFC PATCH V3 15/43] rv64ilp32_abi: riscv: mm: Adapt MMU_SV39 for 2GiB address space
` [RFC PATCH V3 16/43] rv64ilp32_abi: riscv: Support physical addresses >= 0x80000000
` [RFC PATCH V3 17/43] rv64ilp32_abi: riscv: Adapt kasan memory layout
` [RFC PATCH V3 18/43] rv64ilp32_abi: riscv: kvm: Initial support
` [RFC PATCH V3 19/43] rv64ilp32_abi: irqchip: irq-riscv-intc: Use xlen_t instead of ulong
` [RFC PATCH V3 20/43] rv64ilp32_abi: drivers/perf: Adapt xlen_t of sbiret
` [RFC PATCH V3 21/43] rv64ilp32_abi: asm-generic: Add custom BITS_PER_LONG definition
` [RFC PATCH V3 22/43] rv64ilp32_abi: bpf: Change KERN_ARENA_SZ to 256MiB
` [RFC PATCH V3 23/43] rv64ilp32_abi: compat: Correct compat_ulong_t cast
` [RFC PATCH V3 24/43] rv64ilp32_abi: compiler_types: Add "long long" into __native_word()
` [RFC PATCH V3 25/43] rv64ilp32_abi: exec: Adapt 64lp64 env and argv
` [RFC PATCH V3 26/43] rv64ilp32_abi: file_ref: Use 32-bit width for refcnt
` [RFC PATCH V3 27/43] rv64ilp32_abi: input: Adapt BITS_PER_LONG to dword
` [RFC PATCH V3 28/43] rv64ilp32_abi: iov_iter: Resize kvec to match iov_iter's size
` [RFC PATCH V3 29/43] rv64ilp32_abi: locking/atomic: Use BITS_PER_LONG for scripts
` [RFC PATCH V3 30/43] rv64ilp32_abi: kernel/smp: Disable CSD_LOCK_WAIT_DEBUG
` [RFC PATCH V3 31/43] rv64ilp32_abi: maple_tree: Use BITS_PER_LONG instead of CONFIG_64BIT
` [RFC PATCH V3 32/43] rv64ilp32_abi: mm: Remove _folio_nr_pages
` [RFC PATCH V3 33/43] rv64ilp32_abi: mm/auxvec: Adapt mm->saved_auxv[] to Elf64
` [RFC PATCH V3 34/43] rv64ilp32_abi: mm: Adapt vm_flags_t struct
` [RFC PATCH V3 35/43] rv64ilp32_abi: net: Use BITS_PER_LONG in struct dst_entry
` [RFC PATCH V3 36/43] rv64ilp32_abi: printf: Use BITS_PER_LONG instead of CONFIG_64BIT
` [RFC PATCH V3 37/43] rv64ilp32_abi: random: Adapt fast_pool struct
` [RFC PATCH V3 38/43] rv64ilp32_abi: syscall: Use CONFIG_64BIT instead of BITS_PER_LONG
` [RFC PATCH V3 39/43] rv64ilp32_abi: sysinfo: Adapt sysinfo structure to lp64 uapi
` [RFC PATCH V3 40/43] rv64ilp32_abi: tracepoint-defs: Using u64 for trace_print_flags.mask
` [RFC PATCH V3 41/43] rv64ilp32_abi: tty: Adapt ptr_to_compat
` [RFC PATCH V3 42/43] rv64ilp32_abi: memfd: Use vm_flag_t
` [RFC PATCH V3 43/43] riscv: Fixup address space overlay of print_mlk

[PATCH 0/3] Enable x86 mediated vPMU
 2025-03-26  6:46 UTC  (3+ messages)
` [PATCH 2/3] target/i386: Call KVM_CAP_PMU_CAPABILITY iotcl to enable/disable PMU

[PATCH v7 00/45] arm64: Support for Arm CCA in KVM
 2025-03-26  6:14 UTC  (3+ messages)

[RFC PATCH v2 05/22] crypto: ccp: Enable SEV-TIO feature in the PSP when supported
 2025-03-26  4:26 UTC  (2+ messages)

[PATCH v2 0/3] vsock: add namespace support to vhost-vsock
 2025-03-26  0:11 UTC  (7+ messages)
` [PATCH v2 3/3] vhost/vsock: use netns of process that opens the vhost-vsock-netns device

[ANNOUNCE] PUCK Agenda - 2025.03.26 - CANCELED
 2025-03-25 22:51 UTC 

[GIT PULL] First batch of KVM changes for Linux 6.15
 2025-03-25 21:55 UTC  (2+ messages)

[PATCH kvmtool 0/9] arm: Drop support for 32-bit kvmtool
 2025-03-25 21:39 UTC  (10+ messages)
` [PATCH kvmtool 1/9] Drop support for 32-bit arm
` [PATCH kvmtool 2/9] arm64: Move arm64-only features into main directory
` [PATCH kvmtool 3/9] arm64: Combine kvm.c
` [PATCH kvmtool 4/9] arm64: Merge kvm-cpu.c
` [PATCH kvmtool 5/9] arm64: Combine kvm-config-arch.h
` [PATCH kvmtool 6/9] arm64: Move remaining kvm/* headers
` [PATCH kvmtool 7/9] arm64: Move asm headers
` [PATCH kvmtool 8/9] arm64: Rename top-level directory
` [PATCH kvmtool 9/9] arm64: Get rid of the 'arm-common' include directory

[RFC PATCH v3 7/8] perf: arm_pmuv3: Keep out of guest counter partition
 2025-03-25 18:52 UTC  (2+ messages)

[RFC PATCH v3 5/8] KVM: arm64: Introduce module param to partition the PMU
 2025-03-25 18:32 UTC  (2+ messages)

[PATCH v2 0/2] KVM: selftests: access_tracking_perf_test: skip the test when NUMA balancing is active
 2025-03-25 18:01 UTC  (4+ messages)
` [PATCH v2 1/2] KVM: selftests: Extract guts of THP accessor to standalone sysfs helpers
` [PATCH v2 2/2] KVM: selftests: access_tracking_perf_test: add option to skip the sanity check

[PATCH] KVM: SVM: Fix SNP AP destroy race with VMRUN
 2025-03-25 17:49 UTC  (9+ messages)

[RFC kvmtool 0/9] arm: Drop support for 32-bit kvmtool
 2025-03-25 17:08 UTC  (7+ messages)
` [RFC kvmtool 1/9] Drop support for 32-bit arm
` [RFC kvmtool 9/9] arm64: Get rid of the 'arm-common' include directory

[kvm-unit-tests PATCH v3 0/5] arm64: Change the default QEMU CPU type to "max"
 2025-03-25 16:00 UTC  (6+ messages)
` [kvm-unit-tests PATCH v3 1/5] configure: arm64: Don't display 'aarch64' as the default architecture
` [kvm-unit-tests PATCH v3 2/5] configure: arm/arm64: Display the correct default processor
` [kvm-unit-tests PATCH v3 3/5] arm64: Implement the ./configure --processor option
` [kvm-unit-tests PATCH v3 4/5] configure: Add --qemu-cpu option
` [kvm-unit-tests PATCH v3 5/5] arm64: Use -cpu max as the default for TCG

[PATCH v6 0/7] KVM: Restricted mapping of guest_memfd at the host and arm64 support
 2025-03-25 15:57 UTC  (4+ messages)
` [PATCH v6 5/7] KVM: guest_memfd: Restore folio state after final folio_put()

[PATCH v7 00/17] Provide a new two step DMA mapping API
 2025-03-25 14:41 UTC  (7+ messages)

[PATCH v9 0/5] vfio-pci support pasid attach/detach
 2025-03-25 13:25 UTC  (2+ messages)

[RFC v2 00/17] AMD: Add Secure AVIC Guest Support
 2025-03-25 12:10 UTC  (5+ messages)
` [RFC v2 05/17] x86/apic: Add update_vector callback for Secure AVIC

pvclock time drifting backward
 2025-03-25 11:07 UTC  (3+ messages)

[PATCH] vfio: pci: Advertise INTx only if LINE is connected
 2025-03-25  7:13 UTC  (2+ messages)

[PATCH] KVM: x86:Cancel hrtimer in the process of saving PIT state to reduce the performance overhead caused by hrtimer during guest stop
 2025-03-25  6:10 UTC  (3+ messages)

[PATCH v3 00/29] single-binary: start make hw/arm/ common
 2025-03-25  5:02 UTC  (31+ messages)
` [PATCH v3 01/29] exec/cpu-all: extract tlb flags defines to exec/tlb-flags.h
` [PATCH v3 02/29] exec/cpu-all: move cpu_copy to linux-user/qemu.h
` [PATCH v3 03/29] include/exec/cpu-all: move compile time check for CPUArchState to cpu-target.c
` [PATCH v3 04/29] exec/cpu-all: remove system/memory include
` [PATCH v3 05/29] exec/cpu-all: remove exec/page-protection include
` [PATCH v3 06/29] exec/cpu-all: remove tswap include
` [PATCH v3 07/29] exec/cpu-all: remove exec/cpu-interrupt include
` [PATCH v3 08/29] exec/cpu-all: remove exec/cpu-defs include
` [PATCH v3 09/29] exec/cpu-all: remove exec/target_page include
` [PATCH v3 10/29] exec/cpu-all: remove hw/core/cpu.h include
` [PATCH v3 11/29] accel/tcg: fix missing includes for TCG_GUEST_DEFAULT_MO
` [PATCH v3 12/29] accel/tcg: fix missing includes for TARGET_HAS_PRECISE_SMC
` [PATCH v3 13/29] exec/cpu-all: remove cpu include
` [PATCH v3 14/29] exec/cpu-all: transfer exec/cpu-common include to cpu.h headers
` [PATCH v3 15/29] exec/cpu-all: remove this header
` [PATCH v3 16/29] exec/target_page: runtime defintion for TARGET_PAGE_BITS_MIN
` [PATCH v3 17/29] accel/kvm: move KVM_HAVE_MCE_INJECTION define to kvm-all.c
` [PATCH v3 18/29] exec/poison: KVM_HAVE_MCE_INJECTION can now be poisoned
` [PATCH v3 19/29] target/arm/cpu: always define kvm related registers
` [PATCH v3 20/29] target/arm/cpu: flags2 is always uint64_t
` [PATCH v3 21/29] target/arm/cpu: define same set of registers for aarch32 and aarch64
` [PATCH v3 22/29] target/arm/cpu: remove inline stubs for aarch32 emulation
` [PATCH v3 23/29] meson: add common hw files
` [PATCH v3 24/29] hw/arm/boot: make compilation unit hw common
` [PATCH v3 25/29] hw/arm/armv7m: prepare compilation unit to be common
` [PATCH v3 26/29] hw/arm/digic_boards: "
` [PATCH v3 27/29] hw/arm/xlnx-zynqmp: "
` [PATCH v3 28/29] hw/arm/xlnx-versal: "
` [PATCH v3 29/29] hw/arm: make most of the compilation units common

[PATCH v5 0/2] KVM: x86: Include host suspended time in steal time
 2025-03-25  4:13 UTC  (3+ messages)
` [PATCH v5 1/2] KVM: x86: Advance guest TSC after deep suspend
` [PATCH v5 2/2] KVM: x86: Include host suspended time in steal time

[RFC V2] LoongArch: KVM: Handle interrupt early before enabling irq
 2025-03-25  2:13 UTC  (2+ messages)

[PATCH v8 00/20] Change ghes to use HEST-based offsets and add support for error inject
 2025-03-25  1:55 UTC  (2+ messages)

[PATCH v2 00/30] single-binary: start make hw/arm/ common
 2025-03-25  1:48 UTC  (29+ messages)
` [PATCH v2 01/30] exec/cpu-all: remove BSWAP_NEEDED
` [PATCH v2 17/30] exec/target_page: runtime defintion for TARGET_PAGE_BITS_MIN
` [PATCH v2 20/30] target/arm/cpu: always define kvm related registers
` [PATCH v2 24/30] meson: add common hw files
` [PATCH v2 26/30] hw/arm/armv7m: prepare compilation unit to be common
` [PATCH v2 28/30] hw/arm/xlnx-zynqmp: "

[PATCH 0/3] RISC-V KVM selftests improvements
 2025-03-25  0:40 UTC  (4+ messages)
` [PATCH 1/3] KVM: riscv: selftests: Add stval to exception handling
` [PATCH 2/3] KVM: riscv: selftests: Decode stval to identify exact exception type
` [PATCH 3/3] KVM: riscv: selftests: Add vector extension tests

[PATCH v4 0/5] Add support for the Bus Lock Threshold
 2025-03-24 21:56 UTC  (3+ messages)
` [PATCH v4 2/5] x86/cpufeatures: Add CPUID feature bit "

[PATCH 0/5] Provide SEV-ES/SEV-SNP support for decrypting the VMSA
 2025-03-24 21:31 UTC  (3+ messages)
` [PATCH 1/5] KVM: SVM: Decrypt SEV VMSA in dump_vmcb() if debugging is enabled

[PATCH v7 0/8] Move initializing SEV/SNP functionality to KVM
 2025-03-24 21:15 UTC  (9+ messages)
` [PATCH v7 1/8] crypto: ccp: Abort doing SEV INIT if SNP INIT fails
` [PATCH v7 2/8] crypto: ccp: Move dev_info/err messages for SEV/SNP init and shutdown
` [PATCH v7 3/8] crypto: ccp: Ensure implicit SEV/SNP init and shutdown in ioctls
` [PATCH v7 4/8] crypto: ccp: Reset TMR size at SNP Shutdown
` [PATCH v7 5/8] crypto: ccp: Register SNP panic notifier only if SNP is enabled
` [PATCH v7 6/8] crypto: ccp: Add new SEV/SNP platform shutdown API
` [PATCH v7 7/8] KVM: SVM: Add support to initialize SEV/SNP functionality in KVM
` [PATCH v7 8/8] crypto: ccp: Move SEV/SNP Platform initialization to KVM

[PATCH net-next v7 0/9] Device memory TCP TX
 2025-03-24 19:46 UTC  (4+ messages)
` [PATCH net-next v7 4/9] net: devmem: Implement TX path

[PATCH] KVM: x86: forcibly leave SMM mode on vCPU reset
 2025-03-24 17:57 UTC 

[PATCH 1/1] virtio_console: fix missing byte order handling for cols and rows
 2025-03-24 17:56 UTC  (2+ messages)

[PATCH v4 00/38] Mediated vPMU 4.0 for x86
 2025-03-24 17:31 UTC  (22+ messages)
` [PATCH v4 18/38] KVM: x86/pmu: Move PMU_CAP_{FW_WRITES,LBR_FMT} into msr-index.h header
` [PATCH v4 19/38] KVM: VMX: Add macros to wrap around {secondary,tertiary}_exec_controls_changebit()
` [PATCH v4 20/38] KVM: x86/pmu: Check if mediated vPMU can intercept rdpmc
` [PATCH v4 21/38] KVM: x86/pmu/vmx: Save/load guest IA32_PERF_GLOBAL_CTRL with vm_exit/entry_ctrl
` [PATCH v4 22/38] KVM: x86/pmu: Optimize intel/amd_pmu_refresh() helpers
` [PATCH v4 23/38] KVM: x86/pmu: Configure the interception of PMU MSRs
` [PATCH v4 24/38] KVM: x86/pmu: Exclude PMU MSRs in vmx_get_passthrough_msr_slot()
` [PATCH v4 25/38] KVM: x86/pmu: Add AMD PMU registers to direct access list
` [PATCH v4 26/38] KVM: x86/pmu: Introduce eventsel_hw to prepare for pmu event filtering
` [PATCH v4 27/38] KVM: x86/pmu: Handle PMU MSRs interception and "
` [PATCH v4 28/38] KVM: x86/pmu/svm: Set GuestOnly bit and clear HostOnly bit when guest writes to event selectors
` [PATCH v4 29/38] KVM: x86/pmu: Switch host/guest PMU context at vm-exit/vm-entry
` [PATCH v4 30/38] KVM: x86/pmu: Handle emulated instruction for mediated vPMU
` [PATCH v4 31/38] KVM: nVMX: Add macros to simplify nested MSR interception setting
` [PATCH v4 32/38] KVM: nVMX: Add nested virtualization support for mediated PMU
` [PATCH v4 33/38] perf/x86/intel: Support PERF_PMU_CAP_MEDIATED_VPMU
` [PATCH v4 34/38] perf/x86/amd: Support PERF_PMU_CAP_MEDIATED_VPMU for AMD host
` [PATCH v4 35/38] KVM: x86/pmu: Expose enable_mediated_pmu parameter to user space
` [PATCH v4 36/38] KVM: selftests: Add mediated vPMU supported for pmu tests
` [PATCH v4 37/38] KVM: Selftests: Support mediated vPMU for vmx_pmu_caps_test
` [PATCH v4 38/38] KVM: Selftests: Fix pmu_counters_test error for mediated vPMU


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