summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/coretemp.c
AgeCommit message (Expand)AuthorLines
2024-04-28hwmon: (coretemp) Extend the bitmask to read temperature to 0xffRicardo Neri-1/+1
2024-03-13Merge tag 'hwmon-for-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds-94/+110
2024-02-25hwmon: (coretemp) Use dynamic allocated memory for core temp_dataZhang Rui-3/+21
2024-02-25hwmon: (coretemp) Remove redundant temp_data->is_pkg_dataZhang Rui-8/+11
2024-02-25hwmon: (coretemp) Split package temp_data and core temp_dataZhang Rui-23/+14
2024-02-25hwmon: (coretemp) Abstract core_temp helpersZhang Rui-54/+64
2024-02-25hwmon: (coretemp) Remove redundant pdata->cpu_map[]Zhang Rui-10/+6
2024-02-25hwmon: (coretemp) Replace sensor_device_attribute with device_attributeZhang Rui-16/+12
2024-02-25hwmon: (coretemp) Remove unnecessary dependency of array indexZhang Rui-13/+7
2024-02-25hwmon: (coretemp) Introduce enum for attr indexZhang Rui-2/+10
2024-02-15x86/cpu/topology: Rename topology_max_die_per_package()Thomas Gleixner-1/+1
2024-02-04hwmon: (coretemp) Enlarge per package core count limitZhang Rui-1/+1
2024-02-04hwmon: (coretemp) Fix bogus core_id to attr name mappingZhang Rui-13/+19
2024-02-04hwmon: (coretemp) Fix out-of-bounds memory accessZhang Rui-6/+2
2023-10-25hwmon: (coretemp) Fix potentially truncated sysfs attribute nameZhang Rui-1/+1
2023-04-19hwmon: (coretemp) Delete an obsolete commentZhang Rui-4/+0
2023-04-19hwmon: (coretemp) Delete tjmax debug messageZhang Rui-3/+1
2023-02-03hwmon: (coretemp) Simplify platform device handlingRobin Murphy-70/+58
2023-02-03hwmon: (coretemp) avoid RDMSR interrupts to isolated CPUsMarcelo Tosatti-0/+4
2022-12-04hwmon: (coretemp) Add support for dynamic ttargetZhang Rui-16/+41
2022-12-04hwmon: (coretemp) Add support for dynamic tjmaxZhang Rui-15/+31
2022-12-04hwmon: (coretemp) rearrange tjmax handing codeZhang Rui-78/+78
2022-12-04hwmon: (coretemp) Remove obsolete temp_data->validZhang Rui-4/+1
2022-12-01hwmon: (coretemp) fix pci device refcount leak in nv1a_ram_new()Yang Yingliang-1/+4
2022-12-01hwmon: (coretemp) Check for null before removing sysfs attrsPhil Auld-0/+4
2022-10-17hwmon/coretemp: Handle large core ID valueZhang Rui-15/+41
2021-10-12hwmon: cleanup non-bool "valid" data fieldsPaul Fertser-1/+1
2020-03-24hwmon: Convert to new X86 CPU match macrosThomas Gleixner-1/+1
2019-08-31hwmon (coretemp) Fix a memory leak bugWenwen Wang-1/+2
2019-07-08Merge branch 'x86-topology-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-18/+18
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 164Thomas Gleixner-14/+1
2019-05-23hwmon/coretemp: Cosmetic: Rename internal variables to zones from packagesLen Brown-18/+18
2019-05-23hwmon/coretemp: Support multi-die/packageZhang Rui-4/+4
2018-12-16hwmon: (coretemp) Replace S_<PERMS> with octal valuesGuenter Roeck-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook-1/+1
2018-02-14Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-3/+3
2018-02-15x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang-3/+3
2018-01-02hwmon: (coretemp) deprecate pci_get_bus_and_slot()Sinan Kaya-1/+2
2017-05-14hwmon: (coretemp) Handle frozen hotplug state correctlyThomas Gleixner-0/+14
2016-12-09hwmon: (coretemp) Simplify package managementThomas Gleixner-82/+38
2016-12-09hwmon: (coretemp) Use proper error codes in cpu online callbackThomas Gleixner-19/+5
2016-12-09hwmon: (coretemp) Convert to hotplug state machineThomas Gleixner-57/+29
2016-12-09hwmon: (coretemp) Avoid redundant lookupsThomas Gleixner-13/+6
2016-12-09hwmon: (coretemp) Simplify sibling managementThomas Gleixner-56/+37
2016-12-09hwmon: (coretemp) Fixup target cpu for package when cpu is offlinedThomas Gleixner-7/+24
2015-10-14hwmon: (coretemp) Increase limit of maximum core ID from 32 to 128.Lukasz Odzioba-1/+1
2015-05-27coretemp: Replace cpu_sibling_mask() with topology_sibling_cpumask()Bartosz Golaszewski-1/+2
2015-03-09hwmon: (coretemp) Allow format checkingRasmus Villemoes-6/+5
2014-10-20hwmon: drop owner assignment from platform_driversWolfram Sang-1/+0
2014-05-01Revert "hwmon: (coretemp) Refine TjMax detection"Guenter Roeck-2/+2