| Age | Commit message (Expand) | Author |
| 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-24 | Bypass ACPI_NOTIFY_DEVICE_WAKE also in acpilid(4). Use aprint_debug_dev(9) | jruoho |
| 2010-08-24 | Remove phony spl(9). XXX: This driver needs to be cleaned up. | jruoho |
| 2010-08-24 | Add native support for AMD family 0Fh processors. This is the furthest we | jruoho |
| 2010-08-24 | Initialize acpi_force_load so that it gets allocated in the data segment | pgoyette |
| 2010-08-23 | Other entry points beyond x86_cpu_idle_halt() may use HLT as the | jruoho |
| 2010-08-22 | Use acpi_timer_read_fast() instead of acpi_timer_read_safe(). | jruoho |
| 2010-08-22 | Don't put devices in the ignored IDs list just because no driver exists. | jmcneill |
| 2010-08-21 | After discussion with jakllsch@ and jmcneill@, revert the previous and only | jruoho |
| 2010-08-21 | in acpibut_notify_handler, suppress 'unknown event' messages for | jmcneill |
| 2010-08-21 | Update the various xxx_verbose modules to conform to the module subsystem's | pgoyette |
| 2010-08-21 | - don't clobber the data found by _PSS if XPSS validation fails | jmcneill |
| 2010-08-21 | Check from CPUID 0x06 %eax (on Intel) whether we might actually have an | jruoho |
| 2010-08-21 | Detect whether TSC is invariant, which may be the case on both new AMD and | jruoho |
| 2010-08-20 | Add two flags that needs to be dealt with (hardware vs. software | jruoho |
| 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-19 | pull in acpireg.h for ACPI_COMPONENT_RESOURCE | jmcneill |
| 2010-08-19 | define _COMPONENT and ACPI_MODULE_NAME() for ACPI_DEBUG | jmcneill |
| 2010-08-19 | add pmf support | jmcneill |
| 2010-08-19 | Deal with autoconfiguration madness by using config_defer(9) to defer | jruoho |
| 2010-08-18 | Use the idea from cegger@ and fill the (X)PSS structure during initialization. | jruoho |
| 2010-08-18 | Fix fix of a bug: first initialize sc, check sc != NULL, then KASSERT(9). | jruoho |
| 2010-08-17 | build fix: first initialize sc then KASSERT | cegger |
| 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-15 | Add comments and raise the minimum allowed T-state duty cycle to 10 %. | jruoho |
| 2010-08-15 | Properly deal with the previous FADT-issue. | jruoho |
| 2010-08-14 | Simplify the FADT-based entry by "faking" (overriding) also the address. | jruoho |
| 2010-08-14 | Do not accidentally write zeros to (PSTATE_CNT and CST_CNT) registers. | jruoho |
| 2010-08-14 | Check the cold-flag also in the notify handler. | jruoho |
| 2010-08-14 | Do not queue functions via sysmon_taskq(9) in the pmf(9) resume hooks. | jruoho |
| 2010-08-14 | Move the PIIX4-quirk to the MD file and disable T-states for PIIX4. | jruoho |
| 2010-08-13 | Explicitly include <sys/evcnt.h>. | 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 |