aboutsummaryrefslogtreecommitdiff
path: root/sys/x86/cpufreq/hwpstate_intel.c
Commit message (Expand)AuthorAgeFilesLines
* hwpstate{_amd,intel}(4): Move common knobs to a separate fileOlivier Certner11 days1-5/+1
* newbus: replace leftover device unit wildcardsAhmad Khalifa2025-06-211-1/+1
* 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
* cpufreq: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-3/+1
* x86: Remove CTLFLAG_NEEDGIANT from sysctls.Alexander Motin2021-12-261-2/+2
* modules: increase MAXMODNAME and provide backward compatBjoern A. Zeeb2021-12-091-0/+1
* Make CPU children explicitly share parent unit numbers.Alexander Motin2021-09-251-5/+3
* hwpstate_intel: don't unconditionally print the error messageYuri Pankov2020-11-291-2/+4
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-2/+2
* hwpstate_intel(4): Save admin-set EPP/EPB and restore after suspendConrad Meyer2020-02-011-21/+39
* hwpstate_intel(4): Print failure message only on failureConrad Meyer2020-02-011-2/+4
* hwpstate_intel(4): Detect and support PKG variantConrad Meyer2020-02-011-10/+53
* hwpstate_intel(4): Add fallback EPP using PERF_BIAS MSRConrad Meyer2020-02-011-10/+55
* x86: Add/amend some power-management comments/macrosConrad Meyer2020-02-011-0/+12
* hwpstate_intel(4): Error check epp sysctl & bail if HW does not support featureConrad Meyer2020-02-011-2/+9
* intel_hwpstate(4): Use identcpu-cached cpuid 6 leafConrad Meyer2020-02-011-22/+5
* intel_hwpstate(4): Don't leak bound thread in error conditionsConrad Meyer2020-02-011-5/+13
* hwpstate_intel(4): Silence/fix Coverity reportsConrad Meyer2020-01-291-8/+10
* cpufreq(4): Fix missing MODULE_DEPEND on hwpstate_intelConrad Meyer2020-01-231-0/+1
* Fix 32-bit build post r357002.Cy Schubert2020-01-231-6/+6
* cpufreq(4): Add support for Intel Speed ShiftConrad Meyer2020-01-221-0/+516