summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/coretemp.c
Commit message (Expand)AuthorAgeFilesLines
* hwmon: (coretemp) Extend the bitmask to read temperature to 0xffRicardo Neri2024-04-281-1/+1
* Merge tag 'hwmon-for-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds2024-03-131-94/+110
|\
| * hwmon: (coretemp) Use dynamic allocated memory for core temp_dataZhang Rui2024-02-251-3/+21
| * hwmon: (coretemp) Remove redundant temp_data->is_pkg_dataZhang Rui2024-02-251-8/+11
| * hwmon: (coretemp) Split package temp_data and core temp_dataZhang Rui2024-02-251-23/+14
| * hwmon: (coretemp) Abstract core_temp helpersZhang Rui2024-02-251-54/+64
| * hwmon: (coretemp) Remove redundant pdata->cpu_map[]Zhang Rui2024-02-251-10/+6
| * hwmon: (coretemp) Replace sensor_device_attribute with device_attributeZhang Rui2024-02-251-16/+12
| * hwmon: (coretemp) Remove unnecessary dependency of array indexZhang Rui2024-02-251-13/+7
| * hwmon: (coretemp) Introduce enum for attr indexZhang Rui2024-02-251-2/+10
* | x86/cpu/topology: Rename topology_max_die_per_package()Thomas Gleixner2024-02-151-1/+1
|/
* hwmon: (coretemp) Enlarge per package core count limitZhang Rui2024-02-041-1/+1
* hwmon: (coretemp) Fix bogus core_id to attr name mappingZhang Rui2024-02-041-13/+19
* hwmon: (coretemp) Fix out-of-bounds memory accessZhang Rui2024-02-041-6/+2
* hwmon: (coretemp) Fix potentially truncated sysfs attribute nameZhang Rui2023-10-251-1/+1
* hwmon: (coretemp) Delete an obsolete commentZhang Rui2023-04-191-4/+0
* hwmon: (coretemp) Delete tjmax debug messageZhang Rui2023-04-191-3/+1
* hwmon: (coretemp) Simplify platform device handlingRobin Murphy2023-02-031-70/+58
* hwmon: (coretemp) avoid RDMSR interrupts to isolated CPUsMarcelo Tosatti2023-02-031-0/+4
* hwmon: (coretemp) Add support for dynamic ttargetZhang Rui2022-12-041-16/+41
* hwmon: (coretemp) Add support for dynamic tjmaxZhang Rui2022-12-041-15/+31
* hwmon: (coretemp) rearrange tjmax handing codeZhang Rui2022-12-041-78/+78
* hwmon: (coretemp) Remove obsolete temp_data->validZhang Rui2022-12-041-4/+1
* hwmon: (coretemp) fix pci device refcount leak in nv1a_ram_new()Yang Yingliang2022-12-011-1/+4
* hwmon: (coretemp) Check for null before removing sysfs attrsPhil Auld2022-12-011-0/+4
* hwmon/coretemp: Handle large core ID valueZhang Rui2022-10-171-15/+41
* hwmon: cleanup non-bool "valid" data fieldsPaul Fertser2021-10-121-1/+1
* hwmon: Convert to new X86 CPU match macrosThomas Gleixner2020-03-241-1/+1
* hwmon (coretemp) Fix a memory leak bugWenwen Wang2019-08-311-1/+2
* Merge branch 'x86-topology-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-081-18/+18
|\
| * hwmon/coretemp: Cosmetic: Rename internal variables to zones from packagesLen Brown2019-05-231-18/+18
| * hwmon/coretemp: Support multi-die/packageZhang Rui2019-05-231-4/+4
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 164Thomas Gleixner2019-05-301-14/+1
|/
* hwmon: (coretemp) Replace S_<PERMS> with octal valuesGuenter Roeck2018-12-161-1/+1
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
* Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-141-3/+3
|\
| * x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang2018-02-151-3/+3
* | hwmon: (coretemp) deprecate pci_get_bus_and_slot()Sinan Kaya2018-01-021-1/+2
|/
* hwmon: (coretemp) Handle frozen hotplug state correctlyThomas Gleixner2017-05-141-0/+14
* hwmon: (coretemp) Simplify package managementThomas Gleixner2016-12-091-82/+38
* hwmon: (coretemp) Use proper error codes in cpu online callbackThomas Gleixner2016-12-091-19/+5
* hwmon: (coretemp) Convert to hotplug state machineThomas Gleixner2016-12-091-57/+29
* hwmon: (coretemp) Avoid redundant lookupsThomas Gleixner2016-12-091-13/+6
* hwmon: (coretemp) Simplify sibling managementThomas Gleixner2016-12-091-56/+37
* hwmon: (coretemp) Fixup target cpu for package when cpu is offlinedThomas Gleixner2016-12-091-7/+24
* hwmon: (coretemp) Increase limit of maximum core ID from 32 to 128.Lukasz Odzioba2015-10-141-1/+1
* coretemp: Replace cpu_sibling_mask() with topology_sibling_cpumask()Bartosz Golaszewski2015-05-271-1/+2
* hwmon: (coretemp) Allow format checkingRasmus Villemoes2015-03-091-6/+5
* hwmon: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* Revert "hwmon: (coretemp) Refine TjMax detection"Guenter Roeck2014-05-011-2/+2