Show patches with: none      |   119260 patches
« 1 2 3 41192 1193 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v3,16/16] KVM: TDX: Handle EXIT_REASON_OTHER_SMI KVM: TDX: TDX interrupts - 1 - --- 2025-02-22 Binbin Wu New
[v3,15/16] KVM: TDX: Handle EXCEPTION_NMI and EXTERNAL_INTERRUPT KVM: TDX: TDX interrupts - 1 - --- 2025-02-22 Binbin Wu New
[v3,14/16] KVM: VMX: Add a helper for NMI handling KVM: TDX: TDX interrupts - - - --- 2025-02-22 Binbin Wu New
[v3,13/16] KVM: VMX: Move emulation_required to struct vcpu_vt KVM: TDX: TDX interrupts - - - --- 2025-02-22 Binbin Wu New
[v3,12/16] KVM: TDX: Add methods to ignore virtual apic related operation KVM: TDX: TDX interrupts - - - --- 2025-02-22 Binbin Wu New
[v3,11/16] KVM: TDX: Force APICv active for TDX guest KVM: TDX: TDX interrupts - - - --- 2025-02-22 Binbin Wu New
[v3,10/16] KVM: TDX: Enforce KVM_IRQCHIP_SPLIT for TDX guests KVM: TDX: TDX interrupts - - - --- 2025-02-22 Binbin Wu New
[v3,09/16] KVM: TDX: Always block INIT/SIPI KVM: TDX: TDX interrupts - - - --- 2025-02-22 Binbin Wu New
[v3,08/16] KVM: TDX: Handle SMI request as !CONFIG_KVM_SMM KVM: TDX: TDX interrupts - - - --- 2025-02-22 Binbin Wu New
[v3,07/16] KVM: TDX: Implement methods to inject NMI KVM: TDX: TDX interrupts - 1 - --- 2025-02-22 Binbin Wu New
[v3,06/16] KVM: TDX: Wait lapic expire when timer IRQ was injected KVM: TDX: TDX interrupts - - - --- 2025-02-22 Binbin Wu New
[v3,05/16] KVM: x86: Assume timer IRQ was injected if APIC state is protected KVM: TDX: TDX interrupts - - - --- 2025-02-22 Binbin Wu New
[v3,04/16] KVM: TDX: Implement non-NMI interrupt injection KVM: TDX: TDX interrupts - 1 - --- 2025-02-22 Binbin Wu New
[v3,03/16] KVM: VMX: Move posted interrupt delivery code to common header KVM: TDX: TDX interrupts - 1 - --- 2025-02-22 Binbin Wu New
[v3,02/16] KVM: TDX: Disable PI wakeup for IPIv KVM: TDX: TDX interrupts - - - --- 2025-02-22 Binbin Wu New
[v3,01/16] KVM: TDX: Add support for find pending IRQ in a protected local APIC KVM: TDX: TDX interrupts - - - --- 2025-02-22 Binbin Wu New
[RFC,kvm-unit-tests] lib: Use __ASSEMBLER__ instead of __ASSEMBLY__ [RFC,kvm-unit-tests] lib: Use __ASSEMBLER__ instead of __ASSEMBLY__ - - - --- 2025-02-22 Sean Christopherson New
[kvm-unit-tests,GIT,PULL] x86: Fixes, new tests, and more! [kvm-unit-tests,GIT,PULL] x86: Fixes, new tests, and more! - - - --- 2025-02-22 Sean Christopherson New
[v3,9/9] KVM: TDX: Handle TDX PV MMIO hypercall KVM: TDX: TDX hypercalls may exit to userspace - 1 - --- 2025-02-22 Binbin Wu New
[v3,8/9] KVM: TDX: Handle TDX PV port I/O hypercall KVM: TDX: TDX hypercalls may exit to userspace - 1 - --- 2025-02-22 Binbin Wu New
[v3,7/9] KVM: TDX: Handle TDG.VP.VMCALL<ReportFatalError> KVM: TDX: TDX hypercalls may exit to userspace - - - --- 2025-02-22 Binbin Wu New
[v3,6/9] KVM: TDX: Handle TDG.VP.VMCALL<MapGPA> KVM: TDX: TDX hypercalls may exit to userspace - - - --- 2025-02-22 Binbin Wu New
[v3,5/9] KVM: TDX: Handle KVM hypercall with TDG.VP.VMCALL KVM: TDX: TDX hypercalls may exit to userspace - - - --- 2025-02-22 Binbin Wu New
[v3,4/9] KVM: TDX: Add a place holder for handler of TDX hypercalls (TDG.VP.VMCALL) KVM: TDX: TDX hypercalls may exit to userspace - 1 - --- 2025-02-22 Binbin Wu New
[v3,3/9] KVM: TDX: Add a place holder to handle TDX VM exit KVM: TDX: TDX hypercalls may exit to userspace - 1 - --- 2025-02-22 Binbin Wu New
[v3,2/9] KVM: x86: Move pv_unhaulted check out of kvm_vcpu_has_events() KVM: TDX: TDX hypercalls may exit to userspace - - - --- 2025-02-22 Binbin Wu New
[v3,1/9] KVM: x86: Have ____kvm_emulate_hypercall() read the GPRs KVM: TDX: TDX hypercalls may exit to userspace - 1 - --- 2025-02-22 Binbin Wu New
[2/2] KVM: selftests: Create KVM selftest runner Add KVM selftest runner - - - --- 2025-02-22 Vipin Sharma New
[1/2] KVM: selftests: Add default testfiles for KVM selftests runner Add KVM selftest runner - - - --- 2025-02-22 Vipin Sharma New
[kvm-unit-tests] x86: Move SMP #defines from apic-defs.h to smp.h [kvm-unit-tests] x86: Move SMP #defines from apic-defs.h to smp.h - - - --- 2025-02-21 Sean Christopherson New
[kvm-unit-tests] x86: Drop "enabled" field from "struct kvm_vcpu_pv_apf_data" [kvm-unit-tests] x86: Drop "enabled" field from "struct kvm_vcpu_pv_apf_data" - - - --- 2025-02-21 Sean Christopherson New
[kvm-unit-tests,3/3] x86: replace segment selector magic number with macro definition x86: Use macros for selectors in asm - - - --- 2025-02-21 Sean Christopherson New
[kvm-unit-tests,2/3] x86: Commit to using __ASSEMBLER__ instead of __ASSEMBLY__ x86: Use macros for selectors in asm - - - --- 2025-02-21 Sean Christopherson New
[kvm-unit-tests,1/3] x86: Move descriptor table selector #defines to the top of desc.h x86: Use macros for selectors in asm - - - --- 2025-02-21 Sean Christopherson New
[RFC] vfio/pci: add PCIe TPH to device feature ioctl [RFC] vfio/pci: add PCIe TPH to device feature ioctl - - - --- 2025-02-21 Wathsala Vithanage New
[v7,10/10] KVM: selftests: Add a basic SEV-SNP smoke test Basic SEV-SNP Selftests - - - --- 2025-02-21 Pratik R. Sampat New
[v7,09/10] KVM: selftests: Abstractions for SEV to decouple policy from type Basic SEV-SNP Selftests - - - --- 2025-02-21 Pratik R. Sampat New
[v7,08/10] KVM: selftests: Force GUEST_MEMFD flag for SNP VM type Basic SEV-SNP Selftests - - - --- 2025-02-21 Pratik R. Sampat New
[v7,07/10] KVM: selftests: Add library support for interacting with SNP Basic SEV-SNP Selftests - - - --- 2025-02-21 Pratik R. Sampat New
[v7,06/10] KVM: selftests: Introduce SEV VM type check Basic SEV-SNP Selftests - - - --- 2025-02-21 Pratik R. Sampat New
[v7,05/10] KVM: selftests: Replace assert() with TEST_ASSERT_EQ() Basic SEV-SNP Selftests - - - --- 2025-02-21 Pratik R. Sampat New
[v7,04/10] KVM: selftests: Add SMT control state helper Basic SEV-SNP Selftests - - - --- 2025-02-21 Pratik R. Sampat New
[v7,03/10] KVM: selftests: Add vmgexit helper Basic SEV-SNP Selftests - - - --- 2025-02-21 Pratik R. Sampat New
[v7,02/10] KVM: selftests: SEV-SNP test for KVM_SEV_INIT2 Basic SEV-SNP Selftests - 1 - --- 2025-02-21 Pratik R. Sampat New
[v7,01/10] KVM: SEV: Disable SEV-SNP support on initialization failure Basic SEV-SNP Selftests - - - --- 2025-02-21 Pratik R. Sampat New
[kvm-unit-tests,2/2] x86/debug: Add a split-lock #AC / bus-lock #DB testcase x86: Add split/bus lock smoke test - - - --- 2025-02-21 Sean Christopherson New
[kvm-unit-tests,1/2] x86: Include libcflat.h in atomic.h for u64 typedef x86: Add split/bus lock smoke test - - - --- 2025-02-21 Sean Christopherson New
[v2] s390/vio-ap: Fix no AP queue sharing allowed message written to kernel log [v2] s390/vio-ap: Fix no AP queue sharing allowed message written to kernel log - - - --- 2025-02-21 Anthony Krowiak New
[GIT,PULL] KVM/riscv fixes for 6.14 take #1 [GIT,PULL] KVM/riscv fixes for 6.14 take #1 - - - --- 2025-02-21 Anup Patel New
[3/3] KVM: x86: Generalize IBRS virtualization on emulated VM-exit Unify IBRS virtualization - 1 - --- 2025-02-21 Yosry Ahmed New
[2/3] KVM: x86: Propagate AMD's IbrsSameMode to the guest Unify IBRS virtualization - - - --- 2025-02-21 Yosry Ahmed New
[1/3] x86/cpufeatures: Define X86_FEATURE_AMD_IBRS_SAME_MODE Unify IBRS virtualization - - - --- 2025-02-21 Yosry Ahmed New
[kvm-unit-tests,2/2] riscv: Introduce MACHINE_OVERRIDE riscv: Run with other QEMU models - - - --- 2025-02-21 Andrew Jones New
[kvm-unit-tests,1/2] configure: Allow earlycon for all architectures riscv: Run with other QEMU models - - - --- 2025-02-21 Andrew Jones New
[v4,12/12] KVM: selftests: Test guest execution from direct map removed gmem Direct Map Removal for guest_memfd - - - --- 2025-02-21 Patrick Roy New
[v4,11/12] KVM: selftests: set KVM_GMEM_NO_DIRECT_MAP in mem conversion tests Direct Map Removal for guest_memfd - - - --- 2025-02-21 Patrick Roy New
[v4,10/12] KVM: selftests: adjust test_create_guest_memfd_invalid Direct Map Removal for guest_memfd - - - --- 2025-02-21 Patrick Roy New
[v4,09/12] KVM: selftests: stuff vm_mem_backing_src_type into vm_shape Direct Map Removal for guest_memfd - - - --- 2025-02-21 Patrick Roy New
[v4,08/12] KVM: selftests: Add guest_memfd based vm_mem_backing_src_types Direct Map Removal for guest_memfd - - - --- 2025-02-21 Patrick Roy New
[v4,07/12] KVM: selftests: set KVM_MEM_GUEST_MEMFD in vm_mem_add() if guest_memfd != -1 Direct Map Removal for guest_memfd - - - --- 2025-02-21 Patrick Roy New
[v4,06/12] KVM: selftests: load elf via bounce buffer Direct Map Removal for guest_memfd - - - --- 2025-02-21 Patrick Roy New
[v4,05/12] KVM: Documentation: document KVM_GMEM_NO_DIRECT_MAP flag Direct Map Removal for guest_memfd - - - --- 2025-02-21 Patrick Roy New
[v4,04/12] KVM: Add capability to discover KVM_GMEM_NO_DIRECT_MAP support Direct Map Removal for guest_memfd - - - --- 2025-02-21 Patrick Roy New
[v4,03/12] KVM: guest_memfd: Add flag to remove from direct map Direct Map Removal for guest_memfd - - - --- 2025-02-21 Patrick Roy New
[v4,02/12] mm/secretmem: set AS_NO_DIRECT_MAP instead of special-casing Direct Map Removal for guest_memfd - - - --- 2025-02-21 Patrick Roy New
[v4,01/12] mm: introduce AS_NO_DIRECT_MAP Direct Map Removal for guest_memfd - - - --- 2025-02-21 Patrick Roy New
s390/vfio-ap: lock mdev object when handling mdev remove request s390/vfio-ap: lock mdev object when handling mdev remove request - - - --- 2025-02-21 Anthony Krowiak New
[v4,06/14] acpi/ghes: create an ancillary acpi_ghes_get_state() function Change ghes to use HEST-based offsets and add support for error inject - 2 - --- 2025-02-21 Mauro Carvalho Chehab New
[v2] riscv: KVM: Remove unnecessary vcpu kick [v2] riscv: KVM: Remove unnecessary vcpu kick - 2 - --- 2025-02-21 BillXiang New
include/linux/log2.h: mark is_power_of_2() with __always_inline include/linux/log2.h: mark is_power_of_2() with __always_inline - - - --- 2025-02-21 Su Hui New
[v4,2/2] KVM: x86: Include host suspended time in steal time KVM: x86: Include host suspended time in steal time - - - --- 2025-02-21 Suleiman Souhlal New
[v4,1/2] KVM: x86: Advance guest TSC after deep suspend. KVM: x86: Include host suspended time in steal time - - - --- 2025-02-21 Suleiman Souhlal New
[v2] RISC-V: KVM: Optimize comments in kvm_riscv_vcpu_isa_disable_allowed [v2] RISC-V: KVM: Optimize comments in kvm_riscv_vcpu_isa_disable_allowed - 1 - --- 2025-02-21 Chao Du New
[RFC,v3,3/3] Documentation: kvm: new UAPI when arm64 guest consumes UER [RFC,v3,1/3] KVM: arm64: SIGBUS VMM for SEA guest abort - - - --- 2025-02-20 Jiaqi Yan New
[RFC,v3,2/3] KVM: arm64: set FnV in vcpu's ESR_ELx when host FAR_EL2 is invalid [RFC,v3,1/3] KVM: arm64: SIGBUS VMM for SEA guest abort - - - --- 2025-02-20 Jiaqi Yan New
[RFC,v3,1/3] KVM: arm64: SIGBUS VMM for SEA guest abort [RFC,v3,1/3] KVM: arm64: SIGBUS VMM for SEA guest abort - - - --- 2025-02-20 Jiaqi Yan New
KVM: powerpc: Enable commented out BUILD_BUG_ON() assertion KVM: powerpc: Enable commented out BUILD_BUG_ON() assertion - - - --- 2025-02-20 Thorsten Blum New
[vhost,v2] vdpa/mlx5: Fix oversized null mkey longer than 32bit [vhost,v2] vdpa/mlx5: Fix oversized null mkey longer than 32bit 2 - - --- 2025-02-20 Dragos Tatulea New
[GIT,PULL] KVM/arm64 fixes for 6.14, take #3 [GIT,PULL] KVM/arm64 fixes for 6.14, take #3 - - - --- 2025-02-20 Marc Zyngier New
[30/30] KVM: TDX: Register TDX host key IDs to cgroup misc controller TDX initialization + vCPU/VM creation - - - --- 2025-02-20 Paolo Bonzini New
[29/30] KVM: x86/mmu: Taking guest pa into consideration when calculate tdp level TDX initialization + vCPU/VM creation - - - --- 2025-02-20 Paolo Bonzini New
[28/30] KVM: x86: Introduce KVM_TDX_GET_CPUID TDX initialization + vCPU/VM creation - - - --- 2025-02-20 Paolo Bonzini New
[27/30] KVM: TDX: Do TDX specific vcpu initialization TDX initialization + vCPU/VM creation - - - --- 2025-02-20 Paolo Bonzini New
[26/30] KVM: TDX: create/free TDX vcpu structure TDX initialization + vCPU/VM creation - - - --- 2025-02-20 Paolo Bonzini New
[25/30] KVM: TDX: Don't offline the last cpu of one package when there's TDX guest TDX initialization + vCPU/VM creation - 1 - --- 2025-02-20 Paolo Bonzini New
[24/30] KVM: TDX: Make pmu_intel.c ignore guest TD case TDX initialization + vCPU/VM creation - - - --- 2025-02-20 Paolo Bonzini New
[23/30] KVM: TDX: initialize VM with TDX specific parameters TDX initialization + vCPU/VM creation - - - --- 2025-02-20 Paolo Bonzini New
[22/30] KVM: x86: expose cpuid_entry2_find for TDX TDX initialization + vCPU/VM creation - - - --- 2025-02-20 Paolo Bonzini New
[21/30] KVM: TDX: Support per-VM KVM_CAP_MAX_VCPUS extension check TDX initialization + vCPU/VM creation - - - --- 2025-02-20 Paolo Bonzini New
[20/30] KVM: TDX: create/destroy VM structure TDX initialization + vCPU/VM creation - - - --- 2025-02-20 Paolo Bonzini New
[19/30] KVM: TDX: Get system-wide info about TDX module on initialization TDX initialization + vCPU/VM creation - 1 - --- 2025-02-20 Paolo Bonzini New
[18/30] KVM: TDX: Add place holder for TDX VM specific mem_enc_op ioctl TDX initialization + vCPU/VM creation - - - --- 2025-02-20 Paolo Bonzini New
[17/30] KVM: TDX: Add helper functions to print TDX SEAMCALL error TDX initialization + vCPU/VM creation - 2 - --- 2025-02-20 Paolo Bonzini New
[16/30] KVM: TDX: Add TDX "architectural" error codes TDX initialization + vCPU/VM creation - 3 - --- 2025-02-20 Paolo Bonzini New
[15/30] KVM: TDX: Define TDX architectural definitions TDX initialization + vCPU/VM creation - 2 - --- 2025-02-20 Paolo Bonzini New
[14/30] KVM: TDX: Add placeholders for TDX VM/vCPU structures TDX initialization + vCPU/VM creation - - - --- 2025-02-20 Paolo Bonzini New
[13/30] KVM: TDX: Get TDX global information TDX initialization + vCPU/VM creation - - - --- 2025-02-20 Paolo Bonzini New
[12/30] KVM: VMX: Initialize TDX during KVM module load TDX initialization + vCPU/VM creation - - - --- 2025-02-20 Paolo Bonzini New
[11/30] KVM: VMX: Refactor VMX module init/exit functions TDX initialization + vCPU/VM creation - - - --- 2025-02-20 Paolo Bonzini New
[10/30] KVM: Export hardware virtualization enabling/disabling functions TDX initialization + vCPU/VM creation - - - --- 2025-02-20 Paolo Bonzini New
« 1 2 3 41192 1193 »