aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2016-11-18x86/dumpstack: Prevent KASAN false positive warningsJosh Poimboeuf1-1/+1
2016-11-18x86/unwind: Prevent KASAN false positive warnings in guess unwinderJosh Poimboeuf1-2/+6
2016-11-17Merge branch 'x86/cpufeature' into x86/asm, to pick up dependencyIngo Molnar4-24/+44
2016-11-17x86/dumpstack: Handle NULL stack pointer in show_trace_log_lvl()Josh Poimboeuf1-0/+1
2016-11-17x86/boot: Avoid warning for zero-filling .bssArnd Bergmann1-3/+6
2016-11-17x86/cpufeatures: Enable new AVX512 cpu featuresGayatri Kammela1-0/+2
2016-11-16x86/amd_nb: Add SMN and Indirect Data Fabric access for AMD Fam17hYazen Ghannam1-2/+106
2016-11-16x86/amd_nb: Add Fam17h Data Fabric as "Northbridge"Yazen Ghannam1-0/+5
2016-11-16x86/amd_nb: Make all exports EXPORT_SYMBOL_GPLYazen Ghannam1-11/+13
2016-11-16x86/amd_nb: Make amd_northbridges internal to amd_nb.cYazen Ghannam1-8/+25
2016-11-16Merge branch 'x86/cpufeature' into x86/cacheThomas Gleixner9-33/+64
2016-11-16x86/cpuid: Provide get_scattered_cpuid_leaf()He Chen1-12/+37
2016-11-16x86/cpuid: Cleanup cpuid_regs definitionsHe Chen2-21/+11
2016-11-16Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar3-8/+35
2016-11-16x86/mce/AMD: Reset Threshold Limit after logging errorYazen Ghannam1-0/+6
2016-11-16x86/sysfb: Fix lfb_size calculationDavid Herrmann1-8/+17
2016-11-16x86/sysfb: Add support for 64bit EFI lfb_baseDavid Herrmann1-2/+16
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
2016-11-15sched/cputime: Simplify task_cputime()Stanislaw Gruszka1-2/+2
2016-11-15x86/percpu: Remove unnecessary include of module.h, add asm/desc.hPaul Gortmaker1-1/+2
2016-11-14Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-7/+31
2016-11-11x86: apm: avoid uninitialized dataArnd Bergmann1-1/+4
2016-11-11x86/MCE: Correct TSC timestamping of error recordsBorislav Petkov2-8/+12
2016-11-10drivers: base: cacheinfo: fix x86 with CONFIG_OF enabledSudeep Holla1-0/+2
2016-11-09x86/apic: Prevent tracing on apic_msr_write_eoi()Wanpeng Li3-4/+3
2016-11-09x86/cpu: Deal with broken firmware (VMWare/XEN)Thomas Gleixner1-2/+30
2016-11-09x86/cpu/AMD: Clean up cpu_llc_id assignment per topology featureYazen Ghannam1-12/+19
2016-11-09Merge branch 'x86/urgent' into x86/cpu, to pick up dependent fixIngo Molnar7-11/+20
2016-11-09x86/cpu/AMD: Fix cpu_llc_id for AMD Fam17h systemsYazen Ghannam1-5/+1
2016-11-08x86/RAS: Hide SMCA bank namesBorislav Petkov1-3/+29
2016-11-08x86/RAS: Rename smca_bank_names to smca_namesBorislav Petkov1-3/+3
2016-11-08x86/RAS: Simplify SMCA HWID descriptor structBorislav Petkov1-15/+9
2016-11-08x86/RAS: Simplify SMCA bank descriptor structBorislav Petkov1-5/+5
2016-11-08x86/MCE: Dump MCE to dmesg if no consumersBorislav Petkov1-6/+46
2016-11-08x86/MCE: Do not look at panic_on_oops in the severity gradingYinghai Lu1-1/+1
2016-11-07x86/intel_rdt: Export the minimum number of set mask bits in sysfsShaohua Li1-0/+16
2016-11-07x86/intel_rdt: Propagate error in rdt_mount() properlyShaohua Li1-1/+3
2016-11-01x86/fpu: Remove clts()Andy Lutomirski3-5/+0
2016-11-01x86/fpu: Handle #NM without FPU emulation as an errorAndy Lutomirski1-4/+16
2016-11-01x86/fpu: Remove irq_ts_save() and irq_ts_restore()Andy Lutomirski1-29/+0