summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-06-1283-740/+1801
|\
| * Merge tag 'kvmarm-fixes-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2020-06-1113-97/+171
| |\
| | * Merge branch 'kvm-arm64/ptrauth-fixes' into kvmarm-master/nextMarc Zyngier2020-06-1011-85/+111
| | |\
| | | * KVM: arm64: Move hyp_symbol_addr() to kvm_asm.hMarc Zyngier2020-06-102-20/+20
| | | * KVM: arm64: Remove host_cpu_context member from vcpu structureMarc Zyngier2020-06-096-19/+11
| | | * KVM: arm64: Stop sparse from moaning at __hyp_this_cpu_ptrMarc Zyngier2020-06-091-3/+10
| | | * KVM: arm64: Handle PtrAuth traps earlyMarc Zyngier2020-06-094-38/+70
| | | * KVM: arm64: Save the host's PtrAuth keys in non-preemptible contextMarc Zyngier2020-06-093-24/+19
| | * | KVM: arm64: Synchronize sysreg state on injecting an AArch32 exceptionMarc Zyngier2020-06-101-0/+28
| | * | KVM: arm64: Make vcpu_cp1x() work on Big Endian hostsMarc Zyngier2020-06-101-2/+4
| | * | KVM: arm64: Stop save/restoring ACTLR_EL1James Morse2020-06-092-4/+0
| | * | KVM: arm64: Add emulation for 32bit guests accessing ACTLR2James Morse2020-06-091-0/+10
| | * | KVM: arm64: Stop writing aarch32's CSSELR into ACTLRJames Morse2020-06-091-2/+8
| | |/
| | * KVM: arm64: Flush the instruction cache if not unmapping the VM on rebootMarc Zyngier2020-05-311-4/+10
| * | KVM: x86: do not pass poisoned hva to __kvm_set_memory_regionPaolo Bonzini2020-06-111-6/+1
| * | KVM: selftests: fix sync_with_host() in smm_testVitaly Kuznetsov2020-06-111-2/+2
| * | KVM: async_pf: Inject 'page ready' event only if 'page not present' was previ...Vitaly Kuznetsov2020-06-116-6/+12
| * | KVM: async_pf: Cleanup kvm_setup_async_pf()Vitaly Kuznetsov2020-06-111-13/+6
| * | kvm: i8254: remove redundant assignment to pointer sColin Ian King2020-06-111-1/+0
| * | KVM: x86: respect singlestep when emulating instructionFelipe Franciosi2020-06-111-1/+1
| * | KVM: selftests: Don't probe KVM_CAP_HYPERV_ENLIGHTENED_VMCS when nested VMX i...Vitaly Kuznetsov2020-06-112-3/+5
| * | KVM: selftests: do not substitute SVM/VMX check with KVM_CAP_NESTED_STATE checkVitaly Kuznetsov2020-06-116-17/+30
| * | Merge branch 'kvm-basic-exit-reason' into HEADPaolo Bonzini2020-06-111-2/+2
| |\ \
| | * | KVM: nVMX: Consult only the "basic" exit reason when routing nested exitSean Christopherson2020-06-111-1/+1
| * | | KVM: x86: Unexport x86_fpu_cache and make it staticSean Christopherson2020-06-092-3/+1
| * | | KVM: selftests: Ignore KVM 5-level paging support for VM_MODE_PXXV48_4KSean Christopherson2020-06-091-2/+9
| * | | KVM: x86: Fix APIC page invalidation raceEiichi Tsukata2020-06-083-17/+20
| * | | KVM: SVM: fix calls to is_interceptPaolo Bonzini2020-06-082-2/+4
| * | | KVM: selftests: fix vmx_preemption_timer_test build with GCC10Vitaly Kuznetsov2020-06-082-4/+4
| * | | KVM: selftests: Add x86_64/debug_regs to .gitignoreVitaly Kuznetsov2020-06-081-0/+1
| * | | Revert "KVM: x86: work around leak of uninitialized stack contents"Vitaly Kuznetsov2020-06-081-7/+0
| * | | KVM: VMX: Properly handle kvm_read/write_guest_virt*() resultVitaly Kuznetsov2020-06-083-40/+74
| * | | KVM: x86: emulate reserved nops from 0f/18 to 0f/1fPaolo Bonzini2020-06-051-2/+6
| * | | KVM: selftests: Fix build with "make ARCH=x86_64"Vitaly Kuznetsov2020-06-051-0/+4
| * | | Merge tag 'kvm-ppc-next-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2020-06-0422-237/+276
| |\ \ \
| | * | | KVM: PPC: Book3S HV: Close race with page faults around memslot flushesPaul Mackerras2020-05-281-0/+5
| | * | | KVM: PPC: Book3S HV: Remove user-triggerable WARN_ONPaul Mackerras2020-05-281-4/+7
| | * | | KVM: PPC: Book3S HV: Relax check on H_SVM_INIT_ABORTLaurent Dufour2020-05-271-3/+8
| | * | | KVM: PPC: Book3S: Fix some RCU-list locksQian Cai2020-05-271-4/+14
| | * | | KVM: PPC: Book3S HV: Ignore kmemleak false positivesQian Cai2020-05-271-2/+14
| | * | | KVM: PPC: Clean up redundant 'kvm_run' parametersTianjia Zhang2020-05-2719-217/+212
| | * | | KVM: PPC: Remove redundant kvm_run from vcpu_archTianjia Zhang2020-05-273-7/+3
| | * | | KVM: PPC: Book3S HV: Read ibm,secure-memory nodesLaurent Dufour2020-05-271-0/+14
| | * | | KVM: PPC: Book3S HV: Remove redundant NULL checkChen Zhou2020-05-271-2/+1
| * | | | KVM: x86: minor code refactor and comments fixup around dirty loggingAnthony Yznaga2020-06-041-55/+49
| * | | | KVM: x86: avoid unnecessary rmap walks when creating/moving slotsAnthony Yznaga2020-06-041-1/+1
| * | | | KVM: x86: remove unnecessary rmap walk of read-only memslotsAnthony Yznaga2020-06-041-4/+2
| * | | | KVM: Use vmemdup_user()Denis Efremov2020-06-042-21/+15
| * | | | x86/kvm: Remove defunct KVM_DEBUG_FS KconfigSean Christopherson2020-06-042-9/+0
| * | | | KVM: MIPS: Enable KVM support for Loongson-3Huacai Chen2020-06-043-1/+3