| Age | Commit message (Expand) | Author |
| 2011-11-15 | Add comment. | 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-22 | Contrary to the previous, use aprint_error(9) but suppress warnings | jruoho |
| 2011-06-04 | Change some printfs to aprint_debug(9). | jruoho |
| 2011-04-01 | Maintain the state properly during firmware-based DVFS. | jruoho |
| 2011-03-19 | Like in rest of the acpi(4) stack, queue all resume hooks. | jruoho |
| 2011-03-17 | Properly set the frequency during suspend and resume. Should fix problems | jruoho |
| 2011-03-05 | Add __cpu_simple_lock_t. Use it, x86_read_psl(), and x86_disable_intr() to | 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-03-01 | Move the xcall(9) that does the P- and T-state transformations from the MD | 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 | Add preliminary support for the IA32_APERF and IA32_MPERF frequency counters. | jruoho |
| 2011-02-23 | Lower the worst-case latency in P- and T-state transitions to 1 usec. | jruoho |
| 2011-01-30 | Improve error reporting. | jruoho |
| 2010-12-30 | Change the default behavior to enforce the maximum frequency when the | jruoho |
| 2010-12-20 | Use branch annotations in couple of places. Add two comments. | jruoho |
| 2010-10-28 | Only override data from XPSS if the conventional _PSS did not contain the | jruoho |
| 2010-08-21 | - don't clobber the data found by _PSS if XPSS validation fails | jmcneill |
| 2010-08-20 | Give a hint about a driver conflict. | jruoho |
| 2010-08-20 | Check the cached value also when setting a state. | jruoho |
| 2010-08-18 | Use the idea from cegger@ and fill the (X)PSS structure during initialization. | jruoho |
| 2010-08-17 | Adjust locking for previous. | jruoho |
| 2010-08-17 | Clarify the initialization of the dynamic maximums/minimums. Reset these to | jruoho |
| 2010-08-17 | Add support for the optional dynamic minimum (in terms of MHz) via _PDL. | jruoho |
| 2010-08-16 | Fix comments. | jruoho |
| 2010-08-16 | Two changes: | jruoho |
| 2010-08-16 | Now that the deferred configuration actually works as expected and documented, | jruoho |
| 2010-08-16 | make it compile again | jmcneill |
| 2010-08-16 | If XPSS is used, only invalidate P-states if the control MSR address is zero. | jruoho |
| 2010-08-16 | Add support for Extended PSS ACPI Method Specification from Microsoft. | jruoho |
| 2010-08-16 | Do not error out neither in P-states nor in T-states if the method for the | jruoho |
| 2010-08-14 | Do not accidentally write zeros to (PSTATE_CNT and CST_CNT) registers. | jruoho |
| 2010-08-14 | Do not queue functions via sysmon_taskq(9) in the pmf(9) resume hooks. | jruoho |
| 2010-08-13 | Instead of packing structures that do not need to be __packed, remove two | jruoho |
| 2010-08-13 | Remove some unnecessary locking. Mainly a leftover from previous revisions | jruoho |
| 2010-08-13 | Merge T-state a.k.a. throttling support for acpicpu(4). | jruoho |
| 2010-08-12 | Three small things: (1) fix off by one, (2) protect the cached P-state | jruoho |
| 2010-08-11 | Properly protect against garbage values. | jruoho |
| 2010-08-11 | Print the state information only once. The per-CPU information was quite | jruoho |
| 2010-08-11 | Check the 'sc->sc_cold' flag also in P-state code, and set this flag once | jruoho |
| 2010-08-11 | Add a small additional check for the validity of the GAS register. | jruoho |
| 2010-08-11 | Use a define instead of a magic constant for the arbitrary P-state limit. | jruoho |
| 2010-08-11 | Pretty printing. | jruoho |
| 2010-08-10 | Use evcnt(9) for the counters. | jruoho |
| 2010-08-09 | On systems where both the existing EST code and the one provided by ACPI are | jruoho |
| 2010-08-09 | When retrieving the current frequency, scan all available P-states. | jruoho |
| 2010-08-08 | Improve error and debug messages. | jruoho |