public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-03-31 08:24:18 to 2025-04-02 02:55:45 UTC [more...]

[PATCH 0/2] KVM: VMX: Fix lockdep false positive on PI wakeup
 2025-04-02  2:54 UTC  (7+ messages)
` [PATCH 1/2] KVM: VMX: Assert that IRQs are disabled when putting vCPU on PI wakeup list
` [PATCH 2/2] KVM: VMX: Use separate subclasses for PI wakeup lock to squash false positive

[RFC v2 00/17] AMD: Add Secure AVIC Guest Support
 2025-04-02  2:40 UTC  (16+ messages)
` [RFC v2 01/17] x86/apic: Add new driver for Secure AVIC
` [RFC v2 06/17] x86/apic: Add support to send IPI "
` [RFC v2 14/17] x86/apic: Add kexec support "

[PATCH v4 0/8] Introduce CET supervisor state support
 2025-04-02  2:28 UTC  (17+ messages)
` [PATCH v4 1/8] x86/fpu/xstate: Always preserve non-user xfeatures/flags in __state_perm
` [PATCH v4 2/8] x86/fpu: Drop @perm from guest pseudo FPU container
` [PATCH v4 3/8] x86/fpu/xstate: Add CET supervisor xfeature support
` [PATCH v4 4/8] x86/fpu/xstate: Differentiate default features for host and guest FPUs
` [PATCH v4 7/8] x86/fpu/xstate: Introduce "guest-only" supervisor xfeature set
` [PATCH v4 8/8] x86/fpu/xstate: Warn if guest-only supervisor states are detected in normal fpstate

[GIT PULL] Please pull IOMMUFD subsystem changes
 2025-04-02  1:50 UTC  (2+ messages)

[PATCH] KVM: VMX: Add a quirk to (not) honor guest PAT on CPUs that support self-snoop
 2025-04-02  1:09 UTC  (4+ messages)

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

[ANNOUNCE] PUCK Agenda - 2025.04.02 - No Topic
 2025-04-02  0:29 UTC 

[PATCH v2 0/3] vsock: add namespace support to vhost-vsock
 2025-04-02  0:21 UTC  (4+ messages)

[RFC PATCH] vfio/pci: add PCIe TPH to device feature ioctl
 2025-04-01 23:52 UTC  (9+ messages)

[Invitation] bi-weekly guest_memfd upstream call on 2025-04-03
 2025-04-01 20:55 UTC  (2+ messages)

[PATCH 00/12] KVM: Make irqfd registration globally unique
 2025-04-01 20:44 UTC  (13+ messages)
` [PATCH 01/12] KVM: Use a local struct to do the initial vfs_poll() on an irqfd
` [PATCH 02/12] KVM: Acquire SCRU lock outside of irqfds.lock during assignment
` [PATCH 03/12] KVM: Initialize irqfd waitqueue callback when adding to the queue
` [PATCH 04/12] KVM: Add irqfd to KVM's list via the vfs_poll() callback
` [PATCH 05/12] KVM: Add irqfd to eventfd's waitqueue while holding irqfds.lock
` [PATCH 06/12] sched/wait: Add a waitqueue helper for fully exclusive priority waiters
` [PATCH 07/12] KVM: Disallow binding multiple irqfds to an eventfd with a priority waiter
` [PATCH 08/12] sched/wait: Drop WQ_FLAG_EXCLUSIVE from add_wait_queue_priority()
` [PATCH 09/12] KVM: Drop sanity check that per-VM list of irqfds is unique
` [PATCH 10/12] KVM: selftests: Assert that eventfd() succeeds in Xen shinfo test
` [PATCH 11/12] KVM: selftests: Add utilities to create eventfds and do KVM_IRQFD
` [PATCH 12/12] KVM: selftests: Add a KVM_IRQFD test to verify uniqueness requirements

[PATCH v2] vsock/virtio: Remove queued_replies pushback logic
 2025-04-01 20:13 UTC 

[RFC PATCH 0/7] KVM: optee: Introduce OP-TEE Mediator for exposing secure world to KVM guests
 2025-04-01 18:13 UTC  (9+ messages)
` [RFC PATCH 1/7] firmware: smccc: Add macros for Trusted OS/App owner check on SMC value
` [RFC PATCH 2/7] tee: Add TEE Mediator module which aims to expose TEE to a KVM guest
` [RFC PATCH 3/7] KVM: Notify TEE Mediator when KVM creates and destroys guests
` [RFC PATCH 4/7] KVM: arm64: Forward guest CPU state to TEE mediator on SMC trap
` [RFC PATCH 5/7] tee: optee: Add OPTEE_SMC_VM_CREATED and OPTEE_SMC_VM_DESTROYED
` [RFC PATCH 6/7] tee: optee: Add OP-TEE Mediator
` [RFC PATCH 7/7] tee: optee: Notify TEE Mediator on OP-TEE driver initialization and release

[PATCH v7 9/9] KVM: guest_memfd: selftests: guest_memfd mmap() test when mapping is allowed
 2025-04-01 17:25 UTC  (2+ messages)

[PATCH v2 0/8] x86/irq: KVM: Optimize KVM's PIR harvesting
 2025-04-01 16:34 UTC  (9+ messages)
` [PATCH v2 1/8] x86/irq: Ensure initial PIR loads are performed exactly once
` [PATCH v2 2/8] x86/irq: Track if IRQ was found in PIR during initial loop (to load PIR vals)
` [PATCH v2 3/8] KVM: VMX: Ensure vIRR isn't reloaded at odd times when sync'ing PIR
` [PATCH v2 4/8] x86/irq: KVM: Track PIR bitmap as an "unsigned long" array
` [PATCH v2 5/8] KVM: VMX: Process PIR using 64-bit accesses on 64-bit kernels
` [PATCH v2 6/8] KVM: VMX: Isolate pure loads from atomic XCHG when processing PIR
` [PATCH v2 7/8] KVM: VMX: Use arch_xchg() when processing PIR to avoid instrumentation
` [PATCH v2 8/8] x86/irq: KVM: Add helper for harvesting PIR to deduplicate KVM and posted MSIs

[PATCH v3 0/3] KVM: x86: Add a module param for device posted IRQs
 2025-04-01 16:18 UTC  (4+ messages)
` [PATCH v3 1/3] KVM: VMX: Don't send UNBLOCK when starting device assignment without APICv
` [PATCH v3 2/3] KVM: SVM: Don't update IRTEs if APICv/AVIC is disabled
` [PATCH v3 3/3] KVM: x86: Add module param to control and enumerate device posted IRQs

[RFC PATCH 00/29] KVM: VM planes
 2025-04-01 16:16 UTC  (31+ messages)
` [PATCH 01/29] Documentation: kvm: introduce "VM plane" concept
` [PATCH 02/29] KVM: API definitions for plane userspace exit
` [PATCH 03/29] KVM: add plane info to structs
` [PATCH 04/29] KVM: introduce struct kvm_arch_plane
` [PATCH 05/29] KVM: add plane support to KVM_SIGNAL_MSI
` [PATCH 06/29] KVM: move mem_attr_array to kvm_plane
` [PATCH 07/29] KVM: do not use online_vcpus to test vCPU validity
` [PATCH 08/29] KVM: move vcpu_array to struct kvm_plane
` [PATCH 09/29] KVM: implement plane file descriptors ioctl and creation
` [PATCH 10/29] KVM: share statistics for same vCPU id on different planes
` [PATCH 11/29] KVM: anticipate allocation of dirty ring
` [PATCH 12/29] KVM: share dirty ring for same vCPU id on different planes
` [PATCH 13/29] KVM: implement vCPU creation for extra planes
` [PATCH 14/29] KVM: pass plane to kvm_arch_vcpu_create
` [PATCH 15/29] KVM: x86: pass vcpu to kvm_pv_send_ipi()
` [PATCH 16/29] KVM: x86: split "if" in __kvm_set_or_clear_apicv_inhibit
` [PATCH 17/29] KVM: x86: block creating irqchip if planes are active
` [PATCH 18/29] KVM: x86: track APICv inhibits per plane
` [PATCH 19/29] KVM: x86: move APIC map to kvm_arch_plane
` [PATCH 20/29] KVM: x86: add planes support for interrupt delivery
` [PATCH 21/29] KVM: x86: add infrastructure to share FPU across planes
` [PATCH 22/29] KVM: x86: implement initial plane support
` [PATCH 23/29] KVM: x86: extract kvm_post_set_cpuid
` [PATCH 24/29] KVM: x86: initialize CPUID for non-default planes
` [PATCH 25/29] KVM: x86: handle interrupt priorities for planes
` [PATCH 26/29] KVM: x86: enable up to 16 planes
` [PATCH 27/29] selftests: kvm: introduce basic test for VM planes
` [PATCH 28/29] selftests: kvm: add plane infrastructure
` [PATCH 29/29] selftests: kvm: add x86-specific plane test

[RFC PATCH v2 00/22] TSM: Secure VFIO, TDISP, SEV TIO
 2025-04-01 16:12 UTC  (13+ messages)
` [RFC PATCH v2 13/22] iommufd: amd-iommu: Add vdevice support
` [RFC PATCH v2 14/22] iommufd: Add TIO calls

[PATCH v2 0/3] KVM: x86: Dynamically allocate hashed page list
 2025-04-01 15:57 UTC  (4+ messages)
` [PATCH v2 1/3] KVM: x86/mmu: Dynamically allocate shadow MMU's "
` [PATCH v2 2/3] KVM: x86: Allocate kvm_vmx/kvm_svm structures using kzalloc()
` [PATCH v2 3/3] KVM: x86/mmu: Defer allocation of shadow MMU's hashed page list

[PATCH] KVM: x86: Acquire SRCU in KVM_GET_MP_STATE to protect guest memory accesses
 2025-04-01 15:05 UTC 

[PATCH] KVM: selftests: Add option to rseq test to override /dev/cpu_dma_latency
 2025-04-01 14:22 UTC 

[PATCH] selftests: kvm: list once tests that are valid on all architectures
 2025-04-01 14:13 UTC 

[PATCH] KVM: x86: forcibly leave SMM mode on vCPU reset
 2025-04-01 13:50 UTC  (3+ messages)

[PATCH v3 00/17] AMD: Add Secure AVIC Guest Support
 2025-04-01 11:36 UTC  (18+ 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 03/17] x86/apic: Populate .read()/.write() callbacks of Secure AVIC driver
` [PATCH v3 04/17] x86/apic: Initialize APIC ID for Secure AVIC
` [PATCH v3 05/17] x86/apic: Add update_vector callback "
` [PATCH v3 06/17] x86/apic: Add support to send IPI "
` [PATCH v3 07/17] x86/apic: Support LAPIC timer "
` [PATCH v3 08/17] x86/sev: Initialize VGIF for secondary VCPUs "
` [PATCH v3 09/17] x86/apic: Add support to send NMI IPI "
` [PATCH v3 10/17] x86/apic: Allow NMI to be injected from hypervisor "
` [PATCH v3 11/17] x86/sev: Enable NMI support "
` [PATCH v3 12/17] x86/apic: Read and write LVT* APIC registers from HV for SAVIC guests
` [PATCH v3 13/17] x86/apic: Handle EOI writes "
` [PATCH v3 14/17] x86/apic: Add kexec support for Secure AVIC
` [PATCH v3 15/17] x86/apic: Enable Secure AVIC in Control MSR
` [PATCH v3 16/17] x86/sev: Prevent SECURE_AVIC_CONTROL MSR interception for Secure AVIC guests
` [PATCH v3 17/17] x86/sev: Indicate SEV-SNP guest supports Secure AVIC

[PATCH v2] s390/vio-ap: Fix no AP queue sharing allowed message written to kernel log
 2025-04-01 11:10 UTC  (4+ messages)

[RFC PATCH v1 00/15] MSR refactor with new MSR instructions support
 2025-04-01  7:52 UTC  (26+ messages)
` [RFC PATCH v1 01/15] x86/msr: Replace __wrmsr() with native_wrmsrl()
` [RFC PATCH v1 02/15] x86/msr: Replace __rdmsr() with native_rdmsrl()
` [RFC PATCH v1 03/15] x86/msr: Simplify pmu_msr_{read,write}()
` [RFC PATCH v1 04/15] x86/msr: Let pv_cpu_ops.write_msr{_safe}() take an u64 instead of two u32
` [RFC PATCH v1 05/15] x86/msr: Replace wrmsr(msr, low, 0) with wrmsrl(msr, value)
` [RFC PATCH v1 06/15] x86/msr: Remove MSR write APIs that take the MSR value in two u32 arguments
` [RFC PATCH v1 07/15] x86/msr: Remove pmu_msr_{read,write}()
` [RFC PATCH v1 08/15] x86/cpufeatures: Add a CPU feature bit for MSR immediate form instructions
` [RFC PATCH v1 10/15] KVM: VMX: Use WRMSRNS or its immediate form when available
` [RFC PATCH v1 11/15] x86/extable: Implement EX_TYPE_FUNC_REWIND
` [RFC PATCH v1 12/15] x86/msr: Use the alternatives mechanism to write MSR
` [RFC PATCH v1 15/15] x86/msr: Move the ARGS macros after the MSR read/write APIs

[RFC v2 0/5] accel/kvm: Support KVM PMU filter
 2025-04-01  7:53 UTC  (17+ messages)
` [RFC v2 1/5] qapi/qom: Introduce kvm-pmu-filter object
` [RFC v2 3/5] i386/kvm: Support event with select & umask format in KVM PMU filter

subscribe kvm
 2025-04-01  7:23 UTC  (2+ messages)

[PATCH v7 00/45] arm64: Support for Arm CCA in KVM
 2025-04-01  6:54 UTC  (4+ messages)

[PATCH v2 00/10] target/i386/kvm/pmu: PMU Enhancement, Bugfix and Cleanup
 2025-04-01  3:35 UTC  (7+ messages)
` [PATCH v2 08/10] target/i386/kvm: reset AMD PMU registers during VM reset

[PATCH] KVM: x86: Expose ARCH_CAP_FB_CLEAR when invulnerable to MDS
 2025-04-01  4:49 UTC 

[PATCH] vhost/net: Defer TX queue re-enable until after sendmsg
 2025-04-01  4:32 UTC 

[PATCH v7 00/17] Provide a new two step DMA mapping API
 2025-04-01  1:09 UTC  (17+ messages)

[PATCH] KVM: VMX: Flush shadow VMCS on emergency reboot
 2025-03-31 23:17 UTC  (2+ messages)

[PATCH] KVM: x86/mmu: Use kvm_x86_call() instead of manual static_call()
 2025-03-31 23:11 UTC  (2+ messages)

[PATCH v3 00/29] single-binary: start make hw/arm/ common
 2025-03-31 22:38 UTC  (2+ messages)

[PATCH] selftests: kvm: bring list of exit reasons up to date
 2025-03-31 22:18 UTC 

[PATCH v2 0/5] KVM: selftests: access_tracking_perf_test fixes for NUMA balancing and MGLRU
 2025-03-31 22:02 UTC  (7+ messages)
` [PATCH v2 1/5] KVM: selftests: Extract guts of THP accessor to standalone sysfs helpers
` [PATCH v2 2/5] KVM: selftests: access_tracking_perf_test: Add option to skip the sanity check
` [PATCH v2 3/5] cgroup: selftests: Move cgroup_util into its own library
` [PATCH v2 4/5] KVM: selftests: Build and link selftests/cgroup/lib into KVM selftests
` [PATCH v2 5/5] KVM: selftests: access_tracking_perf_test: Use MGLRU for access tracking

[PATCH] Documentation: KVM: KVM_GET_SUPPORTED_CPUID now exposes TSC_DEADLINE
 2025-03-31 19:13 UTC  (2+ messages)

[GIT PULL] VFIO updates for v6.15-rc1
 2025-03-31 19:05 UTC 

[GIT PULL] virtio: features, fixes, cleanups
 2025-03-31 16:34 UTC 

[PATCH v5 00/21] Add Counter delegation ISA extension support
 2025-03-31 15:38 UTC  (3+ messages)
` [PATCH v5 10/21] dt-bindings: riscv: add Counter delegation ISA extensions description

[kvm-unit-tests PATCH v3 0/5] arm64: Change the default QEMU CPU type to "max"
 2025-03-31 13:54 UTC  (4+ messages)
` [kvm-unit-tests PATCH v3 4/5] configure: Add --qemu-cpu option

[GIT PULL 0/2] KVM: s390: updates for 6.15
 2025-03-31 10:09 UTC  (2+ messages)

[PATCH v3 0/7] Enable shared device assignment
 2025-03-31  8:55 UTC  (8+ messages)
` [PATCH v3 6/7] memory: Attach MemoryAttributeManager to guest_memfd-backed RAMBlocks


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