summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2018-02-06Merge branch 'linus' into sched/urgent, to resolve conflictsIngo Molnar27-146/+209
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-04Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+8
2018-02-03x86/speculation: Fix typo IBRS_ATT, which should be IBRS_ALLDarren Kenny1-1/+1
2018-02-02Merge tag 'drm-for-v4.16' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-0/+25
2018-02-02Merge 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ář60-373/+1912
2018-02-01platform/x86: intel_pmc_core: Remove unused header fileRajneesh Bhardwaj1-27/+0
2018-02-01Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-1/+51
2018-02-01x86/mm: provide pmdp_establish() helperKirill A. Shutemov2-1/+51
2018-02-01Merge 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-31Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-1/+1
2018-01-31x86/irq: Count Hyper-V reenlightenment interruptsVitaly Kuznetsov1-0/+3
2018-01-31x86/hyperv: Reenlightenment notifications supportVitaly Kuznetsov3-1/+42
2018-01-31x86/hyperv: Add a function to read both TSC and TSC page value simulateneouslyVitaly Kuznetsov1-4/+19
2018-01-31Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-88/+4
2018-01-31x86/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
2018-01-30Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+2
2018-01-30Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+4
2018-01-30x86/asm: Move 'status' from thread_struct to thread_infoAndy Lutomirski3-6/+5
2018-01-30x86/mm: Fix overlap of i386 CPU_ENTRY_AREA with FIX_BTMAPWilliam Grant2-4/+7
2018-01-30Merge tag 'v4.15' into x86/pti, to be able to merge dependent changesIngo Molnar58-523/+716
2018-01-30Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds8-76/+61
2018-01-30Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+5
2018-01-30Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds8-107/+721
2018-01-30Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2018-01-29Merge tag 'acpi-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-1/+1
2018-01-29Merge tag 'init_task-20180117' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+0
2018-01-28Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+0
2018-01-27x86/speculation: Simplify indirect_branch_prediction_barrier()Borislav Petkov2-9/+7
2018-01-27x86/retpoline: Simplify vmexit_fill_RSB()Borislav Petkov2-63/+10
2018-01-27x86/cpufeatures: Clean up Spectre v2 related CPUID flagsDavid Woodhouse2-10/+10
2018-01-26x86/nospec: Fix header guards namesBorislav Petkov1-3/+3
2018-01-26x86/speculation: Add basic IBPB (Indirect Branch Prediction Barrier) supportDavid Woodhouse2-0/+15
2018-01-26x86/msr: Add definitions for new speculation control MSRsDavid Woodhouse1-0/+12
2018-01-26x86/cpufeatures: Add AMD feature bits for Speculation ControlDavid Woodhouse1-0/+3
2018-01-26x86/cpufeatures: Add Intel feature bits for Speculation ControlDavid Woodhouse1-0/+3
2018-01-26x86/cpufeatures: Add CPUID_7_EDX CPUID leafDavid Woodhouse4-7/+14
2018-01-24x86/retpoline: Remove the esp/rsp thunkWaiman Long1-1/+0