public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-10 14:07:48 to 2026-02-12 08:09:23 UTC [more...]

[PATCH v12 0/7] support FEAT_LSUI
 2026-02-12  8:08 UTC  (13+ messages)
` [PATCH v12 2/7] arm64: cpufeature: add FEAT_LSUI
` [PATCH v12 6/7] arm64: futex: support futex with FEAT_LSUI

[PATCH net-next v7 0/9] tun/tap & vhost-net: apply qdisc backpressure on full ptr_ring to reduce TX drops
 2026-02-12  8:03 UTC  (19+ messages)
` [PATCH net-next v7 3/9] tun/tap: add ptr_ring consume helper with netdev queue wakeup

[PATCH v4 01/31] i386/kvm: avoid installing duplicate msr entries in msr_handlers
 2026-02-12  7:50 UTC  (20+ messages)
` [PATCH v4 02/31] accel/kvm: add confidential class member to indicate guest rebuild capability
` [PATCH v4 05/31] accel/kvm: add changes required to support KVM VM file descriptor change
` [PATCH v4 06/31] accel/kvm: add a notifier to indicate KVM VM file descriptor has changed
` [PATCH v4 07/31] accel/kvm: notify when KVM VM file fd is about to be changed
` [PATCH v4 08/31] i386/kvm: unregister smram listeners prior to vm file descriptor change
` [PATCH v4 09/31] kvm/i386: implement architecture support for kvm "
` [PATCH v4 12/31] kvm/i386: reload firmware for confidential guest reset
` [PATCH v4 13/31] accel/kvm: rebind current VCPUs to the new KVM VM file descriptor upon reset
` [PATCH v4 14/31] i386/tdx: refactor TDX firmware memory initialization code into a new function
` [PATCH v4 15/31] i386/tdx: finalize TDX guest state upon reset
` [PATCH v4 16/31] i386/tdx: add a pre-vmfd change notifier to reset tdx state
` [PATCH v4 17/31] i386/sev: add migration blockers only once
` [PATCH v4 18/31] i386/sev: add notifiers "
` [PATCH v4 19/31] i386/sev: free existing launch update data and kernel hashes data on init
` [PATCH v4 20/31] i386/sev: add support for confidential guest reset
` [PATCH v4 24/31] kvm/hyperv: add synic feature to CPU only if its not enabled
` [PATCH v4 26/31] kvm/xen-emu: re-initialize capabilities during confidential guest reset
` [PATCH v4 28/31] kvm/vcpu: add notifiers to inform vcpu file descriptor change

[PATCH 1/2] KVM: VMX: Drop obsolete branch hint prefixes from inline asm
 2026-02-12  5:33 UTC 

[RFC PATCH 00/19] x86,fs/resctrl: Support for Global Bandwidth Enforcement and Priviledge Level Zero Association
 2026-02-12  3:51 UTC  (33+ messages)
` [RFC PATCH 01/19] x86,fs/resctrl: Add support for Global Bandwidth Enforcement (GLBE)
` [RFC PATCH 04/19] fs/resctrl: Add the documentation for Global Memory Bandwidth Allocation
` [RFC PATCH 09/19] x86/resctrl: Add plza_capable in rdt_resource data structure
` [RFC PATCH 13/19] x86/resctrl: Add PLZA state tracking and context switch handling
          `  "
` [RFC PATCH 16/19] fs/resctrl: Implement rdtgroup_plza_write() to configure PLZA in a group

[PATCH 1/2] KVM: VMX: Drop obsolete branch hint prefixes from inline asm
 2026-02-11 21:35 UTC  (12+ messages)
` [PATCH 2/2] KVM: VMX: Use ASM_INPUT_RM in __vmcs_writel

[PATCH] KVM: nSVM: Use vcpu->arch.cr2 when updating vmcb12 on nested #VMEXIT
 2026-02-11 20:40 UTC  (5+ messages)

[PATCH RFC 00/17] mm, kvm: allow uffd suppot in guest_memfd
 2026-02-11 20:00 UTC  (17+ messages)
` [PATCH RFC 07/17] userfaultfd: introduce vm_uffd_ops
` [PATCH RFC 09/17] userfaultfd: introduce vm_uffd_ops->alloc_folio()
` [PATCH RFC 10/17] shmem, userfaultfd: implement shmem uffd operations using vm_uffd_ops

[PATCH v2] Introduce KVM_X86_QUIRK_VMCS12_FREEZE_IN_SMM_CC
 2026-02-11 18:03 UTC  (3+ messages)

[GIT PULL v1 00/36] KVM/s390: Three small patches, and a huge series
 2026-02-11 17:56 UTC  (38+ messages)
` [GIT PULL v1 01/36] KVM: s390: vsie: retry SIE when unable to get vsie_page
` [GIT PULL v1 02/36] KVM: s390: Refactor pgste lock and unlock functions
` [GIT PULL v1 03/36] KVM: s390: Add P bit in table entry bitfields, move union vaddress
` [GIT PULL v1 04/36] s390: Make UV folio operations work on whole folio
` [GIT PULL v1 05/36] s390: Move sske_frame() to a header
` [GIT PULL v1 06/36] KVM: s390: Add gmap_helper_set_unused()
` [GIT PULL v1 07/36] KVM: s390: Introduce import_lock
` [GIT PULL v1 08/36] KVM: s390: Export two functions
` [GIT PULL v1 09/36] s390/mm: Warn if uv_convert_from_secure_pte() fails
` [GIT PULL v1 10/36] KVM: s390: vsie: Pass gmap explicitly as parameter
` [GIT PULL v1 11/36] KVM: s390: Enable KVM_GENERIC_MMU_NOTIFIER
` [GIT PULL v1 12/36] KVM: s390: Rename some functions in gaccess.c
` [GIT PULL v1 13/36] KVM: s390: KVM-specific bitfields and helper functions
` [GIT PULL v1 14/36] KVM: s390: KVM page table management functions: allocation
` [GIT PULL v1 15/36] KVM: s390: KVM page table management functions: clear and replace
` [GIT PULL v1 16/36] KVM: s390: KVM page table management functions: walks
` [GIT PULL v1 17/36] KVM: s390: KVM page table management functions: storage keys
` [GIT PULL v1 18/36] KVM: s390: KVM page table management functions: lifecycle management
` [GIT PULL v1 19/36] KVM: s390: KVM page table management functions: CMMA
` [GIT PULL v1 20/36] KVM: s390: New gmap code
` [GIT PULL v1 21/36] KVM: s390: Add helper functions for fault handling
` [GIT PULL v1 22/36] KVM: s390: Add some helper functions needed for vSIE
` [GIT PULL v1 23/36] KVM: s390: Stop using CONFIG_PGSTE
` [GIT PULL v1 24/36] KVM: s390: Storage key functions refactoring
` [GIT PULL v1 25/36] KVM: s390: Switch to new gmap
` [GIT PULL v1 26/36] KVM: s390: Remove gmap from s390/mm
` [GIT PULL v1 27/36] KVM: S390: Remove PGSTE code from linux/s390 mm
` [GIT PULL v1 28/36] KVM: s390: Enable 1M pages for gmap
` [GIT PULL v1 29/36] KVM: s390: Storage key manipulation IOCTL
` [GIT PULL v1 30/36] KVM: s390: selftests: Add selftest for the KVM_S390_KEYOP ioctl
` [GIT PULL v1 31/36] KVM: s390: Add explicit padding to struct kvm_s390_keyop
` [GIT PULL v1 32/36] KVM: s390: Use guest address to mark guest page dirty
` [GIT PULL v1 33/36] KVM: s390: vsie: Fix race in walk_guest_tables()
` [GIT PULL v1 34/36] KVM: s390: vsie: Fix race in acquire_gmap_shadow()
` [GIT PULL v1 35/36] MAINTAINERS: Replace backup for s390 vfio-pci
` [GIT PULL v1 36/36] KVM: s390: Increase permitted SE header size to 1 MiB

[PATCH] kvm: use #error instead of BUILD_BUG_ON
 2026-02-11 17:07 UTC 

[PATCH v6 0/1] KVM: SEV: Add KVM_SEV_SNP_HV_REPORT_REQ command
 2026-02-11 16:47 UTC  (4+ messages)

[PATCH v2 0/5] KVM: nSVM: Fix save/restore of NextRIP & interrupt shadow
 2026-02-11 16:28 UTC  (6+ messages)
` [PATCH v2 1/5] KVM: nSVM: Sync NextRIP to cached vmcb12 after VMRUN of L2
` [PATCH v2 2/5] KVM: nSVM: Sync interrupt shadow "
` [PATCH v2 3/5] KVM: nSVM: Move sync'ing to vmcb12 cache after completing interrupts
` [PATCH v2 4/5] KVM: selftests: Extend state_test to check vGIF
` [PATCH v2 5/5] KVM: selftests: Extend state_test to check next_rip

[PATCH] KVM: x86: synthesize TSA CPUID bits via SCATTERED_F()
 2026-02-11 16:28 UTC  (16+ messages)

[PATCH RESEND 0/5] KVM: x86: selftests: Add Hygon CPUs support and fix failures
 2026-02-11 16:26 UTC  (7+ messages)
` [PATCH RESEND 5/5] KVM: x86: selftests: Fix write MSR_TSC_AUX reserved bits test failure on Hygon

[PATCH v1 00/26] PCI/TSM: TDX Connect: SPDM Session and IDE Establishment
 2026-02-11 16:24 UTC  (4+ messages)
` [PATCH v1 06/26] x86/virt/tdx: Add tdx_page_array helpers for new TDX Module objects

[PATCH v4 0/2] arm: add kvm-psci-version vcpu property
 2026-02-11 16:04 UTC  (6+ messages)
` [PATCH v4 2/2] target/arm/kvm: "

[PATCH] s390x/kvm: Add ASTFLE facility 2 for nested virtualization
 2026-02-11 16:00 UTC  (2+ messages)

[PATCH] KVM: mmu_notifier: make mn_invalidate_lock non-sleeping for non-blocking invalidations
 2026-02-11 15:34 UTC  (3+ messages)

[PATCH v5 0/2] arm: add kvm-psci-version vcpu property
 2026-02-11 15:30 UTC  (3+ messages)
` [PATCH v5 1/2] target/arm/kvm: add constants for new PSCI versions
` [PATCH v5 2/2] target/arm/kvm: add kvm-psci-version vcpu property

[kvm-unit-tests PATCH 0/3] s390x: Add test for STFLE interpretive execution (format-2)
 2026-02-11 14:57 UTC  (4+ messages)
` [kvm-unit-tests PATCH 1/3] s390x: snippets: Add reset_guest() to lib
` [kvm-unit-tests PATCH 2/3] s390x: sclp: Add detection of alternate STFLE facilities
` [kvm-unit-tests PATCH 3/3] s390x: Add test for STFLE interpretive execution (format-2)

[PATCH kvmtool v6 0/6] arm64: Nested virtualization support
 2026-02-11 14:08 UTC  (8+ messages)
` [PATCH kvmtool v6 1/6] arm64: Initial nested virt support
` [PATCH kvmtool v6 2/6] arm64: nested: Add support for setting maintenance IRQ
` [PATCH kvmtool v6 3/6] arm64: Add counter offset control
` [PATCH kvmtool v6 4/6] arm64: Add FEAT_E2H0 support
` [PATCH kvmtool v6 5/6] arm64: Generate HYP timer interrupt specifiers
` [PATCH kvmtool v6 6/6] arm64: Handle virtio endianness reset when running nested

[PATCH] KVM: x86: Virtualize AMD CPUID faulting
 2026-02-11 13:50 UTC  (3+ messages)

[RFC PATCH v5 00/45] TDX: Dynamic PAMT + S-EPT Hugepage
 2026-02-11  9:49 UTC  (26+ messages)
` [RFC PATCH v5 08/45] KVM: x86/mmu: Propagate mirror SPTE removal to S-EPT in handle_changed_spte()
` [RFC PATCH v5 16/45] x86/virt/tdx: Add tdx_alloc/free_control_page() helpers
` [RFC PATCH v5 37/45] KVM: x86/tdp_mmu: Alloc external_spt page for mirror page table splitting
` [RFC PATCH v5 44/45] KVM: x86/mmu: Add support for splitting S-EPT hugepages on conversion

[PATCH 0/1] [Test Report] get qutoe time via tdvmcall
 2026-02-11  8:58 UTC  (2+ messages)
` [PATCH 1/1] virt: tdx-guest: Optimize the get-quote polling interval time

[PATCH v3 00/12] target/arm: single-binary
 2026-02-11  6:31 UTC  (17+ messages)
` [PATCH v3 01/12] target/arm: extract helper-mve.h from helper.h
` [PATCH v3 02/12] target/arm: extract helper-a64.h "
` [PATCH v3 03/12] target/arm: extract helper-sve.h "
` [PATCH v3 04/12] target/arm: extract helper-sme.h "
` [PATCH v3 05/12] tcg: move tcg_use_softmmu to tcg/tcg-internal.h
` [PATCH v3 06/12] target/arm: move exec/helper-* plumbery to helper.h
` [PATCH v3 07/12] target/arm/tcg/psci.c: make compilation unit common
` [PATCH v3 08/12] target/arm/tcg/cpu-v7m.c: "
` [PATCH v3 09/12] target/arm/tcg/vec_helper.c: "
` [PATCH v3 10/12] target/arm/tcg/translate.h: replace target_ulong with vaddr
` [PATCH v3 11/12] target/arm/tcg/translate.h: replace target_long with int64_t
` [PATCH v3 12/12] include/tcg/tcg-op.h: eradicate TARGET_INSN_START_EXTRA_WORDS

[PATCH V2 00/11] target/i386: Misc PMU, PEBS, and MSR fixes and improvements
 2026-02-11  6:14 UTC  (10+ messages)
` [PATCH V2 01/11] target/i386: Disable unsupported BTS for guest
` [PATCH V2 05/11] target/i386: Increase MSR_BUF_SIZE and split KVM_[GET/SET]_MSRS calls
` [PATCH V2 11/11] target/i386: Disable guest PEBS capability when not enabled

[PATCH 1/1] mm: replace vma_start_write() with vma_start_write_killable()
 2026-02-11  3:55 UTC  (4+ messages)

[PATCH 0/4] KVM: nSVM: Fix save/restore of next_rip & int_state
 2026-02-11  1:02 UTC  (10+ messages)
` [PATCH 1/4] KVM: nSVM: Sync next_rip to cached vmcb12 after VMRUN of L2

[PATCH 0/7] KVM: SVM: Enable FRED support
 2026-02-11  0:53 UTC  (2+ messages)

[PATCH] KVM: x86: Ignore cpuid faulting in SMM
 2026-02-10 23:45 UTC 

[PATCH 1/1] target/i386/kvm: set VM ioctl KVM_SET_TSC_KHZ to maintain TSC synchronization
 2026-02-10 20:20 UTC 

[PATCH v2 00/12] target/arm: single-binary
 2026-02-10 20:18 UTC  (2+ messages)

Re: [BUG REPORT] USE_AFTER_FREE in complete_emulated_mmio found by KASAN/Syzkaller fuzz test (v5.10.0)
 2026-02-10 19:11 UTC  (2+ messages)

[BUG REPORT] USE_AFTER_FREE in complete_emulated_mmio found by KASAN/Syzkaller fuzz test (v5.10.0)
 2026-02-10 17:41 UTC  (4+ messages)

Question: 'pmu' kvm unit test fails when run nested with NMI watchdog on the host
 2026-02-10 15:23 UTC  (4+ messages)

[kvm-unit-tests PATCH] Skip PMU portion of vmware_backdoors test if PMU is not enabled
 2026-02-10 15:22 UTC  (2+ messages)

[PATCH v1 1/1] KVM: s390: Increase permitted SE header size to 1 MiB
 2026-02-10 14:07 UTC  (2+ messages)


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