summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-16KVM: Explicitly free allocated-but-unused dirty bitmapSean Christopherson
2020-03-16KVM: Drop kvm_arch_create_memslot()Sean Christopherson
2020-03-16KVM: x86: Allocate memslot resources during prepare_memory_region()Sean Christopherson
2020-03-16KVM: PPC: Move memslot memory allocation into prepare_memory_region()Sean Christopherson
2020-03-16KVM: Don't free new memslot if allocation of said memslot failsSean Christopherson
2020-03-16KVM: Reinstall old memslots if arch preparation failsSean Christopherson
2020-03-16KVM: x86: Allocate new rmap and large page tracking when moving memslotSean Christopherson
2020-03-16KVM: x86: Move gpa_val and gpa_available into the emulator contextSean Christopherson
2020-03-16KVM: x86: Add EMULTYPE_PF when emulation is triggered by a page faultSean Christopherson
2020-03-16KVM: apic: remove unused function apic_lvt_vector()Miaohe Lin
2020-03-16KVM: VMX: Add 'else' to split mutually exclusive caseMiaohe Lin
2020-03-16KVM: x86: eliminate some unreachable codeMiaohe Lin
2020-03-16KVM: x86: Fix print format and coding styleMiaohe Lin
2020-03-16KVM: vmx: rewrite the comment in vmx_get_mt_maskChia-I Wu
2020-03-16KVM: selftests: Convert some printf's to pr_info'sAndrew Jones
2020-03-16KVM: selftests: Rework debug message printingAndrew Jones
2020-03-16KVM: selftests: Time guest demand pagingBen Gardon
2020-03-16KVM: selftests: Support multiple vCPUs in demand paging testBen Gardon
2020-03-16KVM: selftests: Add support for vcpu_args_set to aarch64 and s390xBen Gardon
2020-03-16KVM: selftests: Pass args to vCPU in global vCPU args structBen Gardon
2020-03-16KVM: selftests: Add memory size parameter to the demand paging testBen Gardon
2020-03-16KVM: selftests: Add configurable demand paging delayBen Gardon
2020-03-16KVM: selftests: Add demand paging content to the demand paging testBen Gardon
2020-02-24KVM: selftests: Create a demand paging testBen Gardon
2020-02-24KVM: selftests: Introduce num-pages conversion utilitiesAndrew Jones
2020-02-24KVM: selftests: Introduce vm_guest_mode_paramsAndrew Jones
2020-02-24KVM: selftests: Rename vm_guest_mode_paramsAndrew Jones
2020-02-24KVM: selftests: aarch64: Remove unnecessary ifdefsAndrew Jones
2020-02-24KVM: selftests: Remove unnecessary definesAndrew Jones
2020-02-24KVM: selftests: aarch64: Use stream when givenAndrew Jones
2020-02-24KVM: s390: rstify new ioctls in api.rstChristian Borntraeger
2020-02-23KVM: nVMX: Check IO instruction VM-exit conditionsOliver Upton
2020-02-23KVM: nVMX: Refactor IO bitmap checks into helper functionOliver Upton
2020-02-23KVM: nVMX: Don't emulate instructions in guest modePaolo Bonzini
2020-02-23KVM: nVMX: Emulate MTF when performing instruction emulationOliver Upton
2020-02-23KVM: fix error handling in svm_hardware_setupLi RongQing
2020-02-21KVM: SVM: Fix potential memory leak in svm_cpu_init()Miaohe Lin
2020-02-21KVM: apic: avoid calculating pending eoi from an uninitialized valMiaohe Lin
2020-02-21KVM: nVMX: clear PIN_BASED_POSTED_INTR from nested pinbased_ctls only when ap...Vitaly Kuznetsov
2020-02-21KVM: nVMX: handle nested posted interrupts when apicv is disabled for L1Vitaly Kuznetsov
2020-02-21kvm: x86: svm: Fix NULL pointer dereference when AVIC not enabledSuravee Suthikulpanit
2020-02-21KVM: VMX: Add VMX_FEATURE_USR_WAIT_PAUSEXiaoyao Li
2020-02-21KVM: nVMX: Hold KVM's srcu lock when syncing vmcs12->shadowwanpeng li
2020-02-21KVM: x86: don't notify userspace IOAPIC on edge-triggered interrupt EOIMiaohe Lin
2020-02-20kvm/emulate: fix a -Werror=cast-function-typeQian Cai
2020-02-20KVM: x86: fix incorrect comparison in trace eventPaolo Bonzini
2020-02-17KVM: nVMX: Fix some obsolete comments and grammar errorMiaohe Lin
2020-02-17KVM: x86: fix missing prototypesPaolo Bonzini
2020-02-12KVM: x86: enable -WerrorPaolo Bonzini
2020-02-12docs: virt: guest-halt-polling.txt convert to ReSTMauro Carvalho Chehab