summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu
Commit message (Expand)AuthorAgeFilesLines
* x86/mce/AMD: Make the init code more robustThomas Gleixner2016-12-261-0/+3
* clocksource: Use a plain u64 instead of cycle_tThomas Gleixner2016-12-251-2/+2
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-12-235-45/+108
|\
| * x86/microcode/AMD: Reload proper initrd start addressBorislav Petkov2016-12-211-7/+5
| * x86/hyperv: Handle unknown NMIs on one CPU when unknown_nmi_panicVitaly Kuznetsov2016-12-201-0/+24
| * x86/microcode/intel: Replace sync_core() with native_cpuid()Andy Lutomirski2016-12-191-3/+23
| * x86/cpu: Probe CPUID leaf 6 even when cpuid_level == 6Andy Lutomirski2016-12-191-3/+4
| * x86/microcode/AMD: Use native_cpuid() in load_ucode_amd_bsp()Boris Ostrovsky2016-12-191-1/+5
| * x86/microcode/AMD: Do not load when running on a hypervisorBorislav Petkov2016-12-191-9/+19
| * x86/microcode/AMD: Sanitize apply_microcode_early_amd()Borislav Petkov2016-12-191-13/+17
| * x86/microcode/AMD: Make find_proper_container() sane againBorislav Petkov2016-12-191-9/+11
* | Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-12-226-4/+1792
|\ \ | |/ |/|
| * x86/intel_rdt: Implement show_options() for resctrlfsShaohua Li2016-12-091-2/+10
| * x86/intel_rdt: Call intel_rdt_sched_in() with preemption disabledFenghua Yu2016-12-021-0/+2
| * x86/intel_rdt: Update task closid immediately on CPU in rmdir and unmountFenghua Yu2016-11-281-30/+83
| * x86/intel_rdt: Fix setting of closid when adding CPUs to a groupFenghua Yu2016-11-281-1/+1
| * Merge branch 'x86/cpufeature' into x86/cacheThomas Gleixner2016-11-162-23/+42
| |\
| * | x86/intel_rdt: Update percpu closid immeditately on CPUs affected by changeeFenghua Yu2016-11-151-36/+36
| * | x86/intel_rdt: Reset per cpu closids on unmountFenghua Yu2016-11-151-0/+16
| * | x86/intel_rdt: Prevent deadlock against hotplug lockThomas Gleixner2016-11-151-5/+3
| * | x86/intel_rdt: Protect info directory from removalFenghua Yu2016-11-151-4/+20
| * | x86/intel_rdt: Export the minimum number of set mask bits in sysfsShaohua Li2016-11-071-0/+16
| * | x86/intel_rdt: Propagate error in rdt_mount() properlyShaohua Li2016-11-071-1/+3
| * | x86/intel_rdt: Add scheduler hookFenghua Yu2016-10-302-1/+3
| * | x86/intel_rdt: Add schemata fileTony Luck2016-10-303-1/+253
| * | x86/intel_rdt: Add tasks filesFenghua Yu2016-10-301-0/+180
| * | x86/intel_rdt: Add cpus fileTony Luck2016-10-302-5/+149
| * | x86/intel_rdt: Add mkdir to resctrl file systemFenghua Yu2016-10-301-0/+231
| * | x86/intel_rdt: Add "info" files to resctrl file systemFenghua Yu2016-10-301-0/+185
| * | x86/intel_rdt: Add basic resctrl filesystem supportFenghua Yu2016-10-303-2/+279
| * | x86/intel_rdt: Build structures for each resource based on cache topologyTony Luck2016-10-301-0/+189
| * | x86/intel_rdt: Pick up L3/L2 RDT parameters from CPUIDFenghua Yu2016-10-261-7/+104
| * | x86/intel_rdt: Add Haswell feature discoveryFenghua Yu2016-10-261-4/+45
| * | x86/intel_rdt: Add CONFIG, Makefile, and basic initializationFenghua Yu2016-10-262-0/+56
| * | x86/cpufeature: Add RDT CPUID feature bitsFenghua Yu2016-10-261-0/+3
| * | x86/intel_cacheinfo: Enable cache id in cache infoFenghua Yu2016-10-261-0/+20
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-12-181-16/+8
|\ \ \
| * | | x86/smpboot: Make logical package management more robustThomas Gleixner2016-12-131-16/+8
* | | | 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