summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-03-16KVM: Provide common implementation for generic dirty log functionsSean Christopherson8-195/+106
2020-03-16KVM: Clean up local variable usage in __kvm_set_memory_region()Sean Christopherson1-24/+26
2020-03-16KVM: Simplify kvm_free_memslot() and all its descendentsSean Christopherson14-61/+37
2020-03-16KVM: Move memslot deletion to helper functionSean Christopherson1-29/+46
2020-03-16KVM: x86: Free arrays for old memslot when moving memslot's base gfnSean Christopherson1-0/+4
2020-03-16KVM: Drop "const" attribute from old memslot in commit_memory_region()Sean Christopherson7-7/+7
2020-03-16KVM: Move setting of memslot into helper routineSean Christopherson1-43/+63
2020-03-16KVM: Refactor error handling for setting memory regionSean Christopherson1-22/+18
2020-03-16KVM: Explicitly free allocated-but-unused dirty bitmapSean Christopherson1-3/+4
2020-03-16KVM: Drop kvm_arch_create_memslot()Sean Christopherson7-46/+7
2020-03-16KVM: x86: Allocate memslot resources during prepare_memory_region()Sean Christopherson1-4/+9
2020-03-16KVM: PPC: Move memslot memory allocation into prepare_memory_region()Sean Christopherson6-45/+25
2020-03-16KVM: Don't free new memslot if allocation of said memslot failsSean Christopherson1-1/+1
2020-03-16KVM: Reinstall old memslots if arch preparation failsSean Christopherson1-11/+12
2020-03-16KVM: x86: Allocate new rmap and large page tracking when moving memslotSean Christopherson1-0/+11
2020-03-16KVM: x86: Move gpa_val and gpa_available into the emulator contextSean Christopherson3-11/+10
2020-03-16KVM: x86: Add EMULTYPE_PF when emulation is triggered by a page faultSean Christopherson3-17/+30
2020-03-16KVM: apic: remove unused function apic_lvt_vector()Miaohe Lin1-5/+0
2020-03-16KVM: VMX: Add 'else' to split mutually exclusive caseMiaohe Lin1-5/+3
2020-03-16KVM: x86: eliminate some unreachable codeMiaohe Lin2-4/+0
2020-03-16KVM: x86: Fix print format and coding styleMiaohe Lin3-4/+3
2020-03-16KVM: vmx: rewrite the comment in vmx_get_mt_maskChia-I Wu1-10/+17
2020-03-16KVM: selftests: Convert some printf's to pr_info'sAndrew Jones7-13/+13
2020-03-16KVM: selftests: Rework debug message printingAndrew Jones6-44/+54
2020-03-16KVM: selftests: Time guest demand pagingBen Gardon3-1/+72
2020-03-16KVM: selftests: Support multiple vCPUs in demand paging testBen Gardon1-82/+171
2020-03-16KVM: selftests: Add support for vcpu_args_set to aarch64 and s390xBen Gardon2-0/+71
2020-03-16KVM: selftests: Pass args to vCPU in global vCPU args structBen Gardon1-11/+27
2020-03-16KVM: selftests: Add memory size parameter to the demand paging testBen Gardon4-22/+90
2020-03-16KVM: selftests: Add configurable demand paging delayBen Gardon1-7/+25
2020-03-16KVM: selftests: Add demand paging content to the demand paging testBen Gardon2-4/+209
2020-02-24KVM: selftests: Create a demand paging testBen Gardon3-0/+287
2020-02-24KVM: selftests: Introduce num-pages conversion utilitiesAndrew Jones3-7/+51
2020-02-24KVM: selftests: Introduce vm_guest_mode_paramsAndrew Jones1-27/+25
2020-02-24KVM: selftests: Rename vm_guest_mode_paramsAndrew Jones1-17/+17
2020-02-24KVM: selftests: aarch64: Remove unnecessary ifdefsAndrew Jones1-12/+9
2020-02-24KVM: selftests: Remove unnecessary definesAndrew Jones1-11/+0
2020-02-24KVM: selftests: aarch64: Use stream when givenAndrew Jones1-2/+2
2020-02-24KVM: s390: rstify new ioctls in api.rstChristian Borntraeger1-15/+18
2020-02-23KVM: nVMX: Check IO instruction VM-exit conditionsOliver Upton2-7/+52
2020-02-23KVM: nVMX: Refactor IO bitmap checks into helper functionOliver Upton2-14/+27
2020-02-23KVM: nVMX: Don't emulate instructions in guest modePaolo Bonzini1-1/+1
2020-02-23KVM: nVMX: Emulate MTF when performing instruction emulationOliver Upton8-2/+83
2020-02-23KVM: fix error handling in svm_hardware_setupLi RongQing1-21/+20
2020-02-21KVM: SVM: Fix potential memory leak in svm_cpu_init()Miaohe Lin1-7/+6
2020-02-21KVM: apic: avoid calculating pending eoi from an uninitialized valMiaohe Lin1-1/+3
2020-02-21KVM: nVMX: clear PIN_BASED_POSTED_INTR from nested pinbased_ctls only when ap...Vitaly Kuznetsov4-11/+8
2020-02-21KVM: nVMX: handle nested posted interrupts when apicv is disabled for L1Vitaly Kuznetsov4-10/+17
2020-02-21kvm: x86: svm: Fix NULL pointer dereference when AVIC not enabledSuravee Suthikulpanit1-0/+3
2020-02-21KVM: VMX: Add VMX_FEATURE_USR_WAIT_PAUSEXiaoyao Li2-1/+2