Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-08-31hwmon (coretemp) Fix a memory leak bugWenwen Wang
2019-07-09Merge branch 'x86-topology-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 164Thomas Gleixner
2019-05-23hwmon/coretemp: Cosmetic: Rename internal variables to zones from packagesLen Brown
2019-05-23hwmon/coretemp: Support multi-die/packageZhang Rui
2018-12-17hwmon: (coretemp) Replace S_<PERMS> with octal valuesGuenter Roeck
2018-06-13treewide: kzalloc() -> kcalloc()Kees Cook
2018-02-15Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-02-15x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang
2018-01-03hwmon: (coretemp) deprecate pci_get_bus_and_slot()Sinan Kaya
2017-05-14hwmon: (coretemp) Handle frozen hotplug state correctlyThomas Gleixner
2016-12-10hwmon: (coretemp) Simplify package managementThomas Gleixner
2016-12-10hwmon: (coretemp) Use proper error codes in cpu online callbackThomas Gleixner
2016-12-10hwmon: (coretemp) Convert to hotplug state machineThomas Gleixner
2016-12-10hwmon: (coretemp) Avoid redundant lookupsThomas Gleixner
2016-12-10hwmon: (coretemp) Simplify sibling managementThomas Gleixner
2016-12-10hwmon: (coretemp) Fixup target cpu for package when cpu is offlinedThomas Gleixner
2015-10-14hwmon: (coretemp) Increase limit of maximum core ID from 32 to 128.Lukasz Odzioba
2015-05-27coretemp: Replace cpu_sibling_mask() with topology_sibling_cpumask()Bartosz Golaszewski
2015-03-09hwmon: (coretemp) Allow format checkingRasmus Villemoes
2014-10-20hwmon: drop owner assignment from platform_driversWolfram Sang
2014-05-01Revert "hwmon: (coretemp) Refine TjMax detection"Guenter Roeck
2014-04-08Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-03-20hwmon, coretemp: Fix CPU hotplug callback registrationSrivatsa S. Bhat
2014-03-03hwmon: (coretemp) Convert to use devm_hwmon_device_register_with_groupsGuenter Roeck
2014-03-03hwmon: (coretemp) Allocate platform data with devm_kzallocGuenter Roeck
2014-03-03hwmon: (coretemp) Use sysfs_create_group to create sysfs attributesGuenter Roeck
2014-01-15hwmon: (coretemp) Do not return -EAGAIN for low temperaturesGuenter Roeck
2014-01-15hwmon: (coretemp) Refine TjMax detectionGuenter Roeck
2014-01-15hwmon: (coretemp) Add PCI device ID for CE41x0 CPUsGuenter Roeck
2014-01-15hwmon: (coretemp) Use PCI host bridge ID to identify CPU if necessaryGuenter Roeck
2014-01-14hwmon: (coretemp) Fix truncated name of alarm attributesJean Delvare
2013-08-12hwmon: (coretemp) Atom CPUs don't support TjMax; no warning neededGuenter Roeck
2013-07-15hwmon: delete __cpuinit usage from all hwmon filesPaul Gortmaker
2013-06-21hwmon: (coretemp) Remove redundant platform_set_drvdata()Sachin Kamat
2013-04-08hwmon: Fix checkpatch warning 'quoted string split across lines'Guenter Roeck
2013-01-26hwmon: (coretemp) Document and add support for additional CPU modelsGuenter Roeck
2012-12-12Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2012-12-05hwmon: (coretemp) Drop N4xx, N5xx, D4xx, D5xx CPUs from tjmax tableGuenter Roeck
2012-12-05hwmon: (coretemp) Use model table instead of if/else to identify CPU modelsGuenter Roeck
2012-12-05hwmon: (coretemp) Drop dependency on PCI for TjMax detection on Atom CPUsGuenter Roeck
2012-11-28hwmon: remove use of __devexitBill Pemberton
2012-11-28hwmon: remove use of __devinitBill Pemberton
2012-11-28hwmon: remove use of __devexit_pBill Pemberton
2012-10-15hwmon: (coretemp) Add support for Atom CE4110/4150/4170Guenter Roeck
2012-09-23hwmon: (coretemp) Use get_online_cpus to avoid races involving CPU hotplugSilas Boyd-Wickizer
2012-08-19sections: Fix section conflicts in drivers/hwmonAndi Kleen
2012-07-30hwmon: struct x86_cpu_id arrays can be __initconstJan Beulich
2012-06-29Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2012-06-25x86, cpufeature: Rename X86_FEATURE_DTS to X86_FEATURE_DTHERMH. Peter Anvin