summaryrefslogtreecommitdiffstats
path: root/include/acpi
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' into testLen Brown2008-10-232-4/+4
|\
| * include: replace __FUNCTION__ with __func__Harvey Harrison2008-10-162-4/+4
* | Merge branch 'ull' into testLen Brown2008-10-221-1/+1
|\ \
| * | ACPI: Change acpi_evaluate_integer to support 64-bit on 32-bit kernelsMatthew Wilcox2008-10-111-1/+1
| |/
* | Merge branch 'misc' into testLen Brown2008-10-221-1/+5
|\ \
| * | ACPI: catch calls of acpi_driver_data on pointer of wrong typePavel Machek2008-10-101-1/+5
| |/
* | Merge branch 'ec' into testLen Brown2008-10-221-0/+1
|\ \
| * | ACPI: Enable EC device immediately after ACPI full initializationZhao Yakui2008-10-111-0/+1
| |/
* | Merge branch 'dock' into testLen Brown2008-10-223-2/+13
|\ \
| * | dock: introduce .uevent for devices in dock, eg libataShaohua Li2008-09-231-2/+7
| * | ACPI: fix hotplug raceZhang Rui2008-09-231-0/+3
| * | ACPI: introduce notifier change to avoid duplicatesShaohua Li2008-09-231-0/+3
| |/
* | Merge branch 'acpica' into testLen Brown2008-10-2215-255/+777
|\ \
| * | ACPICA: Update version to 20080926Bob Moore2008-10-221-1/+1
| * | ACPICA: New: Validation for predefined ACPI methods/objectsBob Moore2008-10-224-0/+468
| * | ACPICA: Remove unused ACPI register bit definitionLin Ming2008-10-221-11/+23
| * | ACPICA: Update version to 20080829Bob Moore2008-10-221-1/+1
| * | ACPICA: Cleanup for internal Reference ObjectBob Moore2008-10-223-11/+30
| * | ACPICA: Update for Reference ACPI_OPERAND_OBJECTBob Moore2008-10-221-0/+1
| * | ACPICA: Remove obsolete exception codesBob Moore2008-10-221-73/+55
| * | ACPICA: Add namespace node to operand object unionBob Moore2008-10-221-0/+7
| * | ACPICA: Remove obsolete debug levels (WARN and ERROR)Bob Moore2008-10-221-19/+13
| * | ACPICA: add preemption point after each opcode parseAlexey Starikovskiy2008-10-222-0/+11
| * | ACPICA: Update version to 20080729Bob Moore2008-10-221-1/+1
| * | ACPICA: x2APIC support: changes for MADT and SRAT ACPI tablesBob Moore2008-10-222-6/+49
| * | ACPICA: Add function to decode reference obj types to stringsBob Moore2008-10-221-0/+2
| * | ACPICA: Update version to 20080701Bob Moore2008-10-221-1/+1
| * | ACPICA: Return method arg count from acpi_get_object_infoBob Moore2008-10-221-0/+1
| * | ACPICA: Cleanup macro definition file.Bob Moore2008-10-221-133/+115
| * | ACPICA: Return status from global init functionYi Yang2008-10-221-1/+1
| * | ACPICA: Fix wrong resource descriptor length for 64-bit buildBob Moore2008-10-221-1/+1
| |/
* / ACPI: Add "acpi.power_nocheck=1" to disable power state check in power transi...Zhao Yakui2008-10-221-0/+1
|/
* ACPICA: Additional error checking for pathname utilitiesBob Moore2008-08-151-1/+1
* PCI: disable ASPM per ACPI FADT settingShaohua Li2008-07-281-0/+1
* Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2008-07-162-1/+11
|\
| * Fix acpi_pm_device_sleep_wake() by providing a stub for CONFIG_PM_SLEEP=nDavid Howells2008-07-081-0/+4
| * PCI ACPI: Rework PCI handling of wake-upRafael J. Wysocki2008-07-071-0/+2
| * ACPI: Introduce new device wakeup flag 'prepared'Rafael J. Wysocki2008-07-071-0/+1
| * ACPI: Introduce acpi_device_sleep_wake functionRafael J. Wysocki2008-07-071-1/+3
| * ACPI: Introduce acpi_bus_power_manageable functionRafael J. Wysocki2008-07-071-0/+1
| * ACPI PM: acpi_pm_device_sleep_state() cleanupDavid Brownell2008-06-111-2/+2
* | Add the ability to reset the machine using the RESET_REG in ACPI's FADT table.Aaron Durbin2008-07-161-6/+8
* | ACPI: Enhance /sys/firmware/interrupts to allow enable/disable/clear from use...Zhang Rui2008-07-162-6/+0
* | ACPICA: Update version to 20080609Bob Moore2008-07-161-1/+1
* | ACPICA: Cleanup debug operand dump mechanismBob Moore2008-07-162-7/+3
* | ACPICA: Update disassembler for DMAR table changesBob Moore2008-07-162-0/+5
* | ACPICA: Update DMAR and SRAT table definitionsBob Moore2008-07-161-2/+17
* | ACPICA: Update version to 20080514Bob Moore2008-07-161-1/+1
* | ACPICA: Add const qualifier for appropriate string constantsBob Moore2008-07-165-42/+55
* | ACPICA: Eliminate acpi_native_uint type v2Bob Moore2008-07-1610-53/+44