summaryrefslogtreecommitdiff
path: root/drivers/hwmon/coretemp.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-04hwmon: (coretemp) Enlarge per package core count limitZhang Rui1-1/+1
2024-02-04hwmon: (coretemp) Fix bogus core_id to attr name mappingZhang Rui1-13/+19
2024-02-04hwmon: (coretemp) Fix out-of-bounds memory accessZhang Rui1-6/+2
2023-10-25hwmon: (coretemp) Fix potentially truncated sysfs attribute nameZhang Rui1-1/+1
2023-04-19hwmon: (coretemp) Delete an obsolete commentZhang Rui1-4/+0
2023-04-19hwmon: (coretemp) Delete tjmax debug messageZhang Rui1-3/+1
2023-02-03hwmon: (coretemp) Simplify platform device handlingRobin Murphy1-70/+58
2023-02-03hwmon: (coretemp) avoid RDMSR interrupts to isolated CPUsMarcelo Tosatti1-0/+4
2022-12-05hwmon: (coretemp) Add support for dynamic ttargetZhang Rui1-16/+41
2022-12-05hwmon: (coretemp) Add support for dynamic tjmaxZhang Rui1-15/+31
2022-12-05hwmon: (coretemp) rearrange tjmax handing codeZhang Rui1-78/+78
2022-12-05hwmon: (coretemp) Remove obsolete temp_data->validZhang Rui1-4/+1
2022-12-01hwmon: (coretemp) fix pci device refcount leak in nv1a_ram_new()Yang Yingliang1-1/+4
2022-12-01hwmon: (coretemp) Check for null before removing sysfs attrsPhil Auld1-0/+4
2022-10-17hwmon/coretemp: Handle large core ID valueZhang Rui1-15/+41
2021-10-12hwmon: cleanup non-bool "valid" data fieldsPaul Fertser1-1/+1
2020-03-24hwmon: Convert to new X86 CPU match macrosThomas Gleixner1-1/+1
2019-08-31hwmon (coretemp) Fix a memory leak bugWenwen Wang1-1/+2
2019-07-09Merge branch 'x86-topology-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-18/+18
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 164Thomas Gleixner1-14/+1
2019-05-23hwmon/coretemp: Cosmetic: Rename internal variables to zones from packagesLen Brown1-18/+18
2019-05-23hwmon/coretemp: Support multi-die/packageZhang Rui1-4/+4
2018-12-17hwmon: (coretemp) Replace S_<PERMS> with octal valuesGuenter Roeck1-1/+1
2018-06-13treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-02-15Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+3
2018-02-15x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang1-3/+3
2018-01-03hwmon: (coretemp) deprecate pci_get_bus_and_slot()Sinan Kaya1-1/+2
2017-05-14hwmon: (coretemp) Handle frozen hotplug state correctlyThomas Gleixner1-0/+14
2016-12-10hwmon: (coretemp) Simplify package managementThomas Gleixner1-82/+38
2016-12-10hwmon: (coretemp) Use proper error codes in cpu online callbackThomas Gleixner1-19/+5
2016-12-10hwmon: (coretemp) Convert to hotplug state machineThomas Gleixner1-57/+29
2016-12-10hwmon: (coretemp) Avoid redundant lookupsThomas Gleixner1-13/+6
2016-12-10hwmon: (coretemp) Simplify sibling managementThomas Gleixner1-56/+37
2016-12-10hwmon: (coretemp) Fixup target cpu for package when cpu is offlinedThomas Gleixner1-7/+24
2015-10-14hwmon: (coretemp) Increase limit of maximum core ID from 32 to 128.Lukasz Odzioba1-1/+1
2015-05-27coretemp: Replace cpu_sibling_mask() with topology_sibling_cpumask()Bartosz Golaszewski1-1/+2
2015-03-09hwmon: (coretemp) Allow format checkingRasmus Villemoes1-6/+5
2014-10-20hwmon: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-05-01Revert "hwmon: (coretemp) Refine TjMax detection"Guenter Roeck1-2/+2
2014-04-08Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-7/+7
2014-03-20hwmon, coretemp: Fix CPU hotplug callback registrationSrivatsa S. Bhat1-7/+7
2014-03-03hwmon: (coretemp) Convert to use devm_hwmon_device_register_with_groupsGuenter Roeck1-39/+8
2014-03-03hwmon: (coretemp) Allocate platform data with devm_kzallocGuenter Roeck1-7/+5
2014-03-03hwmon: (coretemp) Use sysfs_create_group to create sysfs attributesGuenter Roeck1-13/+7
2014-01-15hwmon: (coretemp) Do not return -EAGAIN for low temperaturesGuenter Roeck1-8/+9
2014-01-15hwmon: (coretemp) Refine TjMax detectionGuenter Roeck1-2/+2
2014-01-15hwmon: (coretemp) Add PCI device ID for CE41x0 CPUsGuenter Roeck1-3/+1
2014-01-15hwmon: (coretemp) Use PCI host bridge ID to identify CPU if necessaryGuenter Roeck1-3/+30
2014-01-14hwmon: (coretemp) Fix truncated name of alarm attributesJean Delvare1-1/+1
2013-08-12hwmon: (coretemp) Atom CPUs don't support TjMax; no warning neededGuenter Roeck1-1/+13