| Age | Commit message (Expand) | Author |
| 2025-12-03 | ofw: Fix 64-bit arithmetic in cpufreq_dt.c. | Michal Meloun |
| 2025-06-21 | newbus: replace leftover device unit wildcards | Ahmad Khalifa |
| 2025-01-10 | riscv: enable cpufreq_dt driver | Mitchell Horne |
| 2024-01-10 | regulator: Move regulator code in dev/regulator | Emmanuel Vadot |
| 2024-01-10 | clk: Move clock code in dev/clk | Emmanuel Vadot |
| 2023-11-26 | sys: Automated cleanup of cdefs and other formatting | Warner Losh |
| 2023-09-08 | cpufreq_dt: Find the closest frequency | Emmanuel Vadot |
| 2023-08-16 | sys: Remove $FreeBSD$: one-line .c pattern | Warner Losh |
| 2023-08-16 | sys: Remove $FreeBSD$: two-line .h pattern | Warner Losh |
| 2023-05-12 | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh |
| 2022-05-06 | cpufreq: Remove unused devclass arguments to DRIVER_MODULE. | John Baldwin |
| 2022-02-21 | cpufreq: dt: Plug set but not used variable | Emmanuel Vadot |
| 2021-12-14 | cpufreq: Support operating-mode-v2 tables with no voltages | Adrian Chadd |
| 2021-09-24 | Make CPU children explicitly share parent unit numbers. | Alexander Motin |
| 2020-09-01 | cpufreq: clean up empty lines in .c and .h files | Mateusz Guzik |
| 2020-06-09 | coufreq_dt: Rename DEBUG to DPRINTF | Emmanuel Vadot |
| 2020-03-09 | cpufreq: Unbreak build. | Emmanuel Vadot |
| 2020-03-09 | cpufreq_dt: Fix r358555 | Emmanuel Vadot |
| 2020-03-02 | cpufreq_dt: Improve multiple opp support | Emmanuel Vadot |
| 2019-12-03 | cpufreq_dt: Do not fetch again hw.ncpu | Emmanuel Vadot |
| 2019-12-03 | cpufreq_dt: Do not attach the device if the cpu isn't present | Emmanuel Vadot |
| 2019-12-03 | Remove "all rights reserved" from copyright for the file I own. | Emmanuel Vadot |
| 2019-03-19 | Improve cpufreq_dt. | Michal Meloun |
| 2018-07-19 | cpufreq_dt: Add operating-points-v2 support | Emmanuel Vadot |
| 2018-04-09 | Align OF_getencprop_alloc API with OF_getencprop and OF_getprop_alloc | Oleksandr Tymoshenko |
| 2017-11-27 | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni |
| 2016-09-06 | Add generic device-tree cpufreq driver. | Jared McNeill |
| 2013-02-26 | Add a quirk to disable this driver for certain older laptops with an ICH2 | John Baldwin |
| 2013-01-30 | Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de... | Sofian Brabez |
| 2008-08-13 | Attach the cpufreq child devices with specific orders to enforce relative | John Baldwin |
| 2008-03-10 | Probe CPUs after the PCI hierarchy on i386, amd64, and ia64. This allows | John Baldwin |
| 2006-05-16 | Since DELAY() was moved, most <machine/clock.h> #includes have been | Poul-Henning Kamp |
| 2005-03-20 | Only activate ICH speedstep if we're going to use it. No bugs were observed | Nate Lawson |
| 2005-02-27 | Make a pass through all drivers checking specs for desired behavior on | Nate Lawson |
| 2005-02-22 | Support disabling individual cpufreq drivers with hints, e.g., | Nate Lawson |
| 2005-02-20 | Don't attach ichss if est is present. On systems that seem to support both, | Nate Lawson |
| 2005-02-18 | Introduce a new method, cpufreq_drv_type(), that returns the type of the | Nate Lawson |
| 2005-02-17 | Fix the check for acpi_perf(4) so that we verify if it is fully attached | Nate Lawson |
| 2005-02-05 | Use intr_disable/restore() instead of disable_intr() since the latter is | Nate Lawson |
| 2005-02-04 | Don't rely on indirect inclusion of machine/bus.h to use | Warner Losh |
| 2005-02-04 | Add a cpufreq driver for the SpeedStep capability in the ICH chipset. This | Nate Lawson |