aboutsummaryrefslogtreecommitdiff
path: root/sys/x86/cpufreq
Commit message (Expand)AuthorAgeFilesLines
* cpufreq: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-066-13/+7
* powernow(4): Fix unused variable warnings by using the variables.John Baldwin2022-04-061-2/+2
* x86: Remove CTLFLAG_NEEDGIANT from sysctls.Alexander Motin2021-12-261-2/+2
* smist: Remove unneeded Giant from bus_dma_tag_create().Alexander Motin2021-12-101-2/+1
* modules: increase MAXMODNAME and provide backward compatBjoern A. Zeeb2021-12-091-0/+1
* Make CPU children explicitly share parent unit numbers.Alexander Motin2021-09-256-10/+12
* hwpstate_intel: don't unconditionally print the error messageYuri Pankov2020-11-291-2/+4
* x86: clean up empty lines in .c and .h filesMateusz Guzik2020-09-015-8/+1
* 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(4): Ignore CurPstateLimit by defaultConrad Meyer2020-01-311-9/+17
* hwpstate_intel(4): Silence/fix Coverity reportsConrad Meyer2020-01-291-8/+10
* hwpstate(4): Log a debug line when throttledConrad Meyer2020-01-271-1/+5
* 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-224-0/+563
* Add support for Hygon Dhyana Family 18h processor.Konstantin Belousov2020-01-211-3/+7
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-201-0/+1
* cpufreq: Remove error-prone table terminators in favor of automatic sizingConrad Meyer2018-04-141-74/+28
* Revert r327828, r327949, r327953, r328016-r328026, r328041:Pedro F. Giffuni2018-01-211-1/+1
* x86: make some use of mallocarray(9).Pedro F. Giffuni2018-01-151-1/+1
* Properly skip the first CPU. It only accidentally worked because theJung-uk Kim2017-11-301-6/+4
* Add a tunable "debug.hwpstate_verify" to check P-state after changing it andJung-uk Kim2017-11-301-31/+43
* Fix style(9).Jung-uk Kim2017-11-291-8/+8
* sys/x86: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-275-0/+10
* cpufreq(4) hwpstate: Yield CPU awaiting frequency changeConrad Meyer2017-09-071-6/+8
* hwpstate: Add support for family 17h pstate info from MSRsConrad Meyer2017-08-201-0/+13
* - Mention mismatching numbers in MSR vs. ACPI _PSS count warning: seeingAlexey Dokuchaev2016-12-011-3/+5
* Add powerd(8) support for several families of AMD CPUs.John Baldwin2016-10-271-7/+9
* sys: replace comma with semicolon when pertinent.Pedro F. Giffuni2016-08-091-3/+3
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-101-1/+1
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-2/+1
* Revert r267961, r267973:Glen Barber2014-06-271-1/+2
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-2/+1
* Do not DELAY() for P-state transition unless we want to see the result.Alexander Motin2013-12-101-3/+2
* Fix powerd/states on AMD cpus. Resolves issues with system reporting:Sean Bruno2013-11-061-2/+7
* Adding a detach method to p4tcc driver.Hiren Panchasara2013-05-101-0/+20
* This isn't functionally identical. In some cases a hint to disableEitan Adler2012-10-222-0/+7
* Now that device disabling is generic, remove extraneous code from theEitan Adler2012-10-222-7/+0
* Fix apparent logic reversal in setting the 'auto_mode' flag.Alexander Kabaev2012-02-261-2/+2
* Use ACPI-supplied CPU frequencies instead of estimated ones as we are aboutJung-uk Kim2011-04-271-3/+3
* Use atomic load & store for TSC frequency. It may be overkill for amd64 butJung-uk Kim2011-04-071-1/+1
* Set C1 "I/O then Halt" capability bit for Intel EIST. Some broken BIOSesJung-uk Kim2011-02-251-2/+5