summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm
AgeCommit message (Expand)AuthorFilesLines
2018-03-01KVM: X86: Allow userspace to define the microcode versionWanpeng Li1-0/+1
2018-03-01KVM: x86: Add a framework for supporting MSR-based featuresTom Lendacky1-0/+2
2018-02-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-3/+0
2018-02-24kvm: fix warning for non-x86 buildsSebastian Ott1-3/+0
2018-02-22bpf, x64: implement retpoline for tail callDaniel Borkmann1-0/+37
2018-02-17x86/xen: Calculate __max_logical_packages on PV domainsPrarit Bhargava1-0/+1
2018-02-14Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-43/+40
2018-02-14Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds9-31/+48
2018-02-15x86/cpu: Change type of x86_cache_size variable to unsigned intGustavo A. R. Silva1-1/+1
2018-02-15x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang2-2/+2
2018-02-15x86/mm: Rename flush_tlb_single() and flush_tlb_one() to __flush_tlb_one_[use...Andy Lutomirski4-11/+24
2018-02-15x86/speculation: Add <asm/msr-index.h> dependencyPeter Zijlstra1-0/+1
2018-02-15x86/speculation: Fix up array_index_nospec_mask() asm constraintDan Williams1-1/+1
2018-02-15x86/debug: Use UD2 for WARN()Peter Zijlstra1-9/+6
2018-02-15x86/debug, objtool: Annotate WARN()-related UD2 as reachableJosh Poimboeuf1-1/+5
2018-02-13x86/mm, mm/hwpoison: Don't unconditionally unmap kernel 1:1 pagesTony Luck1-4/+0
2018-02-13Revert "x86/speculation: Simplify indirect_branch_prediction_barrier()"David Woodhouse2-7/+9
2018-02-11Merge branch 'linus' into x86/urgent, to pick up dependent commitsIngo Molnar30-176/+256
2018-02-10Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds8-8/+64
2018-02-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-4/+8
2018-02-06Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+28
2018-02-06kasan: clean up KASAN_SHADOW_SCALE_SHIFT usageAndrey Konovalov1-4/+8
2018-02-06Merge tag 'platform-drivers-x86-v4.16-1' of git://git.infradead.org/linux-pla...Linus Torvalds3-27/+12
2018-02-06Merge branch 'linus' into sched/urgent, to resolve conflictsIngo Molnar25-145/+208
2018-02-06x86/cpufeature: Update _static_cpu_has() to use all named variablesPeter Zijlstra1-4/+5
2018-02-06x86/cpufeature: Reindent _static_cpu_has()Peter Zijlstra1-39/+39
2018-02-05lockin/x86: Implement sync_core_before_usermode()Mathieu Desnoyers1-0/+28
2018-02-04Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds12-25/+65
2018-02-04x86/cpu: Add Cannonlake to Intel familyRajneesh Bhardwaj1-0/+6
2018-02-03Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+8
2018-02-02x86/speculation: Fix typo IBRS_ATT, which should be IBRS_ALLDarren Kenny1-1/+1
2018-02-01Merge tag 'drm-for-v4.16' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-0/+25
2018-02-01Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds1-1/+0
2018-02-01Merge tag 'char-misc-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2018-02-01Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Radim Krčmář57-372/+1857
2018-02-01platform/x86: intel_pmc_core: Remove unused header fileRajneesh Bhardwaj1-27/+0
2018-01-31Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-1/+51
2018-01-31x86/mm: provide pmdp_establish() helperKirill A. Shutemov2-1/+51
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds3-0/+20
2018-01-31Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds3-28/+33
2018-01-31kvm: x86: remove efer_reload entry in kvm_vcpu_statLongpeng(Mike)1-1/+0
2018-01-30x86/irq: Count Hyper-V reenlightenment interruptsVitaly Kuznetsov1-0/+3
2018-01-30x86/hyperv: Reenlightenment notifications supportVitaly Kuznetsov2-1/+15
2018-01-30x86/hyperv: Add a function to read both TSC and TSC page value simulateneouslyVitaly Kuznetsov1-4/+19
2018-01-30Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-88/+4
2018-01-30x86/speculation: Use Indirect Branch Prediction Barrier in context switchTim Chen1-0/+2
2018-01-30x86/uaccess: Use __uaccess_begin_nospec() and uaccess_try_nospecDan Williams3-12/+12
2018-01-30x86: Introduce __uaccess_begin_nospec() and uaccess_try_nospecDan Williams1-0/+9
2018-01-30x86: Introduce barrier_nospecDan Williams2-2/+5
2018-01-30x86: Implement array_index_mask_nospecDan Williams1-0/+24