summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-03-1528-505/+543
|\
| * x86/cpufeature: Enable new AVX-512 featuresFenghua Yu2016-03-121-0/+3
| * x86/entry: Call enter_from_user_mode() with IRQs offAndy Lutomirski2016-03-101-1/+4
| * x86/entry: Remove TIF_SINGLESTEP entry workAndy Lutomirski2016-03-101-1/+1
| * x86/entry/32: Add and check a stack canary for the SYSENTER stackAndy Lutomirski2016-03-101-1/+2
| * x86/entry: Only allocate space for tss_struct::SYSENTER_stack if neededAndy Lutomirski2016-03-101-0/+2
| * x86/entry: Vastly simplify SYSENTER TF (single-step) handlingAndy Lutomirski2016-03-101-2/+13
| * x86/entry/32: Introduce and use X86_BUG_ESPFIX instead of paravirt_enabledAndy Lutomirski2016-03-081-0/+8
| * Merge tag 'v4.5-rc7' into x86/asm, to pick up SMAP fixIngo Molnar2016-03-074-3/+31
| |\
| * | x86/cpufeature: Create a new synthetic cpu capability for machine check recoveryTony Luck2016-02-182-0/+2
| * | Merge branch 'x86/urgent' into x86/asm, to pick up fixesIngo Molnar2016-02-183-7/+6
| |\ \
| * | | x86/msr: Document msr-index.h rule for additionBorislav Petkov2016-02-171-1/+6
| * | | x86/signal/64: Re-add support for SS in the 64-bit signal contextAndy Lutomirski2016-02-173-8/+53
| * | | x86/signal/64: Fix SS if needed when delivering a 64-bit signalAndy Lutomirski2016-02-171-0/+23
| * | | x86/signal/64: Add a comment about sigcontext->fs and gsAndy Lutomirski2016-02-171-0/+25
| * | | x86/cpufeature: Speed up cpu_feature_enabled()Borislav Petkov2016-02-161-2/+1
| * | | x86/asm/bitops: Force inlining of test_and_set_bit and friendsDenys Vlasenko2016-02-091-18/+18
| * | | x86/alternatives: Discard dynamic check after initBrian Gerst2016-01-301-7/+12
| * | | x86/cpufeature: Get rid of the non-asm goto variantBorislav Petkov2016-01-301-44/+5
| * | | x86/cpufeature: Replace the old static_cpu_has() with safe variantBorislav Petkov2016-01-302-100/+14
| * | | x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov2016-01-3015-297/+301
| * | | Merge branch 'x86/cpu' into x86/asm, to avoid conflictIngo Molnar2016-01-301-0/+1
| |\ \ \
| | * | | x86/cpufeature: Add AMD AVIC bitBorislav Petkov2016-01-191-0/+1
| * | | | Merge tag 'v4.5-rc1' into x86/asm, to refresh the branch before merging new c...Ingo Molnar2016-01-2919-153/+641
| |\ \ \ \
| * | | | | x86/asm: Add C versions of frame pointer macrosJosh Poimboeuf2016-01-191-3/+13
| * | | | | x86/asm: Clean up frame pointer macrosJosh Poimboeuf2016-01-191-16/+27
| * | | | | x86/vdso: Disallow vvar access to vclock IO for never-used vclocksAndy Lutomirski2016-01-122-4/+11
| * | | | | x86/vdso: Use .fault for the vDSO text mappingAndy Lutomirski2016-01-121-3/+0
| * | | | | x86/vdso: Track each mm's loaded vDSO image as well as its baseAndy Lutomirski2016-01-121-1/+2
* | | | | | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-145-34/+130
|\ \ \ \ \ \
| * | | | | | x86/mm, x86/mce: Add memcpy_mcsafe()Tony Luck2016-03-081-0/+13
| * | | | | | x86/mce/AMD: Document some functionalityAravind Gopalakrishnan2016-03-081-9/+17
| * | | | | | x86/mce: Clarify comments regarding deferred errorAravind Gopalakrishnan2016-03-081-1/+1
| * | | | | | x86/mce/AMD: Fix logic to obtain block addressAravind Gopalakrishnan2016-03-081-0/+4
| * | | | | | x86/mce/AMD, EDAC: Enable error decoding of Scalable MCA errorsAravind Gopalakrishnan2016-03-081-0/+59
| * | | | | | x86/mce: Move MCx_CONFIG MSR definitionsAravind Gopalakrishnan2016-03-082-4/+4
| * | | | | | Merge branch 'linus' into ras/core, to pick up fixesIngo Molnar2016-03-084-3/+31
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | x86/mm: Expand the exception table logic to allow new handling optionsTony Luck2016-02-182-24/+32
| * | | | | | Merge tag 'v4.5-rc4' into ras/core, to pick up fixesIngo Molnar2016-02-181-1/+1
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | x86/mce/AMD: Set MCAX Enable bitAravind Gopalakrishnan2016-02-011-0/+4
* | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-03-144-1/+15
|\ \ \ \ \ \ \
| * | | | | | | perf/x86/intel: Add definition for PT PMI bitStephane Eranian2016-03-081-0/+1
| * | | | | | | x86/topology: Create logical package idThomas Gleixner2016-02-292-0/+13
| * | | | | | | Merge tag 'v4.5-rc6' into perf/core, to pick up fixesIngo Molnar2016-02-294-3/+31
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| * | | | | | | Merge branch 'perf/urgent' into perf/core, to queue up dependent patchIngo Molnar2016-02-171-1/+1
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| * | | | | | | x86/cpufeature: Use enum cpuid_leafs instead of magic numbersHuaitong Han2016-02-011-1/+1
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'mm-readonly-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-03-143-14/+1
|\ \ \ \ \ \ \
| * | | | | | | x86/mm: Always enable CONFIG_DEBUG_RODATA and remove the Kconfig optionKees Cook2016-02-223-13/+1
| * | | | | | | asm-generic: Consolidate mark_rodata_ro()Kees Cook2016-02-221-1/+0
* | | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-03-141-8/+7
|\ \ \ \ \ \ \ \