summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/proc.c
Commit message (Expand)AuthorAgeFilesLines
* x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang2020-06-111-2/+2
* x86/cpufeature: Add bug flags to /proc/cpuinfoBorislav Petkov2019-05-221-0/+8
* x86/cpu: Change type of x86_cache_size variable to unsigned intGustavo A. R. Silva2018-03-191-2/+2
* x86/cpu: Always print SMP information in /proc/cpuinfoHATAYAMA Daisuke2013-11-061-9/+6
* x86: Get rid of ->hard_math and all the FPU asm fuH. Peter Anvin2013-06-061-2/+2
* x86, cpu: Convert Cyrix coma bug detectionBorislav Petkov2013-04-021-1/+1
* x86, cpu: Convert FDIV bug detectionBorislav Petkov2013-04-021-1/+1
* x86, cpu: Convert F00F bug detectionBorislav Petkov2013-04-021-1/+1
* x86 idle: remove 32-bit-only "no-hlt" parameter, hlt_works_ok flagLen Brown2013-02-101-2/+0
* x86, 386 removal: Remove support for IRQ 13 FPU error reportingH. Peter Anvin2012-12-171-6/+1
* x86: Remove the useless branch in c_start()Michael Wang2012-09-261-4/+1
* x86: Simplify code by removing a !SMP #ifdefs from 'struct cpuinfo_x86'Kevin Winchester2011-12-211-3/+1
* x86, microcode: Correct microcode revision formatBorislav Petkov2011-10-191-1/+1
* x86, intel: Output microcode revision in /proc/cpuinfoAndi Kleen2011-10-141-0/+2
* Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-09-141-2/+0
|\
| * x86, cpu: cpu/proc.c display cache alignment and address sizes for 32 bitJaswinder Singh Rajput2009-06-131-2/+0
* | x86/cpu: Clean up various files a bitAlan Cox2009-07-111-1/+1
|/
* x86: show number of core_siblings instead of thread_siblings in /proc/cpuinfoAndreas Herrmann2009-05-041-1/+1
* cpumask: use new cpumask functions throughout x86Rusty Russell2009-03-131-2/+2
* cpumask: x86: convert cpu_sibling_map/cpu_core_map to cpumask_var_tRusty Russell2009-03-131-1/+1
* x86: remove double copy of show_cpuinfo_core for 32 and 64 bitJaswinder Singh Rajput2009-02-281-18/+2
* x86/proc: fix /proc/cpuinfo cpu offline bugLai Jiangshan2008-10-221-2/+4
* NR_CPUS: Replace NR_CPUS in arch/x86/kernel/cpu/proc.cMike Travis2008-07-201-1/+1
* arch: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox2008-04-181-1/+0
* x86: introduce initial apicidYinghai Lu2008-04-171-0/+3
* x86: show apicid for cpu in procYinghai Lu2008-04-171-0/+1
* x86: cosmetic unification cpu/proc|_64.cHiroshi Shimamoto2008-04-171-0/+36
* x86: add power management line in /proc/cpuinfoHiroshi Shimamoto2008-04-171-5/+9
* x86: make cpu/proc|_64.c similarHiroshi Shimamoto2008-04-171-51/+69
* x86: unify CPU feature string namesH. Peter Anvin2008-02-041-74/+0
* x86: constify function pointer tablesJan Engelhardt2008-01-301-1/+1
* x86: show cpuinfo only for online CPUsAndreas Herrmann2007-11-171-5/+3
* x86: additional CPUID strings; fix strings for AMD-ecxH. Peter Anvin2007-10-301-5/+5
* x86: convert cpuinfo_x86 array to a per_cpu arrayMike Travis2007-10-191-3/+8
* x86: Convert cpu_core_map to be a per cpu variableMike Travis2007-10-161-1/+2
* i386: move kernel/cpuThomas Gleixner2007-10-111-0/+192