summaryrefslogtreecommitdiff
path: root/drivers/acpi
AgeCommit message (Expand)AuthorFilesLines
2008-10-23ACPICA: Fixed a couple memory leaks associated with "implicit return"Lin Ming2-1/+6
2008-10-23ACPICA: Optimize buffer allocation procedureBob Moore1-25/+28
2008-10-23ACPICA: Fix possible memory leak, error exit pathLin Ming2-0/+16
2008-10-23ACPICA: Fix fault after mem allocation failure in AML parserLin Ming1-17/+11
2008-10-23ACPICA: Remove unused ACPI register bit definitionLin Ming1-1/+0
2008-10-23ACPICA: Fix possible memory leak in acpi_ns_get_external_pathnameBob Moore1-2/+3
2008-10-23ACPICA: Cleanup for internal Reference ObjectBob Moore22-281/+280
2008-10-23ACPICA: Update comments - no functional changesBob Moore1-10/+11
2008-10-23ACPICA: Update for Reference ACPI_OPERAND_OBJECTBob Moore4-26/+29
2008-10-23ACPICA: Reduce error to warning for incorrect method arg countLin Ming1-8/+9
2008-10-23ACPICA: Disallow evaluation of named object types with no valueBob Moore1-0/+21
2008-10-23ACPICA: Remove obsolete debug levels (WARN and ERROR)Bob Moore3-4/+2
2008-10-23ACPI: replace ACPI_DEBUG_PRINT((ACPI_DB_ERROR, ...) with printkLin Ming10-35/+35
2008-10-23ACPICA: add preemption point after each opcode parseAlexey Starikovskiy1-0/+2
2008-10-23ACPICA: Improve object conversion error messagesBob Moore1-2/+6
2008-10-23ACPICA: Add function to decode reference obj types to stringsBob Moore1-0/+36
2008-10-23ACPICA: Return method arg count from acpi_get_object_infoBob Moore1-0/+4
2008-10-23ACPICA: Fix warning for 64-bit buildBob Moore1-2/+1
2008-10-23ACPICA: Add function to dereference returned reference objectsLin Ming1-0/+79
2008-10-23ACPICA: Return status from global init functionYi Yang2-5/+10
2008-10-23ACPICA: Fix table compare code, length then dataBob Moore1-5/+9
2008-10-23ACPICA: Allow same ACPI table to be loaded/unloaded more than onceBob Moore1-7/+42
2008-10-23ACPICA: Add check for invalid handle in acpi_get_object_infoFiodor Suietov1-0/+1
2008-10-23ACPICA: Copy dynamically loaded tables to local bufferDennis Noordsij1-31/+82
2008-10-23PCI: update pci_create_slot() to take a 'hotplug' paramAlex Chiang1-1/+1
2008-10-23ACPI: Fix possible null ptr dereferencedonald.d.dugger@intel.com1-2/+2
2008-10-23ACPI: remove unused acpi_is_child_device()Len Brown1-14/+0
2008-10-23ACPI : Load device driver according to the status of acpi deviceZhao Yakui2-18/+33
2008-10-23ACPI: Add DMI check to disable power state check in power transitionZhao Yakui1-1/+22
2008-10-23ACPI: Add "acpi.power_nocheck=1" to disable power state check in power transi...Zhao Yakui2-12/+44
2008-10-23ACPI: Attach the ACPI device to the ACPI handle as early as possibleZhao Yakui1-2/+10
2008-10-23ACPI: Get the device power state in the course of scanning deviceZhao Yakui2-14/+17
2008-10-23ACPI: replace AE_BAD_ADDRESS exception code with AE_ERRORLin Ming1-5/+5
2008-10-22ACPI suspend: Fix CONFIG_ACPI_SLEEP dependence and some compilation warningsRafael J. Wysocki2-5/+4
2008-10-20x86: sysfs: kill owner field from attributeParag Warudkar3-3/+2
2008-10-20acpi: use bcd2bin/bin2bcdAdrian Bunk1-9/+9
2008-10-18ACPI: Ingore the RESET_REG_SUP bit when using ACPI reset mechanismZhao Yakui1-3/+22
2008-10-17asus_acpi: whitespace and comment cleanupMike Dahlgren1-111/+110
2008-10-17ACPI: Allow overriding to higher critical trip point.Zhang Rui1-3/+5
2008-10-17ACPI: Ignore AE_NOT_FOUND error of EC _REG method and continue to initialize ECZhao Yakui1-2/+13
2008-10-17don't load asus-acpi if model is not supportedZhang Rui1-0/+2
2008-10-17ACPI suspend: Blacklist HP xw4600 Workstation for old code orderingRafael J. Wysocki1-0/+8
2008-10-17ACPI Suspend: Enable ACPI during resume if SCI_EN is not setRafael J. Wysocki1-0/+2
2008-10-17ACPI suspend: Always use the 32-bit waking vectorRafael J. Wysocki1-26/+11
2008-10-17ACPI: Add the support for _TTS objectZhao Yakui1-1/+48
2008-10-17ACPI: EC: Check for IBF=0 periodically if not in GPE modeAlexey Starikovskiy1-2/+13
2008-10-17cpuidle: update the last_state acpi cpuidle reflecting actual state enteredVenkatesh Pallipadi1-0/+1
2008-10-16ACPI: Clear WAK_STS on resumeMatthew Garrett1-0/+7
2008-10-15rtc-cmos: move wake setup from ACPI glue into RTC driverBjorn Helgaas1-112/+0
2008-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+1