summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-06-131-6/+6
|\
| * treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-6/+6
* | Merge tag 'x86-entry-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-06-133-3/+3
|\ \
| * | x86/entry: Optimize local_db_save() for virtPeter Zijlstra2020-06-111-1/+1
| * | x86/entry: Convert Machine Check to IDTENTRY_ISTThomas Gleixner2020-06-112-2/+2
| |/
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-06-1211-150/+169
|\ \ | |/ |/|
| * KVM: x86: do not pass poisoned hva to __kvm_set_memory_regionPaolo Bonzini2020-06-111-6/+1
| * KVM: async_pf: Inject 'page ready' event only if 'page not present' was previ...Vitaly Kuznetsov2020-06-111-2/+5
| * 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
| * 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-091-2/+1
| * | KVM: x86: Fix APIC page invalidation raceEiichi Tsukata2020-06-081-5/+2
| * | KVM: SVM: fix calls to is_interceptPaolo Bonzini2020-06-082-2/+4
| * | 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: 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-041-10/+7
| * | 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-041-5/+5
* | | Merge branch 'uaccess.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-06-101-1/+1
|\ \ \
| * | | x86: kvm_hv_set_msr(): use __put_user() instead of 32bit __clear_user()Al Viro2020-06-031-1/+1
* | | | mmap locking API: convert mmap_sem call sites missed by coccinelleMichel Lespinasse2020-06-091-4/+4
| |/ / |/| |
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-06-0337-1575/+2716
|\ \ \
| * | | x86/kvm/hyper-v: Add support for synthetic debugger via hypercallsJon Doron2020-06-011-0/+28
| * | | x86/kvm/hyper-v: enable hypercalls regardless of hypercall pageJon Doron2020-06-011-1/+1
| * | | x86/kvm/hyper-v: Add support for synthetic debugger interfaceJon Doron2020-06-014-3/+219
| * | | x86/hyper-v: Add synthetic debugger definitionsJon Doron2020-06-011-0/+27
| * | | KVM: selftests: VMX preemption timer migration testMakarand Sonare2020-06-011-8/+4
| * | | KVM: nVMX: Fix VMX preemption timer migrationPeter Shier2020-06-012-8/+49
| * | | KVM: x86/pmu: Support full width countingLike Xu2020-06-015-5/+65
| * | | KVM: x86/pmu: Tweak kvm_pmu_get_msr to pass 'struct msr_data' inWei Wang2020-06-015-17/+21
| * | | KVM: x86: announce KVM_FEATURE_ASYNC_PF_INTVitaly Kuznetsov2020-06-012-1/+3
| * | | KVM: x86: acknowledgment mechanism for async pf page ready notificationsVitaly Kuznetsov2020-06-011-4/+22
| * | | KVM: x86: interrupt based APF 'page ready' event deliveryVitaly Kuznetsov2020-06-011-26/+67
| * | | KVM: rename kvm_arch_can_inject_async_page_present() to kvm_arch_can_dequeue_...Vitaly Kuznetsov2020-06-011-1/+1
| * | | KVM: x86: extend struct kvm_vcpu_pv_apf_data with token infoVitaly Kuznetsov2020-06-016-12/+22
| * | | Revert "KVM: async_pf: Fix #DF due to inject "Page not Present" and "Page Rea...Vitaly Kuznetsov2020-06-011-22/+1
| * | | KVM: VMX: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-011-1/+1
| * | | KVM: nSVM: implement KVM_GET_NESTED_STATE and KVM_SET_NESTED_STATEPaolo Bonzini2020-06-015-6/+155
| * | | KVM: MMU: pass arbitrary CR0/CR4/EFER to kvm_init_shadow_mmuPaolo Bonzini2020-06-013-7/+14
| * | | KVM: nSVM: leave guest mode when clearing EFER.SVMEPaolo Bonzini2020-06-013-2/+25
| * | | KVM: nSVM: split nested_vmcb_check_controlsPaolo Bonzini2020-06-011-9/+14
| * | | KVM: nSVM: remove HF_HIF_MASKPaolo Bonzini2020-06-012-6/+1