summaryrefslogtreecommitdiffstats
path: root/drivers/acpi
Commit message (Expand)AuthorAgeFilesLines
* Fix ACPI vs proc_create_data() mismergeAlexey Dobriyan2008-05-011-9/+11
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2008-04-30121-1626/+2580
|\
| *-------------------. Merge branches 'release', 'acpica', 'bugzilla-10224', 'bugzilla-9772', 'bugzi...Len Brown2008-04-3018-469/+512
| |\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | * ACPI: Cleanup: Remove unneeded, multiple local dummy variablesThomas Renninger2008-04-291-10/+7Star
| | | | | | | | | | | | * ACPI: video - fix permissions on some proc entriesDmitry Torokhov2008-04-291-2/+2
| | | | | | | | | | | | * ACPI: video - properly handle errors when registering proc elementsDmitry Torokhov2008-04-291-115/+115
| | | | | | | | | | | | * ACPI: video - do not store invalid entries in attached_array listDmitry Torokhov2008-04-291-31/+27Star
| | | | | | | |_|_|_|_|/ | | | | | | |/| | | | |
| | | | | | | | | | | * ACPI: update thermal temperatureZhang, Rui2008-04-291-0/+5
| | | | | | | | | | | * ACPI: elide a non-zero test on a result that is never 0Julia Lawall2008-04-293-49/+45Star
| | | | | | | | | | | * thermal: update the documentationZhang Rui2008-04-291-1/+1
| | | | | | | | | | | * thermal: add new get_crit_temp callbackZhang, Rui2008-04-291-0/+13
| | | | | | | | | | | * thermal: add the support for building the generic thermal as a moduleZhang Rui2008-04-291-0/+3
| | | | | | | |_|_|_|/ | | | | | | |/| | | |
| | | | | | | | | | * ACPI: crosslink ACPI and "real" device nodesDavid Brownell2008-02-231-0/+20
| | | | | | | | * | | ACPI: re-name acpi_pm_ops to acpi_suspend_opsLen Brown2008-04-291-21/+21
| | | | | | | | * | | ACPI: check a return value correctly in acpi_power_get_context()Li Zefan2008-04-291-1/+1
| | | | | | | | * | | #if 0 acpi/bay.c:eject_removable_drive()Adrian Bunk2008-04-291-0/+2
| | | | | | | |/ / / | | | | | | |/| | |
| | | | | | | * | | ACPI: Fix acpi_processor_idle and idle= boot parameters interactionVenkatesh Pallipadi2008-04-301-2/+12
| | | | | | | * | | 2.6.25 regression: powertop says 120K wakeups/secVenkatesh Pallipadi2008-04-251-0/+4
| | | | | * | | | | ACPI: EC: Don't delete boot ECAlexey Starikovskiy2008-03-251-24/+19Star
| | | | | * | | | | ACPI: EC: Use default setup handlerAlexey Starikovskiy2008-03-251-15/+1Star
| | | | | * | | | | ACPI: EC: Detect irq stormAlexey Starikovskiy2008-03-251-0/+11
| | | | | * | | | | ACPI: EC: Switch off GPE mode during suspend/resumeAlexey Starikovskiy2008-03-251-22/+38
| | | | | * | | | | ACPI: EC: Replace broken controller workarounds with poll mode.Alexey Starikovskiy2008-03-251-49/+12Star
| | | | | * | | | | ACPI: EC: Improve debug outputAlexey Starikovskiy2008-03-251-4/+4
| | | | | * | | | | ACPI: EC: Add poll timerAlexey Starikovskiy2008-03-251-4/+39
| | | | | * | | | | ACPI: EC: Restore udelay in poll modeAlexey Starikovskiy2008-03-251-0/+2
| | | | * | | | | | ACPICA: always disable GPE when requestedDamián Viano2008-04-291-4/+0Star
| | | | * | | | | | ACPI: GPE enabling should happen after EC installationAlexey Starikovskiy2008-04-251-18/+17Star
| | | * | | | | | | flush kacpi_notify_wq before removing notify handlerZhang Rui2008-04-291-0/+1
| | | | |_|/ / / / | | | |/| | | | |
| | * | | | | | | ACPI : Disable the device's ability to wake the sleeping system in the boot p...Zhao Yakui2008-04-101-1/+42
| * | | | | | | | ACPICA: update Intel copyrightLen Brown2008-04-24107-107/+107
| * | | | | | | | ACPICA: Fix for some local named nodes not marked temporary and to disallow d...Bob Moore2008-04-232-48/+79
| * | | | | | | | ACPICA: Update for new Notify valuesZhang Rui2008-04-232-36/+65
| * | | | | | | | ACPICA: Fixes for size of StartDependent resource descriptorBob Moore2008-04-232-1/+12
| * | | | | | | | ACPICA: Updates for Debug object outputBob Moore2008-04-231-24/+52
| * | | | | | | | ACPICA: Fixes for external Reference ObjectsBob Moore2008-04-233-11/+26
| * | | | | | | | ACPICA: Fix to handle NULL package elements correctlyLin Ming2008-04-221-3/+2Star
| * | | | | | | | ACPICA: Fix for extraneous debug message for packagesBob Moore2008-04-221-4/+31
| * | | | | | | | ACPICA: Fix for possible error when packages/buffers are passed to methods ex...Bob Moore2008-04-221-0/+8
| * | | | | | | | ACPICA: Update behavior of CopyObject to match ACPI specLin Ming2008-04-221-4/+11
| * | | | | | | | ACPICA: Fix for resource descriptor optimization issues for _CRS/_SRCBob Moore2008-04-225-8/+100
| * | | | | | | | ACPICA: Added new error messagesBob Moore2008-04-221-0/+9
| * | | | | | | | ACPICA: Add va_end statements as appropriateBob Moore2008-04-222-0/+6
| * | | | | | | | ACPICA: Fixes for Unload and DDBHandlesLin Ming2008-04-225-20/+88
| * | | | | | | | ACPICA: Fix for LoadTable operator, input stringsLin Ming2008-04-222-13/+24
| * | | | | | | | ACPICA: Fix for Load operatorLin Ming2008-04-221-0/+1
| * | | | | | | | ACPICA: Methods now implicitly return 0 in slack modeLin Ming2008-04-221-0/+24
| * | | | | | | | ACPICA: Fix for SizeOf when used with Buffers and PackagesLin Ming2008-04-221-5/+17
| * | | | | | | | ACPICA: Implemented full argument resolution support for the BankValue argume...Lin Ming2008-04-2211-42/+260
| * | | | | | | | ACPICA: Undo accidental checkin of not-fully-tested mutex changesBob Moore2008-04-221-16/+0Star