summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_cpu.c
Commit message (Expand)AuthorAgeFilesLines
* - Print message about cpufreq and timecounter TSCmnag2006-03-031-1/+8
* make saved cpu level stackable.ume2005-10-031-30/+53
* Break out the checks for duplicates and absolute settings being too highnjl2005-09-021-8/+17
* Eliminate cpufreq levels for two cases that are less than optimal:njl2005-08-301-47/+48
* - don't forget to save freqency when priority is raised.ume2005-08-181-3/+2
* don't forget to update curr_priority. even when frequency isume2005-08-181-0/+1
* Save cpu level only when priority is greater than PRIO_USERume2005-08-161-1/+1
* The "lowest" sysctl setting makes more sense as the lowest one to use, sonjl2005-08-111-2/+2
* Add debugging prints to all the methods in case there are problems withnjl2005-04-101-7/+70
* Add a check for cpufreq_unregister() being called with no cpufreq devicenjl2005-03-311-0/+5
* Add locking to handle multiple threads getting/setting frequencies at thenjl2005-02-271-15/+62
* Allow users to reject levels below a given frequency (in MHz) via thenjl2005-02-261-1/+17
* Bump the maximum number of levels to 64 and add warning messages aboutnjl2005-02-241-5/+15
* Add the "freq_settings" sysctl to each device that registers with cpufreqnjl2005-02-201-0/+41
* Introduce a new method, cpufreq_drv_type(), that returns the type of thenjl2005-02-181-6/+7
* When dealing with systems with no absolute drivers attached, only calibratenjl2005-02-151-10/+22
* Bind to the driver's parent cpu before switching, for both absolute andnjl2005-02-151-18/+28
* Implement priorities. This allows a driver (say, for cooling purposes) tonjl2005-02-141-4/+38
* Add support for the CPUFREQ_FLAG_INFO_ONLY flag. Devices that report thisnjl2005-02-131-1/+8
* Set levels on all CPUs and attach a cpufreq device to each one. Sysctlnjl2005-02-131-22/+62
* Add support for relative cpufreq drivers. Such drivers modulate clocknjl2005-02-061-27/+192
* Add the cpufreq framework. This code manages multiple drivers and presentsnjl2005-02-041-0/+532
OpenPOWER on IntegriCloud