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