kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-04-02 08:58:23 to 2025-04-04 15:44:05 UTC [more...]

[PATCH v3 0/6] KVM: guest_memfd: support for uffd minor
 2025-04-04 15:43 UTC 

[PATCH v1] s390/virtio_ccw: don't allocate/assign airqs for non-existing queues
 2025-04-04 15:39 UTC  (19+ messages)

[PATCH v3 0/6] x86/bugs: RSB mitigation fixes and documentation
 2025-04-04 15:17 UTC  (23+ messages)
` [PATCH v3 1/6] x86/bugs: Rename entry_ibpb()
` [PATCH v3 2/6] x86/bugs: Use SBPB in __write_ibpb() if applicable
` [PATCH v3 3/6] x86/bugs: Fix RSB clearing in indirect_branch_prediction_barrier()
` [PATCH v3 4/6] x86/bugs: Don't fill RSB on VMEXIT with eIBRS+retpoline
` [PATCH v3 5/6] x86/bugs: Don't fill RSB on context switch with eIBRS
` [PATCH v3 6/6] x86/bugs: Add RSB mitigation document

[PATCH] KVM: x86:Cancel hrtimer in the process of saving PIT state to reduce the performance overhead caused by hrtimer during guest stop
 2025-04-04 14:48 UTC  (4+ messages)

[PATCH] vhost/net: remove zerocopy support
 2025-04-04 14:52 UTC 

[PATCH v5 00/21] Add Counter delegation ISA extension support
 2025-04-04 13:49 UTC  (3+ messages)
` [PATCH v5 11/21] RISC-V: perf: Restructure the SBI PMU code

[PATCH v2 0/3] vsock: add namespace support to vhost-vsock
 2025-04-04 13:05 UTC  (12+ messages)

[PATCH] KVM: x86: Explicitly zero-initialize on-stack CPUID unions
 2025-04-04 10:42 UTC  (2+ messages)

[PATCH] KVM: Allow building irqbypass.ko as as module when kvm.ko is a module
 2025-04-04 10:41 UTC  (2+ messages)

[PATCH] KVM: x86/mmu: Wrap sanity check on number of TDP MMU pages with KVM_PROVE_MMU
 2025-04-04 10:38 UTC  (2+ messages)

[PATCH] KVM: selftests: Add option to rseq test to override /dev/cpu_dma_latency
 2025-04-04 10:36 UTC  (2+ messages)

[PATCH] KVM: x86: Acquire SRCU in KVM_GET_MP_STATE to protect guest memory accesses
 2025-04-04 10:35 UTC  (2+ messages)

[PATCH 0/2] KVM: VMX: Fix lockdep false positive on PI wakeup
 2025-04-04 10:34 UTC  (5+ messages)
` [PATCH 2/2] KVM: VMX: Use separate subclasses for PI wakeup lock to squash false positive

[PATCH 0/5] Documentation: kvm: fixes for capability section
 2025-04-04 10:29 UTC  (6+ messages)
` [PATCH 1/5] Documentation: kvm: give correct name for KVM_CAP_SPAPR_MULTITCE
` [PATCH 2/5] Documentation: kvm: drop "Capability" heading from capabilities
` [PATCH 3/5] Documentation: kvm: fix some definition lists
` [PATCH 4/5] Documentation: kvm: organize capabilities in the right section
` [PATCH 5/5] Documentation: kvm: remove KVM_CAP_MIPS_TE

[PATCH] KVM: x86: Forbid the use of kvm_load_host_xsave_state() with guest_state_protected
 2025-04-04 10:26 UTC  (2+ messages)

[PATCH] selftests: kvm: list once tests that are valid on all architectures
 2025-04-04 10:23 UTC  (2+ messages)

[PATCH] selftests: kvm: bring list of exit reasons up to date
 2025-04-04 10:22 UTC  (2+ messages)

[PATCH] selftests: kvm: revamp MONITOR/MWAIT tests
 2025-04-04 10:19 UTC  (2+ messages)

[PATCH v2] vsock/virtio: Remove queued_replies pushback logic
 2025-04-04  8:37 UTC  (10+ messages)

[PATCH v7 7/7] KVM: guest_memfd: Add a guest_memfd() flag to initialize it as shared
 2025-04-04  7:39 UTC  (5+ messages)

[PATCH v7 0/7] KVM: Restricted mapping of guest_memfd at the host and arm64 support
 2025-04-04  6:44 UTC  (8+ messages)
` [PATCH v7 4/7] KVM: guest_memfd: Folio sharing states and functions that manage their transition

[PATCH v7 3/7] KVM: guest_memfd: Track folio sharing within a struct kvm_gmem_private
 2025-04-04  6:43 UTC  (6+ messages)

[PATCH v4 0/8] Introduce CET supervisor state support
 2025-04-04  1:06 UTC  (14+ messages)
` [PATCH v4 3/8] x86/fpu/xstate: Add CET supervisor xfeature support
` [PATCH v4 8/8] x86/fpu/xstate: Warn if guest-only supervisor states are detected in normal fpstate

[PATCH v6 41/60] hw/i386: add option to forcibly report edge trigger in acpi tables
 2025-04-03 23:20 UTC 

[RFC PATCH 00/24] KVM: SVM: Rework ASID management
 2025-04-03 20:11 UTC  (36+ messages)
` [RFC PATCH 02/24] KVM: SVM: Use cached local variable in init_vmcb()
` [RFC PATCH 03/24] KVM: SVM: Add helpers to set/clear ASID flush in VMCB
` [RFC PATCH 04/24] KVM: SVM: Flush everything if FLUSHBYASID is not available
` [RFC PATCH 05/24] KVM: SVM: Flush the ASID when running on a new CPU
` [RFC PATCH 06/24] KVM: SEV: Track ASID->vCPU instead of ASID->VMCB
` [RFC PATCH 07/24] KVM: SEV: Track ASID->vCPU on vCPU load
` [RFC PATCH 08/24] KVM: SEV: Drop pre_sev_run()
` [RFC PATCH 09/24] KVM: SEV: Generalize tracking ASID->vCPU with xarrays
` [RFC PATCH 10/24] KVM: SVM: Use a single ASID per VM
` [RFC PATCH 11/24] KVM: nSVM: Use a separate ASID for nested guests
` [RFC PATCH 12/24] KVM: x86: hyper-v: Pass is_guest_mode to kvm_hv_vcpu_purge_flush_tlb()
` [RFC PATCH 13/24] KVM: nSVM: Parameterize svm_flush_tlb_asid() by is_guest_mode
` [RFC PATCH 15/24] KVM: x86/mmu: rename __kvm_mmu_invalidate_addr()
` [RFC PATCH 16/24] KVM: x86/mmu: Allow skipping the gva flush in kvm_mmu_invalidate_addr()
` [RFC PATCH 17/24] KVM: nSVM: Flush both L1 and L2 ASIDs on KVM_REQ_TLB_FLUSH
` [RFC PATCH 20/24] KVM: nSVM: Do not reset TLB_CONTROL in VMCB02 on nested entry
  ` [RFC PATCH 22/24] KVM: nSVM: Handle INVLPGA interception correctly
  ` [RFC PATCH 23/24] KVM: nSVM: Allocate a new ASID for nested guests

[PATCH v8 00/10] Basic SEV-SNP Selftests
 2025-04-03 18:35 UTC  (2+ messages)

[PATCH v2 0/5] KVM: guest_memfd: support for uffd minor
 2025-04-03 17:02 UTC  (12+ messages)
` [PATCH v2 1/5] mm: userfaultfd: generic continue for non hugetlbfs
` [PATCH v2 2/5] KVM: guest_memfd: add kvm_gmem_vma_is_gmem
` [PATCH v2 3/5] mm: userfaultfd: allow to register continue for guest_memfd
` [PATCH v2 4/5] KVM: guest_memfd: add support for userfaultfd minor
` [PATCH v2 5/5] KVM: selftests: test userfaultfd minor for guest_memfd

[PATCH v3 00/29] single-binary: start make hw/arm/ common
 2025-04-03 16:18 UTC  (6+ messages)
` [PATCH v3 03/29] include/exec/cpu-all: move compile time check for CPUArchState to cpu-target.c

[PATCH v5 0/2] mm: Refactor KVM guest_memfd to introduce guestmem library
 2025-04-03 14:48 UTC  (4+ messages)
` [PATCH v5 2/2] mm: guestmem: Convert address_space operations to "

[PATCH] tools/kvm_stat: fix termination behavior when not on a terminal
 2025-04-03 14:24 UTC  (5+ messages)

[PATCH v3 00/17] AMD: Add Secure AVIC Guest Support
 2025-04-03 12:36 UTC  (13+ messages)
` [PATCH v3 01/17] x86/apic: Add new driver for Secure AVIC
` [PATCH v3 02/17] x86/apic: Initialize Secure AVIC APIC backing page
` [PATCH v3 06/17] x86/apic: Add support to send IPI for Secure AVIC
` [PATCH v3 07/17] x86/apic: Support LAPIC timer "

[RFC PATCH 00/39] 1G page support for guest_memfd
 2025-04-03 12:33 UTC  (3+ messages)
` [RFC PATCH 39/39] KVM: guest_memfd: Dynamically split/reconstruct HugeTLB page

[PATCH 0/5] KVM: RISC-V: VCPU reset fixes
 2025-04-03 11:25 UTC  (6+ messages)
` [PATCH 1/5] KVM: RISC-V: refactor vector state reset
` [PATCH 2/5] KVM: RISC-V: refactor sbi reset request
` [PATCH 3/5] KVM: RISC-V: remove unnecessary SBI reset state
` [PATCH 4/5] KVM: RISC-V: reset VCPU state when becoming runnable
` [PATCH 5/5] KVM: RISC-V: reset smstateen CSRs

[RFC PATCH v2 00/22] TSM: Secure VFIO, TDISP, SEV TIO
 2025-04-03  8:39 UTC  (4+ messages)
` [RFC PATCH v2 14/22] iommufd: Add TIO calls

[PATCH v3] vsock/virtio: Remove queued_replies pushback logic
 2025-04-03  8:27 UTC  (3+ messages)

[PATCH v5 00/65] QEMU Guest memfd + QEMU TDX support
 2025-04-03  8:10 UTC  (7+ messages)
` [PATCH v5 49/65] i386/tdx: handle TDG.VP.VMCALL<GetQuote>

[RFC PATCH v1 00/15] MSR refactor with new MSR instructions support
 2025-04-03  7:13 UTC  (12+ messages)
` [RFC PATCH v1 01/15] x86/msr: Replace __wrmsr() with native_wrmsrl()

[PATCH v3 0/9] vhost-scsi: log write descriptors for live migration (and three bugfix)
 2025-04-03  6:29 UTC  (10+ messages)
` [PATCH v3 1/9] vhost-scsi: protect vq->log_used with vq->mutex
` [PATCH v3 2/9] vhost-scsi: Fix vhost_scsi_send_bad_target()
` [PATCH v3 3/9] vhost-scsi: Fix vhost_scsi_send_status()
` [PATCH v3 4/9] vhost: modify vhost_log_write() for broader users
` [PATCH v3 5/9] vhost-scsi: adjust vhost_scsi_get_desc() to log vring descriptors
` [PATCH v3 6/9] vhost-scsi: log I/O queue write descriptors
` [PATCH v3 7/9] vhost-scsi: log control "
` [PATCH v3 8/9] vhost-scsi: log event "
` [PATCH v3 9/9] vhost: add WARNING if log_num is more than limit

[PATCH 0/2] TDX attestation support
 2025-04-02 22:19 UTC  (9+ messages)
` [PATCH 1/2] KVM: TDX: Handle TDG.VP.VMCALL<GetQuote>

[PATCH v6 0/7] KVM: Restricted mapping of guest_memfd at the host and arm64 support
 2025-04-02 22:17 UTC  (5+ messages)
` [PATCH v6 5/7] KVM: guest_memfd: Restore folio state after final folio_put()

[PATCH 00/12] KVM: Make irqfd registration globally unique
 2025-04-02 18:40 UTC  (3+ messages)
` [PATCH 06/12] sched/wait: Add a waitqueue helper for fully exclusive priority waiters

[kvm:planes-20250401 46/62] arch/s390/kvm/../../../virt/kvm/kvm_main.c:4530:7: error: invalid application of 'sizeof' to an incomplete type 'struct kvm_debugregs'
 2025-04-02 18:00 UTC 

[PATCH 1/1] virtio_console: fix missing byte order handling for cols and rows
 2025-04-02 15:40 UTC  (3+ messages)

[PATCH v2 00/30] single-binary: start make hw/arm/ common
 2025-04-02 15:06 UTC  (7+ messages)
` [PATCH v2 20/30] target/arm/cpu: always define kvm related registers

[PATCH v2 0/2] x86/bugs: RSB tweaks
 2025-04-02 14:19 UTC  (9+ messages)
` [PATCH v2 1/2] x86/bugs: Don't fill RSB on VMEXIT with eIBRS+retpoline

[PATCH] KVM: x86: Expose ARCH_CAP_FB_CLEAR when invulnerable to MDS
 2025-04-02 13:46 UTC  (3+ messages)

[RFC PATCH 0/7] KVM: optee: Introduce OP-TEE Mediator for exposing secure world to KVM guests
 2025-04-02 11:19 UTC  (5+ messages)

[RFC v2 00/17] AMD: Add Secure AVIC Guest Support
 2025-04-02 10:34 UTC  (10+ messages)
` [RFC v2 01/17] x86/apic: Add new driver for Secure AVIC

[syzbot] Monthly kvm report (Apr 2025)
 2025-04-02  9:38 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).