summaryrefslogtreecommitdiff
path: root/drivers/acpi
AgeCommit message (Expand)AuthorFilesLines
2010-07-23Merge branch 'bugzilla-16244' into releaseLen Brown1-1/+7
2010-07-23Merge branch 'bugzilla-16271' into releaseLen Brown1-8/+11
2010-07-23ACPI: create "processor.bm_check_disable" boot paramLen Brown1-0/+5
2010-07-23ACPI: skip checking BM_STS if the BIOS doesn't ask for itLen Brown1-1/+1
2010-07-21ACPI: fix unused function warningKOSAKI Motohiro1-0/+3
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. Wysocki9-298/+83
2010-07-12ACPI: Fix bogus GPE test in acpi_bus_set_run_wake_flags()Rafael J. Wysocki1-2/+3
2010-07-12ACPI: processor: fix processor_physically_present on UPAlex Chiang1-1/+1
2010-07-07ACPI video: fix string mismatch for Sony SR290 laptopNik A. Melchior1-1/+1
2010-07-07ACPICA: Fix for Alias references within Package objectsBob Moore1-1/+15
2010-07-07ACPICA: Fix lint warning for 64-bit constantBob Moore1-1/+1
2010-07-07ACPICA: Remove obsolete GPE functionBob Moore3-30/+6
2010-07-07ACPICA: Drop acpi_set_gpeRafael J. Wysocki1-60/+0
2010-07-07ACPICA: Use low-level GPE enable during GPE block initializationRafael J. Wysocki4-44/+47
2010-07-07ACPI / EC: Do not use acpi_set_gpeRafael J. Wysocki1-11/+4
2010-07-07ACPI / EC: Drop suspend and resume routinesRafael J. Wysocki1-18/+0
2010-07-07ACPICA: Remove wakeup GPE reference counting which is not usedRafael J. Wysocki9-121/+46
2010-07-07ACPICA: Introduce acpi_gpe_wakeup()Rafael J. Wysocki3-19/+81
2010-07-07ACPICA: Rename acpi_hw_gpe_register_bitLin Ming3-7/+7
2010-07-07ACPICA: Optimization: Reduce the number of namespace walksAlexey Starikovskiy2-6/+32
2010-07-07ACPICA: Update flags for operand objectBob Moore2-17/+8
2010-07-07ACPICA: Performance enhancement for namespace search and accessAlexey Starikovskiy15-218/+52
2010-07-07ACPICA: Expand device initialization counters to 32 bitsBob Moore2-5/+5
2010-07-07ACPICA: Core: Replace all %d format specifiers with %u (unsigned)Bob Moore11-28/+28
2010-07-07ACPICA: Expand initialization counters to 32 bitsAlexey Starikovskiy3-24/+24
2010-07-07ACPICA: iASL/Core: Add support for _WDG/_WED MS methodsBob Moore1-6/+7
2010-07-07ACPICA: Add comment: _BCL cannot be sorted on the flyBob Moore1-0/+7
2010-07-07ACPI battery: don't invoke power_supply_changed twice when battery is hot-addedZhang Rui1-1/+7
2010-07-07ACPI / Sleep: Drop acpi_suspend_finish()Rafael J. Wysocki1-7/+2
2010-07-07ACPI / Sleep: Consolidate suspend and hibernation routinesRafael J. Wysocki1-26/+16
2010-07-07ACPI / Wakeup: Simplify enabling of wakeup devicesRafael J. Wysocki3-44/+14
2010-07-07ACPI / Sleep: Rework enabling wakeup devicesRafael J. Wysocki1-4/+2
2010-07-07ACPI / Sleep: Free NVS copy if suspending of devices failsRafael J. Wysocki1-1/+1
2010-07-02correct console log level when ERST ACPI table is not foundDaniel J Blueman1-1/+1
2010-06-29acpi: use queue_work_on() instead of binding workqueue worker to cpu0Tejun Heo1-29/+11
2010-06-29ACPI: handle systems which asynchoronously enable ACPI modeLen Brown1-8/+11
2010-06-28acpi: update gfp/slab.h includesTejun Heo2-0/+2
2010-06-17Merge branch 'bugzilla-15951' into releaseLen Brown2-15/+9
2010-06-17ACPI / PM: Do not enable GPEs for system wakeup in advanceRafael J. Wysocki2-15/+9
2010-06-12Merge branch 'misc-2.6.35' into releaseLen Brown2-1/+7
2010-06-12Merge branch 'bugzilla-13931-sleep-nvs' into releaseLen Brown1-15/+19
2010-06-12Merge branch 'bugzilla-102904-workaround' into releaseLen Brown1-0/+8
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
2010-06-12ACPICA: Limit maximum time for Sleep() operatorBob Moore2-0/+12
2010-06-12Merge branch 'acpi_pad' into releaseLen Brown1-12/+24
2010-06-12Merge branch 'gpe-regression-fixes' into releaseLen Brown8-160/+145
2010-06-12ACPI / ACPICA: Fix sysfs GPE interfaceRafael J. Wysocki1-2/+4