| Age | Commit message (Expand) | Author | Files | Lines |
| 2009-01-09 | ACPICA: create acpica/ directory |  Len Brown | 11 | -6775/+0 |
| 2008-12-31 | ACPICA: Restructure includes into public/private |  Bob Moore | 10 | -0/+10 |
| 2008-12-31 | ACPICA: New: acpi_read and acpi_write public interfaces |  Bob Moore | 2 | -18/+8 |
| 2008-12-31 | ACPICA: New: Public GPE group enable/disable interfaces |  Bob Moore | 1 | -0/+58 |
| 2008-12-31 | ACPICA: New: acpi_get_gpe_device interface |  Bob Moore | 3 | -7/+115 |
| 2008-12-29 | ACPICA: Reformat comments, no functional changes |  Bob Moore | 9 | -163/+152 |
| 2008-12-29 | ACPICA: Add global pointer for FACS table to simplify FACS access |  Bob Moore | 1 | -16/+6 |
| 2008-11-11 | Merge branch 'ec' into release |  Len Brown | 1 | -26/+9 |
| 2008-11-11 | Merge branch 'misc' into release |  Len Brown | 1 | -2/+0 |
| 2008-11-11 | ACPICA: Use spinlock for acpi_{en|dis}able_gpe |  Alexey Starikovskiy | 1 | -26/+9 |
| 2008-11-07 | Delete an unwanted return statement at evgpe.c |  Lin Ming | 1 | -2/+0 |
| 2008-10-28 | ACPI: bugfix reporting of event handler status |  Zhang Rui | 1 | -0/+6 |
| 2008-07-16 | ACPI: Enhance /sys/firmware/interrupts to allow enable/disable/clear from user-space |  Zhang Rui | 1 | -3/+15 |
| 2008-07-16 | ACPICA: Eliminate acpi_native_uint type v2 |  Bob Moore | 6 | -26/+22 |
| 2008-07-16 | ACPICA: Fix for hang on GPE method invocation |  Bob Moore | 2 | -5/+0 |
| 2008-07-16 | Make GPE disable more robust |  Bob Moore | 1 | -4/+14 |
| 2008-04-30 | Merge branches 'release', 'acpica', 'bugzilla-10224', 'bugzilla-9772', 'bugzilla-9916', 'ec', 'eeepc', 'idle', 'misc', 'pm-legacy', 'sysfs-links-2.6.26', 'thermal', 'thinkpad' and 'video' into release |  Len Brown | 1 | -4/+0 |
| 2008-04-29 | ACPICA: always disable GPE when requested |  Damián Viano | 1 | -4/+0 |
| 2008-04-23 | ACPICA: update Intel copyright |  Len Brown | 10 | -10/+10 |
| 2008-04-22 | ACPICA: Update for new Notify values |  Zhang Rui | 1 | -36/+23 |
| 2008-04-22 | ACPICA: Cosmetic changes only, no functional changes |  Bob Moore | 2 | -4/+5 |
| 2008-04-22 | ACPICA: Fix for update of the Global Lock Handle |  Bob Moore | 2 | -8/+14 |
| 2008-04-22 | ACPICA: Misc fixes for recent global lock code update |  Bob Moore | 1 | -1/+1 |
| 2008-04-22 | ACPICA: Update for mutiple global lock acquisitions by same thread |  Bob Moore | 2 | -9/+28 |
| 2008-02-07 | Merge branches 'release' and 'stats' into release |  Len Brown | 2 | -2/+2 |
| 2008-02-07 | Merge branches 'release' and 'gpe-ack' into release |  Len Brown | 1 | -4/+13 |
| 2008-02-07 | Merge branches 'release', 'bugzilla-6217', 'bugzilla-6629', 'bugzilla-6933', 'bugzilla-7186', 'bugzilla-8269', 'bugzilla-8570', 'bugzilla-9139', 'bugzilla-9277', 'bugzilla-9341', 'bugzilla-9444', 'bugzilla-9614', 'bugzilla-9643' and 'bugzilla-9644' into release |  Len Brown | 1 | -4/+4 |
| 2008-02-06 | ACPI: create /sys/firmware/acpi/interrupts |  Len Brown | 2 | -2/+2 |
| 2008-01-10 | ACPICA: fix acpi_serialize hang regression |  Bob Moore | 1 | -4/+4 |
| 2007-12-06 | ACPI: Defer enabling of level GPE until all pending notifies done |  Alexey Starikovskiy | 1 | -4/+13 |
| 2007-11-20 | ACPI: disable stray GPE, prevent ACPI interrupt storm |  Zhang Rui | 1 | -4/+4 |
| 2007-10-10 | ACPICA: hw: remove use_lock flag from acpi_hw_register_{read, write} |  Alexey Starikovskiy | 1 | -4/+2 |
| 2007-07-23 | ACPI: autoload modules - ACPICA modifications |  Thomas Renninger | 1 | -1/+1 |
| 2007-07-18 | ACPICA: fix memory leak in acpi_ev_pci_config_region_setup() error path |  Jesper Juhl | 1 | -0/+1 |
| 2007-07-03 | ACPICA: Fixed possible corruption of global GPE list |  Bob Moore | 1 | -0/+4 |
| 2007-05-09 | ACPICA: Lindent |  Len Brown | 6 | -12/+11 |
| 2007-05-09 | Revert "Execute AML Notify() requests on stack." |  Len Brown | 1 | -5/+6 |
| 2007-05-09 | Revert "ACPICA: revert "acpi_serialize" changes" |  Len Brown | 3 | -21/+8 |
| 2007-03-15 | ACPICA: revert "acpi_serialize" changes |  Len Brown | 3 | -8/+21 |
| 2007-03-14 | [PATCH] misc NULL noise |  Al Viro | 1 | -1/+1 |
| 2007-03-07 | ACPICA: Fix ACPI Global Lock re-entrancy |  Alexey Starikovskiy | 1 | -2/+23 |
| 2007-02-16 | Pull bugzilla-5534 into release branch |  Len Brown | 1 | -6/+5 |
| 2007-02-15 | Execute AML Notify() requests on stack. |  Alexey Starikovskiy | 1 | -6/+5 |
| 2007-02-13 | ACPI: Disable wake GPEs only once. |  Alexey Starikovskiy | 1 | -11/+0 |
| 2007-02-02 | ACPICA: Update copyright to 2007. |  Bob Moore | 10 | -10/+10 |
| 2007-02-02 | ACPICA: Removed all 16-bit support. |  Bob Moore | 1 | -5/+5 |
| 2007-02-02 | ACPICA: Add include of actables.h |  Bob Moore | 1 | -0/+1 |
| 2007-02-02 | ACPICA: Fail AcpiEnable if ACPI tables not loaded. |  Bob Moore | 1 | -0/+8 |
| 2007-02-02 | ACPICA: Remove global lock handler on AcpiTerminate. |  Bob Moore | 1 | -0/+33 |
| 2007-02-02 | ACPICA: _CID support for PCI Root Bridge detection. |  Bob Moore | 1 | -37/+124 |