index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
cpu
/
proc.c
Age
Commit message (
Expand
)
Author
2018-02-15
x86/cpu: Change type of x86_cache_size variable to unsigned int
Gustavo A. R. Silva
2018-02-15
x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_stepping
Jia Zhang
2017-11-15
x86 / CPU: Always show current CPU frequency in /proc/cpuinfo
Rafael J. Wysocki
2017-11-10
Revert "x86: CPU: Fix up "cpu MHz" in /proc/cpuinfo"
Linus Torvalds
2017-11-03
x86: CPU: Fix up "cpu MHz" in /proc/cpuinfo
Rafael J. Wysocki
2017-11-02
Revert "x86: do not use cpufreq_quick_get() for /proc/cpuinfo "cpu MHz""
Linus Torvalds
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-06-24
x86: do not use cpufreq_quick_get() for /proc/cpuinfo "cpu MHz"
Len Brown
2017-03-11
x86/cpu: Drop wp_works_ok member of struct cpuinfo_x86
Mathias Krause
2015-05-27
x86: Replace cpu_**_mask() with topology_**_cpumask()
Bartosz Golaszewski
2014-12-08
x86: Replace seq_printf() with seq_puts()
Rasmus Villemoes
2014-07-14
x86/cpufeature: Add bug flags to /proc/cpuinfo
Borislav Petkov
2013-11-06
x86/cpu: Always print SMP information in /proc/cpuinfo
HATAYAMA Daisuke
2013-06-06
x86: Get rid of ->hard_math and all the FPU asm fu
H. Peter Anvin
2013-04-02
x86, cpu: Convert Cyrix coma bug detection
Borislav Petkov
2013-04-02
x86, cpu: Convert FDIV bug detection
Borislav Petkov
2013-04-02
x86, cpu: Convert F00F bug detection
Borislav Petkov
2013-02-10
x86 idle: remove 32-bit-only "no-hlt" parameter, hlt_works_ok flag
Len Brown
2012-12-17
x86, 386 removal: Remove support for IRQ 13 FPU error reporting
H. Peter Anvin
2012-09-26
x86: Remove the useless branch in c_start()
Michael Wang
2011-12-21
x86: Simplify code by removing a !SMP #ifdefs from 'struct cpuinfo_x86'
Kevin Winchester
2011-10-19
x86, microcode: Correct microcode revision format
Borislav Petkov
2011-10-14
x86, intel: Output microcode revision in /proc/cpuinfo
Andi Kleen
2009-09-14
Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2009-07-11
x86/cpu: Clean up various files a bit
Alan Cox
2009-06-13
x86, cpu: cpu/proc.c display cache alignment and address sizes for 32 bit
Jaswinder Singh Rajput
2009-05-04
x86: show number of core_siblings instead of thread_siblings in /proc/cpuinfo
Andreas Herrmann
2009-03-13
cpumask: use new cpumask functions throughout x86
Rusty Russell
2009-03-13
cpumask: x86: convert cpu_sibling_map/cpu_core_map to cpumask_var_t
Rusty Russell
2009-02-28
x86: remove double copy of show_cpuinfo_core for 32 and 64 bit
Jaswinder Singh Rajput
2008-10-22
x86/proc: fix /proc/cpuinfo cpu offline bug
Lai Jiangshan
2008-07-20
NR_CPUS: Replace NR_CPUS in arch/x86/kernel/cpu/proc.c
Mike Travis
2008-04-18
arch: Remove unnecessary inclusions of asm/semaphore.h
Matthew Wilcox
2008-04-17
x86: introduce initial apicid
Yinghai Lu
2008-04-17
x86: show apicid for cpu in proc
Yinghai Lu
2008-04-17
x86: cosmetic unification cpu/proc|_64.c
Hiroshi Shimamoto
2008-04-17
x86: add power management line in /proc/cpuinfo
Hiroshi Shimamoto
2008-04-17
x86: make cpu/proc|_64.c similar
Hiroshi Shimamoto
2008-02-04
x86: unify CPU feature string names
H. Peter Anvin
2008-01-30
x86: constify function pointer tables
Jan Engelhardt
2007-11-17
x86: show cpuinfo only for online CPUs
Andreas Herrmann
2007-10-30
x86: additional CPUID strings; fix strings for AMD-ecx
H. Peter Anvin
2007-10-19
x86: convert cpuinfo_x86 array to a per_cpu array
Mike Travis
2007-10-16
x86: Convert cpu_core_map to be a per cpu variable
Mike Travis
2007-10-11
i386: move kernel/cpu
Thomas Gleixner