| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'linus' into test | Len Brown | 2008-10-23 | 2 | -4/+4 |
|\ |
|
| * | include: replace __FUNCTION__ with __func__ | Harvey Harrison | 2008-10-16 | 2 | -4/+4 |
* | | Merge branch 'ull' into test | Len Brown | 2008-10-22 | 1 | -1/+1 |
|\ \ |
|
| * | | ACPI: Change acpi_evaluate_integer to support 64-bit on 32-bit kernels | Matthew Wilcox | 2008-10-11 | 1 | -1/+1 |
| |/ |
|
* | | Merge branch 'misc' into test | Len Brown | 2008-10-22 | 1 | -1/+5 |
|\ \ |
|
| * | | ACPI: catch calls of acpi_driver_data on pointer of wrong type | Pavel Machek | 2008-10-10 | 1 | -1/+5 |
| |/ |
|
* | | Merge branch 'ec' into test | Len Brown | 2008-10-22 | 1 | -0/+1 |
|\ \ |
|
| * | | ACPI: Enable EC device immediately after ACPI full initialization | Zhao Yakui | 2008-10-11 | 1 | -0/+1 |
| |/ |
|
* | | Merge branch 'dock' into test | Len Brown | 2008-10-22 | 3 | -2/+13 |
|\ \ |
|
| * | | dock: introduce .uevent for devices in dock, eg libata | Shaohua Li | 2008-09-23 | 1 | -2/+7 |
| * | | ACPI: fix hotplug race | Zhang Rui | 2008-09-23 | 1 | -0/+3 |
| * | | ACPI: introduce notifier change to avoid duplicates | Shaohua Li | 2008-09-23 | 1 | -0/+3 |
| |/ |
|
* | | Merge branch 'acpica' into test | Len Brown | 2008-10-22 | 15 | -255/+777 |
|\ \ |
|
| * | | ACPICA: Update version to 20080926 | Bob Moore | 2008-10-22 | 1 | -1/+1 |
| * | | ACPICA: New: Validation for predefined ACPI methods/objects | Bob Moore | 2008-10-22 | 4 | -0/+468 |
| * | | ACPICA: Remove unused ACPI register bit definition | Lin Ming | 2008-10-22 | 1 | -11/+23 |
| * | | ACPICA: Update version to 20080829 | Bob Moore | 2008-10-22 | 1 | -1/+1 |
| * | | ACPICA: Cleanup for internal Reference Object | Bob Moore | 2008-10-22 | 3 | -11/+30 |
| * | | ACPICA: Update for Reference ACPI_OPERAND_OBJECT | Bob Moore | 2008-10-22 | 1 | -0/+1 |
| * | | ACPICA: Remove obsolete exception codes | Bob Moore | 2008-10-22 | 1 | -73/+55 |
| * | | ACPICA: Add namespace node to operand object union | Bob Moore | 2008-10-22 | 1 | -0/+7 |
| * | | ACPICA: Remove obsolete debug levels (WARN and ERROR) | Bob Moore | 2008-10-22 | 1 | -19/+13 |
| * | | ACPICA: add preemption point after each opcode parse | Alexey Starikovskiy | 2008-10-22 | 2 | -0/+11 |
| * | | ACPICA: Update version to 20080729 | Bob Moore | 2008-10-22 | 1 | -1/+1 |
| * | | ACPICA: x2APIC support: changes for MADT and SRAT ACPI tables | Bob Moore | 2008-10-22 | 2 | -6/+49 |
| * | | ACPICA: Add function to decode reference obj types to strings | Bob Moore | 2008-10-22 | 1 | -0/+2 |
| * | | ACPICA: Update version to 20080701 | Bob Moore | 2008-10-22 | 1 | -1/+1 |
| * | | ACPICA: Return method arg count from acpi_get_object_info | Bob Moore | 2008-10-22 | 1 | -0/+1 |
| * | | ACPICA: Cleanup macro definition file. | Bob Moore | 2008-10-22 | 1 | -133/+115 |
| * | | ACPICA: Return status from global init function | Yi Yang | 2008-10-22 | 1 | -1/+1 |
| * | | ACPICA: Fix wrong resource descriptor length for 64-bit build | Bob Moore | 2008-10-22 | 1 | -1/+1 |
| |/ |
|
* | | ACPI: Add "acpi.power_nocheck=1" to disable power state check in power transi... | Zhao Yakui | 2008-10-22 | 1 | -0/+1 |
|/ |
|
* | ACPICA: Additional error checking for pathname utilities | Bob Moore | 2008-08-15 | 1 | -1/+1 |
* | PCI: disable ASPM per ACPI FADT setting | Shaohua Li | 2008-07-28 | 1 | -0/+1 |
* | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 2008-07-16 | 2 | -1/+11 |
|\ |
|
| * | Fix acpi_pm_device_sleep_wake() by providing a stub for CONFIG_PM_SLEEP=n | David Howells | 2008-07-08 | 1 | -0/+4 |
| * | PCI ACPI: Rework PCI handling of wake-up | Rafael J. Wysocki | 2008-07-07 | 1 | -0/+2 |
| * | ACPI: Introduce new device wakeup flag 'prepared' | Rafael J. Wysocki | 2008-07-07 | 1 | -0/+1 |
| * | ACPI: Introduce acpi_device_sleep_wake function | Rafael J. Wysocki | 2008-07-07 | 1 | -1/+3 |
| * | ACPI: Introduce acpi_bus_power_manageable function | Rafael J. Wysocki | 2008-07-07 | 1 | -0/+1 |
| * | ACPI PM: acpi_pm_device_sleep_state() cleanup | David Brownell | 2008-06-11 | 1 | -2/+2 |
* | | Add the ability to reset the machine using the RESET_REG in ACPI's FADT table. | Aaron Durbin | 2008-07-16 | 1 | -6/+8 |
* | | ACPI: Enhance /sys/firmware/interrupts to allow enable/disable/clear from use... | Zhang Rui | 2008-07-16 | 2 | -6/+0 |
* | | ACPICA: Update version to 20080609 | Bob Moore | 2008-07-16 | 1 | -1/+1 |
* | | ACPICA: Cleanup debug operand dump mechanism | Bob Moore | 2008-07-16 | 2 | -7/+3 |
* | | ACPICA: Update disassembler for DMAR table changes | Bob Moore | 2008-07-16 | 2 | -0/+5 |
* | | ACPICA: Update DMAR and SRAT table definitions | Bob Moore | 2008-07-16 | 1 | -2/+17 |
* | | ACPICA: Update version to 20080514 | Bob Moore | 2008-07-16 | 1 | -1/+1 |
* | | ACPICA: Add const qualifier for appropriate string constants | Bob Moore | 2008-07-16 | 5 | -42/+55 |
* | | ACPICA: Eliminate acpi_native_uint type v2 | Bob Moore | 2008-07-16 | 10 | -53/+44 |