| Commit message (Expand) | Author | Age | Files | Lines |
| * | If possible, try to obtain max_mhz on cpufreq attach instead of first request. | Alexander Motin | 2008-12-16 | 1 | -1/+8 |
| * | Fix a few edge cases with error handling in cpufreq(4)'s CPUFREQ_GET() | John Baldwin | 2008-05-05 | 1 | -3/+3 |
| * | Remove duplicate cpufreq levels, i.e. ones that are within 25 Mhz of each | Nate Lawson | 2008-01-16 | 1 | -0/+11 |
| * | If we're on an SMP kernel and there is more than 1 CPU, reject any attempts | Nate Lawson | 2007-10-30 | 1 | -1/+17 |
| * | Always call sched_bind(), even if on the CPU in question. It is wrong to | Nate Lawson | 2007-08-20 | 1 | -25/+15 |
| * | Use a different loop variable for the inner loop. This previous reuse could | Nate Lawson | 2007-08-19 | 1 | -4/+4 |
| * | Commit 14/14 of sched_lock decomposition. | Jeff Roberson | 2007-06-05 | 1 | -8/+8 |
| * | Add an interface for drivers to be notified of changes to CPU frequency. | Nate Lawson | 2007-03-26 | 1 | -26/+40 |
| * | - Print message about cpufreq and timecounter TSC | Marcus Alves Grando | 2006-03-03 | 1 | -1/+8 |
| * | make saved cpu level stackable. | Hajimu UMEMOTO | 2005-10-03 | 1 | -30/+53 |
| * | Break out the checks for duplicates and absolute settings being too high | Nate Lawson | 2005-09-02 | 1 | -8/+17 |
| * | Eliminate cpufreq levels for two cases that are less than optimal: | Nate Lawson | 2005-08-30 | 1 | -47/+48 |
| * | - don't forget to save freqency when priority is raised. | Hajimu UMEMOTO | 2005-08-18 | 1 | -3/+2 |
| * | don't forget to update curr_priority. even when frequency is | Hajimu UMEMOTO | 2005-08-18 | 1 | -0/+1 |
| * | Save cpu level only when priority is greater than PRIO_USER | Hajimu UMEMOTO | 2005-08-16 | 1 | -1/+1 |
| * | The "lowest" sysctl setting makes more sense as the lowest one to use, so | Nate Lawson | 2005-08-11 | 1 | -2/+2 |
| * | Add debugging prints to all the methods in case there are problems with | Nate Lawson | 2005-04-10 | 1 | -7/+70 |
| * | Add a check for cpufreq_unregister() being called with no cpufreq device | Nate Lawson | 2005-03-31 | 1 | -0/+5 |
| * | Add locking to handle multiple threads getting/setting frequencies at the | Nate Lawson | 2005-02-27 | 1 | -15/+62 |
| * | Allow users to reject levels below a given frequency (in MHz) via the | Nate Lawson | 2005-02-26 | 1 | -1/+17 |
| * | Bump the maximum number of levels to 64 and add warning messages about | Nate Lawson | 2005-02-24 | 1 | -5/+15 |
| * | Add the "freq_settings" sysctl to each device that registers with cpufreq | Nate Lawson | 2005-02-20 | 1 | -0/+41 |
| * | Introduce a new method, cpufreq_drv_type(), that returns the type of the | Nate Lawson | 2005-02-18 | 1 | -6/+7 |
| * | When dealing with systems with no absolute drivers attached, only calibrate | Nate Lawson | 2005-02-15 | 1 | -10/+22 |
| * | Bind to the driver's parent cpu before switching, for both absolute and | Nate Lawson | 2005-02-15 | 1 | -18/+28 |
| * | Implement priorities. This allows a driver (say, for cooling purposes) to | Nate Lawson | 2005-02-14 | 1 | -4/+38 |
| * | Add support for the CPUFREQ_FLAG_INFO_ONLY flag. Devices that report this | Nate Lawson | 2005-02-13 | 1 | -1/+8 |
| * | Set levels on all CPUs and attach a cpufreq device to each one. Sysctl | Nate Lawson | 2005-02-13 | 1 | -22/+62 |
| * | Add support for relative cpufreq drivers. Such drivers modulate clock | Nate Lawson | 2005-02-06 | 1 | -27/+192 |
| * | Add the cpufreq framework. This code manages multiple drivers and presents | Nate Lawson | 2005-02-04 | 1 | -0/+532 |