| Age | Commit message (Expand) | Author |
| 2020-12-07 | acpicpu: Add support for ACPI P-states and T-states on Arm. | jmcneill |
| 2020-03-16 | Use the module subsystem's ability to process SYSCTL_SETUP() entries to | pgoyette |
| 2017-06-01 | remove checks for failure after memory allocation calls that cannot fail: | chs |
| 2014-02-25 | Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before | pooka |
| 2012-03-27 | Fix a regression introduced during the change of the DMI naming conventions | jruoho |
| 2011-11-14 | add a machdep.dmi sysctl tree with the following read-only keys: | jmcneill |
| 2011-10-27 | Revert the revision 1.5 in cpufreq(9). Instead, document that the KPI can | jruoho |
| 2011-10-20 | Initialize P-states to P0 (i.e. the highest frequency). | jruoho |
| 2011-10-18 | Convert to use cpufreq(9). | jruoho |
| 2011-06-22 | Get rid of RUN_ONCE(9). Should fix PR # kern/44043. | jruoho |
| 2011-06-21 | Rename acpi_get_node() to acpi_match_node() for consistency. | jruoho |
| 2011-06-20 | Use the new acpi_match_cpu_info() from acpi_util.c. | jruoho |
| 2011-06-12 | Move the evaluation of the _PDC control method out from the acpicpu(4) | jruoho |
| 2011-04-25 | Add a missing case value in a switch statement. | jruoho |
| 2011-03-24 | Remove the "simple CPU lock" that was unnecessary. | jruoho |
| 2011-03-19 | Like in rest of the acpi(4) stack, queue all resume hooks. | jruoho |
| 2011-03-05 | Add __cpu_simple_lock_t. Use it, x86_read_psl(), and x86_disable_intr() to | jruoho |
| 2011-03-03 | Add DMI quirk support via pmf_get_platform(9). If any of the listed models | jruoho |
| 2011-03-02 | Append Intel's Turbo Boost to the debug printfs if we detect it. | jruoho |
| 2011-03-01 | Detach evcnt(9) before the states. | jruoho |
| 2011-03-01 | Move also the evcnt(9) event counters to one place. No functional change. | jruoho |
| 2011-03-01 | Simplify by moving the debug printfs to one place. No functional change. | jruoho |
| 2011-02-27 | Provide MD wrappers for match and attach. | jruoho |
| 2011-02-27 | Move acpicpu(4) from "acpinodebus" to "cpufeaturebus". | jruoho |
| 2011-02-25 | Start to derive the percpu(9) (or per-domain) state coordination | jruoho |
| 2011-02-25 | Rename couple of badly named functions for consistency. No functional change. | jruoho |
| 2011-02-25 | Store a pointer to cpu_info rather than cpu_info::ci_acpiid alone. | jruoho |
| 2011-02-16 | Use ioconf for the module declarations. | jruoho |
| 2011-01-13 | Do not try to attach more ACPI CPUs than the amount of "real" CPUs. | jruoho |
| 2010-12-30 | Change the default behavior to enforce the maximum frequency when the | jruoho |
| 2010-10-28 | Fix a comment typo. | jruoho |
| 2010-08-27 | Fix PR kern/43765 from Scott Ellis. | jruoho |
| 2010-08-27 | From jmcneill@: fix and rework the obscure _OSC evaluation. | jruoho |
| 2010-08-19 | Deal with autoconfiguration madness by using config_defer(9) to defer | jruoho |
| 2010-08-17 | Add support for the optional dynamic minimum (in terms of MHz) via _PDL. | jruoho |
| 2010-08-16 | Two changes: | jruoho |
| 2010-08-16 | Now that the deferred configuration actually works as expected and documented, | jruoho |
| 2010-08-14 | Check the cold-flag also in the notify handler. | jruoho |
| 2010-08-13 | Merge T-state a.k.a. throttling support for acpicpu(4). | jruoho |
| 2010-08-11 | Check the 'sc->sc_cold' flag also in P-state code, and set this flag once | jruoho |
| 2010-08-08 | jmcneill@: do not touch the bus_space(9) handle. | jruoho |
| 2010-08-08 | Merge P-state support for acpicpu(4). | jruoho |
| 2010-08-04 | Store the MADT-derived CPU ID to <x86/cpu.h>. This is required to properly | jruoho |
| 2010-07-30 | On second thought, rename the mutex so it can be (logically) shared. We will | jruoho |
| 2010-07-29 | Add a per ACPI CPU mutex for C-states. Protect the _CST update with this: | jruoho |
| 2010-07-26 | Fix wrong return value. | jruoho |
| 2010-07-25 | Improve comments. Move the #ifdef around. | jruoho |
| 2010-07-24 | Remove the currently unnecessary mutex. | jruoho |
| 2010-07-23 | Remove the recently added ACPICPU_FLAG_INIT and instead operate with the | jruoho |
| 2010-07-21 | ACPI enumerates cpus with 0..n. | cegger |