index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
hwmon
/
coretemp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-15
hwmon: (coretemp) Add support for Atom CE4110/4150/4170
Guenter Roeck
1
-2
/
+5
2012-09-23
hwmon: (coretemp) Use get_online_cpus to avoid races involving CPU hotplug
Silas Boyd-Wickizer
1
-0
/
+5
2012-08-19
sections: Fix section conflicts in drivers/hwmon
Andi Kleen
1
-1
/
+1
2012-07-30
hwmon: struct x86_cpu_id arrays can be __initconst
Jan Beulich
1
-1
/
+1
2012-06-29
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-2
/
+2
2012-06-25
x86, cpufeature: Rename X86_FEATURE_DTS to X86_FEATURE_DTHERM
H. Peter Anvin
1
-2
/
+2
2012-06-17
hwmon: (coretemp) Drop needless initialization
Jean Delvare
1
-1
/
+1
2012-06-17
hwmon: (coretemp) Improve support for TjMax detection on Atom CPUs
Guenter Roeck
1
-0
/
+25
2012-06-17
hwmon: (coretemp) Add support for Atom D2000 and N2000 series CPU models
Guenter Roeck
1
-0
/
+3
2012-06-17
hwmon: (coretemp) Improve support of recent Atom CPU models
Jean Delvare
1
-1
/
+2
2012-05-01
hwmon: (coretemp) Increase CPU core limit
Guenter Roeck
1
-1
/
+1
2012-05-01
hwmon: (coretemp) fix oops on cpu unplug
Kirill A. Shutemov
1
-0
/
+4
2012-03-21
Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-2
/
+2
2012-03-19
hwmon: (coretemp) Fix checkpatch error
Guenter Roeck
1
-2
/
+2
2012-01-27
HWMON: Convert coretemp to x86 cpuid autoprobing
Andi Kleen
1
-3
/
+14
2012-01-17
hwmon: (coretemp) Add missing section annotations
Jean Delvare
1
-11
/
+15
2011-12-21
x86: Simplify code by removing a !SMP #ifdefs from 'struct cpuinfo_x86'
Kevin Winchester
1
-4
/
+3
2011-11-06
hwmon: (coretemp) Fix for non-SMP builds
Jean Delvare
1
-2
/
+1
2011-10-14
coretemp: Get microcode revision from cpu_data
Andi Kleen
1
-24
/
+4
2011-09-28
hwmon: (coretemp) Avoid leaving around dangling pointer
Guenter Roeck
1
-0
/
+1
2011-09-28
hwmon: (coretemp) Fixup platform device ID change
Jean Delvare
1
-15
/
+12
2011-09-23
hwmon: (coretemp) remove struct platform_data * parameter from create_core_da...
Jan Beulich
1
-6
/
+3
2011-09-23
hwmon: (coretemp) constify static data
Jan Beulich
1
-2
/
+2
2011-09-23
hwmon: (coretemp) don't use kernel assigned CPU number as platform device ID
Jan Beulich
1
-2
/
+2
2011-09-22
hwmon: (coretemp) Don't use threshold registers for tempX_max
Guenter Roeck
1
-121
/
+14
2011-09-22
hwmon: (coretemp) Let the user force TjMax
Jean Delvare
1
-0
/
+15
2011-09-22
hwmon: (coretemp) Drop duplicate function get_pkg_tjmax
Jean Delvare
1
-22
/
+4
2011-09-14
hwmon: (coretemp) Initialize tmin
Jean Delvare
1
-1
/
+6
2011-07-28
hwmon: (coretemp) Add core/pkg threshold support to Coretemp
Durgadoss R
1
-45
/
+132
2011-06-18
hwmon: (coretemp) Drop unused struct members
Jean Delvare
1
-4
/
+0
2011-06-02
hwmon: (coretemp) Further relax temperature range checks
Guenter Roeck
1
-2
/
+2
2011-06-02
hwmon: (coretemp) Fix TjMax detection for older CPUs
Guenter Roeck
1
-17
/
+2
2011-06-01
hwmon: (coretemp) Relax target temperature range check
Jean Delvare
1
-1
/
+1
2011-05-27
hwmon: (coretemp) Fix section mismatch
Jean Delvare
1
-1
/
+1
2011-05-27
hwmon: (coretemp) Update comments describing the handling of HT CPUs
Guenter Roeck
1
-6
/
+6
2011-05-27
hwmon: (coretemp) Initialize sysfs attributes
Sergey Senozhatsky
1
-0
/
+2
2011-05-24
hwmon: (coretemp) Add comments describing the handling of HT CPUs
Guenter Roeck
1
-2
/
+18
2011-05-23
hwmon: (coretemp) Fix compile error if CONFIG_SMP is not defined
Guenter Roeck
1
-1
/
+3
2011-05-21
hwmon: (coretemp) Fix checkpatch errors
Guenter Roeck
1
-30
/
+37
2011-05-20
hwmon: (coretemp) Merge pkgtemp with coretemp
Durgadoss R
1
-210
/
+455
2011-01-08
hwmon: (coretemp) Use pr_fmt and pr_<level>
Joe Perches
1
-5
/
+6
2010-10-26
hwmon: (coretemp) fix reading of microcode revision (v2)
Jan Beulich
1
-2
/
+18
2010-10-26
hwmon: ({core, pkg, via-cpu}temp) remove unnecessary CONFIG_HOTPLUG_CPU ifdefs
Chen Gong
1
-2
/
+1
2010-10-26
x86/hwmon: remove inclusion of unnecessary headers from {core, pkg, via-cpu}t...
Jan Beulich
1
-1
/
+0
2010-10-26
x86/hwmon: (coretemp) cosmetic cleanup
Jan Beulich
1
-2
/
+0
2010-10-26
x86/hwmon: {core, pkg, via}cpu_temp_device_remove() can all be __cpuinit
Jan Beulich
1
-1
/
+1
2010-09-28
hwmon (coretemp): Fix build breakage if SMP is undefined
Guenter Roeck
1
-0
/
+1
2010-09-24
x86/hwmon: register alternate sibling upon CPU removal
Jan Beulich
1
-7
/
+15
2010-09-24
x86/hwmon: fix initialization of coretemp
Jan Beulich
1
-16
/
+13
2010-09-24
x86/hwmon: fix module init for hotplug-but-no-device-found case
Jan Beulich
1
-1
/
+4
[next]