summaryrefslogtreecommitdiffstats
path: root/drivers/acpi
AgeCommit message (Expand)AuthorLines
2008-05-23acpi: fix integer as NULL pointer warningHarvey Harrison-3/+3
2008-04-30Fix ACPI vs proc_create_data() mismergeAlexey Dobriyan-9/+11
2008-04-30Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds-1626/+2580
2008-04-30Merge branches 'release', 'acpica', 'bugzilla-10224', 'bugzilla-9772', 'bugzi...Len Brown-469/+512
2008-04-30ACPI: Fix acpi_processor_idle and idle= boot parameters interactionVenkatesh Pallipadi-2/+12
2008-04-29[IA64] Provide ACPI fixup for /proc/cpuinfo/physical_idAlex Chiang-0/+9
2008-04-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds-0/+2
2008-04-29acpi: use non-racy method for proc entries creationDenis V. Lunev-264/+162
2008-04-29ACPI: Cleanup: Remove unneeded, multiple local dummy variablesThomas Renninger-10/+7
2008-04-29ACPI: video - fix permissions on some proc entriesDmitry Torokhov-2/+2
2008-04-29ACPI: video - properly handle errors when registering proc elementsDmitry Torokhov-115/+115
2008-04-29ACPI: video - do not store invalid entries in attached_array listDmitry Torokhov-31/+27
2008-04-29ACPI: re-name acpi_pm_ops to acpi_suspend_opsLen Brown-21/+21
2008-04-29ACPI: check a return value correctly in acpi_power_get_context()Li Zefan-1/+1
2008-04-29#if 0 acpi/bay.c:eject_removable_drive()Adrian Bunk-0/+2
2008-04-29ACPICA: always disable GPE when requestedDamián Viano-4/+0
2008-04-29ACPI: update thermal temperatureZhang, Rui-0/+5
2008-04-29ACPI: elide a non-zero test on a result that is never 0Julia Lawall-49/+45
2008-04-29thermal: update the documentationZhang Rui-1/+1
2008-04-29thermal: add new get_crit_temp callbackZhang, Rui-0/+13
2008-04-29thermal: add the support for building the generic thermal as a moduleZhang Rui-0/+3
2008-04-29flush kacpi_notify_wq before removing notify handlerZhang Rui-0/+1
2008-04-28[CPUFREQ] change cpu freq tables to per_cpu variablesMike Travis-14/+16
2008-04-28drivers/acpi/thermal.c: fix build with CONFIG_DMI=nAndrew Morton-2/+0
2008-04-27fix idle (arch, acpi and apm) and lockdepPeter Zijlstra-10/+9
2008-04-26x86: validate against acpi motherboard resourcesRobert Hancock-0/+2
2008-04-242.6.25 regression: powertop says 120K wakeups/secVenkatesh Pallipadi-0/+4
2008-04-24ACPI: GPE enabling should happen after EC installationAlexey Starikovskiy-18/+17
2008-04-23ACPICA: update Intel copyrightLen Brown-107/+107
2008-04-22ACPICA: Fix for some local named nodes not marked temporary and to disallow d...Bob Moore-48/+79
2008-04-22ACPICA: Update for new Notify valuesZhang Rui-36/+65
2008-04-22ACPICA: Fixes for size of StartDependent resource descriptorBob Moore-1/+12
2008-04-22ACPICA: Updates for Debug object outputBob Moore-24/+52
2008-04-22ACPICA: Fixes for external Reference ObjectsBob Moore-11/+26
2008-04-22ACPICA: Fix to handle NULL package elements correctlyLin Ming-3/+2
2008-04-22ACPICA: Fix for extraneous debug message for packagesBob Moore-4/+31
2008-04-22ACPICA: Fix for possible error when packages/buffers are passed to methods ex...Bob Moore-0/+8
2008-04-22ACPICA: Update behavior of CopyObject to match ACPI specLin Ming-4/+11
2008-04-22ACPICA: Fix for resource descriptor optimization issues for _CRS/_SRCBob Moore-8/+100
2008-04-22ACPICA: Added new error messagesBob Moore-0/+9
2008-04-22ACPICA: Add va_end statements as appropriateBob Moore-0/+6
2008-04-22ACPICA: Fixes for Unload and DDBHandlesLin Ming-20/+88
2008-04-22ACPICA: Fix for LoadTable operator, input stringsLin Ming-13/+24
2008-04-22ACPICA: Fix for Load operatorLin Ming-0/+1
2008-04-22ACPICA: Methods now implicitly return 0 in slack modeLin Ming-0/+24
2008-04-22ACPICA: Fix for SizeOf when used with Buffers and PackagesLin Ming-5/+17
2008-04-22ACPICA: Implemented full argument resolution support for the BankValue argume...Lin Ming-42/+260
2008-04-22ACPICA: Undo accidental checkin of not-fully-tested mutex changesBob Moore-16/+0
2008-04-22ACPICA: Implemented full support for deferred execution for the TermArg strin...Lin Ming-108/+156
2008-04-22ACPICA: Fixed a problem with Index Fields where the Index register was incorr...Bob Moore-44/+34