| Commit message (Expand) | Author | Age | Files | Lines |
* | Add an EARLY_AP_STARTUP option to start APs earlier during boot. | jhb | 2016-05-14 | 1 | -0/+4 |
* | Pull in r267961 and r267973 again. Fix for issues reported will follow. | hselasky | 2014-06-28 | 1 | -4/+2 |
* | Revert r267961, r267973: | gjb | 2014-06-27 | 1 | -2/+4 |
* | Extend the meaning of the CTLFLAG_TUN flag to automatically check if | hselasky | 2014-06-27 | 1 | -4/+2 |
* | In cf_get_method, when we don't already know what clock speed the CPU is | cperciva | 2014-05-11 | 1 | -5/+6 |
* | Free resources in an error case. | brueffer | 2014-05-02 | 1 | -0/+1 |
* | Retire smp_active. It was racey and caused demonstrated problems with | scottl | 2014-04-26 | 1 | -1/+1 |
* | Revert r175376 and tune cpufreq(4) frequency comparison logic instead. | mav | 2012-03-10 | 1 | -21/+10 |
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | ed | 2011-11-07 | 1 | -1/+2 |
* | cpufreq: allocate long-lived buffer for handling of sysctl requests | avg | 2010-07-23 | 1 | -7/+6 |
* | Free allocated sbufs before returning ENOMEM. | brueffer | 2010-01-08 | 1 | -2/+6 |
* | Provide a new CPU device driver ivar to report the nominal speed of the | nwhitehorn | 2009-05-31 | 1 | -12/+21 |
* | If possible, try to obtain max_mhz on cpufreq attach instead of first request. | mav | 2008-12-16 | 1 | -1/+8 |
* | Fix a few edge cases with error handling in cpufreq(4)'s CPUFREQ_GET() | jhb | 2008-05-05 | 1 | -3/+3 |
* | Remove duplicate cpufreq levels, i.e. ones that are within 25 Mhz of each | njl | 2008-01-16 | 1 | -0/+11 |
* | If we're on an SMP kernel and there is more than 1 CPU, reject any attempts | njl | 2007-10-30 | 1 | -1/+17 |
* | Always call sched_bind(), even if on the CPU in question. It is wrong to | njl | 2007-08-20 | 1 | -25/+15 |
* | Use a different loop variable for the inner loop. This previous reuse could | njl | 2007-08-19 | 1 | -4/+4 |
* | Commit 14/14 of sched_lock decomposition. | jeff | 2007-06-05 | 1 | -8/+8 |
* | Add an interface for drivers to be notified of changes to CPU frequency. | njl | 2007-03-26 | 1 | -26/+40 |
* | - 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 |