summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: remove stale comment from struct x86_emulate_ctxtVitaly Kuznetsov2020-03-031-1/+0
* KVM: x86: clear stale x86_emulate_ctxt->intercept valueVitaly Kuznetsov2020-03-031-0/+1
* KVM: SVM: Fix the svm vmexit code for WRMSRHaiwei Li2020-03-021-1/+2
* KVM: X86: Fix dereference null cpufreq policyWanpeng Li2020-03-021-3/+5
* KVM: VMX: check descriptor table exits on instruction emulationOliver Upton2020-03-011-0/+15
* Merge tag 'kvmarm-fixes-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2020-02-2815-77/+84
|\
| * arm64: Ask the compiler to __always_inline functions used by KVM at HYPJames Morse2020-02-224-8/+8
| * KVM: arm64: Define our own swab32() to avoid a uapi static inlineJames Morse2020-02-222-2/+9
| * KVM: arm64: Ask the compiler to __always_inline functions used at HYPJames Morse2020-02-225-28/+29
| * kvm: arm/arm64: Fold VHE entry/exit work into kvm_vcpu_run_vhe()Mark Rutland2020-02-174-39/+37
| * KVM: arm/arm64: Fix up includes for trace.hJeremy Cline2020-02-051-0/+1
* | kvm: x86: Limit the number of "kvm: disabled by bios" messagesErwan Velu2020-02-281-2/+2
* | KVM: x86: avoid useless copy of cpufreq policyPaolo Bonzini2020-02-281-5/+5
* | KVM: allow disabling -WerrorPaolo Bonzini2020-02-282-1/+14
* | KVM: x86: allow compiling as non-module with W=1Valdis Klētnieks2020-02-282-0/+4
* | KVM: Pre-allocate 1 cpumask variable per cpu for both pv tlb and pv ipisWanpeng Li2020-02-281-12/+21
* | KVM: Introduce pv check helpersWanpeng Li2020-02-281-10/+24
* | KVM: let declaration of kvm_get_running_vcpus match implementationChristian Borntraeger2020-02-281-1/+1
* | KVM: SVM: allocate AVIC data structures based on kvm_amd module parameterPaolo Bonzini2020-02-281-1/+2
* | KVM: s390: rstify new ioctls in api.rstChristian Borntraeger2020-02-241-15/+18
* | KVM: nVMX: Check IO instruction VM-exit conditionsOliver Upton2020-02-232-7/+52
* | KVM: nVMX: Refactor IO bitmap checks into helper functionOliver Upton2020-02-232-14/+27
* | KVM: nVMX: Don't emulate instructions in guest modePaolo Bonzini2020-02-231-1/+1
* | KVM: nVMX: Emulate MTF when performing instruction emulationOliver Upton2020-02-238-2/+83
* | KVM: fix error handling in svm_hardware_setupLi RongQing2020-02-231-21/+20
* | KVM: SVM: Fix potential memory leak in svm_cpu_init()Miaohe Lin2020-02-211-7/+6
* | KVM: apic: avoid calculating pending eoi from an uninitialized valMiaohe Lin2020-02-211-1/+3
* | KVM: nVMX: clear PIN_BASED_POSTED_INTR from nested pinbased_ctls only when ap...Vitaly Kuznetsov2020-02-214-11/+8
* | KVM: nVMX: handle nested posted interrupts when apicv is disabled for L1Vitaly Kuznetsov2020-02-214-10/+17
* | kvm: x86: svm: Fix NULL pointer dereference when AVIC not enabledSuravee Suthikulpanit2020-02-211-0/+3
* | KVM: VMX: Add VMX_FEATURE_USR_WAIT_PAUSEXiaoyao Li2020-02-212-1/+2
* | KVM: nVMX: Hold KVM's srcu lock when syncing vmcs12->shadowwanpeng li2020-02-211-2/+9
* | KVM: x86: don't notify userspace IOAPIC on edge-triggered interrupt EOIMiaohe Lin2020-02-211-1/+1
* | kvm/emulate: fix a -Werror=cast-function-typeQian Cai2020-02-202-23/+26
* | KVM: x86: fix incorrect comparison in trace eventPaolo Bonzini2020-02-201-1/+1
* | KVM: nVMX: Fix some obsolete comments and grammar errorMiaohe Lin2020-02-171-5/+5
* | KVM: x86: fix missing prototypesPaolo Bonzini2020-02-171-0/+2
* | KVM: x86: enable -WerrorPaolo Bonzini2020-02-121-0/+1
* | docs: virt: guest-halt-polling.txt convert to ReSTMauro Carvalho Chehab2020-02-122-3/+10
* | docs: kvm: review-checklist.txt: rename to ReSTMauro Carvalho Chehab2020-02-122-0/+5
* | docs: kvm: Convert timekeeping.txt to ReST formatMauro Carvalho Chehab2020-02-122-95/+129
* | docs: kvm: Convert s390-diag.txt to ReST formatMauro Carvalho Chehab2020-02-122-5/+9
* | docs: kvm: Convert ppc-pv.txt to ReST formatMauro Carvalho Chehab2020-02-122-8/+19
* | docs: kvm: Convert nested-vmx.txt to ReST formatMauro Carvalho Chehab2020-02-122-16/+22
* | docs: kvm: Convert mmu.txt to ReST formatMauro Carvalho Chehab2020-02-122-14/+49
* | docs: kvm: Convert locking.txt to ReST formatMauro Carvalho Chehab2020-02-123-215/+244
* | docs: kvm: Convert hypercalls.txt to ReST formatMauro Carvalho Chehab2020-02-122-56/+75
* | docs: kvm: arm/psci.txt: convert to ReSTMauro Carvalho Chehab2020-02-122-15/+32
* | docs: kvm: convert arm/hyp-abi.txt to ReSTMauro Carvalho Chehab2020-02-122-9/+20
* | docs: kvm: Convert api.txt to ReST formatMauro Carvalho Chehab2020-02-122-1387/+1964