aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/proc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-15x86/cpu: Change type of x86_cache_size variable to unsigned intGustavo A. R. Silva1-2/+2
2018-02-15x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang1-2/+2
2017-11-15x86 / CPU: Always show current CPU frequency in /proc/cpuinfoRafael J. Wysocki1-1/+5
2017-11-10Revert "x86: CPU: Fix up "cpu MHz" in /proc/cpuinfo"Linus Torvalds1-3/+1
2017-11-03x86: CPU: Fix up "cpu MHz" in /proc/cpuinfoRafael J. Wysocki1-1/+3
2017-11-02Revert "x86: do not use cpufreq_quick_get() for /proc/cpuinfo "cpu MHz""Linus Torvalds1-2/+8
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-06-24x86: do not use cpufreq_quick_get() for /proc/cpuinfo "cpu MHz"Len Brown1-8/+2
2017-03-11x86/cpu: Drop wp_works_ok member of struct cpuinfo_x86Mathias Krause1-3/+2
2015-05-27x86: Replace cpu_**_mask() with topology_**_cpumask()Bartosz Golaszewski1-1/+2
2014-12-08x86: Replace seq_printf() with seq_puts()Rasmus Villemoes1-5/+5
2014-07-14x86/cpufeature: Add bug flags to /proc/cpuinfoBorislav Petkov1-0/+8
2013-11-06x86/cpu: Always print SMP information in /proc/cpuinfoHATAYAMA Daisuke1-9/+6
2013-06-06x86: Get rid of ->hard_math and all the FPU asm fuH. Peter Anvin1-2/+2
2013-04-02x86, cpu: Convert Cyrix coma bug detectionBorislav Petkov1-1/+1
2013-04-02x86, cpu: Convert FDIV bug detectionBorislav Petkov1-1/+1
2013-04-02x86, cpu: Convert F00F bug detectionBorislav Petkov1-1/+1
2013-02-10x86 idle: remove 32-bit-only "no-hlt" parameter, hlt_works_ok flagLen Brown1-2/+0
2012-12-17x86, 386 removal: Remove support for IRQ 13 FPU error reportingH. Peter Anvin1-6/+1
2012-09-26x86: Remove the useless branch in c_start()Michael Wang1-4/+1
2011-12-21x86: Simplify code by removing a !SMP #ifdefs from 'struct cpuinfo_x86'Kevin Winchester1-3/+1
2011-10-19x86, microcode: Correct microcode revision formatBorislav Petkov1-1/+1
2011-10-14x86, intel: Output microcode revision in /proc/cpuinfoAndi Kleen1-0/+2
2009-09-14Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+0
2009-07-11x86/cpu: Clean up various files a bitAlan Cox1-1/+1
2009-06-13x86, cpu: cpu/proc.c display cache alignment and address sizes for 32 bitJaswinder Singh Rajput1-2/+0
2009-05-04x86: show number of core_siblings instead of thread_siblings in /proc/cpuinfoAndreas Herrmann1-1/+1
2009-03-13cpumask: use new cpumask functions throughout x86Rusty Russell1-2/+2
2009-03-13cpumask: x86: convert cpu_sibling_map/cpu_core_map to cpumask_var_tRusty Russell1-1/+1
2009-02-28x86: remove double copy of show_cpuinfo_core for 32 and 64 bitJaswinder Singh Rajput1-18/+2
2008-10-22x86/proc: fix /proc/cpuinfo cpu offline bugLai Jiangshan1-2/+4
2008-07-20NR_CPUS: Replace NR_CPUS in arch/x86/kernel/cpu/proc.cMike Travis1-1/+1
2008-04-18arch: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox1-1/+0
2008-04-17x86: introduce initial apicidYinghai Lu1-0/+3
2008-04-17x86: show apicid for cpu in procYinghai Lu1-0/+1
2008-04-17x86: cosmetic unification cpu/proc|_64.cHiroshi Shimamoto1-0/+36
2008-04-17x86: add power management line in /proc/cpuinfoHiroshi Shimamoto1-5/+9
2008-04-17x86: make cpu/proc|_64.c similarHiroshi Shimamoto1-51/+69
2008-02-04x86: unify CPU feature string namesH. Peter Anvin1-74/+0
2008-01-30x86: constify function pointer tablesJan Engelhardt1-1/+1
2007-11-17x86: show cpuinfo only for online CPUsAndreas Herrmann1-5/+3
2007-10-30x86: additional CPUID strings; fix strings for AMD-ecxH. Peter Anvin1-5/+5
2007-10-19x86: convert cpuinfo_x86 array to a per_cpu arrayMike Travis1-3/+8
2007-10-16x86: Convert cpu_core_map to be a per cpu variableMike Travis1-1/+2
2007-10-11i386: move kernel/cpuThomas Gleixner1-0/+192