Show patches with: Submitter = Sean Christopherson       |    Archived = No       |   259 patches
« 1 2 3 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[RFC,3/3] KVM: x86: Use KVM_BUG/KVM_BUG_ON to handle bugs that are fatal to the VM KVM: Introduce "VM bugged" concept - - - - --- 2020-09-23 Sean Christopherson Not Applicable
[RFC,2/3] KVM: Add infrastructure and macro to mark VM as bugged KVM: Introduce "VM bugged" concept - - - - --- 2020-09-23 Sean Christopherson Not Applicable
[RFC,1/3] KVM: Export kvm_make_all_cpus_request() for use in marking VMs as bugged KVM: Introduce "VM bugged" concept - - - - --- 2020-09-23 Sean Christopherson Not Applicable
KVM: Enable hardware before doing arch VM initialization KVM: Enable hardware before doing arch VM initialization - - 2 - --- 2020-09-23 Sean Christopherson Not Applicable
[21/21] KVM: MIPS: Use common KVM implementation of MMU memory caches KVM: Cleanup and unify kvm_mmu_memory_cache usage - - 1 - --- 2020-06-05 Sean Christopherson Not Applicable
[20/21] KVM: MIPS: Account pages used for GPA page tables KVM: Cleanup and unify kvm_mmu_memory_cache usage - - 1 - --- 2020-06-05 Sean Christopherson Not Applicable
[19/21] KVM: MIPS: Drop @max param from mmu_topup_memory_cache() KVM: Cleanup and unify kvm_mmu_memory_cache usage - - 1 - --- 2020-06-05 Sean Christopherson Not Applicable
[18/21] KVM: arm64: Use common KVM implementation of MMU memory caches KVM: Cleanup and unify kvm_mmu_memory_cache usage - - - - --- 2020-06-05 Sean Christopherson Not Applicable
[17/21] KVM: arm64: Use common code's approach for __GFP_ZERO with memory caches KVM: Cleanup and unify kvm_mmu_memory_cache usage - - - - --- 2020-06-05 Sean Christopherson Not Applicable
[16/21] KVM: arm64: Drop @max param from mmu_topup_memory_cache() KVM: Cleanup and unify kvm_mmu_memory_cache usage - - - - --- 2020-06-05 Sean Christopherson Not Applicable
[15/21] KVM: Move x86's MMU memory cache helpers to common KVM code KVM: Cleanup and unify kvm_mmu_memory_cache usage - - 1 - --- 2020-06-05 Sean Christopherson Not Applicable
[14/21] KVM: Move x86's version of struct kvm_mmu_memory_cache to common code KVM: Cleanup and unify kvm_mmu_memory_cache usage - - 1 - --- 2020-06-05 Sean Christopherson Not Applicable
[13/21] KVM: x86/mmu: Prepend "kvm_" to memory cache helpers that will be global KVM: Cleanup and unify kvm_mmu_memory_cache usage - - 1 - --- 2020-06-05 Sean Christopherson Not Applicable
[12/21] KVM: x86/mmu: Skip filling the gfn cache for guaranteed direct MMU topups KVM: Cleanup and unify kvm_mmu_memory_cache usage - - 1 - --- 2020-06-05 Sean Christopherson Not Applicable
[11/21] KVM: x86/mmu: Zero allocate shadow pages (outside of mmu_lock) KVM: Cleanup and unify kvm_mmu_memory_cache usage - - 1 - --- 2020-06-05 Sean Christopherson Not Applicable
[10/21] KVM: x86/mmu: Make __GFP_ZERO a property of the memory cache KVM: Cleanup and unify kvm_mmu_memory_cache usage - - 1 - --- 2020-06-05 Sean Christopherson Not Applicable
[09/21] KVM: x86/mmu: Separate the memory caches for shadow pages and gfn arrays KVM: Cleanup and unify kvm_mmu_memory_cache usage - - 1 - --- 2020-06-05 Sean Christopherson Not Applicable
[08/21] KVM: x86/mmu: Clean up the gorilla math in mmu_topup_memory_caches() KVM: Cleanup and unify kvm_mmu_memory_cache usage - - 1 - --- 2020-06-05 Sean Christopherson Not Applicable
[07/21] KVM: x86/mmu: Topup memory caches after walking GVA->GPA KVM: Cleanup and unify kvm_mmu_memory_cache usage - - 1 - --- 2020-06-05 Sean Christopherson Not Applicable
[06/21] KVM: x86/mmu: Move fast_page_fault() call above mmu_topup_memory_caches() KVM: Cleanup and unify kvm_mmu_memory_cache usage - - 1 - --- 2020-06-05 Sean Christopherson Not Applicable
[05/21] KVM: x86/mmu: Try to avoid crashing KVM if a MMU memory cache is empty KVM: Cleanup and unify kvm_mmu_memory_cache usage - - 1 - --- 2020-06-05 Sean Christopherson Not Applicable
[04/21] KVM: x86/mmu: Remove superfluous gotos from mmu_topup_memory_caches() KVM: Cleanup and unify kvm_mmu_memory_cache usage - - 1 - --- 2020-06-05 Sean Christopherson Not Applicable
[03/21] KVM: x86/mmu: Use consistent "mc" name for kvm_mmu_memory_cache locals KVM: Cleanup and unify kvm_mmu_memory_cache usage - - 1 - --- 2020-06-05 Sean Christopherson Not Applicable
[02/21] KVM: x86/mmu: Consolidate "page" variant of memory cache helpers KVM: Cleanup and unify kvm_mmu_memory_cache usage - - - - --- 2020-06-05 Sean Christopherson Not Applicable
[01/21] KVM: x86/mmu: Track the associated kmem_cache in the MMU caches KVM: Cleanup and unify kvm_mmu_memory_cache usage - - 1 - --- 2020-06-05 Sean Christopherson Not Applicable
[v3,9/9] KVM: SVM: Annotate svm_x86_ops as __initdata KVM: Move x86 init ops to separate struct - - 1 - --- 2020-03-21 Sean Christopherson Not Applicable
[v3,8/9] KVM: VMX: Annotate vmx_x86_ops as __initdata KVM: Move x86 init ops to separate struct - - 1 - --- 2020-03-21 Sean Christopherson Not Applicable
[v3,7/9] KVM: x86: Drop __exit from kvm_x86_ops' hardware_unsetup() KVM: Move x86 init ops to separate struct - - 1 - --- 2020-03-21 Sean Christopherson Not Applicable
[v3,6/9] KVM: x86: Copy kvm_x86_ops by value to eliminate layer of indirection KVM: Move x86 init ops to separate struct - - 1 - --- 2020-03-21 Sean Christopherson Not Applicable
[v3,5/9] KVM: x86: Set kvm_x86_ops only after ->hardware_setup() completes KVM: Move x86 init ops to separate struct - - - - --- 2020-03-21 Sean Christopherson Not Applicable
[v3,4/9] KVM: VMX: Configure runtime hooks using vmx_x86_ops Untitled series #165881 - - 1 - --- 2020-03-21 Sean Christopherson Not Applicable
[v3,3/9] KVM: VMX: Move hardware_setup() definition below vmx_x86_ops KVM: Move x86 init ops to separate struct - - 1 - --- 2020-03-21 Sean Christopherson Not Applicable
[v3,2/9] KVM: x86: Move init-only kvm_x86_ops to separate struct KVM: Move x86 init ops to separate struct - - 1 - --- 2020-03-21 Sean Christopherson Not Applicable
[v3,1/9] KVM: Pass kvm_init()'s opaque param to additional arch funcs KVM: Move x86 init ops to separate struct 2 - 1 1 --- 2020-03-21 Sean Christopherson Not Applicable
[v2,9/9] KVM: SVM: Annotate svm_x86_ops as __initdata KVM: Move x86 init ops to separate struct - - - - --- 2020-02-18 Sean Christopherson Not Applicable
[v2,8/9] KVM: VMX: Annotate vmx_x86_ops as __initdata KVM: Move x86 init ops to separate struct - - - - --- 2020-02-18 Sean Christopherson Not Applicable
[v2,7/9] KVM: x86: Drop __exit from kvm_x86_ops' hardware_unsetup() KVM: Move x86 init ops to separate struct - - - - --- 2020-02-18 Sean Christopherson Not Applicable
[v2,6/9] KVM: x86: Copy kvm_x86_ops by value to eliminate layer of indirection KVM: Move x86 init ops to separate struct - - - - --- 2020-02-18 Sean Christopherson Not Applicable
[v2,5/9] KVM: x86: Set kvm_x86_ops only after ->hardware_setup() completes KVM: Move x86 init ops to separate struct - - - - --- 2020-02-18 Sean Christopherson Not Applicable
[v2,4/9] KVM: VMX: Configure runtime hooks using vmx_x86_ops KVM: Move x86 init ops to separate struct - - - - --- 2020-02-18 Sean Christopherson Not Applicable
[v2,3/9] KVM: VMX: Move hardware_setup() definition below vmx_x86_ops KVM: Move x86 init ops to separate struct - - - - --- 2020-02-18 Sean Christopherson Not Applicable
[v2,2/9] KVM: x86: Move init-only kvm_x86_ops to separate struct KVM: Move x86 init ops to separate struct - - - - --- 2020-02-18 Sean Christopherson Not Applicable
[v2,1/9] KVM: Pass kvm_init()'s opaque param to additional arch funcs KVM: Move x86 init ops to separate struct 1 - 1 1 --- 2020-02-18 Sean Christopherson Not Applicable
[v6,22/22] KVM: x86/mmu: Consolidate open coded variants of memslot TLB flushes KVM: Dynamically size memslot arrays - - - - --- 2020-02-18 Sean Christopherson Not Applicable
[v6,21/22] KVM: x86/mmu: Use ranged-based TLB flush for dirty log memslot flush KVM: Dynamically size memslot arrays - - - - --- 2020-02-18 Sean Christopherson Not Applicable
[v6,20/22] KVM: x86/mmu: Move kvm_arch_flush_remote_tlbs_memslot() to mmu.c KVM: Dynamically size memslot arrays - - - - --- 2020-02-18 Sean Christopherson Not Applicable
[v6,19/22] KVM: selftests: Add test for KVM_SET_USER_MEMORY_REGION KVM: Dynamically size memslot arrays - - 1 - --- 2020-02-18 Sean Christopherson Not Applicable
[v6,18/22] KVM: Dynamically size memslot array based on number of used slots KVM: Dynamically size memslot arrays - - 1 2 --- 2020-02-18 Sean Christopherson Not Applicable
[v6,17/22] KVM: Terminate memslot walks via used_slots KVM: Dynamically size memslot arrays - - - 2 --- 2020-02-18 Sean Christopherson Not Applicable
[v6,16/22] KVM: Ensure validity of memslot with respect to kvm_get_dirty_log() KVM: Dynamically size memslot arrays - - - - --- 2020-02-18 Sean Christopherson Not Applicable
[v6,15/22] KVM: Provide common implementation for generic dirty log functions KVM: Dynamically size memslot arrays - - - - --- 2020-02-18 Sean Christopherson Not Applicable
[v6,14/22] KVM: Clean up local variable usage in __kvm_set_memory_region() KVM: Dynamically size memslot arrays - - - - --- 2020-02-18 Sean Christopherson Not Applicable
[v6,13/22] KVM: Simplify kvm_free_memslot() and all its descendents KVM: Dynamically size memslot arrays - - 1 1 --- 2020-02-18 Sean Christopherson Not Applicable
[v6,12/22] KVM: Move memslot deletion to helper function KVM: Dynamically size memslot arrays 1 - 1 1 --- 2020-02-18 Sean Christopherson Not Applicable
[v6,11/22] KVM: x86: Free arrays for old memslot when moving memslot's base gfn KVM: Dynamically size memslot arrays - - 1 - --- 2020-02-18 Sean Christopherson Not Applicable
[v6,10/22] KVM: Drop "const" attribute from old memslot in commit_memory_region() KVM: Dynamically size memslot arrays - - 1 - --- 2020-02-18 Sean Christopherson Not Applicable
[v6,09/22] KVM: Move setting of memslot into helper routine KVM: Dynamically size memslot arrays - - 2 1 --- 2020-02-18 Sean Christopherson Not Applicable
[v6,08/22] KVM: Refactor error handling for setting memory region KVM: Dynamically size memslot arrays - - 3 - --- 2020-02-18 Sean Christopherson Not Applicable
[v6,07/22] KVM: Explicitly free allocated-but-unused dirty bitmap KVM: Dynamically size memslot arrays - - 1 - --- 2020-02-18 Sean Christopherson Not Applicable
[v6,06/22] KVM: Drop kvm_arch_create_memslot() KVM: Dynamically size memslot arrays 1 - 1 - --- 2020-02-18 Sean Christopherson Not Applicable
[v6,05/22] KVM: x86: Allocate memslot resources during prepare_memory_region() KVM: Dynamically size memslot arrays - - 1 - --- 2020-02-18 Sean Christopherson Not Applicable
[v6,04/22] KVM: PPC: Move memslot memory allocation into prepare_memory_region() KVM: Dynamically size memslot arrays 1 - 1 - --- 2020-02-18 Sean Christopherson Not Applicable
[v6,03/22] KVM: Don't free new memslot if allocation of said memslot fails KVM: Dynamically size memslot arrays 1 - 1 - --- 2020-02-18 Sean Christopherson Not Applicable
[v6,02/22] KVM: Reinstall old memslots if arch preparation fails KVM: Dynamically size memslot arrays - 1 2 - --- 2020-02-18 Sean Christopherson Not Applicable
[v6,01/22] KVM: x86: Allocate new rmap and large page tracking when moving memslot KVM: Dynamically size memslot arrays - 1 1 - --- 2020-02-18 Sean Christopherson Not Applicable
[5/5] KVM: x86: Set kvm_x86_ops only after ->hardware_setup() completes KVM: Move x86 init ops to separate struct - - - - --- 2020-01-30 Sean Christopherson Not Applicable
[4/5] KVM: VMX: Configure runtime hooks using vmx_x86_ops KVM: Move x86 init ops to separate struct - - - - --- 2020-01-30 Sean Christopherson Not Applicable
[3/5] KVM: VMX: Move hardware_setup() definition below vmx_x86_ops KVM: Move x86 init ops to separate struct - - - - --- 2020-01-30 Sean Christopherson Not Applicable
[2/5] KVM: x86: Move init-only kvm_x86_ops to separate struct KVM: Move x86 init ops to separate struct - - - - --- 2020-01-30 Sean Christopherson Not Applicable
[1/5] KVM: Pass kvm_init()'s opaque param to additional arch funcs KVM: Move x86 init ops to separate struct - - 1 1 --- 2020-01-30 Sean Christopherson Not Applicable
[v5,19/19] KVM: selftests: Add test for KVM_SET_USER_MEMORY_REGION [v5,01/19] KVM: x86: Allocate new rmap and large page tracking when moving memslot - - 1 - --- 2020-01-21 Sean Christopherson Not Applicable
[v5,18/19] KVM: Dynamically size memslot array based on number of used slots [v5,01/19] KVM: x86: Allocate new rmap and large page tracking when moving memslot - - 1 2 --- 2020-01-21 Sean Christopherson Not Applicable
[v5,17/19] KVM: Terminate memslot walks via used_slots [v5,01/19] KVM: x86: Allocate new rmap and large page tracking when moving memslot - - - 2 --- 2020-01-21 Sean Christopherson Not Applicable
[v5,16/19] KVM: Ensure validity of memslot with respect to kvm_get_dirty_log() [v5,01/19] KVM: x86: Allocate new rmap and large page tracking when moving memslot - - - - --- 2020-01-21 Sean Christopherson Not Applicable
[v5,15/19] KVM: Provide common implementation for generic dirty log functions [v5,01/19] KVM: x86: Allocate new rmap and large page tracking when moving memslot 1 - - 1 --- 2020-01-21 Sean Christopherson Not Applicable
[v5,14/19] KVM: Clean up local variable usage in __kvm_set_memory_region() [v5,01/19] KVM: x86: Allocate new rmap and large page tracking when moving memslot - - - - --- 2020-01-21 Sean Christopherson Not Applicable
[v5,13/19] KVM: Simplify kvm_free_memslot() and all its descendents [v5,01/19] KVM: x86: Allocate new rmap and large page tracking when moving memslot - - 1 1 --- 2020-01-21 Sean Christopherson Not Applicable
[v5,12/19] KVM: Move memslot deletion to helper function [v5,01/19] KVM: x86: Allocate new rmap and large page tracking when moving memslot 1 - 1 1 --- 2020-01-21 Sean Christopherson Not Applicable
[v5,11/19] KVM: x86: Free arrays for old memslot when moving memslot's base gfn [v5,01/19] KVM: x86: Allocate new rmap and large page tracking when moving memslot - - 1 - --- 2020-01-21 Sean Christopherson Not Applicable
[v5,10/19] KVM: Drop "const" attribute from old memslot in commit_memory_region() [v5,01/19] KVM: x86: Allocate new rmap and large page tracking when moving memslot - - 1 - --- 2020-01-21 Sean Christopherson Not Applicable
[v5,09/19] KVM: Move setting of memslot into helper routine [v5,01/19] KVM: x86: Allocate new rmap and large page tracking when moving memslot - - 2 1 --- 2020-01-21 Sean Christopherson Not Applicable
[v5,08/19] KVM: Refactor error handling for setting memory region [v5,01/19] KVM: x86: Allocate new rmap and large page tracking when moving memslot - - 3 - --- 2020-01-21 Sean Christopherson Not Applicable
[v5,07/19] KVM: Explicitly free allocated-but-unused dirty bitmap [v5,01/19] KVM: x86: Allocate new rmap and large page tracking when moving memslot - - 1 - --- 2020-01-21 Sean Christopherson Not Applicable
[v5,06/19] KVM: Drop kvm_arch_create_memslot() [v5,01/19] KVM: x86: Allocate new rmap and large page tracking when moving memslot 1 - 1 - --- 2020-01-21 Sean Christopherson Not Applicable
[v5,05/19] KVM: x86: Allocate memslot resources during prepare_memory_region() [v5,01/19] KVM: x86: Allocate new rmap and large page tracking when moving memslot - - 1 - --- 2020-01-21 Sean Christopherson Not Applicable
[v5,04/19] KVM: PPC: Move memslot memory allocation into prepare_memory_region() [v5,01/19] KVM: x86: Allocate new rmap and large page tracking when moving memslot 1 - 1 - --- 2020-01-21 Sean Christopherson Not Applicable
[v5,03/19] KVM: Don't free new memslot if allocation of said memslot fails [v5,01/19] KVM: x86: Allocate new rmap and large page tracking when moving memslot 1 - 1 - --- 2020-01-21 Sean Christopherson Not Applicable
[v5,02/19] KVM: Reinstall old memslots if arch preparation fails [v5,01/19] KVM: x86: Allocate new rmap and large page tracking when moving memslot - 1 2 - --- 2020-01-21 Sean Christopherson Not Applicable
[v5,01/19] KVM: x86: Allocate new rmap and large page tracking when moving memslot [v5,01/19] KVM: x86: Allocate new rmap and large page tracking when moving memslot - 1 - - --- 2020-01-21 Sean Christopherson Not Applicable
[14/14] KVM: x86/mmu: Use huge pages for DAX-backed files KVM: x86/mmu: Huge page fixes, cleanup, and DAX - - - - --- 2020-01-08 Sean Christopherson Not Applicable
[13/14] KVM: x86/mmu: Remove lpage_is_disallowed() check from set_spte() KVM: x86/mmu: Huge page fixes, cleanup, and DAX - - - - --- 2020-01-08 Sean Christopherson Not Applicable
[12/14] KVM: x86/mmu: Fold max_mapping_level() into kvm_mmu_hugepage_adjust() KVM: x86/mmu: Huge page fixes, cleanup, and DAX - - - - --- 2020-01-08 Sean Christopherson Not Applicable
[11/14] KVM: x86/mmu: Zap any compound page when collapsing sptes KVM: x86/mmu: Huge page fixes, cleanup, and DAX - - - - --- 2020-01-08 Sean Christopherson Not Applicable
[10/14] KVM: x86/mmu: Remove obsolete gfn restoration in FNAME(fetch) KVM: x86/mmu: Huge page fixes, cleanup, and DAX - - - - --- 2020-01-08 Sean Christopherson Not Applicable
[09/14] KVM: x86/mmu: Rely on host page tables to find HugeTLB mappings KVM: x86/mmu: Huge page fixes, cleanup, and DAX - - - - --- 2020-01-08 Sean Christopherson Not Applicable
[08/14] KVM: x86/mmu: Drop level optimization from fast_page_fault() KVM: x86/mmu: Huge page fixes, cleanup, and DAX - - - - --- 2020-01-08 Sean Christopherson Not Applicable
[07/14] KVM: x86/mmu: Walk host page tables to find THP mappings KVM: x86/mmu: Huge page fixes, cleanup, and DAX - - - - --- 2020-01-08 Sean Christopherson Not Applicable
[06/14] KVM: x86/mmu: Refactor THP adjust to prep for changing query KVM: x86/mmu: Huge page fixes, cleanup, and DAX - - - - --- 2020-01-08 Sean Christopherson Not Applicable
[05/14] x86/mm: Introduce lookup_address_in_mm() KVM: x86/mmu: Huge page fixes, cleanup, and DAX - - 1 - --- 2020-01-08 Sean Christopherson Not Applicable
[04/14] KVM: Play nice with read-only memslots when querying host page size KVM: x86/mmu: Huge page fixes, cleanup, and DAX - 1 - - --- 2020-01-08 Sean Christopherson Not Applicable
« 1 2 3 »