| Age | Commit message (Expand) | Author |
| 2010-12-22 | Regen. | jruoho |
| 2010-12-22 | Add IPI0001, an identifier for ipmi(4). From Dell M710. | jruoho |
| 2010-12-20 | Use branch annotations in couple of places. Add two comments. | jruoho |
| 2010-11-30 | Add AMD C1E quirk. Tested by cegger@. | jruoho |
| 2010-11-07 | Replace ACPI_UINT64 by ACPICA's ACPI_INTEGER. Remove superfluous casts. | gsutre |
| 2010-11-05 | Hm, the warning sign was not big enough. | gsutre |
| 2010-11-05 | Merge ACPI Fujitsu Driver. Provides support for hotkeys and other | gsutre |
| 2010-11-04 | Initialize pointers to NULL to avoid accidentally free(9)'ing garbage. | jruoho |
| 2010-11-02 | acpi_eval_integer: check that the evaluation produced a result. | gsutre |
| 2010-10-29 | Lock the _DGS values (desired output state) during the display | gsutre |
| 2010-10-28 | Simplify the sysctl variable for BIOS switch policy, and document it | gsutre |
| 2010-10-28 | Be silent if we get a notification to tell us that we woke up the system. | jruoho |
| 2010-10-28 | Install EC space handler and pass everything to acpiec(4). | jruoho |
| 2010-10-28 | Fix a comment typo. | jruoho |
| 2010-10-28 | Only override data from XPSS if the conventional _PSS did not contain the | jruoho |
| 2010-10-27 | Make acpi(4) debug aware of ACPI_DISPLAY_COMPONENT. | gsutre |
| 2010-10-26 | An _ADR object is not required for PCI root bridges. To solve | gsutre |
| 2010-10-26 | Add LEN0014. (And to the previous commit; a driver for this, not PNP0C32, is | jruoho |
| 2010-10-26 | Regen. | jruoho |
| 2010-10-26 | Add more identifiers for ATM chips. | jruoho |
| 2010-10-26 | Add support for module(9). | jruoho |
| 2010-10-26 | Bump WARNS to 4. | jruoho |
| 2010-10-26 | Use kmem(9) instead of malloc(9). | jruoho |
| 2010-10-26 | Refactor slightly and bump WARNS to 4. | jruoho |
| 2010-10-25 | Add support for module(9). | jruoho |
| 2010-10-25 | Fix build failure. | jruoho |
| 2010-10-25 | Bump WARNS to 4. | jruoho |
| 2010-10-24 | add support for building as a module | jmcneill |
| 2010-10-24 | add support for building as modules | jmcneill |
| 2010-10-24 | add rescan support | jmcneill |
| 2010-10-24 | Add acpiwmi(4) mappings for MSI laptops. | jruoho |
| 2010-10-24 | Simplify acpi_enter_sleep_state() and guard it against NULL pointer | jruoho |
| 2010-10-12 | Merge ACPI display driver. Provides generic support for brightness | gsutre |
| 2010-10-08 | Store sysctl MIBs instead of a pointer to the root of the sysctl | gsutre |
| 2010-10-02 | Drop _HID requirement for attachment under acpi(4). From now on, | gsutre |
| 2010-09-24 | Do not discard ACPI PCI addresses with function number 0xFFFF: the | gsutre |
| 2010-09-06 | Add support for blacklisting ACPI BIOS implementations by year. By default, | jmcneill |
| 2010-09-06 | Remove quirk added in rev 1.14. Even after the change of 1.16, it | jakllsch |
| 2010-09-04 | Use FADT instead of DSDT in the quirk added in the revision 1.14. | 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-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 |