summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu
Commit message (Expand)AuthorAgeFilesLines
* kernel: add kcov code coverageDmitry Vyukov2016-03-221-0/+4
* Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-201-0/+44
|\
| * x86/mm/pkeys: Actually enable Memory Protection Keys in the CPUDave Hansen2016-02-181-0/+43
| * x86/cpufeature, x86/mm/pkeys: Add protection keys related CPUID definitionsDave Hansen2016-02-161-0/+1
| *-. Merge branches 'x86/fpu', 'x86/mm' and 'x86/asm' into x86/pkeysIngo Molnar2016-02-1610-24/+27
| |\ \
* | \ \ Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-03-201-1/+4
|\ \ \ \
| * \ \ \ Merge branch 'ras/core' into core/objtool, to pick up the new exception table...Ingo Molnar2016-02-253-64/+141
| |\ \ \ \
| * \ \ \ \ Merge branch 'x86/debug' into core/objtool, to pick up frame pointer fixesIngo Molnar2016-02-2512-25/+28
| |\ \ \ \ \
| | * | | | | x86/amd: Set ELF function type for vide()Josh Poimboeuf2016-02-241-1/+4
* | | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-03-151-0/+16
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | x86/mm: Add a 'noinvpcid' boot option to turn off INVPCIDAndy Lutomirski2016-02-091-0/+16
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2016-03-154-189/+188
|\ \ \ \ \ \
| * | | | | | x86/microcode/intel: Drop orig_sum from ext signature checksumBorislav Petkov2016-03-081-3/+3
| * | | | | | x86/microcode/intel: Improve microcode sanity-checking error messagesBorislav Petkov2016-03-081-10/+26
| * | | | | | x86/microcode/intel: Merge two consecutive if-statementsBorislav Petkov2016-03-081-5/+5
| * | | | | | x86/microcode/intel: Get rid of DWSIZEBorislav Petkov2016-03-081-2/+2
| * | | | | | x86/microcode/intel: Change checksum variables to u32Chris Bainbridge2016-03-081-4/+4
| * | | | | | x86/microcode: Use kmemdup() rather than duplicating its implementationAndrzej Hajda2016-02-172-6/+2
| * | | | | | x86/microcode: Remove unnecessary paravirt_enabled checkBoris Ostrovsky2016-02-171-1/+1
| * | | | | | x86/microcode/AMD: Issue microcode updated message laterBorislav Petkov2016-02-091-4/+4
| * | | | | | x86/microcode/intel: Cleanup get_matching_model_microcode()Borislav Petkov2016-02-091-14/+11
| * | | | | | x86/microcode/intel: Remove unused arg of get_matching_model_microcode()Borislav Petkov2016-02-091-2/+2
| * | | | | | x86/microcode/intel: Rename mc_saved_in_initrdBorislav Petkov2016-02-091-24/+28
| * | | | | | x86/microcode/intel: Use *wrmsrl variantsBorislav Petkov2016-02-091-9/+5
| * | | | | | x86/microcode/intel: Cleanup apply_microcode_intel()Borislav Petkov2016-02-091-5/+7
| * | | | | | x86/microcode/intel: Move the BUG_ON up and turn it into WARN_ONBorislav Petkov2016-02-091-4/+4
| * | | | | | x86/microcode/intel: Rename mc_intel variable to mcBorislav Petkov2016-02-091-29/+29
| * | | | | | x86/microcode/intel: Rename mc_saved_count to num_savedBorislav Petkov2016-02-091-30/+31
| * | | | | | x86/microcode/intel: Rename local variables of type struct mc_saved_dataBorislav Petkov2016-02-091-31/+27
| * | | | | | x86/microcode/AMD: Drop redundant printk prefixBorislav Petkov2016-02-091-2/+1
| * | | | | | x86/microcode: Issue update message only onceBorislav Petkov2016-02-092-10/+7
| * | | | | | x86/microcode: Remove an unneeded NULL checkDan Carpenter2016-02-091-1/+1
| * | | | | | x86/microcode: Remove redundant __setup() param parsingBorislav Petkov2016-02-091-11/+4
| * | | | | | x86/microcode/intel: Make early loader look for builtin microcode tooBorislav Petkov2016-02-091-8/+16
| * | | | | | x86/microcode: Untangle from BLK_DEV_INITRDBorislav Petkov2016-02-091-10/+4
| |/ / / / /
* | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-03-1511-24/+49
|\ \ \ \ \ \
| * | | | | | x86/entry/32: Introduce and use X86_BUG_ESPFIX instead of paravirt_enabledAndy Lutomirski2016-03-081-0/+25
| * | | | | | Merge tag 'v4.5-rc7' into x86/asm, to pick up SMAP fixIngo Molnar2016-03-071-0/+2
| |\ \ \ \ \ \ | | | |/ / / / | | |/| / / / | | |_|/ / / | |/| | | |
| * | | | | x86/cpufeature: Create a new synthetic cpu capability for machine check recoveryTony Luck2016-02-181-0/+13
| * | | | | Merge branch 'x86/urgent' into x86/asm, to pick up fixesIngo Molnar2016-02-184-4/+27
| |\ \ \ \ \ | | | |/ / / | | |/| | / | | |_|_|/ | |/| | |
| * | | | x86/alternatives: Discard dynamic check after initBrian Gerst2016-01-301-6/+0
| * | | | x86/cpufeature: Replace the old static_cpu_has() with safe variantBorislav Petkov2016-01-301-10/+2
| * | | | x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov2016-01-309-10/+11
* | | | | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-143-98/+227
|\ \ \ \ \
| * | | | | x86/mce/AMD: Document some functionalityAravind Gopalakrishnan2016-03-081-5/+2
| * | | | | x86/mce/AMD: Fix logic to obtain block addressAravind Gopalakrishnan2016-03-081-29/+55
| * | | | | x86/mce/AMD, EDAC: Enable error decoding of Scalable MCA errorsAravind Gopalakrishnan2016-03-081-0/+29
| * | | | | Merge branch 'linus' into ras/core, to pick up fixesIngo Molnar2016-03-081-0/+2
| |\ \ \ \ \ | | | |_|/ / | | |/| | / | | |_|_|/ | |/| | |
| | * | | perf/x86/amd/uncore: Plug reference leakThomas Gleixner2016-02-171-0/+2
| | | |/ | | |/|
| * | | x86/mce: Check for faults tagged in EXTABLE_CLASS_FAULT exception table entriesTony Luck2016-02-182-36/+56
OpenPOWER on IntegriCloud