Show patches with: Submitter = Sean Christopherson       |    State = Action Required       |   565 patches
« 1 2 ... 3 4 5 6 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[36/44] KVM: x86: Do compatibility checks when onlining CPU KVM: Rework kvm_init() and hardware enabling - - - --- 2022-11-02 Sean Christopherson New
[35/44] KVM: SVM: Check for SVM support in CPU compatibility checks KVM: Rework kvm_init() and hardware enabling - - - --- 2022-11-02 Sean Christopherson New
[34/44] KVM: VMX: Shuffle support checks and hardware enabling code around KVM: Rework kvm_init() and hardware enabling - - - --- 2022-11-02 Sean Christopherson New
[33/44] KVM: x86: Do VMX/SVM support checks directly in vendor code KVM: Rework kvm_init() and hardware enabling - - - --- 2022-11-02 Sean Christopherson New
[32/44] KVM: x86: Unify pr_fmt to use module name for all KVM modules KVM: Rework kvm_init() and hardware enabling - - - --- 2022-11-02 Sean Christopherson New
[31/44] KVM: x86: Use KBUILD_MODNAME to specify vendor module name KVM: Rework kvm_init() and hardware enabling - - - --- 2022-11-02 Sean Christopherson New
[30/44] KVM: Drop kvm_arch_check_processor_compat() hook KVM: Rework kvm_init() and hardware enabling 1 2 - --- 2022-11-02 Sean Christopherson New
[29/44] KVM: x86: Do CPU compatibility checks in x86 code KVM: Rework kvm_init() and hardware enabling - - - --- 2022-11-02 Sean Christopherson New
[28/44] KVM: VMX: Make VMCS configuration/capabilities structs read-only after init KVM: Rework kvm_init() and hardware enabling - - - --- 2022-11-02 Sean Christopherson New
[27/44] KVM: Drop kvm_arch_{init,exit}() hooks KVM: Rework kvm_init() and hardware enabling 1 2 - --- 2022-11-02 Sean Christopherson New
[26/44] KVM: s390: Mark __kvm_s390_init() and its descendants as __init KVM: Rework kvm_init() and hardware enabling - 1 - --- 2022-11-02 Sean Christopherson New
[25/44] KVM: s390: Do s390 specific init without bouncing through kvm_init() KVM: Rework kvm_init() and hardware enabling - 2 - --- 2022-11-02 Sean Christopherson New
[24/44] KVM: PPC: Move processor compatibility check to module init KVM: Rework kvm_init() and hardware enabling - - - --- 2022-11-02 Sean Christopherson New
[23/44] KVM: RISC-V: Tag init functions and data with __init, __ro_after_init KVM: Rework kvm_init() and hardware enabling 1 - - --- 2022-11-02 Sean Christopherson New
[22/44] KVM: RISC-V: Do arch init directly in riscv_kvm_init() KVM: Rework kvm_init() and hardware enabling 1 1 - --- 2022-11-02 Sean Christopherson New
[21/44] KVM: MIPS: Register die notifier prior to kvm_init() KVM: Rework kvm_init() and hardware enabling - 1 - --- 2022-11-02 Sean Christopherson New
[20/44] KVM: MIPS: Setup VZ emulation? directly from kvm_mips_init() KVM: Rework kvm_init() and hardware enabling - 1 - --- 2022-11-02 Sean Christopherson New
[19/44] KVM: MIPS: Hardcode callbacks to hardware virtualization extensions KVM: Rework kvm_init() and hardware enabling - - - --- 2022-11-02 Sean Christopherson New
[18/44] KVM: arm64: Mark kvm_arm_init() and its unique descendants as __init KVM: Rework kvm_init() and hardware enabling - - - --- 2022-11-02 Sean Christopherson New
[17/44] KVM: arm64: Do arm/arch initialiation without bouncing through kvm_init() KVM: Rework kvm_init() and hardware enabling - - - --- 2022-11-02 Sean Christopherson New
[16/44] KVM: arm64: Unregister perf callbacks if hypervisor finalization fails KVM: Rework kvm_init() and hardware enabling - - - --- 2022-11-02 Sean Christopherson New
[15/44] KVM: arm64: Free hypervisor allocations if vector slot init fails KVM: Rework kvm_init() and hardware enabling - - - --- 2022-11-02 Sean Christopherson New
[14/44] KVM: arm64: Simplify the CPUHP logic KVM: Rework kvm_init() and hardware enabling - - - --- 2022-11-02 Sean Christopherson New
[13/44] KVM: x86: Serialize vendor module initialization (hardware setup) KVM: Rework kvm_init() and hardware enabling - - - --- 2022-11-02 Sean Christopherson New
[12/44] KVM: VMX: Do _all_ initialization before exposing /dev/kvm to userspace KVM: Rework kvm_init() and hardware enabling - - - --- 2022-11-02 Sean Christopherson New
[11/44] KVM: x86: Move guts of kvm_arch_init() to standalone helper KVM: Rework kvm_init() and hardware enabling - - - --- 2022-11-02 Sean Christopherson New
[10/44] KVM: VMX: Clean up eVMCS enabling if KVM initialization fails KVM: Rework kvm_init() and hardware enabling - - - --- 2022-11-02 Sean Christopherson New
[09/44] KVM: Drop arch hardware (un)setup hooks KVM: Rework kvm_init() and hardware enabling 1 1 - --- 2022-11-02 Sean Christopherson New
[08/44] KVM: x86: Move hardware setup/unsetup to init/exit KVM: Rework kvm_init() and hardware enabling - - - --- 2022-11-02 Sean Christopherson New
[07/44] KVM: x86: Do timer initialization after XCR0 configuration KVM: Rework kvm_init() and hardware enabling - - - --- 2022-11-02 Sean Christopherson New
[06/44] KVM: s390: Move hardware setup/unsetup to init/exit KVM: Rework kvm_init() and hardware enabling - 1 - --- 2022-11-02 Sean Christopherson New
[05/44] KVM: s390: Unwind kvm_arch_init() piece-by-piece() if a step fails KVM: Rework kvm_init() and hardware enabling - 1 - --- 2022-11-02 Sean Christopherson New
[04/44] KVM: Teardown VFIO ops earlier in kvm_exit() KVM: Rework kvm_init() and hardware enabling - 2 - --- 2022-11-02 Sean Christopherson New
[03/44] KVM: Allocate cpus_hardware_enabled after arch hardware setup KVM: Rework kvm_init() and hardware enabling - 1 - --- 2022-11-02 Sean Christopherson New
[02/44] KVM: Initialize IRQ FD after arch hardware setup KVM: Rework kvm_init() and hardware enabling - - - --- 2022-11-02 Sean Christopherson New
[01/44] KVM: Register /dev/kvm as the _very_ last thing during initialization KVM: Rework kvm_init() and hardware enabling - - - --- 2022-11-02 Sean Christopherson New
[v6,7/7] KVM: selftests: Add ucall pool based implementation KVM: selftests: Implement ucall "pool" (for SEV) - 1 - --- 2022-10-06 Sean Christopherson New
[v6,6/7] KVM: selftest: Drop now-unnecessary ucall_uninit() KVM: selftests: Implement ucall "pool" (for SEV) - 1 1 --- 2022-10-06 Sean Christopherson New
[v6,5/7] KVM: selftests: Make arm64's MMIO ucall multi-VM friendly KVM: selftests: Implement ucall "pool" (for SEV) - 1 1 --- 2022-10-06 Sean Christopherson New
[v6,4/7] tools: Add atomic_test_and_set_bit() KVM: selftests: Implement ucall "pool" (for SEV) - - - --- 2022-10-06 Sean Christopherson New
[v6,3/7] KVM: selftests: Automatically do init_ucall() for non-barebones VMs KVM: selftests: Implement ucall "pool" (for SEV) - 1 1 --- 2022-10-06 Sean Christopherson New
[v6,2/7] KVM: selftests: Consolidate boilerplate code in get_ucall() KVM: selftests: Implement ucall "pool" (for SEV) - 1 1 --- 2022-10-06 Sean Christopherson New
[v6,1/7] KVM: selftests: Consolidate common code for populating ucall struct KVM: selftests: Implement ucall "pool" (for SEV) - 1 1 --- 2022-10-06 Sean Christopherson New
[v4,12/12] KVM: remove KVM_REQ_UNHALT KVM: x86: never write to memory from kvm_vcpu_check_block 1 - - --- 2022-09-21 Sean Christopherson New
[v4,11/12] KVM: mips, x86: do not rely on KVM_REQ_UNHALT KVM: x86: never write to memory from kvm_vcpu_check_block - 1 - --- 2022-09-21 Sean Christopherson New
[v4,10/12] KVM: x86: never write to memory from kvm_vcpu_check_block() KVM: x86: never write to memory from kvm_vcpu_check_block - - - --- 2022-09-21 Sean Christopherson New
[v4,09/12] KVM: x86: Don't snapshot pending INIT/SIPI prior to checking nested events KVM: x86: never write to memory from kvm_vcpu_check_block - - - --- 2022-09-21 Sean Christopherson New
[v4,08/12] KVM: nVMX: Make event request on VMXOFF iff INIT/SIPI is pending KVM: x86: never write to memory from kvm_vcpu_check_block - - - --- 2022-09-21 Sean Christopherson New
[v4,07/12] KVM: nVMX: Make an event request if INIT or SIPI is pending on VM-Enter KVM: x86: never write to memory from kvm_vcpu_check_block - - - --- 2022-09-21 Sean Christopherson New
[v4,06/12] KVM: SVM: Make an event request if INIT or SIPI is pending when GIF is set KVM: x86: never write to memory from kvm_vcpu_check_block - - - --- 2022-09-21 Sean Christopherson New
[v4,05/12] KVM: x86: lapic does not have to process INIT if it is blocked KVM: x86: never write to memory from kvm_vcpu_check_block - - - --- 2022-09-21 Sean Christopherson New
[v4,04/12] KVM: x86: Rename kvm_apic_has_events() to make it INIT/SIPI specific KVM: x86: never write to memory from kvm_vcpu_check_block - - - --- 2022-09-21 Sean Christopherson New
[v4,03/12] KVM: x86: Rename and expose helper to detect if INIT/SIPI are allowed KVM: x86: never write to memory from kvm_vcpu_check_block - - - --- 2022-09-21 Sean Christopherson New
[v4,02/12] KVM: nVMX: Make an event request when pending an MTF nested VM-Exit KVM: x86: never write to memory from kvm_vcpu_check_block - 1 - --- 2022-09-21 Sean Christopherson New
[v4,01/12] KVM: x86: make vendor code check for all nested events KVM: x86: never write to memory from kvm_vcpu_check_block - 1 - --- 2022-09-21 Sean Christopherson New
[v5,7/7] KVM: selftests: Add ucall pool based implementation KVM: selftests: Implement ucall "pool" (for SEV) - 1 - --- 2022-08-25 Sean Christopherson New
[v5,6/7] KVM: selftest: Drop now-unnecessary ucall_uninit() KVM: selftests: Implement ucall "pool" (for SEV) - 1 - --- 2022-08-25 Sean Christopherson New
[v5,5/7] KVM: selftests: Make arm64's MMIO ucall multi-VM friendly KVM: selftests: Implement ucall "pool" (for SEV) - 1 - --- 2022-08-25 Sean Christopherson New
[v5,4/7] tools: Add atomic_test_and_set_bit() KVM: selftests: Implement ucall "pool" (for SEV) - - - --- 2022-08-25 Sean Christopherson New
[v5,3/7] KVM: selftests: Automatically do init_ucall() for non-barebones VMs KVM: selftests: Implement ucall "pool" (for SEV) - 1 - --- 2022-08-25 Sean Christopherson New
[v5,2/7] KVM: selftests: Consolidate boilerplate code in get_ucall() KVM: selftests: Implement ucall "pool" (for SEV) - 1 - --- 2022-08-25 Sean Christopherson New
[v5,1/7] KVM: selftests: Consolidate common code for populating ucall struct KVM: selftests: Implement ucall "pool" (for SEV) - 1 - --- 2022-08-25 Sean Christopherson New
[v4,6/6] KVM: selftests: Add ucall pool based implementation KVM: selftests: Implement ucall "pool" (for SEV) - - - --- 2022-08-24 Sean Christopherson New
[v4,5/6] KVM: selftests: Make arm64's MMIO ucall multi-VM friendly KVM: selftests: Implement ucall "pool" (for SEV) - - - --- 2022-08-24 Sean Christopherson New
[v4,4/6] tools: Add atomic_test_and_set_bit() KVM: selftests: Implement ucall "pool" (for SEV) - - - --- 2022-08-24 Sean Christopherson New
[v4,3/6] KVM: selftests: Automatically do init_ucall() for non-barebones VMs KVM: selftests: Implement ucall "pool" (for SEV) - - - --- 2022-08-24 Sean Christopherson New
[v4,2/6] KVM: selftests: Consolidate boilerplate code in get_ucall() KVM: selftests: Implement ucall "pool" (for SEV) - 1 - --- 2022-08-24 Sean Christopherson New
[v4,1/6] KVM: selftests: Consolidate common code for populating ucall struct KVM: selftests: Implement ucall "pool" (for SEV) - 1 - --- 2022-08-24 Sean Christopherson New
[3/3] KVM: selftest: Add __weak stubs for ucall_arch_(un)init() KVM: selftests: Consolidate ucall code - - - --- 2022-06-18 Sean Christopherson New
[2/3] KVM: selftests: Consolidate boilerplate code in get_ucall() KVM: selftests: Consolidate ucall code - - - --- 2022-06-18 Sean Christopherson New
[1/3] KVM: selftests: Consolidate common code for popuplating ucall struct KVM: selftests: Consolidate ucall code - - 1 --- 2022-06-18 Sean Christopherson New
[v4,17/17] perf: Drop guest callback (un)register stubs perf: KVM: Fix, optimize, and clean up callbacks - 1 - --- 2021-11-11 Sean Christopherson New
[v4,16/17] KVM: arm64: Drop perf.c and fold its tiny bits of code into arm.c perf: KVM: Fix, optimize, and clean up callbacks - 1 - --- 2021-11-11 Sean Christopherson New
[v4,15/17] KVM: arm64: Hide kvm_arm_pmu_available behind CONFIG_HW_PERF_EVENTS=y perf: KVM: Fix, optimize, and clean up callbacks - 1 - --- 2021-11-11 Sean Christopherson New
[v4,14/17] KVM: arm64: Convert to the generic perf callbacks perf: KVM: Fix, optimize, and clean up callbacks - 1 - --- 2021-11-11 Sean Christopherson New
[v4,13/17] KVM: x86: Move Intel Processor Trace interrupt handler to vmx.c perf: KVM: Fix, optimize, and clean up callbacks - - - --- 2021-11-11 Sean Christopherson New
[v4,12/17] KVM: Move x86's perf guest info callbacks to generic KVM perf: KVM: Fix, optimize, and clean up callbacks 1 1 - --- 2021-11-11 Sean Christopherson New
[v4,11/17] KVM: x86: More precisely identify NMI from guest when handling PMI perf: KVM: Fix, optimize, and clean up callbacks - 1 - --- 2021-11-11 Sean Christopherson New
[v4,10/17] KVM: x86: Drop current_vcpu for kvm_running_vcpu + kvm_arch_vcpu variable perf: KVM: Fix, optimize, and clean up callbacks - 1 - --- 2021-11-11 Sean Christopherson New
[v4,09/17] perf/core: Use static_call to optimize perf_guest_info_callbacks perf: KVM: Fix, optimize, and clean up callbacks - 1 - --- 2021-11-11 Sean Christopherson New
[v4,08/17] perf: Force architectures to opt-in to guest callbacks perf: KVM: Fix, optimize, and clean up callbacks - 1 - --- 2021-11-11 Sean Christopherson New
[v4,07/17] perf: Add wrappers for invoking guest callbacks perf: KVM: Fix, optimize, and clean up callbacks - 1 - --- 2021-11-11 Sean Christopherson New
[v4,06/17] perf/core: Rework guest callbacks to prepare for static_call support perf: KVM: Fix, optimize, and clean up callbacks - 2 - --- 2021-11-11 Sean Christopherson New
[v4,05/17] perf: Drop dead and useless guest "support" from arm, csky, nds32 and riscv perf: KVM: Fix, optimize, and clean up callbacks - 1 - --- 2021-11-11 Sean Christopherson New
[v4,04/17] perf: Stop pretending that perf can handle multiple guest callbacks perf: KVM: Fix, optimize, and clean up callbacks - 1 - --- 2021-11-11 Sean Christopherson New
[v4,03/17] KVM: x86: Register Processor Trace interrupt hook iff PT enabled in guest perf: KVM: Fix, optimize, and clean up callbacks 1 - - --- 2021-11-11 Sean Christopherson New
[v4,02/17] KVM: x86: Register perf callbacks after calling vendor's hardware_setup() perf: KVM: Fix, optimize, and clean up callbacks 1 - - --- 2021-11-11 Sean Christopherson New
[v4,01/17] perf: Protect perf_guest_cbs with RCU perf: KVM: Fix, optimize, and clean up callbacks - 1 - --- 2021-11-11 Sean Christopherson New
[v5.5,30/30] KVM: Dynamically allocate "new" memslots from the get-go KVM: Scalable memslots implementation - 1 - --- 2021-11-04 Sean Christopherson New
[v5.5,29/30] KVM: Wait 'til the bitter end to initialize the "new" memslot KVM: Scalable memslots implementation - 1 - --- 2021-11-04 Sean Christopherson New
[v5.5,28/30] KVM: Optimize overlapping memslots check KVM: Scalable memslots implementation - - - --- 2021-11-04 Sean Christopherson New
[v5.5,27/30] KVM: Optimize gfn lookup in kvm_zap_gfn_range() KVM: Scalable memslots implementation - - - --- 2021-11-04 Sean Christopherson New
[v5.5,26/30] KVM: Keep memslots in tree-based structures instead of array-based ones KVM: Scalable memslots implementation - - - --- 2021-11-04 Sean Christopherson New
[v5.5,25/30] KVM: s390: Introduce kvm_s390_get_gfn_end() KVM: Scalable memslots implementation - 1 - --- 2021-11-04 Sean Christopherson New
[v5.5,24/30] KVM: Use interval tree to do fast hva lookup in memslots KVM: Scalable memslots implementation - - - --- 2021-11-04 Sean Christopherson New
[v5.5,23/30] KVM: Resolve memslot ID via a hash table instead of via a static array KVM: Scalable memslots implementation - - - --- 2021-11-04 Sean Christopherson New
[v5.5,22/30] KVM: Move WARN on invalid memslot index to update_memslots() KVM: Scalable memslots implementation - 2 - --- 2021-11-04 Sean Christopherson New
[v5.5,21/30] KVM: Integrate gfn_to_memslot_approx() into search_memslots() KVM: Scalable memslots implementation - - - --- 2021-11-04 Sean Christopherson New
[v5.5,20/30] KVM: x86: Use nr_memslot_pages to avoid traversing the memslots array KVM: Scalable memslots implementation - - - --- 2021-11-04 Sean Christopherson New
[v5.5,19/30] KVM: x86: Don't call kvm_mmu_change_mmu_pages() if the count hasn't changed KVM: Scalable memslots implementation - 1 - --- 2021-11-04 Sean Christopherson New
« 1 2 ... 3 4 5 6 »