index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
kern
/
kern_cpu.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Print message about cpufreq and timecounter TSC
mnag
2006-03-03
1
-1
/
+8
*
make saved cpu level stackable.
ume
2005-10-03
1
-30
/
+53
*
Break out the checks for duplicates and absolute settings being too high
njl
2005-09-02
1
-8
/
+17
*
Eliminate cpufreq levels for two cases that are less than optimal:
njl
2005-08-30
1
-47
/
+48
*
- don't forget to save freqency when priority is raised.
ume
2005-08-18
1
-3
/
+2
*
don't forget to update curr_priority. even when frequency is
ume
2005-08-18
1
-0
/
+1
*
Save cpu level only when priority is greater than PRIO_USER
ume
2005-08-16
1
-1
/
+1
*
The "lowest" sysctl setting makes more sense as the lowest one to use, so
njl
2005-08-11
1
-2
/
+2
*
Add debugging prints to all the methods in case there are problems with
njl
2005-04-10
1
-7
/
+70
*
Add a check for cpufreq_unregister() being called with no cpufreq device
njl
2005-03-31
1
-0
/
+5
*
Add locking to handle multiple threads getting/setting frequencies at the
njl
2005-02-27
1
-15
/
+62
*
Allow users to reject levels below a given frequency (in MHz) via the
njl
2005-02-26
1
-1
/
+17
*
Bump the maximum number of levels to 64 and add warning messages about
njl
2005-02-24
1
-5
/
+15
*
Add the "freq_settings" sysctl to each device that registers with cpufreq
njl
2005-02-20
1
-0
/
+41
*
Introduce a new method, cpufreq_drv_type(), that returns the type of the
njl
2005-02-18
1
-6
/
+7
*
When dealing with systems with no absolute drivers attached, only calibrate
njl
2005-02-15
1
-10
/
+22
*
Bind to the driver's parent cpu before switching, for both absolute and
njl
2005-02-15
1
-18
/
+28
*
Implement priorities. This allows a driver (say, for cooling purposes) to
njl
2005-02-14
1
-4
/
+38
*
Add support for the CPUFREQ_FLAG_INFO_ONLY flag. Devices that report this
njl
2005-02-13
1
-1
/
+8
*
Set levels on all CPUs and attach a cpufreq device to each one. Sysctl
njl
2005-02-13
1
-22
/
+62
*
Add support for relative cpufreq drivers. Such drivers modulate clock
njl
2005-02-06
1
-27
/
+192
*
Add the cpufreq framework. This code manages multiple drivers and presents
njl
2005-02-04
1
-0
/
+532