summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | KVM: MIPS: Add more MMIO load/store instructions emulationHuacai Chen2020-06-041-10/+470
* | | KVM: MIPS: Add CONFIG6 and DIAG registers emulationHuacai Chen2020-06-044-1/+113
* | | KVM: MIPS: Add CPUCFG emulation for Loongson-3Huacai Chen2020-06-044-0/+92
* | | KVM: MIPS: Add Loongson-3 Virtual IPI interrupt supportHuacai Chen2020-06-045-1/+277
* | | KVM: MIPS: Add more types of virtual interruptsHuacai Chen2020-06-044-133/+67
* | | KVM: MIPS: Let indexed cacheops cause guest exit on Loongson-3Huacai Chen2020-06-041-2/+6
* | | KVM: MIPS: Use root tlb to control guest's CCA for Loongson-3Huacai Chen2020-06-041-0/+6
* | | KVM: MIPS: Introduce and use cpu_guest_has_ldpteHuacai Chen2020-06-043-14/+19
* | | KVM: MIPS: Use lddir/ldpte instructions to lookup gpa_mm.pgdHuacai Chen2020-06-041-1/+18
* | | KVM: MIPS: Add EVENTFD support which is needed by VHOSTHuacai Chen2020-06-044-1/+8
* | | KVM: MIPS: Increase KVM_MAX_VCPUS and KVM_USER_MEM_SLOTS to 16Huacai Chen2020-06-041-2/+2
* | | KVM: MIPS: Fix VPN2_MASK definition for variable cpu_vmbitsXing Li2020-06-041-0/+4
* | | KVM: MIPS: Define KVM_ENTRYHI_ASID to cpu_asid_mask(&boot_cpu_data)Xing Li2020-06-041-1/+1
* | | KVM: x86: Move MPK feature detection to common codeBabu Moger2020-06-042-5/+8
* | | KVM: x86: Assign correct value to array.maxnentXiaoyao Li2020-06-041-2/+3
* | | KVM: VMX: Always treat MSR_IA32_PERF_CAPABILITIES as a valid PMU MSRSean Christopherson2020-06-041-1/+1
* | | KVM: let kvm_destroy_vm_debugfs clean up vCPU debugfs directoriesPaolo Bonzini2020-06-044-16/+10
* | | atomisp: avoid warning about unused functionLinus Torvalds2020-06-031-6/+4
* | | Merge tag 'media/v5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2020-06-032181-106012/+260633
|\ \ \
| * | | media: Documentation: media: Refer to mbus format documentation from CSI-2 docsSakari Ailus2020-05-251-0/+6
| * | | media: s5k5baf: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-251-1/+1