summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'docs-4.10' of git://git.lwn.net/linuxLinus Torvalds2016-12-121-1/+1
|\
| * Merge tag 'v4.9-rc4' into soundJonathan Corbet2016-11-1843-132/+181
| |\
| * | docs: fix locations of several documents that got movedMauro Carvalho Chehab2016-10-241-1/+1
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-12-122-1/+25
|\ \ \
| * | | x86/ldt: use vfree_atomic() to free ldt entriesAndrey Ryabinin2016-12-121-1/+1
| * | | mm: remove x86-only restriction of movable_nodeReza Arbab2016-12-121-0/+24
* | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-121-0/+9
|\ \ \ \
| * | | | timekeeping: Ignore the bogus sleep time if pm_trace is enabledChen Yu2016-11-291-0/+9
* | | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-128-336/+186
|\ \ \ \ \
| * | | | | x86/pci/amd-bus: Convert to hotplug state machineSebastian Andrzej Siewior2016-11-221-27/+7
| * | | | | x86/oprofile/nmi: Convert to hotplug state machineSebastian Andrzej Siewior2016-11-221-43/+18
| * | | | | x86/oprofile/nmi: Remove superfluous smp_function_call_single()Anna-Maria Gleixner2016-11-221-10/+12
| * | | | | x86/msr: Convert to hotplug state machineSebastian Andrzej Siewior2016-11-221-54/+15
| * | | | | x86/cpuid: Move the hotplug callbacks to onlineThomas Gleixner2016-11-221-5/+6
| * | | | | x86/cpuid: Convert to hotplug state machineSebastian Andrzej Siewior2016-11-221-53/+11
| * | | | | 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-163-31/+28
| * | | | | 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-122-17/+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/platform/intel-mid: Unexport intel_mid_pci_set_power_state()Lukas Wunner2016-10-251-1/+0
| * | | | | 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-129-940/+643
|\ \ \ \ \ \
| * | | | | | x86/microcode: Bump driver version, update copyrightsBorislav Petkov2016-10-252-3/+4
| * | | | | | x86/microcode: Rework microcode loadingBorislav Petkov2016-10-254-697/+446
| * | | | | | x86/microcode/intel: Remove intel_lib.cBorislav Petkov2016-10-254-190/+154
| * | | | | | x86/microcode/amd: Move private inlines to .c and mark local functions staticBorislav Petkov2016-10-252-37/+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-253-9/+10
| * | | | | | x86/microcode: Export the microcode cache linked listBorislav Petkov2016-10-253-16/+18
| * | | | | | x86/microcode: Remove one #ifdef clauseBorislav Petkov2016-10-251-6/+2
| * | | | | | 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-1223-161/+70
|\ \ \ \ \ \ \
| * | | | | | | x86: Remove empty idle.h headerThomas Gleixner2016-12-0916-21/+0
| * | | | | | | x86/amd: Simplify AMD E400 aware idle routineBorislav Petkov2016-12-096-54/+30
| * | | | | | | x86/amd: Check for the C1E bug post ACPI subsystem initThomas Gleixner2016-12-091-0/+23
| * | | | | | | x86/bugs: Separate AMD E400 erratum and C1E bugThomas Gleixner2016-12-093-9/+16
| * | | | | | | x86/cpufeature: Provide helper to set bugs bitsBorislav Petkov2016-12-091-0/+1