| Commit message (Expand) | Author | Age | Files | Lines |
*-. | Merge branches 'release', 'acpica', 'bugzilla-10224', 'bugzilla-9772', 'bugzi... | Len Brown | 2008-04-30 | 1 | -4/+0 |
|\ \ |
|
| | * | ACPICA: always disable GPE when requested | Damián Viano | 2008-04-29 | 1 | -4/+0 |
| |/ |
|
* | | ACPICA: update Intel copyright | Len Brown | 2008-04-23 | 10 | -10/+10 |
* | | ACPICA: Update for new Notify values | Zhang Rui | 2008-04-22 | 1 | -36/+23 |
* | | ACPICA: Cosmetic changes only, no functional changes | Bob Moore | 2008-04-22 | 2 | -4/+5 |
* | | ACPICA: Fix for update of the Global Lock Handle | Bob Moore | 2008-04-22 | 2 | -8/+14 |
* | | ACPICA: Misc fixes for recent global lock code update | Bob Moore | 2008-04-22 | 1 | -1/+1 |
* | | ACPICA: Update for mutiple global lock acquisitions by same thread | Bob Moore | 2008-04-22 | 2 | -9/+28 |
|/ |
|
* | Merge branches 'release' and 'stats' into release | Len Brown | 2008-02-07 | 2 | -2/+2 |
|\ |
|
| * | ACPI: create /sys/firmware/acpi/interrupts | Len Brown | 2008-02-06 | 2 | -2/+2 |
* | | Merge branches 'release' and 'gpe-ack' into release | Len Brown | 2008-02-07 | 1 | -4/+13 |
|\ \ |
|
| * | | ACPI: Defer enabling of level GPE until all pending notifies done | Alexey Starikovskiy | 2007-12-06 | 1 | -4/+13 |
| | | | |
| \ \ | |
*-. | | | Merge branches 'release', 'bugzilla-6217', 'bugzilla-6629', 'bugzilla-6933', ... | Len Brown | 2008-02-07 | 1 | -4/+4 |
|\ \| |
| |_|/
|/| | |
|
| * | | ACPI: disable stray GPE, prevent ACPI interrupt storm | Zhang Rui | 2007-11-20 | 1 | -4/+4 |
| |/ |
|
* / | ACPICA: fix acpi_serialize hang regression | Bob Moore | 2008-01-10 | 1 | -4/+4 |
|/ |
|
* | ACPICA: hw: remove use_lock flag from acpi_hw_register_{read, write} | Alexey Starikovskiy | 2007-10-10 | 1 | -4/+2 |
* | ACPI: autoload modules - ACPICA modifications | Thomas Renninger | 2007-07-23 | 1 | -1/+1 |
* | ACPICA: fix memory leak in acpi_ev_pci_config_region_setup() error path | Jesper Juhl | 2007-07-18 | 1 | -0/+1 |
* | ACPICA: Fixed possible corruption of global GPE list | Bob Moore | 2007-07-03 | 1 | -0/+4 |
* | ACPICA: Lindent | Len Brown | 2007-05-09 | 6 | -12/+11 |
* | Revert "Execute AML Notify() requests on stack." | Len Brown | 2007-05-09 | 1 | -5/+6 |
* | Revert "ACPICA: revert "acpi_serialize" changes" | Len Brown | 2007-05-09 | 3 | -21/+8 |
* | ACPICA: revert "acpi_serialize" changes | Len Brown | 2007-03-15 | 3 | -8/+21 |
* | [PATCH] misc NULL noise | Al Viro | 2007-03-14 | 1 | -1/+1 |
* | ACPICA: Fix ACPI Global Lock re-entrancy | Alexey Starikovskiy | 2007-03-07 | 1 | -2/+23 |
* | Pull bugzilla-5534 into release branch | Len Brown | 2007-02-16 | 1 | -6/+5 |
|\ |
|
| * | Execute AML Notify() requests on stack. | Alexey Starikovskiy | 2007-02-15 | 1 | -6/+5 |
* | | ACPI: Disable wake GPEs only once. | Alexey Starikovskiy | 2007-02-13 | 1 | -11/+0 |
|/ |
|
* | ACPICA: Update copyright to 2007. | Bob Moore | 2007-02-02 | 10 | -10/+10 |
* | ACPICA: Removed all 16-bit support. | Bob Moore | 2007-02-02 | 1 | -5/+5 |
* | ACPICA: Add include of actables.h | Bob Moore | 2007-02-02 | 1 | -0/+1 |
* | ACPICA: Fail AcpiEnable if ACPI tables not loaded. | Bob Moore | 2007-02-02 | 1 | -0/+8 |
* | ACPICA: Remove global lock handler on AcpiTerminate. | Bob Moore | 2007-02-02 | 1 | -0/+33 |
* | ACPICA: _CID support for PCI Root Bridge detection. | Bob Moore | 2007-02-02 | 1 | -38/+125 |
* | ACPICA: Use faster ByIndex interface to get FACS | Bob Moore | 2007-02-02 | 1 | -2/+2 |
* | ACPICA: Remove obsolete Flags parameter. | Bob Moore | 2007-02-02 | 3 | -12/+10 |
* | ACPICA: Re-implement interpreters' "serialized mode" | Bob Moore | 2007-02-02 | 2 | -15/+6 |
* | ACPICA: Store GPE number instead of bitmask | Alexey Starikovskiy | 2007-02-02 | 2 | -4/+6 |
* | ACPICA: Disable all wake GPEs after first one recieved | Bob Moore | 2007-02-02 | 1 | -61/+17 |
* | ACPICA: Add acpi_gpe_count global to track the number of GPE events | Bob Moore | 2007-02-02 | 1 | -0/+2 |
* | ACPICA: Implement simplified Table Manager | Bob Moore | 2007-02-02 | 5 | -51/+48 |
* | ACPICA: Update debug output | Bob Moore | 2007-02-02 | 1 | -1/+1 |
* | ACPICA: Release global lock from interrupt handler | Bob Moore | 2007-02-02 | 1 | -35/+15 |
* | ACPICA: Delete recursive feature of ACPI Global Lock | Bob Moore | 2007-02-02 | 1 | -54/+59 |
* | ACPICA: Update function header | Bob Moore | 2007-02-02 | 1 | -0/+3 |
* | ACPI: Get rid of 'unused variable' warning in acpi_ev_global_lock_handler() | Jesper Juhl | 2006-11-06 | 1 | -1/+0 |
* | Pull bugzilla-5534 into test branch | Len Brown | 2006-10-14 | 1 | -13/+1 |
|\ |
|
| * | ACPI: Remove deferred execution from global lock acquire wakeup path | Alexey Y. Starikovskiy | 2006-10-14 | 1 | -13/+1 |
* | | ACPICA: Fix incorrect handling of PCI Express Root Bridge _HID | Eiichiro Oiwa | 2006-10-14 | 1 | -7/+6 |
|/ |
|
* | ACPI: ACPICA 20060707 | Bob Moore | 2006-07-09 | 3 | -38/+63 |