summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | x86/mce/AMD: Set MCAX Enable bitAravind Gopalakrishnan2016-02-011-0/+14
| * | | x86/mce/AMD: Carve out threshold block preparationBorislav Petkov2016-02-011-38/+49
| * | | x86/mce/AMD: Fix LVT offset configuration for thresholdingAravind Gopalakrishnan2016-02-011-1/+26
| * | | x86/mce/AMD: Reduce number of blocks scanned per bankAravind Gopalakrishnan2016-02-011-1/+1
| * | | x86/mce/AMD: Do not perform shared bank check for future processorsAravind Gopalakrishnan2016-02-011-0/+7
| * | | x86/mce: Fix order of AMD MCE init function callAravind Gopalakrishnan2016-02-011-1/+1
| |/ /
* | | x86/topology: Create logical package idThomas Gleixner2016-02-292-0/+15
* | | perf/x86: Move perf_event.h to its new homeBorislav Petkov2016-02-171-955/+0
* | | perf/x86: Move perf_event_msr.c .............. => x86/events/msr.cBorislav Petkov2016-02-172-247/+0