summaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2020-06-02x86/mm/64: implement arch_sync_kernel_mappings()Joerg Roedel2-0/+7
2020-06-02mm: remove the pgprot argument to __vmallocChristoph Hellwig3-6/+3
2020-06-02mm: enforce that vmap can't map pages executableChristoph Hellwig1-0/+6
2020-06-02x86: fix vmap arguments in map_irq_stackChristoph Hellwig1-1/+1
2020-06-02x86/hyperv: use vmalloc_exec for the hypercall pageChristoph Hellwig2-3/+1
2020-06-02mm: ptdump: expand type of 'val' in note_page()Steven Price1-1/+1
2020-06-02x86: mm: ptdump: calculate effective permissions correctlySteven Price1-13/+20
2020-06-01Merge branch 'from-miklos' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2-0/+2
2020-06-01Merge branch 'work.set_fs-exec' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-4/+34
2020-06-01Merge branch 'uaccess.csum' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-57/+33
2020-06-01Merge tag 'docs-5.8' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2020-06-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds9-26/+4
2020-06-01Merge tag 'x86-vdso-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-21/+14
2020-06-01Merge tag 'x86-platform-2020-06-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-157/+22
2020-06-01Merge tag 'x86-fpu-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds9-131/+336
2020-06-01Merge tag 'x86-cpu-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-74/+57
2020-06-01Merge tag 'x86-cleanups-2020-06-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds17-203/+21
2020-06-01Merge tag 'x86-build-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-8/+11
2020-06-01Merge tag 'x86-boot-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds7-9/+70
2020-06-01Merge tag 'smp-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-3/+3
2020-06-01Merge tag 'efi-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-30/+50
2020-06-01Merge tag 'perf-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds15-20/+723
2020-06-01Merge tag 'objtool-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds19-182/+172
2020-06-01Merge tag 'core-rcu-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-130/+58
2020-06-01Merge tag 'x86_cache_updates_for_5.8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds13-64/+90
2020-06-01Merge tag 'x86_microcode_for_5.8' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-8/+7
2020-06-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds3-3/+0
2020-06-01x86/kvm/hyper-v: Add support for synthetic debugger via hypercallsJon Doron1-0/+28
2020-06-01x86/kvm/hyper-v: enable hypercalls regardless of hypercall pageJon Doron1-1/+1
2020-06-01x86/kvm/hyper-v: Add support for synthetic debugger interfaceJon Doron5-3/+232
2020-06-01x86/hyper-v: Add synthetic debugger definitionsJon Doron2-0/+33
2020-06-01KVM: selftests: VMX preemption timer migration testMakarand Sonare1-8/+4
2020-06-01KVM: nVMX: Fix VMX preemption timer migrationPeter Shier3-8/+52
2020-06-01KVM: x86/pmu: Support full width countingLike Xu6-5/+66
2020-06-01KVM: x86/pmu: Tweak kvm_pmu_get_msr to pass 'struct msr_data' inWei Wang5-17/+21
2020-06-01KVM: x86: announce KVM_FEATURE_ASYNC_PF_INTVitaly Kuznetsov3-1/+4
2020-06-01KVM: x86: acknowledgment mechanism for async pf page ready notificationsVitaly Kuznetsov3-4/+26
2020-06-01KVM: x86: interrupt based APF 'page ready' event deliveryVitaly Kuznetsov3-28/+81
2020-06-01KVM: rename kvm_arch_can_inject_async_page_present() to kvm_arch_can_dequeue_...Vitaly Kuznetsov2-2/+2
2020-06-01KVM: x86: extend struct kvm_vcpu_pv_apf_data with token infoVitaly Kuznetsov10-25/+36
2020-06-01Revert "KVM: async_pf: Fix #DF due to inject "Page not Present" and "Page Rea...Vitaly Kuznetsov1-22/+1
2020-06-01KVM: VMX: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-06-01KVM: nSVM: implement KVM_GET_NESTED_STATE and KVM_SET_NESTED_STATEPaolo Bonzini6-7/+171
2020-06-01KVM: MMU: pass arbitrary CR0/CR4/EFER to kvm_init_shadow_mmuPaolo Bonzini3-7/+14
2020-06-01KVM: nSVM: leave guest mode when clearing EFER.SVMEPaolo Bonzini3-2/+25
2020-06-01KVM: nSVM: split nested_vmcb_check_controlsPaolo Bonzini1-9/+14
2020-06-01KVM: nSVM: remove HF_HIF_MASKPaolo Bonzini3-7/+1
2020-06-01KVM: nSVM: remove HF_VINTR_MASKPaolo Bonzini4-8/+5
2020-06-01KVM: nSVM: synthesize correct EXITINTINFO on vmexitPaolo Bonzini2-14/+49
2020-06-01KVM: SVM: preserve VGIF across VMCB switchPaolo Bonzini1-1/+5