summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2016-12-131-1/+1
|\
| * Merge branch 'for-4.9' into for-4.10Tejun Heo2016-10-191-1/+1
| |\
| | * mce, workqueue: remove keventd_up() usageTejun Heo2016-09-171-1/+1
* | | Merge tag 'driver-core-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-12-131-0/+2
|\ \ \
| * | | drivers: base: cacheinfo: fix x86 with CONFIG_OF enabledSudeep Holla2016-11-101-0/+2
* | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-123-151/+117
|\ \ \ \
| * | | | x86/mce/therm_throt: Move hotplug callbacks to onlineThomas Gleixner2016-11-221-5/+8
| * | | | x86/mce/therm_throt: Convert to hotplug state machineSebastian Andrzej Siewior2016-11-221-42/+13
| * | | | x86/MCE/AMD: Fix thinko about thresholding_enBorislav Petkov2016-11-211-2/+3
| * | | | x86/mcheck: Move CPU_DEAD to hotplug state machineSebastian Andrzej Siewior2016-11-161-27/+15
| * | | | x86/mcheck: Move CPU_ONLINE and CPU_DOWN_PREPARE to hotplug state machineSebastian Andrzej Siewior2016-11-161-42/+36
| * | | | x86/mcheck: Reorganize the hotplug callbacksSebastian Andrzej Siewior2016-11-161-16/+20
| * | | | x86/mcheck: Split threshold_cpu_callback into two callbacksSebastian Andrzej Siewior2016-11-162-29/+23
| * | | | x86/mcheck: Be prepared for a rollback back to the ONLINE stateSebastian Andrzej Siewior2016-11-162-0/+8
| * | | | x86/mcheck: Explicit cleanup on failure in mce_amdSebastian Andrzej Siewior2016-11-161-2/+5
| * | | | x86/mcheck: Move threshold_create_device()Sebastian Andrzej Siewior2016-11-161-25/+25
| |/ / /
* | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-12-121-16/+70
|\ \ \ \
| * | | | x86/vmware: Add paravirt sched clockAlexey Makhalov2016-10-301-0/+42
| * | | | x86/vmware: Add basic paravirt ops supportAlexey Makhalov2016-10-301-0/+12
| * | | | x86/vmware: Use tsc_khz value for calibrate_cpu()Alexey Makhalov2016-10-301-0/+1
| * | | | x86/vmware: Read tsc_khz only once at boot timeAlexey Makhalov2016-10-211-19/+18
| | |/ / | |/| |
* | | | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2016-12-126-905/+626
|\ \ \ \
| * | | | x86/microcode: Bump driver version, update copyrightsBorislav Petkov2016-10-252-3/+4
| * | | | x86/microcode: Rework microcode loadingBorislav Petkov2016-10-253-697/+445
| * | | | x86/microcode/intel: Remove intel_lib.cBorislav Petkov2016-10-253-186/+154
| * | | | x86/microcode/amd: Move private inlines to .c and mark local functions staticBorislav Petkov2016-10-251-16/+37
| * | | | x86/microcode: Collect CPU info on resumeBorislav Petkov2016-10-251-0/+3
| * | | | x86/microcode: Issue the debug printk on resume only on successBorislav Petkov2016-10-251-2/+2
| * | | | x86/microcode/amd: Hand down the CPU familyBorislav Petkov2016-10-252-5/+5
| * | | | x86/microcode: Export the microcode cache linked listBorislav Petkov2016-10-252-16/+9
| * | | | x86/microcode/intel: Simplify generic_load_microcode()Borislav Petkov2016-10-251-9/+5
| * | | | x86/microcode: Move driver authors to CREDITSBorislav Petkov2016-10-251-2/+1
| * | | | x86/microcode: Run the AP-loading routine only on the application processorsBorislav Petkov2016-10-252-10/+2
* | | | | Merge branch 'x86-idle-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-12-126-12/+13
|\ \ \ \ \
| * | | | | x86: Remove empty idle.h headerThomas Gleixner2016-12-094-4/+0
| * | | | | x86/amd: Simplify AMD E400 aware idle routineBorislav Petkov2016-12-091-1/+0
| * | | | | x86/bugs: Separate AMD E400 erratum and C1E bugThomas Gleixner2016-12-091-7/+13
| | |_|/ / | |/| | |
* | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-12-125-105/+42
|\ \ \ \ \
| * | | | | x86/cpu/AMD: Clean up cpu_llc_id assignment per topology featureYazen Ghannam2016-11-091-12/+19
| * | | | | Merge branch 'x86/urgent' into x86/cpu, to pick up dependent fixIngo Molnar2016-11-092-6/+2
| |\ \ \ \ \
| * | | | | | x86/cpu: Get rid of the show_msr= boot optionBorislav Petkov2016-10-251-53/+0
| * | | | | | x86/cpu: Merge bugs.c and bugs_64.cBorislav Petkov2016-10-253-40/+23
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-12-121-19/+38
|\ \ \ \ \ \
| * | | | | | x86/cpuid: Provide get_scattered_cpuid_leaf()He Chen2016-11-161-12/+37
| * | | | | | x86/cpuid: Cleanup cpuid_regs definitionsHe Chen2016-11-161-17/+11
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-12-124-38/+349
|\ \ \ \ \ \
| * | | | | | x86/mce: Include the PPIN in MCE records when availableTony Luck2016-11-232-0/+41
| * | | | | | x86/mce/AMD: Add system physical address translation for AMD Fam17hYazen Ghannam2016-11-221-0/+200
| * | | | | | x86/mce/AMD: Reset Threshold Limit after logging errorYazen Ghannam2016-11-161-0/+6
| * | | | | | x86/MCE: Correct TSC timestamping of error recordsBorislav Petkov2016-11-112-8/+12
OpenPOWER on IntegriCloud