aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-30Fix ACPI vs proc_create_data() mismergeAlexey Dobriyan1-9/+11
2008-04-30Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds121-1626/+2580
2008-04-30Merge branches 'release', 'acpica', 'bugzilla-10224', 'bugzilla-9772', 'bugzilla-9916', 'ec', 'eeepc', 'idle', 'misc', 'pm-legacy', 'sysfs-links-2.6.26', 'thermal', 'thinkpad' and 'video' into releaseLen Brown18-469/+512
2008-04-30ACPI: Fix acpi_processor_idle and idle= boot parameters interactionVenkatesh Pallipadi1-2/+12
2008-04-29[IA64] Provide ACPI fixup for /proc/cpuinfo/physical_idAlex Chiang1-0/+9
2008-04-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86-bigbox-pciLinus Torvalds1-0/+2
2008-04-29acpi: use non-racy method for proc entries creationDenis V. Lunev17-264/+162
2008-04-29ACPI: Cleanup: Remove unneeded, multiple local dummy variablesThomas Renninger1-10/+7
2008-04-29ACPI: video - fix permissions on some proc entriesDmitry Torokhov1-2/+2
2008-04-29ACPI: video - properly handle errors when registering proc elementsDmitry Torokhov1-115/+115
2008-04-29ACPI: video - do not store invalid entries in attached_array listDmitry Torokhov1-31/+27
2008-04-29ACPI: re-name acpi_pm_ops to acpi_suspend_opsLen Brown1-21/+21
2008-04-29ACPI: check a return value correctly in acpi_power_get_context()Li Zefan1-1/+1
2008-04-29#if 0 acpi/bay.c:eject_removable_drive()Adrian Bunk1-0/+2
2008-04-29ACPICA: always disable GPE when requestedDamián Viano1-4/+0
2008-04-29ACPI: update thermal temperatureZhang, Rui1-0/+5
2008-04-29ACPI: elide a non-zero test on a result that is never 0Julia Lawall3-49/+45
2008-04-29thermal: update the documentationZhang Rui1-1/+1
2008-04-29thermal: add new get_crit_temp callbackZhang, Rui1-0/+13
2008-04-29thermal: add the support for building the generic thermal as a moduleZhang Rui1-0/+3
2008-04-29flush kacpi_notify_wq before removing notify handlerZhang Rui1-0/+1
2008-04-28[CPUFREQ] change cpu freq tables to per_cpu variablesMike Travis1-14/+16
2008-04-28drivers/acpi/thermal.c: fix build with CONFIG_DMI=nAndrew Morton1-2/+0
2008-04-27fix idle (arch, acpi and apm) and lockdepPeter Zijlstra1-10/+9
2008-04-26x86: validate against acpi motherboard resourcesRobert Hancock1-0/+2
2008-04-242.6.25 regression: powertop says 120K wakeups/secVenkatesh Pallipadi1-0/+4
2008-04-24ACPI: GPE enabling should happen after EC installationAlexey Starikovskiy1-18/+17
2008-04-23ACPICA: update Intel copyrightLen Brown107-107/+107
2008-04-22ACPICA: Fix for some local named nodes not marked temporary and to disallow duplicatesBob Moore2-48/+79
2008-04-22ACPICA: Update for new Notify valuesZhang Rui2-36/+65
2008-04-22ACPICA: Fixes for size of StartDependent resource descriptorBob Moore2-1/+12
2008-04-22ACPICA: Updates for Debug object outputBob Moore1-24/+52
2008-04-22ACPICA: Fixes for external Reference ObjectsBob Moore3-11/+26
2008-04-22ACPICA: Fix to handle NULL package elements correctlyLin Ming1-3/+2
2008-04-22ACPICA: Fix for extraneous debug message for packagesBob Moore1-4/+31
2008-04-22ACPICA: Fix for possible error when packages/buffers are passed to methods externallyBob Moore1-0/+8
2008-04-22ACPICA: Update behavior of CopyObject to match ACPI specLin Ming1-4/+11
2008-04-22ACPICA: Fix for resource descriptor optimization issues for _CRS/_SRCBob Moore5-8/+100
2008-04-22ACPICA: Added new error messagesBob Moore1-0/+9
2008-04-22ACPICA: Add va_end statements as appropriateBob Moore2-0/+6
2008-04-22ACPICA: Fixes for Unload and DDBHandlesLin Ming5-20/+88
2008-04-22ACPICA: Fix for LoadTable operator, input stringsLin Ming2-13/+24
2008-04-22ACPICA: Fix for Load operatorLin Ming1-0/+1
2008-04-22ACPICA: Methods now implicitly return 0 in slack modeLin Ming1-0/+24
2008-04-22ACPICA: Fix for SizeOf when used with Buffers and PackagesLin Ming1-5/+17
2008-04-22ACPICA: Implemented full argument resolution support for the BankValue argument to BankFieldLin Ming11-42/+260
2008-04-22ACPICA: Undo accidental checkin of not-fully-tested mutex changesBob Moore1-16/+0
2008-04-22ACPICA: Implemented full support for deferred execution for the TermArg string arguments for DataTableRegionLin Ming7-108/+156
2008-04-22ACPICA: Fixed a problem with Index Fields where the Index register was incorrectly limited to a maximum of 32 bitsBob Moore2-44/+34
2008-04-22ACPICA: Fixed a problem with AcpiGetDevices where the search of a branch of the device tree could be terminated prematurelyBob Moore1-5/+8