Show patches with: none      |   120691 patches
« 1 2 3 41206 1207 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[2/2] KVM: TDX: Handle TDG.VP.VMCALL<SetupEventNotifyInterrupt> TDX attestation support - - - --- 2025-04-02 Binbin Wu New
[1/2] KVM: TDX: Handle TDG.VP.VMCALL<GetQuote> TDX attestation support - - 1 --- 2025-04-02 Binbin Wu New
KVM: VMX: Add a quirk to (not) honor guest PAT on CPUs that support self-snoop KVM: VMX: Add a quirk to (not) honor guest PAT on CPUs that support self-snoop - - - --- 2025-04-01 Sean Christopherson New
[12/12] KVM: selftests: Add a KVM_IRQFD test to verify uniqueness requirements KVM: Make irqfd registration globally unique - - - --- 2025-04-01 Sean Christopherson New
[11/12] KVM: selftests: Add utilities to create eventfds and do KVM_IRQFD KVM: Make irqfd registration globally unique - - - --- 2025-04-01 Sean Christopherson New
[10/12] KVM: selftests: Assert that eventfd() succeeds in Xen shinfo test KVM: Make irqfd registration globally unique - - - --- 2025-04-01 Sean Christopherson New
[09/12] KVM: Drop sanity check that per-VM list of irqfds is unique KVM: Make irqfd registration globally unique - - - --- 2025-04-01 Sean Christopherson New
[08/12] sched/wait: Drop WQ_FLAG_EXCLUSIVE from add_wait_queue_priority() KVM: Make irqfd registration globally unique - - - --- 2025-04-01 Sean Christopherson New
[07/12] KVM: Disallow binding multiple irqfds to an eventfd with a priority waiter KVM: Make irqfd registration globally unique - - - --- 2025-04-01 Sean Christopherson New
[06/12] sched/wait: Add a waitqueue helper for fully exclusive priority waiters KVM: Make irqfd registration globally unique - - - --- 2025-04-01 Sean Christopherson New
[05/12] KVM: Add irqfd to eventfd's waitqueue while holding irqfds.lock KVM: Make irqfd registration globally unique - - - --- 2025-04-01 Sean Christopherson New
[04/12] KVM: Add irqfd to KVM's list via the vfs_poll() callback KVM: Make irqfd registration globally unique - - - --- 2025-04-01 Sean Christopherson New
[03/12] KVM: Initialize irqfd waitqueue callback when adding to the queue KVM: Make irqfd registration globally unique - - - --- 2025-04-01 Sean Christopherson New
[02/12] KVM: Acquire SCRU lock outside of irqfds.lock during assignment KVM: Make irqfd registration globally unique - - - --- 2025-04-01 Sean Christopherson New
[01/12] KVM: Use a local struct to do the initial vfs_poll() on an irqfd KVM: Make irqfd registration globally unique - - - --- 2025-04-01 Sean Christopherson New
[v2] vsock/virtio: Remove queued_replies pushback logic [v2] vsock/virtio: Remove queued_replies pushback logic - - - --- 2025-04-01 Alexander Graf New
[RFC,7/7] tee: optee: Notify TEE Mediator on OP-TEE driver initialization and release KVM: optee: Introduce OP-TEE Mediator for exposing secure world to KVM guests - - - --- 2025-04-01 Yuvraj Sakshith New
[RFC,6/7] tee: optee: Add OP-TEE Mediator KVM: optee: Introduce OP-TEE Mediator for exposing secure world to KVM guests - - - --- 2025-04-01 Yuvraj Sakshith New
[RFC,5/7] tee: optee: Add OPTEE_SMC_VM_CREATED and OPTEE_SMC_VM_DESTROYED KVM: optee: Introduce OP-TEE Mediator for exposing secure world to KVM guests - - - --- 2025-04-01 Yuvraj Sakshith New
[RFC,4/7] KVM: arm64: Forward guest CPU state to TEE mediator on SMC trap KVM: optee: Introduce OP-TEE Mediator for exposing secure world to KVM guests - - - --- 2025-04-01 Yuvraj Sakshith New
[RFC,3/7] KVM: Notify TEE Mediator when KVM creates and destroys guests KVM: optee: Introduce OP-TEE Mediator for exposing secure world to KVM guests - - - --- 2025-04-01 Yuvraj Sakshith New
[RFC,2/7] tee: Add TEE Mediator module which aims to expose TEE to a KVM guest. KVM: optee: Introduce OP-TEE Mediator for exposing secure world to KVM guests - - - --- 2025-04-01 Yuvraj Sakshith New
[RFC,1/7] firmware: smccc: Add macros for Trusted OS/App owner check on SMC value KVM: optee: Introduce OP-TEE Mediator for exposing secure world to KVM guests - - - --- 2025-04-01 Yuvraj Sakshith New
[v2,8/8] x86/irq: KVM: Add helper for harvesting PIR to deduplicate KVM and posted MSIs x86/irq: KVM: Optimize KVM's PIR harvesting - - - --- 2025-04-01 Sean Christopherson New
[v2,7/8] KVM: VMX: Use arch_xchg() when processing PIR to avoid instrumentation x86/irq: KVM: Optimize KVM's PIR harvesting - - - --- 2025-04-01 Sean Christopherson New
[v2,6/8] KVM: VMX: Isolate pure loads from atomic XCHG when processing PIR x86/irq: KVM: Optimize KVM's PIR harvesting - - - --- 2025-04-01 Sean Christopherson New
[v2,5/8] KVM: VMX: Process PIR using 64-bit accesses on 64-bit kernels x86/irq: KVM: Optimize KVM's PIR harvesting - - - --- 2025-04-01 Sean Christopherson New
[v2,4/8] x86/irq: KVM: Track PIR bitmap as an "unsigned long" array x86/irq: KVM: Optimize KVM's PIR harvesting - - - --- 2025-04-01 Sean Christopherson New
[v2,3/8] KVM: VMX: Ensure vIRR isn't reloaded at odd times when sync'ing PIR x86/irq: KVM: Optimize KVM's PIR harvesting - - - --- 2025-04-01 Sean Christopherson New
[v2,2/8] x86/irq: Track if IRQ was found in PIR during initial loop (to load PIR vals) x86/irq: KVM: Optimize KVM's PIR harvesting - - - --- 2025-04-01 Sean Christopherson New
[v2,1/8] x86/irq: Ensure initial PIR loads are performed exactly once x86/irq: KVM: Optimize KVM's PIR harvesting - 1 - --- 2025-04-01 Sean Christopherson New
[v3,3/3] KVM: x86: Add module param to control and enumerate device posted IRQs KVM: x86: Add a module param for device posted IRQs - - - --- 2025-04-01 Sean Christopherson New
[v3,2/3] KVM: SVM: Don't update IRTEs if APICv/AVIC is disabled KVM: x86: Add a module param for device posted IRQs - - - --- 2025-04-01 Sean Christopherson New
[v3,1/3] KVM: VMX: Don't send UNBLOCK when starting device assignment without APICv KVM: x86: Add a module param for device posted IRQs - - - --- 2025-04-01 Sean Christopherson New
[29/29] selftests: kvm: add x86-specific plane test KVM: VM planes - - - --- 2025-04-01 Paolo Bonzini New
[28/29] selftests: kvm: add plane infrastructure KVM: VM planes - - - --- 2025-04-01 Paolo Bonzini New
[27/29] selftests: kvm: introduce basic test for VM planes KVM: VM planes - - - --- 2025-04-01 Paolo Bonzini New
[26/29] KVM: x86: enable up to 16 planes KVM: VM planes - - - --- 2025-04-01 Paolo Bonzini New
[25/29] KVM: x86: handle interrupt priorities for planes KVM: VM planes - - - --- 2025-04-01 Paolo Bonzini New
[24/29] KVM: x86: initialize CPUID for non-default planes KVM: VM planes - - - --- 2025-04-01 Paolo Bonzini New
[23/29] KVM: x86: extract kvm_post_set_cpuid KVM: VM planes - - - --- 2025-04-01 Paolo Bonzini New
[22/29] KVM: x86: implement initial plane support KVM: VM planes - - - --- 2025-04-01 Paolo Bonzini New
[21/29] KVM: x86: add infrastructure to share FPU across planes KVM: VM planes - - - --- 2025-04-01 Paolo Bonzini New
[20/29] KVM: x86: add planes support for interrupt delivery KVM: VM planes - - - --- 2025-04-01 Paolo Bonzini New
[19/29] KVM: x86: move APIC map to kvm_arch_plane KVM: VM planes - - - --- 2025-04-01 Paolo Bonzini New
[18/29] KVM: x86: track APICv inhibits per plane KVM: VM planes - - - --- 2025-04-01 Paolo Bonzini New
[17/29] KVM: x86: block creating irqchip if planes are active KVM: VM planes - - - --- 2025-04-01 Paolo Bonzini New
[16/29] KVM: x86: split "if" in __kvm_set_or_clear_apicv_inhibit KVM: VM planes - - - --- 2025-04-01 Paolo Bonzini New
[15/29] KVM: x86: pass vcpu to kvm_pv_send_ipi() KVM: VM planes - - - --- 2025-04-01 Paolo Bonzini New
[14/29] KVM: pass plane to kvm_arch_vcpu_create KVM: VM planes - - - --- 2025-04-01 Paolo Bonzini New
[13/29] KVM: implement vCPU creation for extra planes KVM: VM planes - - - --- 2025-04-01 Paolo Bonzini New
[12/29] KVM: share dirty ring for same vCPU id on different planes KVM: VM planes - - - --- 2025-04-01 Paolo Bonzini New
[11/29] KVM: anticipate allocation of dirty ring KVM: VM planes - - - --- 2025-04-01 Paolo Bonzini New
[10/29] KVM: share statistics for same vCPU id on different planes KVM: VM planes - - - --- 2025-04-01 Paolo Bonzini New
[09/29] KVM: implement plane file descriptors ioctl and creation KVM: VM planes - - - --- 2025-04-01 Paolo Bonzini New
[08/29] KVM: move vcpu_array to struct kvm_plane KVM: VM planes - - - --- 2025-04-01 Paolo Bonzini New
[07/29] KVM: do not use online_vcpus to test vCPU validity KVM: VM planes - - - --- 2025-04-01 Paolo Bonzini New
[06/29] KVM: move mem_attr_array to kvm_plane KVM: VM planes - - - --- 2025-04-01 Paolo Bonzini New
[05/29] KVM: add plane support to KVM_SIGNAL_MSI KVM: VM planes - - - --- 2025-04-01 Paolo Bonzini New
[04/29] KVM: introduce struct kvm_arch_plane KVM: VM planes - - - --- 2025-04-01 Paolo Bonzini New
[03/29] KVM: add plane info to structs KVM: VM planes - - - --- 2025-04-01 Paolo Bonzini New
[02/29] KVM: API definitions for plane userspace exit KVM: VM planes - - - --- 2025-04-01 Paolo Bonzini New
[01/29] Documentation: kvm: introduce "VM plane" concept KVM: VM planes - - - --- 2025-04-01 Paolo Bonzini New
[v2,3/3] KVM: x86/mmu: Defer allocation of shadow MMU's hashed page list KVM: x86: Dynamically allocate hashed page list - - - --- 2025-04-01 Sean Christopherson New
[v2,2/3] KVM: x86: Allocate kvm_vmx/kvm_svm structures using kzalloc() KVM: x86: Dynamically allocate hashed page list - - - --- 2025-04-01 Sean Christopherson New
[v2,1/3] KVM: x86/mmu: Dynamically allocate shadow MMU's hashed page list KVM: x86: Dynamically allocate hashed page list - - - --- 2025-04-01 Sean Christopherson New
[2/2] KVM: VMX: Use separate subclasses for PI wakeup lock to squash false positive KVM: VMX: Fix lockdep false positive on PI wakeup - 1 - --- 2025-04-01 Sean Christopherson New
[1/2] KVM: VMX: Assert that IRQs are disabled when putting vCPU on PI wakeup list KVM: VMX: Fix lockdep false positive on PI wakeup - 2 - --- 2025-04-01 Sean Christopherson New
KVM: x86: Acquire SRCU in KVM_GET_MP_STATE to protect guest memory accesses KVM: x86: Acquire SRCU in KVM_GET_MP_STATE to protect guest memory accesses - - - --- 2025-04-01 Sean Christopherson New
KVM: selftests: Add option to rseq test to override /dev/cpu_dma_latency KVM: selftests: Add option to rseq test to override /dev/cpu_dma_latency - - - --- 2025-04-01 Sean Christopherson New
selftests: kvm: list once tests that are valid on all architectures selftests: kvm: list once tests that are valid on all architectures - - - --- 2025-04-01 Paolo Bonzini New
[v3,17/17] x86/sev: Indicate SEV-SNP guest supports Secure AVIC AMD: Add Secure AVIC Guest Support - - - --- 2025-04-01 Neeraj Upadhyay New
[v3,16/17] x86/sev: Prevent SECURE_AVIC_CONTROL MSR interception for Secure AVIC guests AMD: Add Secure AVIC Guest Support - - - --- 2025-04-01 Neeraj Upadhyay New
[v3,15/17] x86/apic: Enable Secure AVIC in Control MSR AMD: Add Secure AVIC Guest Support - - - --- 2025-04-01 Neeraj Upadhyay New
[v3,14/17] x86/apic: Add kexec support for Secure AVIC AMD: Add Secure AVIC Guest Support - - - --- 2025-04-01 Neeraj Upadhyay New
[v3,13/17] x86/apic: Handle EOI writes for SAVIC guests AMD: Add Secure AVIC Guest Support - - - --- 2025-04-01 Neeraj Upadhyay New
[v3,12/17] x86/apic: Read and write LVT* APIC registers from HV for SAVIC guests AMD: Add Secure AVIC Guest Support - - - --- 2025-04-01 Neeraj Upadhyay New
[v3,11/17] x86/sev: Enable NMI support for Secure AVIC AMD: Add Secure AVIC Guest Support - - - --- 2025-04-01 Neeraj Upadhyay New
[v3,10/17] x86/apic: Allow NMI to be injected from hypervisor for Secure AVIC AMD: Add Secure AVIC Guest Support - - - --- 2025-04-01 Neeraj Upadhyay New
[v3,09/17] x86/apic: Add support to send NMI IPI for Secure AVIC AMD: Add Secure AVIC Guest Support - - - --- 2025-04-01 Neeraj Upadhyay New
[v3,08/17] x86/sev: Initialize VGIF for secondary VCPUs for Secure AVIC AMD: Add Secure AVIC Guest Support - - - --- 2025-04-01 Neeraj Upadhyay New
[v3,07/17] x86/apic: Support LAPIC timer for Secure AVIC AMD: Add Secure AVIC Guest Support - - - --- 2025-04-01 Neeraj Upadhyay New
[v3,06/17] x86/apic: Add support to send IPI for Secure AVIC AMD: Add Secure AVIC Guest Support - - - --- 2025-04-01 Neeraj Upadhyay New
[v3,05/17] x86/apic: Add update_vector callback for Secure AVIC AMD: Add Secure AVIC Guest Support - - - --- 2025-04-01 Neeraj Upadhyay New
[v3,04/17] x86/apic: Initialize APIC ID for Secure AVIC AMD: Add Secure AVIC Guest Support - - - --- 2025-04-01 Neeraj Upadhyay New
[v3,03/17] x86/apic: Populate .read()/.write() callbacks of Secure AVIC driver AMD: Add Secure AVIC Guest Support - - - --- 2025-04-01 Neeraj Upadhyay New
[v3,02/17] x86/apic: Initialize Secure AVIC APIC backing page AMD: Add Secure AVIC Guest Support - - - --- 2025-04-01 Neeraj Upadhyay New
[v3,01/17] x86/apic: Add new driver for Secure AVIC AMD: Add Secure AVIC Guest Support - - - --- 2025-04-01 Neeraj Upadhyay New
KVM: x86: Expose ARCH_CAP_FB_CLEAR when invulnerable to MDS KVM: x86: Expose ARCH_CAP_FB_CLEAR when invulnerable to MDS - - - --- 2025-04-01 Jon Kohler New
vhost/net: Defer TX queue re-enable until after sendmsg vhost/net: Defer TX queue re-enable until after sendmsg - - - --- 2025-04-01 Jon Kohler New
selftests: kvm: bring list of exit reasons up to date selftests: kvm: bring list of exit reasons up to date - - - --- 2025-03-31 Paolo Bonzini New
[v2,5/5] KVM: selftests: access_tracking_perf_test: Use MGLRU for access tracking KVM: selftests: access_tracking_perf_test fixes for NUMA balancing and MGLRU - - - --- 2025-03-31 James Houghton New
[v2,4/5] KVM: selftests: Build and link selftests/cgroup/lib into KVM selftests KVM: selftests: access_tracking_perf_test fixes for NUMA balancing and MGLRU - - - --- 2025-03-31 James Houghton New
[v2,3/5] cgroup: selftests: Move cgroup_util into its own library KVM: selftests: access_tracking_perf_test fixes for NUMA balancing and MGLRU 1 - - --- 2025-03-31 James Houghton New
[v2,2/5] KVM: selftests: access_tracking_perf_test: Add option to skip the sanity check KVM: selftests: access_tracking_perf_test fixes for NUMA balancing and MGLRU - - - --- 2025-03-31 James Houghton New
[v2,1/5] KVM: selftests: Extract guts of THP accessor to standalone sysfs helpers KVM: selftests: access_tracking_perf_test fixes for NUMA balancing and MGLRU - - - --- 2025-03-31 James Houghton New
[GIT,PULL] VFIO updates for v6.15-rc1 [GIT,PULL] VFIO updates for v6.15-rc1 - - - --- 2025-03-31 Alex Williamson New
KVM: x86/mmu: Use kvm_x86_call() instead of manual static_call() KVM: x86/mmu: Use kvm_x86_call() instead of manual static_call() - 1 - --- 2025-03-31 Sean Christopherson New
[GIT,PULL] virtio: features, fixes, cleanups [GIT,PULL] virtio: features, fixes, cleanups - - - --- 2025-03-31 Michael S. Tsirkin New
[GIT,PULL] Please pull IOMMUFD subsystem changes [GIT,PULL] Please pull IOMMUFD subsystem changes - - - --- 2025-03-31 Jason Gunthorpe New
« 1 2 3 41206 1207 »