aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/coretemp
Commit message (Expand)AuthorAgeFilesLines
* 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
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* coretemp: Only log critical temperature eventssadaszewski2023-02-051-1/+3
* coretemp: Remove unused devclass argument to DRIVER_MODULE.John Baldwin2022-05-091-3/+1
* Make CPU children explicitly share parent unit numbers.Alexander Motin2021-09-251-1/+1
* coretemp: use x86_msr_op for thermal MSR accessKonstantin Belousov2021-08-051-41/+16
* coretemp(4): Switch to smp_rendezvous_cpus().Alexander Motin2021-07-301-22/+37
* hwpmc: Always set pmc_cpuid to somethingRyan Moeller2020-07-141-1/+1
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-1/+2
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-201-4/+5
* Quiet coretemp probeMatt Macy2018-06-151-0/+3
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Fix the deciKelvin to Celsius conversion in kernel.Luiz Otavio O Souza2016-05-221-1/+1
* Mark the coretemp(4) sysctls as MPSAFE, ensuring that Giant won't be heldMark Johnston2013-02-181-6/+6
* 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/+2
* Now that device disabling is generic, remove extraneous code from theEitan Adler2012-10-221-2/+0
* #PROCHOT assertion is sticky after reading the MSR (accordingly withAttilio Rao2011-09-191-1/+4
* Expose more variables from coretemp(4) via sysctl:Xin LI2011-09-021-60/+157
* Bump the maximum coretemp limit (for CPU temperature) to 110. SeveralAttilio Rao2011-08-191-2/+2
* Detect and set Atom's Tj(max) to 90 if it's not the 45nm D400/D500/N400Xin LI2011-05-051-0/+9
* Correct a typo. According to Intel document 318914, the Tj(max) for Core 2Xin LI2011-05-021-1/+1
* Catch known CPUs before using IA32_TEMPERATURE_TARGET.Xin LI2010-08-041-28/+40
* Improve cputemp(4) driver wrt newer Intel processors, especiallyXin LI2010-07-291-13/+47
* Change 'dev.cpu.N.temperature', sysctl I (degC) to IK (Kelvin).Norikatsu Shigemura2009-09-061-3/+5
* Introduce cpu_vendor_id and replace a lot of strcmp(cpu_vendor, "...").Jung-uk Kim2008-11-261-1/+2
* style(9): remove FreeBSD CVS ID from the initial license comment.Rui Paulo2008-05-141-3/+0
* Change the check for cpu_high to actually match CPUID 0x06.Rui Paulo2008-05-111-3/+3
* Don't attach to non Core CPUs. This is needed because on the PIII,Rui Paulo2008-02-141-0/+9
* Disable the check for errata AE18. On MacBooks (1,1 version) there'sRui Paulo2008-01-101-0/+6
* Backout sensors framework.Alexander Leidinger2007-10-151-45/+34
* Convert coretemp(4) to the hardware sensors framework andAlexander Leidinger2007-10-141-34/+45
* Style nits + more reliable Tj(max) detection + improved reporting ofDag-Erling Smørgrav2007-08-231-34/+42
* Add a driver for the on-die digital thermal sensor found on Intel CoreDag-Erling Smørgrav2007-08-151-0/+268