index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
hwmon
/
k10temp.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'hwmon-for-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-09-18
1
-16
/
+10
|
\
|
*
hwmon: (k10temp): Use cpu_feature_enabled() for detecting zen
Mario Limonciello
2024-08-27
1
-16
/
+10
*
|
x86/amd_nb: Add new PCI IDs for AMD family 1Ah model 60h
Shyam Sundar S K
2024-07-29
1
-0
/
+1
|
/
*
hwmon: (k10temp) Rename _data variable
Yazen Ghannam
2024-06-12
1
-2
/
+2
*
hwmon: (k10temp) Remove unused HAVE_TDIE() macro
Yazen Ghannam
2024-06-12
1
-1
/
+0
*
hwmon: (k10temp) Reduce k10temp_get_ccd_support() parameters
Yazen Ghannam
2024-06-12
1
-9
/
+8
*
hwmon: (k10temp) Define a helper function to read CCD temperature
Yazen Ghannam
2024-06-12
1
-5
/
+9
*
hwmon: (k10temp) Check return value of amd_smn_read()
Yazen Ghannam
2024-06-12
1
-9
/
+27
*
hwmon: (k10temp) Add support for AMD Family 19h Model 8h
Jami Kurki
2024-01-02
1
-0
/
+1
*
hwmon: (k10temp) Add thermal support for AMD Family 1Ah-based models
Avadhut Naik
2023-08-10
1
-1
/
+7
*
hwmon: (k10temp) Enable AMD3255 Proc to show negative temperature
Baskaran Kannan
2023-07-27
1
-2
/
+15
*
hwmon: (k10temp) Add PCI ID for family 19, model 78h
Mario Limonciello
2023-05-08
1
-0
/
+1
*
hwmon: k10temp: constify pointers to hwmon_channel_info
Krzysztof Kozlowski
2023-04-19
1
-1
/
+1
*
hwmon: (k10temp) Check range scale when CUR_TEMP register is read-write
Babu Moger
2023-04-19
1
-1
/
+3
*
hwmon: (k10temp): Add support for new family 17h and 19h models
Mario Limonciello
2022-07-20
1
-0
/
+12
*
hwmon: (k10temp) Support up to 12 CCDs on AMD Family of processors
Babu Moger
2021-12-27
1
-3
/
+14
*
hwmon: (k10temp) Add support for AMD Family 19h Models 10h-1Fh and A0h-AFh
Babu Moger
2021-12-27
1
-0
/
+3
*
hwmon: (k10temp) Remove unused definitions
Babu Moger
2021-12-27
1
-20
/
+0
*
hwmon: (k10temp) Remove residues of current and voltage
suma hegde
2021-09-13
1
-6
/
+0
*
hwmon: (k10temp) Add support for yellow carp
Mario Limonciello
2021-08-27
1
-0
/
+5
*
hwmon: (k10temp) Rework the temperature offset calculation
Mario Limonciello
2021-08-27
1
-6
/
+12
*
hwmon: (k10temp) Don't show Tdie for all Zen/Zen2/Zen3 CPU/APU
Mario Limonciello
2021-08-27
1
-2
/
+1
*
hwmon: (k10temp) Add additional missing Zen2 and Zen3 APUs
Mario Limonciello
2021-08-27
1
-1
/
+3
*
hwmon: (k10temp) support Zen3 APUs
David Bartley
2021-08-17
1
-0
/
+2
*
hwmon: (k10temp) Zen3 Ryzen Desktop CPUs support
Gabriel Craciunescu
2021-01-28
1
-1
/
+2
*
hwmon: (k10temp) Remove support for displaying voltage and current on Zen CPUs
Guenter Roeck
2020-12-22
1
-98
/
+0
*
hwmon: (k10temp) Add support for Zen3 CPUs
Wei Huang
2020-09-23
1
-0
/
+24
*
hwmon: (k10temp) Take out debugfs code
Guenter Roeck
2020-09-23
1
-77
/
+1
*
hwmon: (k10temp) Define SVI telemetry and current factors for Zen2 CPUs
Wei Huang
2020-09-23
1
-8
/
+12
*
hwmon: (k10temp) Create common functions and macros for Zen CPU families
Wei Huang
2020-09-23
1
-27
/
+29
*
Merge branch 'x86/entry' into ras/core
Thomas Gleixner
2020-06-11
1
-3
/
+3
|
\
|
*
hwmon: (k10temp) make some symbols static
Jason Yan
2020-04-13
1
-3
/
+3
*
|
hwmon: (k10temp) Add AMD family 17h model 60h PCI match
Alexander Monakov
2020-05-22
1
-0
/
+1
|
/
*
hwmon: (k10temp) Reorganize and simplify temperature support detection
Guenter Roeck
2020-03-09
1
-32
/
+18
*
hwmon: (k10temp) Swap Tdie and Tctl on Family 17h CPUs
Guenter Roeck
2020-03-09
1
-9
/
+9
*
hwmon: (k10temp) Display up to eight sets of CCD temperatures
Guenter Roeck
2020-01-24
1
-41
/
+41
*
hwmon: (k10temp) Add debugfs support
Guenter Roeck
2020-01-23
1
-1
/
+77
*
hwmon: (k10temp) Don't show temperature limits on Ryzen (Zen) CPUs
Guenter Roeck
2020-01-23
1
-1
/
+1
*
hwmon: (k10temp) Show core and SoC current and voltages on Ryzen CPUs
Guenter Roeck
2020-01-23
1
-3
/
+131
*
hwmon: (k10temp) Report temperatures per CPU die
Guenter Roeck
2020-01-23
1
-1
/
+79
*
hmon: (k10temp) Convert to use devm_hwmon_device_register_with_info
Guenter Roeck
2020-01-23
1
-101
/
+112
*
hwmon: (k10temp) Use bitops
Guenter Roeck
2020-01-23
1
-6
/
+10
*
hwmon: (k10temp) Add support for AMD family 17h, model 70h CPUs
Marcel Bocu
2019-09-03
1
-0
/
+1
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 56
Thomas Gleixner
2019-05-24
1
-13
/
+1
*
Merge tag 'hwmon-for-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2018-12-29
1
-6
/
+7
|
\
|
*
hwmon: (k10temp) Add Hygon Dhyana support
Pu Wen
2018-12-17
1
-1
/
+2
|
*
hwmon: (k10temp) Auto-convert to use SENSOR_DEVICE_ATTR_{RO, RW, WO}
Guenter Roeck
2018-12-17
1
-5
/
+5
*
|
hwmon/k10temp: Add support for AMD family 17h, model 30h CPUs
Woods, Brian
2018-11-07
1
-0
/
+1
*
|
hwmon/k10temp, x86/amd_nb: Consolidate shared device IDs
Woods, Brian
2018-11-07
1
-8
/
+1
|
/
*
hwmon: (k10temp) Support all Family 15h Model 6xh and Model 7xh processors
Guenter Roeck
2018-10-11
1
-2
/
+3
[next]