| Commit message (Expand) | Author | Age | Files | Lines |
*-. | Merge branches 'release', 'button-sysfs', 'misc', 'mismatch', 'randconfig' an... | Len Brown | 2008-03-13 | 1 | -1/+1 |
|\ \ |
|
| | * | ACPI: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 2008-03-11 | 1 | -1/+1 |
| |/ |
|
* / | ACPI: fix boot oops regression in thermal | Lin Ming | 2008-03-11 | 1 | -1/+1 |
|/ |
|
* | ACPI: create /sys/firmware/acpi/interrupts | Len Brown | 2008-02-06 | 1 | -2/+0 |
* | drivers/acpi/: Spelling fixes | Joe Perches | 2008-02-03 | 1 | -1/+1 |
* | ACPI: add dump_stack() to trace acpi_format_exception programming errors | Andrew Morton | 2007-08-25 | 1 | -0/+1 |
* | ACPI: autoload modules - ACPICA modifications | Thomas Renninger | 2007-07-23 | 1 | -2/+2 |
* | Pull osi into release branch | Len Brown | 2007-07-22 | 1 | -10/+7 |
|\ |
|
| * | ACPICA: Update _OSI string list | Bob Moore | 2007-07-03 | 1 | -10/+7 |
* | | ACPICA: fix error path in new external package objects as method arguments | Myron Stowe | 2007-06-18 | 1 | -1/+1 |
|/ |
|
* | Pull osi-now into release branch | Len Brown | 2007-06-02 | 2 | -5/+27 |
|\ |
|
| * | ACPI: add __init to acpi_initialize_subsystem() | Len Brown | 2007-05-30 | 1 | -3/+1 |
| * | ACPI: Make _OSI(Linux) a special case | Len Brown | 2007-05-30 | 1 | -1/+0 |
| * | ACPI: extend "acpi_osi=" boot option | Len Brown | 2007-05-29 | 1 | -1/+26 |
* | | ACPICA: Support for external package objects as method arguments | Bob Moore | 2007-06-02 | 2 | -70/+92 |
|/ |
|
* | ACPICA: Lindent | Len Brown | 2007-05-09 | 9 | -20/+15 |
* | Revert "ACPICA: fix AML mutex re-entrancy" | Len Brown | 2007-05-09 | 1 | -0/+1 |
* | ACPICA: fix AML mutex re-entrancy | Alexey Starikovskiy | 2007-02-15 | 1 | -1/+0 |
* | ACPICA: fix gcc build warnings | Alexey Starikovskiy | 2007-02-02 | 1 | -3/+3 |
* | ACPICA: Update copyright to 2007. | Bob Moore | 2007-02-02 | 15 | -15/+15 |
* | ACPICA: Added option to display memory statistics upon termination. | Bob Moore | 2007-02-02 | 2 | -0/+13 |
* | ACPICA: Enhance debugger statistics/memory command. | Valery A. Podrezov | 2007-02-02 | 1 | -0/+8 |
* | ACPICA: Add new subsystem state bit that is set after SubsystemInitialize is ... | Bob Moore | 2007-02-02 | 1 | -0/+1 |
* | ACPICA: Delete stale FADT functions outside tbfadt.c. | Bob Moore | 2007-02-02 | 2 | -109/+0 |
* | ACPICA: Cleanup of FADT verification function. | Bob Moore | 2007-02-02 | 1 | -42/+23 |
* | ACPICA: Split acpi_format_exception into two parts | Bob Moore | 2007-02-02 | 2 | -82/+109 |
* | ACPICA: Store GPE number instead of bitmask | Alexey Starikovskiy | 2007-02-02 | 1 | -2/+0 |
* | ACPICA: Fix unalignment in acpi_ut_repair_name | Bob Moore | 2007-02-02 | 2 | -7/+6 |
* | ACPICA: Add acpi_gpe_count global to track the number of GPE events | Bob Moore | 2007-02-02 | 1 | -0/+2 |
* | ACPICA: misc fixes for new Table Manager: | Bob Moore | 2007-02-02 | 1 | -2/+6 |
* | ACPICA: Implement simplified Table Manager | Bob Moore | 2007-02-02 | 4 | -110/+49 |
* | ACPICA: fix for object premature deletion | Fiodor Suietov | 2007-02-02 | 1 | -0/+9 |
* | ACPICA: Cast acpi_thread_id to UINT32 for debug output only | Bob Moore | 2007-02-02 | 1 | -4/+3 |
* | ACPICA: Delete recursive feature of ACPI Global Lock | Bob Moore | 2007-02-02 | 2 | -6/+10 |
* | ACPI: avoid gcc warnings in ACPI mutex debug code | Martin Bligh | 2006-10-21 | 2 | -9/+12 |
* | Pull acpi_os_allocate into test branch | Len Brown | 2006-07-10 | 1 | -0/+2 |
|\ |
|
| * | ACPI: acpi_os_allocate() fixes | Len Brown | 2006-07-10 | 1 | -0/+2 |
* | | Pull acpica-20060707 into test branch | Len Brown | 2006-07-10 | 3 | -10/+35 |
|\ \ |
|
| * | | ACPI: ACPICA 20060707 | Bob Moore | 2006-07-09 | 3 | -10/+35 |
| |/ |
|
* / | ACPI: acpi_os_get_thread_id() returns current | Len Brown | 2006-07-09 | 2 | -6/+6 |
|/ |
|
* | ACPI: delete acpi_os_free(), use kfree() directly | Len Brown | 2006-06-30 | 2 | -3/+3 |
* | ACPI: ACPICA 20060623 | Bob Moore | 2006-06-28 | 3 | -42/+34 |
* | ACPI: un-export ACPI_ERROR() -- use printk(KERN_ERR...) | Len Brown | 2006-06-27 | 1 | -1/+0 |
* | ACPI: un-export ACPI_WARNING() -- use printk(KERN_WARNING...) | Len Brown | 2006-06-27 | 1 | -1/+1 |
* | ACPI: Export symbols for ACPI_ERROR/EXCEPTION/WARNING macros | Thomas Renninger | 2006-06-26 | 1 | -1/+5 |
* | ACPI: ACPICA 20060608 | Bob Moore | 2006-06-14 | 2 | -10/+20 |
* | ACPI: ACPICA 20060526 | Bob Moore | 2006-06-14 | 5 | -94/+143 |
* | ACPI: ACPICA 20060512 | Bob Moore | 2006-06-14 | 1 | -8/+0 |
* | ACPI: ACPICA 20060421 | Bob Moore | 2006-06-14 | 14 | -167/+189 |
* | ACPI: ACPICA 20060331 | Bob Moore | 2006-06-14 | 7 | -37/+145 |