Age | Commit message (Expand) | Author |
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 |
2016-12-09 | hwmon: (coretemp) Simplify package management | Thomas Gleixner |
2016-12-09 | hwmon: (coretemp) Use proper error codes in cpu online callback | Thomas Gleixner |
2016-12-09 | hwmon: (coretemp) Convert to hotplug state machine | Thomas Gleixner |
2016-12-09 | hwmon: (coretemp) Avoid redundant lookups | Thomas Gleixner |
2016-12-09 | hwmon: (coretemp) Simplify sibling management | Thomas Gleixner |
2016-12-09 | hwmon: (coretemp) Fixup target cpu for package when cpu is offlined | Thomas Gleixner |
2015-10-14 | hwmon: (coretemp) Increase limit of maximum core ID from 32 to 128. | Lukasz Odzioba |
2015-05-27 | coretemp: Replace cpu_sibling_mask() with topology_sibling_cpumask() | Bartosz Golaszewski |
2015-03-09 | hwmon: (coretemp) Allow format checking | Rasmus Villemoes |
2014-10-20 | hwmon: drop owner assignment from platform_drivers | Wolfram Sang |
2014-05-01 | Revert "hwmon: (coretemp) Refine TjMax detection" | Guenter Roeck |
2014-04-07 | Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2014-03-20 | hwmon, coretemp: Fix CPU hotplug callback registration | Srivatsa S. Bhat |
2014-03-03 | hwmon: (coretemp) Convert to use devm_hwmon_device_register_with_groups | Guenter Roeck |
2014-03-03 | hwmon: (coretemp) Allocate platform data with devm_kzalloc | Guenter Roeck |
2014-03-03 | hwmon: (coretemp) Use sysfs_create_group to create sysfs attributes | Guenter Roeck |
2014-01-14 | hwmon: (coretemp) Do not return -EAGAIN for low temperatures | Guenter Roeck |
2014-01-14 | hwmon: (coretemp) Refine TjMax detection | Guenter Roeck |
2014-01-14 | hwmon: (coretemp) Add PCI device ID for CE41x0 CPUs | Guenter Roeck |
2014-01-14 | hwmon: (coretemp) Use PCI host bridge ID to identify CPU if necessary | Guenter Roeck |
2014-01-14 | hwmon: (coretemp) Fix truncated name of alarm attributes | Jean Delvare |
2013-08-11 | hwmon: (coretemp) Atom CPUs don't support TjMax; no warning needed | Guenter Roeck |
2013-07-14 | hwmon: delete __cpuinit usage from all hwmon files | Paul Gortmaker |
2013-06-21 | hwmon: (coretemp) Remove redundant platform_set_drvdata() | Sachin Kamat |
2013-04-07 | hwmon: Fix checkpatch warning 'quoted string split across lines' | Guenter Roeck |
2013-01-25 | hwmon: (coretemp) Document and add support for additional CPU models | Guenter Roeck |
2012-12-11 | Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2012-12-05 | hwmon: (coretemp) Drop N4xx, N5xx, D4xx, D5xx CPUs from tjmax table | Guenter Roeck |
2012-12-05 | hwmon: (coretemp) Use model table instead of if/else to identify CPU models | Guenter Roeck |
2012-12-05 | hwmon: (coretemp) Drop dependency on PCI for TjMax detection on Atom CPUs | Guenter Roeck |
2012-11-28 | hwmon: remove use of __devexit | Bill Pemberton |
2012-11-28 | hwmon: remove use of __devinit | Bill Pemberton |
2012-11-28 | hwmon: remove use of __devexit_p | Bill Pemberton |
2012-10-14 | hwmon: (coretemp) Add support for Atom CE4110/4150/4170 | Guenter Roeck |
2012-09-23 | hwmon: (coretemp) Use get_online_cpus to avoid races involving CPU hotplug | Silas Boyd-Wickizer |
2012-08-18 | sections: Fix section conflicts in drivers/hwmon | Andi Kleen |
2012-07-30 | hwmon: struct x86_cpu_id arrays can be __initconst | Jan Beulich |