index
:
kernel/git/stable/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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.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-7.0.y
linux-7.1.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Stable Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
hwmon
/
coretemp.c
Age
Commit message (
Expand
)
Author
2026-06-16
Merge tag 'hwmon-for-v7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/g...
Linus Torvalds
2026-06-09
hwmon: (coretemp) fix coding style issues
Roman Bakshansky
2026-06-09
hwmon: (coretemp) replace hardcoded core count with dynamic value
Roman Bakshansky
2026-06-08
x86/msr: Switch rdmsr_safe_on_cpu() users to rdmsrq_safe_on_cpu()
Juergen Gross
2026-06-08
x86/msr: Switch rdmsr_on_cpu() users to rdmsrq_on_cpu()
Juergen Gross
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-01-31
hwmon: (coretemp) Add TjMax for Silvermont through Tremont Atoms
Laveesh Bansal
2025-09-07
hwmon: (coretemp) Replace x86_model checks with VFM ones
Dave Hansen
2024-04-28
hwmon: (coretemp) Extend the bitmask to read temperature to 0xff
Ricardo Neri
2024-03-13
Merge tag 'hwmon-for-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/g...
Linus Torvalds
2024-02-25
hwmon: (coretemp) Use dynamic allocated memory for core temp_data
Zhang Rui
2024-02-25
hwmon: (coretemp) Remove redundant temp_data->is_pkg_data
Zhang Rui
2024-02-25
hwmon: (coretemp) Split package temp_data and core temp_data
Zhang Rui
2024-02-25
hwmon: (coretemp) Abstract core_temp helpers
Zhang Rui
2024-02-25
hwmon: (coretemp) Remove redundant pdata->cpu_map[]
Zhang Rui
2024-02-25
hwmon: (coretemp) Replace sensor_device_attribute with device_attribute
Zhang Rui
2024-02-25
hwmon: (coretemp) Remove unnecessary dependency of array index
Zhang Rui
2024-02-25
hwmon: (coretemp) Introduce enum for attr index
Zhang Rui
2024-02-15
x86/cpu/topology: Rename topology_max_die_per_package()
Thomas Gleixner
2024-02-04
hwmon: (coretemp) Enlarge per package core count limit
Zhang Rui
2024-02-04
hwmon: (coretemp) Fix bogus core_id to attr name mapping
Zhang Rui
2024-02-04
hwmon: (coretemp) Fix out-of-bounds memory access
Zhang Rui
2023-10-25
hwmon: (coretemp) Fix potentially truncated sysfs attribute name
Zhang Rui
2023-04-19
hwmon: (coretemp) Delete an obsolete comment
Zhang Rui
2023-04-19
hwmon: (coretemp) Delete tjmax debug message
Zhang Rui
2023-02-03
hwmon: (coretemp) Simplify platform device handling
Robin Murphy
2023-02-03
hwmon: (coretemp) avoid RDMSR interrupts to isolated CPUs
Marcelo Tosatti
2022-12-04
hwmon: (coretemp) Add support for dynamic ttarget
Zhang Rui
2022-12-04
hwmon: (coretemp) Add support for dynamic tjmax
Zhang Rui
2022-12-04
hwmon: (coretemp) rearrange tjmax handing code
Zhang Rui
2022-12-04
hwmon: (coretemp) Remove obsolete temp_data->valid
Zhang Rui
2022-12-01
hwmon: (coretemp) fix pci device refcount leak in nv1a_ram_new()
Yang Yingliang
2022-12-01
hwmon: (coretemp) Check for null before removing sysfs attrs
Phil Auld
2022-10-17
hwmon/coretemp: Handle large core ID value
Zhang Rui
2021-10-12
hwmon: cleanup non-bool "valid" data fields
Paul Fertser
2020-03-24
hwmon: Convert to new X86 CPU match macros
Thomas Gleixner
2019-08-31
hwmon (coretemp) Fix a memory leak bug
Wenwen Wang
2019-07-08
Merge branch 'x86-topology-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 164
Thomas Gleixner
2019-05-23
hwmon/coretemp: Cosmetic: Rename internal variables to zones from packages
Len Brown
2019-05-23
hwmon/coretemp: Support multi-die/package
Zhang Rui
2018-12-16
hwmon: (coretemp) Replace S_<PERMS> with octal values
Guenter Roeck
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-02-14
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2018-02-15
x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_stepping
Jia Zhang
2018-01-02
hwmon: (coretemp) deprecate pci_get_bus_and_slot()
Sinan Kaya
2017-05-14
hwmon: (coretemp) Handle frozen hotplug state correctly
Thomas Gleixner
[next]