summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2016-03-15Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds28-505/+543
2016-03-14Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-34/+130
2016-03-14Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-1/+15
2016-03-14Merge branch 'mm-readonly-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-14/+1
2016-03-14Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-8/+7
2016-03-12x86/cpufeature: Enable new AVX-512 featuresFenghua Yu1-0/+3
2016-03-10x86/entry: Call enter_from_user_mode() with IRQs offAndy Lutomirski1-1/+4
2016-03-10x86/fpu: Revert ("x86/fpu: Disable AVX when eagerfpu is off")Yu-cheng Yu1-5/+4
2016-03-10x86/entry: Remove TIF_SINGLESTEP entry workAndy Lutomirski1-1/+1
2016-03-10x86/entry/32: Add and check a stack canary for the SYSENTER stackAndy Lutomirski1-1/+2
2016-03-10x86/entry: Only allocate space for tss_struct::SYSENTER_stack if neededAndy Lutomirski1-0/+2
2016-03-10x86/entry: Vastly simplify SYSENTER TF (single-step) handlingAndy Lutomirski1-2/+13
2016-03-08x86/mm, x86/mce: Add memcpy_mcsafe()Tony Luck1-0/+13
2016-03-08x86/entry/32: Introduce and use X86_BUG_ESPFIX instead of paravirt_enabledAndy Lutomirski1-0/+8
2016-03-08perf/x86/intel: Add definition for PT PMI bitStephane Eranian1-0/+1
2016-03-08x86/mce/AMD: Document some functionalityAravind Gopalakrishnan1-9/+17
2016-03-08x86/mce: Clarify comments regarding deferred errorAravind Gopalakrishnan1-1/+1
2016-03-08x86/mce/AMD: Fix logic to obtain block addressAravind Gopalakrishnan1-0/+4
2016-03-08x86/mce/AMD, EDAC: Enable error decoding of Scalable MCA errorsAravind Gopalakrishnan1-0/+59
2016-03-08x86/mce: Move MCx_CONFIG MSR definitionsAravind Gopalakrishnan2-4/+4
2016-03-08Merge branch 'linus' into ras/core, to pick up fixesIngo Molnar4-3/+31
2016-03-07Merge tag 'v4.5-rc7' into x86/asm, to pick up SMAP fixIngo Molnar4-3/+31
2016-02-29Merge tag 'v4.5-rc6' into locking/core, to pick up fixesIngo Molnar5-4/+32
2016-02-29x86/topology: Create logical package idThomas Gleixner2-0/+13
2016-02-29Merge tag 'v4.5-rc6' into perf/core, to pick up fixesIngo Molnar4-3/+31
2016-02-27Merge tag 'pci-v4.5-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+2
2016-02-27Revert "PCI, x86: Implement pcibios_alloc_irq() and pcibios_free_irq()"Bjorn Helgaas1-0/+2
2016-02-23x86: fix SMAP in 32-bit environmentsLinus Torvalds1-0/+26
2016-02-22Merge tag 'for-linus-4.5-rc5-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2016-02-22x86/mm: Always enable CONFIG_DEBUG_RODATA and remove the Kconfig optionKees Cook3-13/+1
2016-02-22asm-generic: Consolidate mark_rodata_ro()Kees Cook1-1/+0
2016-02-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2016-02-18x86/cpufeature: Create a new synthetic cpu capability for machine check recoveryTony Luck2-0/+2
2016-02-18Merge branch 'x86/urgent' into x86/asm, to pick up fixesIngo Molnar3-7/+6
2016-02-18x86/mm: Expand the exception table logic to allow new handling optionsTony Luck2-24/+32
2016-02-18Merge tag 'v4.5-rc4' into ras/core, to pick up fixesIngo Molnar1-1/+1
2016-02-17Merge branch 'perf/urgent' into perf/core, to queue up dependent patchIngo Molnar1-1/+1
2016-02-17x86/msr: Document msr-index.h rule for additionBorislav Petkov1-1/+6
2016-02-17x86/signal/64: Re-add support for SS in the 64-bit signal contextAndy Lutomirski3-8/+53
2016-02-17x86/signal/64: Fix SS if needed when delivering a 64-bit signalAndy Lutomirski1-0/+23
2016-02-17x86/signal/64: Add a comment about sigcontext->fs and gsAndy Lutomirski1-0/+25
2016-02-16x86/cpufeature: Speed up cpu_feature_enabled()Borislav Petkov1-2/+1
2016-02-15xen/pcifront: Report the errors better.Konrad Rzeszutek Wilk1-2/+2
2016-02-09x86/asm/bitops: Force inlining of test_and_set_bit and friendsDenys Vlasenko1-18/+18
2016-02-09Merge tag 'v4.5-rc3' into locking/core, to refresh the treeIngo Molnar2-6/+5
2016-02-05x86: Fix KASAN false positives in thread_saved_pc()Dmitry Vyukov1-1/+1
2016-02-01x86/mce/AMD: Set MCAX Enable bitAravind Gopalakrishnan1-0/+4
2016-02-01x86/cpufeature: Use enum cpuid_leafs instead of magic numbersHuaitong Han1-1/+1
2016-01-31Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-6/+5
2016-01-30x86/alternatives: Discard dynamic check after initBrian Gerst1-7/+12