aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner1-2/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-23Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-45/+108
2016-12-22Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-4/+1792
2016-12-21x86/microcode/AMD: Reload proper initrd start addressBorislav Petkov1-7/+5
2016-12-20x86/hyperv: Handle unknown NMIs on one CPU when unknown_nmi_panicVitaly Kuznetsov1-0/+24
2016-12-19x86/microcode/intel: Replace sync_core() with native_cpuid()Andy Lutomirski1-3/+23
2016-12-19x86/cpu: Probe CPUID leaf 6 even when cpuid_level == 6Andy Lutomirski1-3/+4
2016-12-19x86/microcode/AMD: Use native_cpuid() in load_ucode_amd_bsp()Boris Ostrovsky1-1/+5
2016-12-19x86/microcode/AMD: Do not load when running on a hypervisorBorislav Petkov1-9/+19
2016-12-19x86/microcode/AMD: Sanitize apply_microcode_early_amd()Borislav Petkov1-13/+17
2016-12-19x86/microcode/AMD: Make find_proper_container() sane againBorislav Petkov1-9/+11
2016-12-18Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-16/+8
2016-12-13Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2016-12-13Merge tag 'driver-core-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-0/+2
2016-12-13x86/smpboot: Make logical package management more robustThomas Gleixner1-16/+8
2016-12-12Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-151/+117
2016-12-12Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-16/+70
2016-12-12Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-905/+626
2016-12-12Merge branch 'x86-idle-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-12/+13
2016-12-12Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-105/+42
2016-12-12Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-19/+38
2016-12-12Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-38/+349
2016-12-09x86: Remove empty idle.h headerThomas Gleixner4-4/+0
2016-12-09x86/amd: Simplify AMD E400 aware idle routineBorislav Petkov1-1/+0
2016-12-09x86/bugs: Separate AMD E400 erratum and C1E bugThomas Gleixner1-7/+13
2016-12-09x86/intel_rdt: Implement show_options() for resctrlfsShaohua Li1-2/+10
2016-12-02x86/intel_rdt: Call intel_rdt_sched_in() with preemption disabledFenghua Yu1-0/+2
2016-11-28x86/intel_rdt: Update task closid immediately on CPU in rmdir and unmountFenghua Yu1-30/+83
2016-11-28x86/intel_rdt: Fix setting of closid when adding CPUs to a groupFenghua Yu1-1/+1
2016-11-23x86/mce: Include the PPIN in MCE records when availableTony Luck2-0/+41
2016-11-22x86/mce/therm_throt: Move hotplug callbacks to onlineThomas Gleixner1-5/+8
2016-11-22x86/mce/therm_throt: Convert to hotplug state machineSebastian Andrzej Siewior1-42/+13
2016-11-22x86/mce/AMD: Add system physical address translation for AMD Fam17hYazen Ghannam1-0/+200
2016-11-21x86/MCE/AMD: Fix thinko about thresholding_enBorislav Petkov1-2/+3
2016-11-16Merge branch 'x86/cpufeature' into x86/cacheThomas Gleixner2-23/+42
2016-11-16x86/cpuid: Provide get_scattered_cpuid_leaf()He Chen1-12/+37
2016-11-16x86/cpuid: Cleanup cpuid_regs definitionsHe Chen1-17/+11
2016-11-16x86/mce/AMD: Reset Threshold Limit after logging errorYazen Ghannam1-0/+6
2016-11-16x86/mcheck: Move CPU_DEAD to hotplug state machineSebastian Andrzej Siewior1-27/+15
2016-11-16x86/mcheck: Move CPU_ONLINE and CPU_DOWN_PREPARE to hotplug state machineSebastian Andrzej Siewior1-42/+36
2016-11-16x86/mcheck: Reorganize the hotplug callbacksSebastian Andrzej Siewior1-16/+20
2016-11-16x86/mcheck: Split threshold_cpu_callback into two callbacksSebastian Andrzej Siewior2-29/+23
2016-11-16x86/mcheck: Be prepared for a rollback back to the ONLINE stateSebastian Andrzej Siewior2-0/+8
2016-11-16x86/mcheck: Explicit cleanup on failure in mce_amdSebastian Andrzej Siewior1-2/+5
2016-11-16x86/mcheck: Move threshold_create_device()Sebastian Andrzej Siewior1-25/+25
2016-11-15x86/intel_rdt: Update percpu closid immeditately on CPUs affected by changeeFenghua Yu1-36/+36
2016-11-15x86/intel_rdt: Reset per cpu closids on unmountFenghua Yu1-0/+16
2016-11-15x86/intel_rdt: Prevent deadlock against hotplug lockThomas Gleixner1-5/+3
2016-11-15x86/intel_rdt: Protect info directory from removalFenghua Yu1-4/+20