public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-09-24 10:26:09 to 2024-09-26 09:20:35 UTC [more...]

[RFC 00/29] Introduce NVIDIA GPU Virtualization (vGPU) Support
 2024-09-26  9:20 UTC  (25+ messages)
` [RFC 01/29] nvkm/vgpu: introduce NVIDIA vGPU support prelude
` [RFC 27/29] vfio/vgpu_mgr: bootload the new vGPU

[PATCH v4 1/6] firmware/psci: Add definitions for PSCI v1.3 specification
 2024-09-26  9:18 UTC  (10+ messages)
` [PATCH v4 2/6] KVM: arm64: Add PSCI v1.3 SYSTEM_OFF2 function for hibernation
` [PATCH v4 3/6] KVM: arm64: Add support for PSCI v1.2 and v1.3
` [PATCH v4 4/6] KVM: selftests: Add test for PSCI SYSTEM_OFF2
` [PATCH v4 5/6] KVM: arm64: nvhe: Pass through PSCI v1.3 SYSTEM_OFF2 call
` [PATCH v4 6/6] arm64: Use SYSTEM_OFF2 PSCI call to power off for hibernate
` [PATCH v4 0/6] Add PSCI v1.3 SYSTEM_OFF2 support for hibernation

[PATCH] KVM: x86/tdp_mmu: Trigger the callback only when an interesting change
 2024-09-26  7:53 UTC  (3+ messages)

[RFC PATCH v1 0/2] Allow the RAS feature bit in ID_AA64PFR0_EL1 writable from userspace
 2024-09-26  7:25 UTC  (3+ messages)
` [RFC PATCH v1 2/2] KVM: arm64: "

[RFC 00/13] vfio: introduce vfio-cxl to support CXL type-2 accelerator passthrough
 2024-09-26  6:55 UTC  (6+ messages)

[PATCH v4 0/8] TDX host: metadata reading tweaks, bug fix and info dump
 2024-09-26  6:27 UTC  (11+ messages)
` [PATCH v4 1/8] x86/virt/tdx: Rename 'struct tdx_tdmr_sysinfo' to reflect the spec better
` [PATCH v4 2/8] x86/virt/tdx: Rework TD_SYSINFO_MAP to support build-time verification
` [PATCH v4 3/8] x86/virt/tdx: Prepare to support reading other global metadata fields
` [PATCH v4 4/8] x86/virt/tdx: Refine a comment to reflect the latest TDX spec
` [PATCH v4 5/8] x86/virt/tdx: Start to track all global metadata in one structure
` [PATCH v4 6/8] x86/virt/tdx: Print TDX module version
` [PATCH v4 7/8] x86/virt/tdx: Require the module to assert it has the NO_RBP_MOD mitigation
` [PATCH v4 8/8] x86/virt/tdx: Reduce TDMR's reserved areas by using CMRs to find memory holes

[PATCH] vhost-vdpa: Refactor copy_to_user() usage in vhost_vdpa_get_config()
 2024-09-26  6:04 UTC  (3+ messages)
  `  "

[PATCH v5 00/11] KVM: PPC: Nested APIv2 guest support
 2024-09-26  5:23 UTC  (3+ messages)

[PATCH v1 1/1] x86: Add support save/load HWCR MSR
 2024-09-26  4:08 UTC 

[PATCH v7 00/18] mm: multi-gen LRU: Walk secondary MMU page tables while aging
 2024-09-26  1:55 UTC  (20+ messages)
` [PATCH v7 01/18] KVM: Remove kvm_handle_hva_range helper functions
` [PATCH v7 02/18] KVM: Add lockless memslot walk to KVM
` [PATCH v7 03/18] KVM: x86/mmu: Factor out spte atomic bit clearing routine
` [PATCH v7 04/18] KVM: x86/mmu: Relax locking for kvm_test_age_gfn and kvm_age_gfn
` [PATCH v7 05/18] KVM: x86/mmu: Rearrange kvm_{test_,}age_gfn
` [PATCH v7 06/18] KVM: x86/mmu: Only check gfn age in shadow MMU if indirect_shadow_pages > 0
` [PATCH v7 07/18] KVM: x86/mmu: Refactor low level rmap helpers to prep for walking w/o mmu_lock
` [PATCH v7 08/18] KVM: x86/mmu: Add infrastructure to allow walking rmaps outside of mmu_lock
` [PATCH v7 09/18] KVM: x86/mmu: Add support for lockless walks of rmap SPTEs
` [PATCH v7 10/18] KVM: x86/mmu: Support rmap walks without holding mmu_lock when aging gfns
` [PATCH v7 11/18] mm: Add missing mmu_notifier_clear_young for !MMU_NOTIFIER
` [PATCH v7 12/18] mm: Add has_fast_aging to struct mmu_notifier
` [PATCH v7 13/18] mm: Add fast_only bool to test_young and clear_young MMU notifiers
` [PATCH v7 14/18] KVM: Pass fast_only to kvm_{test_,}age_gfn
` [PATCH v7 15/18] KVM: x86/mmu: Locklessly harvest access information from shadow MMU
` [PATCH v7 16/18] KVM: x86/mmu: Enable has_fast_aging
` [PATCH v7 17/18] mm: multi-gen LRU: Have secondary MMUs participate in aging
` [PATCH v7 18/18] KVM: selftests: Add multi-gen LRU aging to access_tracking_perf_test

[PATCH 0/4] Process some MMIO-related errors without KVM exit
 2024-09-26  0:06 UTC  (6+ messages)

[PATCH 0/2] KVM: x86/mmu: Repurpose MMU shrinker into page cache shrinker
 2024-09-25 23:54 UTC  (4+ messages)
` [PATCH 1/2] KVM: x86/mmu: Change KVM mmu shrinker to no-op

[PATCH v8 00/11] Enable haltpoll on arm64
 2024-09-25 23:24 UTC  (12+ messages)
` [PATCH v8 01/11] cpuidle/poll_state: poll via smp_cond_load_relaxed()
` [PATCH v8 02/11] cpuidle: rename ARCH_HAS_CPU_RELAX to ARCH_HAS_OPTIMIZED_POLL
` [PATCH v8 03/11] Kconfig: move ARCH_HAS_OPTIMIZED_POLL to arch/Kconfig
` [PATCH v8 04/11] cpuidle-haltpoll: define arch_haltpoll_want()
` [PATCH v8 05/11] governors/haltpoll: drop kvm_para_available() check
` [PATCH v8 06/11] cpuidle-haltpoll: condition on ARCH_CPUIDLE_HALTPOLL
` [PATCH v8 07/11] arm64: define TIF_POLLING_NRFLAG
` [PATCH v8 08/11] arm64: idle: export arch_cpu_idle
` [PATCH v8 09/11] arm64: select ARCH_HAS_OPTIMIZED_POLL
` [PATCH v8 10/11] cpuidle/poll_state: limit POLL_IDLE_RELAX_COUNT on arm64
` [PATCH v8 11/11] arm64: support cpuidle-haltpoll

[RFC PATCH 00/28] x86: Rely on toolchain for relocatable code
 2024-09-25 22:40 UTC  (47+ messages)
` [RFC PATCH 01/28] x86/pvh: Call C code via the kernel virtual mapping
` [RFC PATCH 02/28] Documentation: Bump minimum GCC version to 8.1
` [RFC PATCH 03/28] x86/tools: Use mmap() to simplify relocs host tool
` [RFC PATCH 04/28] x86/boot: Permit GOTPCREL relocations for x86_64 builds
` [RFC PATCH 05/28] x86: Define the stack protector guard symbol explicitly
` [RFC PATCH 06/28] x86/percpu: Get rid of absolute per-CPU variable placement
` [RFC PATCH 07/28] scripts/kallsyms: Avoid 0x0 as the relative base
` [RFC PATCH 08/28] scripts/kallsyms: Remove support for absolute per-CPU variables
` [RFC PATCH 09/28] x86/tools: Remove special relocation handling for "
` [RFC PATCH 10/28] x86/xen: Avoid relocatable quantities in Xen ELF notes
` [RFC PATCH 11/28] x86/pvh: Avoid absolute symbol references in .head.text
` [RFC PATCH 12/28] x86/pm-trace: Use RIP-relative accesses for .tracedata
` [RFC PATCH 13/28] x86/kvm: Use RIP-relative addressing
` [RFC PATCH 14/28] x86/rethook: Use RIP-relative reference for return address
` [RFC PATCH 15/28] x86/sync_core: Use RIP-relative addressing
` [RFC PATCH 16/28] x86/entry_64: "
` [RFC PATCH 17/28] x86/hibernate: Prefer RIP-relative accesses
` [RFC PATCH 18/28] x86/boot/64: Determine VA/PA offset before entering C code
` [RFC PATCH 19/28] x86/boot/64: Avoid intentional absolute symbol references in .head.text
` [RFC PATCH 20/28] x64/acpi: Use PIC-compatible references in wakeup_64.S
` [RFC PATCH 21/28] x86/head: Use PIC-compatible symbol references in startup code
` [RFC PATCH 22/28] asm-generic: Treat PIC .data.rel.ro sections as .rodata
` [RFC PATCH 23/28] tools/objtool: Mark generated sections as writable
` [RFC PATCH 24/28] tools/objtool: Treat indirect ftrace calls as direct calls
` [RFC PATCH 25/28] x86: Use PIE codegen for the core kernel
` [RFC PATCH 26/28] x86/boot: Implement support for ELF RELA/RELR relocations
` [RFC PATCH 27/28] x86/kernel: Switch to PIE linking for the core kernel
` [RFC PATCH 28/28] x86/tools: Drop x86_64 support from 'relocs' tool

[PATCH v2 00/25] Enable FRED with KVM VMX
 2024-09-25 22:13 UTC  (9+ messages)
` [PATCH v2 07/25] KVM: VMX: Set intercept for FRED MSRs

[PATCH v3 0/2] Fix for a very old KVM bug in the segment cache
 2024-09-25 18:30 UTC  (9+ messages)
` [PATCH v3 2/2] VMX: reset the segment cache after segment initialization in vmx_vcpu_reset

[PATCH 00/10] maintainer updates (testing, gdbstub)
 2024-09-25 17:22 UTC  (12+ messages)
` [PATCH 01/10] testing: bump mips64el cross to bookworm and allow to fail
` [PATCH 02/10] tests/docker: Fix microblaze atomics
` [PATCH 03/10] tests/docker: add NOFETCH env variable for testing
` [PATCH 04/10] MAINTAINERS: mention my testing/next tree
` [PATCH 05/10] meson: hide tsan related warnings
` [PATCH 06/10] target/i386: fix build warning (gcc-12 -fsanitize=thread)
` [PATCH 07/10] docs/devel: update tsan build documentation
` [PATCH 08/10] MAINTAINERS: mention my gdbstub/next tree
` [PATCH 09/10] config/targets: update aarch64_be-linux-user gdb XML list
` [PATCH 10/10] tests/tcg: enable basic testing for aarch64_be-linux-user

[PATCH v2] sched: Don't try to catch up excess steal time
 2024-09-25 16:29 UTC  (9+ messages)

[RFC PATCH 00/21] Secure VFIO, TDISP, SEV TIO
 2024-09-25 15:41 UTC  (12+ messages)
` [RFC PATCH 12/21] KVM: IOMMUFD: MEMFD: Map private pages

[kvm-unit-tests PATCH v2 0/2] s390x: add tests for diag258
 2024-09-25 15:34 UTC  (5+ messages)
` [kvm-unit-tests PATCH v2 1/2] s390x: add test "
` [kvm-unit-tests PATCH v2 2/2] s390x: edat: move LC_SIZE to arch_def.h

[syzbot] [kvm?] WARNING in srcu_check_nmi_safety (2)
 2024-09-25 13:55 UTC 

[PATCH v2 0/3] KVM: x86: Include host suspended time in steal time
 2024-09-25 13:54 UTC  (2+ messages)

[PATCH RFC] kvm: emulate avx vmovdq
 2024-09-25 13:46 UTC  (4+ messages)

[PATCH v11 00/20] Add Secure TSC support for SNP guests
 2024-09-25 12:55 UTC  (10+ messages)
` [PATCH v11 19/20] x86/kvmclock: Skip kvmclock when Secure TSC is available

[GIT PULL] virtio: features, fixes, cleanups
 2024-09-25 11:11 UTC  (4+ messages)

[GIT PULL v2] virtio: features, fixes, cleanups
 2024-09-25 11:09 UTC 

[PATCH 09/21] KVM: TDX: Retry seamcall when TDX_OPERAND_BUSY with operand SEPT
 2024-09-25 10:53 UTC  (11+ messages)

[PATCH v3 0/3] build qemu with gcc and tsan
 2024-09-25 10:43 UTC  (3+ messages)

[PATCH v10 00/21] Add ACPI CPER firmware first error injection on ARM emulation
 2024-09-25  4:26 UTC  (5+ messages)

[PATCH 00/15] Prepare GHES driver to support error injection
 2024-09-25  4:04 UTC  (2+ messages)
` [PATCH 11/15] acpi/ghes: better name GHES memory error function

[PATCH RFC v4 0/9] tun: Introduce virtio-net hashing feature
 2024-09-25  3:30 UTC  (5+ messages)
` [PATCH RFC v4 7/9] tun: Introduce virtio-net RSS

[kvm-unit-tests PATCH v7 0/5] x86: Add test cases for LAM
 2024-09-25  1:22 UTC  (2+ messages)

[PATCH v2 0/4] Introduce a quirk to control memslot zap behavior
 2024-09-25  0:42 UTC  (4+ messages)
` [PATCH v2 3/4] KVM: selftests: Allow slot modification stress test with quirk disabled

[PATCH] KVM/x86: Do not clear SIPI while in SMM
 2024-09-24 21:59 UTC  (12+ messages)

[GIT PULL] VFIO updates for v6.12-rc1
 2024-09-24 19:36 UTC  (2+ messages)

[GIT PULL] Please pull IOMMUFD subsystem changes
 2024-09-24 19:36 UTC  (2+ messages)

[RFC PATCH v3 00/58] Mediated Passthrough vPMU 3.0 for x86
 2024-09-24 16:55 UTC  (7+ messages)
` [RFC PATCH v3 14/58] perf: Add switch_interrupt() interface

[kvmtool PATCH 0/2] Add riscv isa exts based on linux-6.11
 2024-09-24 14:14 UTC  (5+ messages)
` [kvmtool PATCH 1/2] Sync-up headers with Linux-6.11 kernel
` [kvmtool PATCH 2/2] riscv: Add Zc*/Zimop/Zcmop/Zawrs exts support

[PATCH v3 0/5] KVM: s390: selftests: Add regression tests for CPU subfunctions
 2024-09-24 12:07 UTC  (2+ messages)

[PATCH] KVM: selftests: x86: Avoid using SSE/AVX instructions
 2024-09-24 12:04 UTC  (3+ messages)

[PATCH v3 00/34] Use g_assert_not_reached instead of (g_)assert(0,false)
 2024-09-24 11:52 UTC  (3+ messages)
` [PATCH v3 30/34] migration: remove return after g_assert_not_reached()

[PATCH v3 0/8] TDX host: metadata reading tweaks, bug fix and info dump
 2024-09-24 11:39 UTC  (5+ messages)
` [PATCH v3 1/8] x86/virt/tdx: Rename 'struct tdx_tdmr_sysinfo' to reflect the spec better

[PATCH v2] virtio_blk: implement init_hctx MQ operation
 2024-09-24 10:26 UTC  (6+ messages)


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