aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/amdtemp
Commit message (Expand)AuthorAgeFilesLines
* pci_cfgreg: Add a PCI domain argument to the low-level register APIJohn Baldwin2023-11-291-2/+3
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* amdsmn(4), amdtemp(4): add support for Zen 4Akio Morita2023-08-011-2/+15
* amdtemp: Fix missing 49 degree offset on current EPYC CPUsVal Packett2023-06-171-1/+8
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* dev/amd*: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-091-2/+1
* amdtemp: Remove CTLFLAG_NEEDGIANT from sysctls.Alexander Motin2021-12-261-5/+13
* amdtemp: plug set-but-not-used varsMateusz Guzik2021-12-091-2/+2
* Revert "wpa: Import wpa_supplicant/hostapd commit 14ab4a816"Cy Schubert2021-12-021-2/+1
* wpa: Import wpa_supplicant/hostapd commit 14ab4a816Cy Schubert2021-12-021-1/+2
* amdtemp: Revert related part of "Make CPU children" commit.Alexander Motin2021-12-011-2/+1
* Make CPU children explicitly share parent unit numbers.Alexander Motin2021-09-251-1/+2
* amdtemp(4): Add missing Family 17h modelsConrad Meyer2020-12-121-3/+4
* amdsmn(4), amdtemp(4): add support for Family 19h (Zen 3)Conrad Meyer2020-12-121-18/+51
* amdtemp(4), amdsmn(4): Attach to Ryzen 4000 APU (Zen 2, "Renoir")Conrad Meyer2020-09-251-0/+2
* kernel: provide panicky version of __unreachableKyle Evans2020-05-131-2/+2
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-7/+13
* amdtemp(4): Remove dead code that snuck in with r357190Conrad Meyer2020-01-281-5/+0
* amdtemp(4): Add support for Family 17h CCD sensorsConrad Meyer2020-01-281-9/+93
* amdtemp(4): Refactor shared temperature calculation logicConrad Meyer2020-01-281-15/+30
* amdtemp(4), amdsmn(4): Attach to Ryzen 3 (Zen 2) hostbridgesConrad Meyer2019-08-061-0/+2
* amdtemp(4): Add support for Family 15h, Model >=60hConrad Meyer2019-01-121-42/+137
* amdtemp(4): Fix temperature reporting on AMD 2990WXConrad Meyer2018-11-141-4/+13
* amdsmn(4)/amdtemp(4): Attach to Ryzen 2 hostbridgesConrad Meyer2018-11-141-2/+6
* Reapply, with minor tweaks, r338025, from the original commit:Warner Losh2018-09-261-1/+1
* Back out r338035 until Warner is finished churning GSoC PNP patchesConrad Meyer2018-08-191-1/+1
* Remove unused and easy to misuse PNP macro parameterConrad Meyer2018-08-191-1/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Add PNP metadata to a few driversConrad Meyer2017-09-141-2/+3
* amdtemp(4): Do not probe not matching hostbridgesConrad Meyer2017-09-051-0/+2
* amdtemp(4): Add support for Family 17h temperature sensorConrad Meyer2017-09-051-2/+42
* Fix the deciKelvin to Celsius conversion in kernel.Luiz Otavio O Souza2016-05-221-1/+1
* Add PCI ID for family 10h model 30h to amdtemp(4).Luiz Otavio O Souza2016-04-191-0/+2
* Add one more AMD Kaveri APU device ID.Christian Brueffer2014-10-131-0/+2
* Add support for AMD Family 16h (Kabini) sensor devices.Christian Brueffer2014-03-141-0/+4
* Add support for my:John-Mark Gurney2013-08-261-0/+2
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...Sofian Brabez2013-01-301-1/+1
* This isn't functionally identical. In some cases a hint to disableEitan Adler2012-10-221-0/+3
* Now that device disabling is generic, remove extraneous code from theEitan Adler2012-10-221-3/+0
* - Add support for Family 12h, 14h and 15h processors.Jung-uk Kim2012-02-241-109/+146
* Restore (undocumented) support for early revisions and add more comments.Jung-uk Kim2009-09-141-43/+77
* Fix typos in comments from the previous commit.Jung-uk Kim2009-09-111-2/+2
* Improve amdtemp(4) significantly:Jung-uk Kim2009-09-111-125/+226
* Temporarily revert the new-bus locking for 8.0 release. It will beJohn Baldwin2009-08-201-2/+0
* Make the newbus subsystem Giant free by adding the new newbus sxlock.Attilio Rao2009-08-021-0/+2
* Fix comment explaining where this driver came from.Rui Paulo2009-03-131-1/+1
* Rename all the variables/function names/structs/etc. to reflect theRui Paulo2009-03-131-86/+121
* Rename the k8temp driver to amdtemp.Rui Paulo2009-03-131-0/+342