| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r361964: | Emmanuel Vadot | 2020-06-19 | 1 | -22/+23 |
| * | MFC r358555, r358799-r358800 | Emmanuel Vadot | 2020-06-18 | 1 | -5/+29 |
| * | MFC r355360-r355361 | Emmanuel Vadot | 2020-03-04 | 1 | -1/+6 |
| * | MFC r345297: | Michal Meloun | 2019-08-09 | 1 | -18/+40 |
| * | cpufreq_dt: Add operating-points-v2 support | Emmanuel Vadot | 2018-07-19 | 1 | -63/+227 |
| * | Align OF_getencprop_alloc API with OF_getencprop and OF_getprop_alloc | Oleksandr Tymoshenko | 2018-04-09 | 1 | -1/+1 |
| * | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 1 | -0/+2 |
| * | Add generic device-tree cpufreq driver. | Jared McNeill | 2016-09-06 | 1 | -0/+360 |
| * | Add a quirk to disable this driver for certain older laptops with an ICH2 | John Baldwin | 2013-02-26 | 1 | -4/+17 |
| * | Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de... | Sofian Brabez | 2013-01-30 | 1 | -1/+1 |
| * | Attach the cpufreq child devices with specific orders to enforce relative | John Baldwin | 2008-08-13 | 1 | -1/+1 |
| * | Probe CPUs after the PCI hierarchy on i386, amd64, and ia64. This allows | John Baldwin | 2008-03-10 | 1 | -61/+50 |
| * | Since DELAY() was moved, most <machine/clock.h> #includes have been | Poul-Henning Kamp | 2006-05-16 | 1 | -1/+0 |
| * | Only activate ICH speedstep if we're going to use it. No bugs were observed | Nate Lawson | 2005-03-20 | 1 | -9/+9 |
| * | Make a pass through all drivers checking specs for desired behavior on | Nate Lawson | 2005-02-27 | 1 | -1/+5 |
| * | Support disabling individual cpufreq drivers with hints, e.g., | Nate Lawson | 2005-02-22 | 1 | -0/+3 |
| * | Don't attach ichss if est is present. On systems that seem to support both, | Nate Lawson | 2005-02-20 | 1 | -2/+6 |
| * | Introduce a new method, cpufreq_drv_type(), that returns the type of the | Nate Lawson | 2005-02-18 | 1 | -9/+18 |
| * | Fix the check for acpi_perf(4) so that we verify if it is fully attached | Nate Lawson | 2005-02-17 | 1 | -4/+14 |
| * | Use intr_disable/restore() instead of disable_intr() since the latter is | Nate Lawson | 2005-02-05 | 1 | -2/+3 |
| * | Don't rely on indirect inclusion of machine/bus.h to use | Warner Losh | 2005-02-04 | 1 | -0/+1 |
| * | Add a cpufreq driver for the SpeedStep capability in the ICH chipset. This | Nate Lawson | 2005-02-04 | 1 | -0/+372 |