summaryrefslogtreecommitdiffstats
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-0848-876/+411Star
|\
| * ACPI / ACPICA: Simplify acpi_ev_initialize_gpe_block()Rafael J. Wysocki2010-07-121-13/+8Star
| * 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/+83Star
| * 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-071-1/+15
| * ACPICA: Fix lint warning for 64-bit constantBob Moore2010-07-071-1/+1
| * ACPICA: Remove obsolete GPE functionBob Moore2010-07-073-30/+6Star
| * ACPICA: Drop acpi_set_gpeRafael J. Wysocki2010-07-071-60/+0Star
| * ACPICA: Use low-level GPE enable during GPE block initializationRafael J. Wysocki2010-07-074-44/+47
| * ACPI / EC: Do not use acpi_set_gpeRafael J. Wysocki2010-07-071-11/+4Star
| * ACPI / EC: Drop suspend and resume routinesRafael J. Wysocki2010-07-071-18/+0Star
| * ACPICA: Remove wakeup GPE reference counting which is not usedRafael J. Wysocki2010-07-079-121/+46Star
| * ACPICA: Introduce acpi_gpe_wakeup()Rafael J. Wysocki2010-07-073-19/+81
| * ACPICA: Rename acpi_hw_gpe_register_bitLin Ming2010-07-073-7/+7
| * ACPICA: Optimization: Reduce the number of namespace walksAlexey Starikovskiy2010-07-072-6/+32
| * ACPICA: Update flags for operand objectBob Moore2010-07-072-17/+8Star
| * ACPICA: Performance enhancement for namespace search and accessAlexey Starikovskiy2010-07-0715-218/+52Star
| * ACPICA: Expand device initialization counters to 32 bitsBob Moore2010-07-072-5/+5
| * ACPICA: Core: Replace all %d format specifiers with %u (unsigned)Bob Moore2010-07-0711-28/+28
| * ACPICA: Expand initialization counters to 32 bitsAlexey Starikovskiy2010-07-073-24/+24
| * ACPICA: iASL/Core: Add support for _WDG/_WED MS methodsBob Moore2010-07-071-6/+7
| * ACPICA: Add comment: _BCL cannot be sorted on the flyBob Moore2010-07-071-0/+7
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2010-08-071-29/+11Star
|\ \
| * | acpi: use queue_work_on() instead of binding workqueue worker to cpu0Tejun Heo2010-06-291-29/+11Star
* | | 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/+1Star
|/ / /
* | | Merge branch 'bugzilla-16396' into releaseLen Brown2010-07-251-18/+17Star
|\ \ \
| * | | ACPI / Sleep: Allow the NVS saving to be skipped during suspend to RAMRafael J. Wysocki2010-07-251-18/+17Star
| | |/ | |/|
* | | Merge branch 'misc' into releaseLen Brown2010-07-231-0/+3
|\ \ \
| * | | ACPI: fix unused function warningKOSAKI Motohiro2010-07-211-0/+3
| |/ /
* | | Merge branch 'bugzilla-15886' into releaseLen Brown2010-07-231-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-231-1/+1
|\ \ \
| * | | ACPI video: fix string mismatch for Sony SR290 laptopNik A. Melchior2010-07-071-1/+1
* | | | Merge branch 'bugzilla-16244' into releaseLen Brown2010-07-231-1/+7
|\ \ \ \
| * | | | ACPI battery: don't invoke power_supply_changed twice when battery is hot-addedZhang Rui2010-07-071-1/+7
| | |/ / | |/| |
* | | | Merge branch 'bugzilla-16271' into releaseLen Brown2010-07-231-8/+11
|\ \ \ \
| * | | | ACPI: handle systems which asynchoronously enable ACPI modeLen Brown2010-06-291-8/+11