summaryrefslogtreecommitdiffstats
path: root/drivers/acpi
AgeCommit message (Expand)AuthorFilesLines
2008-04-22ACPICA: Fixed a problem with AcpiGetDevices where the search of a branch of t...Bob Moore1-5/+8
2008-04-22ACPICA: Fixed a problem with CopyObject used in conjunction with the Index op...Lin Ming2-10/+13
2008-04-22ACPICA: Fixed a problem with Index references passed as method argumentsLin Ming1-2/+8
2008-04-22ACPICA: Fixed a problem with FromBCD and ToBCD with some compilersBob Moore1-1/+1
2008-04-22ACPICA: Fixes a problem with control method references within packagesBob Moore2-2/+3
2008-04-22ACPICA: Cleanup of debug outputBob Moore1-9/+30
2008-04-22ACPICA: Cosmetic changes only, no functional changesBob Moore13-48/+54
2008-04-22ACPICA: Cosmetic changes only, no functional changesBob Moore13-37/+44
2008-04-22ACPICA: Added additional parameter validation for LoadTableLin Ming1-0/+8
2008-04-22ACPICA: Fixed a memory leak when Device or Thermal objects referenced in pack...Bob Moore2-20/+26
2008-04-22ACPICA: Fix for Load/LoadTable to specify load locationBob Moore3-5/+18
2008-04-22ACPICA: Add error checks to prevent faultsBob Moore2-2/+16
2008-04-22ACPICA: Add a table checksum verify for Load operatorBob Moore2-4/+22
2008-04-22ACPICA: Fix for memory leak related to DdbHandle objectsBob Moore1-0/+1
2008-04-22ACPICA: Fix a fault when storing DdbHandle to Debug objectBob Moore1-1/+11
2008-04-22ACPICA: Fix for fault if Load() failsBob Moore3-18/+43
2008-04-22ACPICA: Fix for Alias operator to see target child objectsBob Moore2-41/+75
2008-04-22ACPICA: Fix for namespace lookup problemLin Ming1-16/+8
2008-04-22ACPICA: New interfaces for table event handlersLin Ming3-2/+119
2008-04-22ACPICA: Support for iASL - multiple files and wildcardsBob Moore2-0/+7
2008-04-22ACPICA: Updated error message for dynamic method serializationBob Moore1-1/+1
2008-04-22ACPICA: Fix for update of the Global Lock HandleBob Moore2-8/+14
2008-04-22ACPICA: Fix for package reference countsBob Moore1-0/+22
2008-04-22ACPICA: Increase maximum buffer size dumped to screen in buffer object dumpBob Moore1-1/+1
2008-04-22ACPICA: Misc fixes for recent global lock code updateBob Moore4-12/+32
2008-04-22ACPICA: Removed extraneous codeBob Moore2-10/+1
2008-04-22ACPICA: Update comments for acquire/release mutex interfacesBob Moore1-6/+30
2008-04-22ACPICA: Avoid use of invalid pointers in returned object fieldBob Moore4-8/+21
2008-04-22ACPICA: changed order of interpretation of operand objectsBob Moore6-8/+170
2008-04-22ACPICA: Update for mutiple global lock acquisitions by same threadBob Moore8-134/+196
2008-04-22ACPICA: Removed unused codeBob Moore4-39/+0
2008-04-22ACPICA: Several fixes for internal method result stackBob Moore6-482/+161
2008-04-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/juh...Linus Torvalds1-1/+1
2008-04-21acpi: Storage class should be before const qualifierTobias Klauser1-1/+1
2008-04-19generic: use new set_cpus_allowed_ptr functionMike Travis1-5/+5
2008-04-17Add down_timeout and change ACPI to use itMatthew Wilcox1-68/+21
2008-04-15acpi: bus: check once more for an empty list after locking itChuck Ebbert1-3/+4
2008-04-09ACPI : Disable the device's ability to wake the sleeping system in the boot p...Zhao Yakui1-1/+42
2008-04-08acpi: fix "buggy BIOS check" when CPUs are hot removedAlok Kataria1-1/+1
2008-04-08acpi thermal: fix result checkKrzysztof Helt1-1/+1
2008-04-05Revert "ACPI: Ignore _BQC object when registering backlight device"Linus Torvalds1-1/+1
2008-04-01ACPI PM: Restore the 2.6.24 suspend orderingRafael J. Wysocki1-57/+14
2008-03-28revert "ACPI: drivers/acpi: elide a non-zero test on a result that is never 0"Ingo Molnar3-43/+49
2008-03-27ACPI: drivers/acpi: elide a non-zero test on a result that is never 0Julia Lawall3-49/+43
2008-03-26Merge branches 'release', 'idle', 'redhat-bugzilla-436589', 'sbs' and 'video'...Len Brown3-9/+17
2008-03-26cpuidle: fix 100% C0 statistics regressionVenki Pallipadi1-1/+3
2008-03-26ACPI: fix mis-merge -- invoke acpi_unlazy_tlb() only on C3 entryVenki Pallipadi1-1/+2
2008-03-25ACPI: fix a regression of ACPI device driver autoloadingZhang Rui1-6/+12
2008-03-25ACPI: fix Medion _PRT quirk (use "ISA_", not "ISA")Bjorn Helgaas1-2/+2
2008-03-24ACPI: EC: Don't delete boot ECAlexey Starikovskiy1-24/+19