aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/l...Linus Torvalds2010-08-0748-876/+411
|\
| * 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-129-298/+83
| * ACPI: Fix bogus GPE test in acpi_bus_set_run_wake_flags()Rafael J. Wysocki2010-07-121-2/+3
| * 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
| * ACPI / EC: Do not use acpi_set_gpeRafael J. Wysocki2010-07-061-11/+4
| * ACPI / EC: Drop suspend and resume routinesRafael J. Wysocki2010-07-061-18/+0
| * ACPICA: Remove wakeup GPE reference counting which is not usedRafael J. Wysocki2010-07-069-121/+46
| * ACPICA: Introduce acpi_gpe_wakeup()Rafael J. Wysocki2010-07-063-19/+81
| * 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
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2010-08-071-29/+11
|\ \
| * | acpi: use queue_work_on() instead of binding workqueue worker to cpu0Tejun Heo2010-06-291-29/+11
* | | Merge branch 'timers-timekeeping-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2010-08-062-2/+2
|\ \ \
| * | | time: Kill off CONFIG_GENERIC_TIMEJohn Stultz2010-07-272-2/+2
* | | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2010-08-061-0/+9
|\ \ \ \
| * | | | ACPI: Disable ASPM if the platform won't provide _OSC control for PCIeMatthew Garrett2010-07-301-0/+9
| |/ / /
* | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-08-061-1/+1
|\ \ \ \
| * | | | x86: Fix keeping track of AMD C1EMichal Schmidt2010-08-021-1/+1
| |/ / /
* | | | acpi ec_sys: Be more cautious about ec write accessThomas Renninger2010-08-032-10/+32
* | | | acpi ec: Fix possible double io port registrationThomas Renninger2010-08-031-10/+10
* | | | ACPI: Register EC io ports in /proc/ioportsThomas Renninger2010-08-031-2/+10
* | | | ACPI: Provide /sys/kernel/debug//ec/ec0/io for binary access to the ECThomas Renninger2010-08-031-0/+86
* | | | ACPI: Provide /sys/kernel/debug/ec/...Thomas Renninger2010-08-035-13/+100
* | | | ACPI: Remove /proc/acpi/embedded_controller/..Thomas Renninger2010-08-031-80/+1
|/ / /
* | | Merge branch 'bugzilla-16396' into releaseLen Brown2010-07-241-18/+17
|\ \ \
| * | | ACPI / Sleep: Allow the NVS saving to be skipped during suspend to RAMRafael J. Wysocki2010-07-241-18/+17
| | |/ | |/|
* | | Merge branch 'misc' into releaseLen Brown2010-07-221-0/+3
|\ \ \
| * | | ACPI: fix unused function warningKOSAKI Motohiro2010-07-211-0/+3
| |/ /
* | | Merge branch 'bugzilla-15886' into releaseLen Brown2010-07-221-1/+6
|\ \ \
| * | | ACPI: create "processor.bm_check_disable" boot paramLen Brown2010-07-221-0/+5
| * | | ACPI: skip checking BM_STS if the BIOS doesn't ask for itLen Brown2010-07-221-1/+1
| |/ /
* | | Merge branch 'bugzilla-102904-workaround' into releaseLen Brown2010-07-221-1/+1
|\ \ \
| * | | ACPI video: fix string mismatch for Sony SR290 laptopNik A. Melchior2010-07-061-1/+1
* | | | Merge branch 'bugzilla-16244' into releaseLen Brown2010-07-221-1/+7
|\ \ \ \
| * | | | ACPI battery: don't invoke power_supply_changed twice when battery is hot-addedZhang Rui2010-07-061-1/+7
| | |/ / | |/| |
* | | | Merge branch 'bugzilla-16271' into releaseLen Brown2010-07-221-8/+11
|\ \ \ \
| * | | | ACPI: handle systems which asynchoronously enable ACPI modeLen Brown2010-06-281-8/+11