aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpica (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-25Merge branch 'gpe-defer' into releaseLen Brown10-139/+83
2010-10-25Merge branch 'acpica' into releaseLen Brown33-572/+1743
2010-10-23Subject: [PATCH] ACPICA: Fix Scope() op in module level codeBob Moore1-2/+17
2010-10-17ACPICA: Clear PCIEXP_WAKE_STS when clearing ACPI eventsColin Ian King1-0/+1
2010-10-17ACPICA: Add Vista SP2 to supported _OSI stringsBob Moore2-1/+3
2010-10-17ACPICA: Eliminate duplicate code in acpi_ut_execute_* functionsBob Moore1-41/+4
2010-10-17ACPICA: Change type of _TZ from ThermalZone to DeviceBob Moore1-2/+4
2010-10-17ACPICA: Comment update; no functional changeBob Moore1-0/+6
2010-10-01ACPICA: Increase configurability of error messagesBob Moore1-1/+1
2010-10-01ACPICA: Add repair for _HID and _CID stringsBob Moore1-0/+163
2010-10-01ACPICA: iASL/Disassembler: Write ACPI errors to stderr instead of output fileBob Moore7-287/+445
2010-10-01ACPICA: Make acpi_gbl_system_awake_and_running publically availableBob Moore1-1/+1
2010-10-01ACPICA: Update math module; no functional changeBob Moore1-3/+20
2010-10-01ACPICA: Make acpi_thread_id no longer configurable, always u64Lin Ming7-26/+28
2010-10-01ACPICA: Add ACPI_INLINE configuration parameterLin Ming1-2/+2
2010-10-01ACPICA: Obsolete the acpi_os_derive_pci_id OSL interfaceBob Moore4-5/+430
2010-10-01ACPICA/ACPI: Add new host interfaces for _OSI supportLin Ming11-151/+547
2010-10-01ACPICA: Revert "Revert "Enable multi-byte EC transfersBob Moore3-49/+73
2010-10-01ACPICA: Fix acpi_os_read_pci_configuration prototypeBob Moore1-3/+1
2010-09-29Merge branches 'apei', 'battery-mwh-fix', 'bugzilla-10807', 'bugzilla-14736', 'bugzilla-14679', 'bugzilla-16396', 'launchpad-613381' and 'misc' into releaseLen Brown3-2/+3
2010-09-28ACPI: Fix typosLucas De Marchi2-2/+2
2010-09-28ACPI: enable repeated PCIEXP wakeup by clearing PCIEXP_WAKE_STS on resumeColin Ian King1-0/+1
2010-09-24ACPI / ACPICA: Defer enabling of runtime GPEs (v3)Rafael J. Wysocki10-139/+83
2010-08-15gcc-4.6: ACPI: fix unused but set variables in ACPIAndi Kleen1-4/+1
2010-08-15Merge branch 'acpica-gpe' into releaseLen Brown42-834/+481
2010-08-14ACPI: introduce module parameter acpi.aml_debug_outputZhang Rui1-1/+1
2010-08-07Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds41-795/+381
2010-08-07ACPI / ACPICA: Fix reference counting problems with GPE handlersRafael J. Wysocki5-78/+139
2010-07-12ACPI / ACPICA: Simplify acpi_ev_initialize_gpe_block()Rafael J. Wysocki1-13/+8
2010-07-12ACPI / ACPICA: Fail acpi_gpe_wakeup() if ACPI_GPE_CAN_WAKE is unsetRafael J. Wysocki1-1/+1
2010-07-12ACPI / ACPICA: Do not execute _PRW methods during initializationRafael J. Wysocki7-278/+81
2010-07-06ACPICA: Fix for Alias references within Package objectsBob Moore1-1/+15
2010-07-06ACPICA: Fix lint warning for 64-bit constantBob Moore1-1/+1
2010-07-06ACPICA: Remove obsolete GPE functionBob Moore3-30/+6
2010-07-06ACPICA: Drop acpi_set_gpeRafael J. Wysocki1-60/+0
2010-07-06ACPICA: Use low-level GPE enable during GPE block initializationRafael J. Wysocki4-44/+47
2010-07-06ACPICA: Remove wakeup GPE reference counting which is not usedRafael J. Wysocki6-110/+39
2010-07-06ACPICA: Introduce acpi_gpe_wakeup()Rafael J. Wysocki1-0/+67
2010-07-06ACPICA: Rename acpi_hw_gpe_register_bitLin Ming3-7/+7
2010-07-06ACPICA: Optimization: Reduce the number of namespace walksAlexey Starikovskiy2-6/+32
2010-07-06ACPICA: Update flags for operand objectBob Moore2-17/+8
2010-07-06ACPICA: Performance enhancement for namespace search and accessAlexey Starikovskiy15-218/+52
2010-07-06ACPICA: Expand device initialization counters to 32 bitsBob Moore2-5/+5
2010-07-06ACPICA: Core: Replace all %d format specifiers with %u (unsigned)Bob Moore11-28/+28
2010-07-06ACPICA: Expand initialization counters to 32 bitsAlexey Starikovskiy3-24/+24
2010-07-06ACPICA: iASL/Core: Add support for _WDG/_WED MS methodsBob Moore1-6/+7
2010-07-06ACPICA: Add comment: _BCL cannot be sorted on the flyBob Moore1-0/+7
2010-06-28ACPI: handle systems which asynchoronously enable ACPI modeLen Brown1-8/+11
2010-06-12Merge branch 'acpica-cherry-pick' into releaseLen Brown5-0/+41
2010-06-12ACPICA: Truncate I/O addresses to 16 bits for Windows compatibilityMatthew Garrett3-0/+29