aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpica
Commit message (Expand)AuthorAgeFilesLines
...
| * | ACPI / ACPICA: Disable GPEs during initializationRafael J. Wysocki2010-12-261-0/+3
| |/
* | x86, nmi_watchdog: Remove all stub function calls from old nmi_watchdogDon Zickus2010-11-181-2/+0
|/
* Merge branch 'gpe-defer' into releaseLen Brown2010-10-2510-139/+83
|\
| * ACPI / ACPICA: Defer enabling of runtime GPEs (v3)Rafael J. Wysocki2010-09-2410-139/+83
* | Merge branch 'acpica' into releaseLen Brown2010-10-2533-572/+1743
|\ \
| * | Subject: [PATCH] ACPICA: Fix Scope() op in module level codeBob Moore2010-10-231-2/+17
| * | ACPICA: Clear PCIEXP_WAKE_STS when clearing ACPI eventsColin Ian King2010-10-171-0/+1
| * | ACPICA: Add Vista SP2 to supported _OSI stringsBob Moore2010-10-172-1/+3
| * | ACPICA: Eliminate duplicate code in acpi_ut_execute_* functionsBob Moore2010-10-171-41/+4
| * | ACPICA: Change type of _TZ from ThermalZone to DeviceBob Moore2010-10-171-2/+4
| * | ACPICA: Comment update; no functional changeBob Moore2010-10-171-0/+6
| * | ACPICA: Increase configurability of error messagesBob Moore2010-10-011-1/+1
| * | ACPICA: Add repair for _HID and _CID stringsBob Moore2010-10-011-0/+163
| * | ACPICA: iASL/Disassembler: Write ACPI errors to stderr instead of output fileBob Moore2010-10-017-287/+445
| * | ACPICA: Make acpi_gbl_system_awake_and_running publically availableBob Moore2010-10-011-1/+1
| * | ACPICA: Update math module; no functional changeBob Moore2010-10-011-3/+20
| * | ACPICA: Make acpi_thread_id no longer configurable, always u64Lin Ming2010-10-017-26/+28
| * | ACPICA: Add ACPI_INLINE configuration parameterLin Ming2010-10-011-2/+2
| * | ACPICA: Obsolete the acpi_os_derive_pci_id OSL interfaceBob Moore2010-10-014-5/+430
| * | ACPICA/ACPI: Add new host interfaces for _OSI supportLin Ming2010-10-0111-151/+547
| * | ACPICA: Revert "Revert "Enable multi-byte EC transfersBob Moore2010-10-013-49/+73
| * | ACPICA: Fix acpi_os_read_pci_configuration prototypeBob Moore2010-10-011-3/+1
| |/
| |
| \
| \
| \
*---. \ Merge branches 'apei', 'battery-mwh-fix', 'bugzilla-10807', 'bugzilla-14736',...Len Brown2010-09-293-2/+3
|\ \ \ \ | |_|_|/ |/| | |
| | | * ACPI: Fix typosLucas De Marchi2010-09-282-2/+2
| |_|/ |/| |
| | * ACPI: enable repeated PCIEXP wakeup by clearing PCIEXP_WAKE_STS on resumeColin Ian King2010-09-281-0/+1
| |/ |/|
| * Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/l...Linus Torvalds2010-08-0741-795/+381
| |\
* | | gcc-4.6: ACPI: fix unused but set variables in ACPIAndi Kleen2010-08-151-4/+1
* | | Merge branch 'acpica-gpe' into releaseLen Brown2010-08-1542-834/+481
|\ \ \
| * | | ACPI / ACPICA: Fix reference counting problems with GPE handlersRafael J. Wysocki2010-08-075-78/+139
| | |/ | |/|
| * | ACPI / ACPICA: Simplify acpi_ev_initialize_gpe_block()Rafael J. Wysocki2010-07-121-13/+8
| * | ACPI / ACPICA: Fail acpi_gpe_wakeup() if ACPI_GPE_CAN_WAKE is unsetRafael J. Wysocki2010-07-121-1/+1
| * | ACPI / ACPICA: Do not execute _PRW methods during initializationRafael J. Wysocki2010-07-127-278/+81
| * | ACPICA: Fix for Alias references within Package objectsBob Moore2010-07-061-1/+15
| * | ACPICA: Fix lint warning for 64-bit constantBob Moore2010-07-061-1/+1
| * | ACPICA: Remove obsolete GPE functionBob Moore2010-07-063-30/+6
| * | ACPICA: Drop acpi_set_gpeRafael J. Wysocki2010-07-061-60/+0
| * | ACPICA: Use low-level GPE enable during GPE block initializationRafael J. Wysocki2010-07-064-44/+47
| * | ACPICA: Remove wakeup GPE reference counting which is not usedRafael J. Wysocki2010-07-066-110/+39
| * | ACPICA: Introduce acpi_gpe_wakeup()Rafael J. Wysocki2010-07-061-0/+67
| * | ACPICA: Rename acpi_hw_gpe_register_bitLin Ming2010-07-063-7/+7
| * | ACPICA: Optimization: Reduce the number of namespace walksAlexey Starikovskiy2010-07-062-6/+32
| * | ACPICA: Update flags for operand objectBob Moore2010-07-062-17/+8
| * | ACPICA: Performance enhancement for namespace search and accessAlexey Starikovskiy2010-07-0615-218/+52
| * | ACPICA: Expand device initialization counters to 32 bitsBob Moore2010-07-062-5/+5
| * | ACPICA: Core: Replace all %d format specifiers with %u (unsigned)Bob Moore2010-07-0611-28/+28
| * | ACPICA: Expand initialization counters to 32 bitsAlexey Starikovskiy2010-07-063-24/+24
| * | ACPICA: iASL/Core: Add support for _WDG/_WED MS methodsBob Moore2010-07-061-6/+7
| * | ACPICA: Add comment: _BCL cannot be sorted on the flyBob Moore2010-07-061-0/+7
* | | ACPI: introduce module parameter acpi.aml_debug_outputZhang Rui2010-08-141-1/+1
| |/ |/|
* | ACPI: handle systems which asynchoronously enable ACPI modeLen Brown2010-06-281-8/+11
|/