aboutsummaryrefslogtreecommitdiff
path: root/drivers/acpi
AgeCommit message (Expand)Author
2008-10-22ACPICA: Update for Reference ACPI_OPERAND_OBJECTBob Moore
2008-10-22ACPICA: Reduce error to warning for incorrect method arg countLin Ming
2008-10-22ACPICA: Disallow evaluation of named object types with no valueBob Moore
2008-10-22ACPICA: Remove obsolete debug levels (WARN and ERROR)Bob Moore
2008-10-22ACPI: replace ACPI_DEBUG_PRINT((ACPI_DB_ERROR, ...) with printkLin Ming
2008-10-22ACPICA: add preemption point after each opcode parseAlexey Starikovskiy
2008-10-22ACPICA: Improve object conversion error messagesBob Moore
2008-10-22ACPICA: Add function to decode reference obj types to stringsBob Moore
2008-10-22ACPICA: Return method arg count from acpi_get_object_infoBob Moore
2008-10-22ACPICA: Fix warning for 64-bit buildBob Moore
2008-10-22ACPICA: Add function to dereference returned reference objectsLin Ming
2008-10-22ACPICA: Return status from global init functionYi Yang
2008-10-22ACPICA: Fix table compare code, length then dataBob Moore
2008-10-22ACPICA: Allow same ACPI table to be loaded/unloaded more than onceBob Moore
2008-10-22ACPICA: Add check for invalid handle in acpi_get_object_infoFiodor Suietov
2008-10-22ACPICA: Copy dynamically loaded tables to local bufferDennis Noordsij
2008-10-22PCI: update pci_create_slot() to take a 'hotplug' paramAlex Chiang
2008-10-22ACPI: Fix possible null ptr dereferencedonald.d.dugger@intel.com
2008-10-22ACPI: remove unused acpi_is_child_device()Len Brown
2008-10-22ACPI : Load device driver according to the status of acpi deviceZhao Yakui
2008-10-22ACPI: Add DMI check to disable power state check in power transitionZhao Yakui
2008-10-22ACPI: Add "acpi.power_nocheck=1" to disable power state check in power transi...Zhao Yakui
2008-10-22ACPI: Attach the ACPI device to the ACPI handle as early as possibleZhao Yakui
2008-10-22ACPI: Get the device power state in the course of scanning deviceZhao Yakui
2008-10-22ACPI: replace AE_BAD_ADDRESS exception code with AE_ERRORLin Ming
2008-10-22ACPI suspend: Fix CONFIG_ACPI_SLEEP dependence and some compilation warningsRafael J. Wysocki
2008-10-20x86: sysfs: kill owner field from attributeParag Warudkar
2008-10-20acpi: use bcd2bin/bin2bcdAdrian Bunk
2008-10-18ACPI: Ingore the RESET_REG_SUP bit when using ACPI reset mechanismZhao Yakui
2008-10-17asus_acpi: whitespace and comment cleanupMike Dahlgren
2008-10-17ACPI: Allow overriding to higher critical trip point.Zhang Rui
2008-10-17ACPI: Ignore AE_NOT_FOUND error of EC _REG method and continue to initialize ECZhao Yakui
2008-10-17don't load asus-acpi if model is not supportedZhang Rui
2008-10-16ACPI suspend: Blacklist HP xw4600 Workstation for old code orderingRafael J. Wysocki
2008-10-16ACPI Suspend: Enable ACPI during resume if SCI_EN is not setRafael J. Wysocki
2008-10-16ACPI suspend: Always use the 32-bit waking vectorRafael J. Wysocki
2008-10-16ACPI: Add the support for _TTS objectZhao Yakui
2008-10-16ACPI: EC: Check for IBF=0 periodically if not in GPE modeAlexey Starikovskiy
2008-10-16cpuidle: update the last_state acpi cpuidle reflecting actual state enteredVenkatesh Pallipadi
2008-10-16ACPI: Clear WAK_STS on resumeMatthew Garrett
2008-10-14rtc-cmos: move wake setup from ACPI glue into RTC driverBjorn Helgaas
2008-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2008-10-12acpi: Make ACPI_TOSHIBA depend on INPUT.David S. Miller
2008-10-12Fix RTC wakealarm sysfs interface breakage.Linus Torvalds
2008-10-11ACPI: Change acpi_evaluate_integer to support 64-bit on 32-bit kernelsMatthew Wilcox
2008-10-11ACPI: Enable EC device immediately after ACPI full initializationZhao Yakui
2008-10-11Subject: ACPI dock: Use ACPI_EXCEPTION instead of printk(KERN_ERRThomas Renninger
2008-10-10toshiba_acpi: depends on INPUTRandy Dunlap
2008-10-10ACPI: catch calls of acpi_driver_data on pointer of wrong typePavel Machek
2008-10-10ACPI: toshiba_acpi.c fix sparse signedness mismatch warningsHarvey Harrison