summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/utils.c
Commit message (Expand)AuthorAgeFilesLines
* ACPI: add dynamic_debug supportBjørn Mork2014-05-261-12/+52
* ACPI: Clean up memory allocationsjhbird.choi@samsung.com2014-04-041-2/+1
* ACPI: Drop acpi_evaluate_hotplug_ost() and ACPI_HOTPLUG_OSTRafael J. Wysocki2014-02-221-1/+1
* ACPI: rename acpi_evaluate_hotplug_ost() to acpi_evaluate_ost()Jiang Liu2014-02-211-10/+4
* ACPI / utils: remove a pointless NULL checkDan Carpenter2014-02-051-4/+0
* Merge branch 'acpi-dsm'Rafael J. Wysocki2014-01-121-0/+97
|\
| * ACPI: introduce helper interfaces for _DSM methodJiang Liu2014-01-051-0/+97
* | ACPI: Clean up inclusions of ACPI header filesLv Zheng2013-12-071-2/+0
|/
* ACPI: Fix spelling mistake in error messagesColin Ian King2013-10-301-2/+2
* ACPI: improve acpi_extract_package() utilityAl Stone2013-10-101-4/+13
* ACPI: introduce two helper functions for _EJ0 and _LCKJiang Liu2013-07-151-0/+43
* ACPI: introduce helper function acpi_execute_simple_method()Jiang Liu2013-07-151-0/+12
* ACPI: introduce helper function acpi_has_method()Jiang Liu2013-07-151-0/+15
* ACPI: Add acpi_handle_<level>() interfacesToshi Kani2012-11-211-0/+38
* ACPI: Use ACPICA native way to decode the PLD bufferFeng Tang2012-09-211-4/+7
* ACPI: Add an interface to evaluate _OSTToshi Kani2012-06-041-0/+42
* ACPI: Add _PLD supportMatthew Garrett2012-05-111-0/+30
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
*-. Merge branches 'battery-2.6.34', 'bugzilla-10805', 'bugzilla-14668', 'bugzill...Len Brown2010-03-141-53/+8
|\ \
| | * ACPI: delete unused acpi_evaluate_string()Len Brown2010-02-161-45/+0
| |/ |/|
| * ACPI: replace acpi_integer by u64Lin Ming2010-01-281-8/+8
|/
* ACPI: Move definition of PREFIX from acpi_bus.h to internal..hLen Brown2009-08-281-0/+2
* ACPI: scheduling in atomic via acpi_evaluate_integer ()Pavel Machek2008-11-261-12/+4
* ACPI: Change acpi_evaluate_integer to support 64-bit on 32-bit kernelsMatthew Wilcox2008-10-111-2/+2
* ACPICA: Fixes for external Reference ObjectsBob Moore2008-04-221-1/+1
* ACPICA: Warn if packages with invalid references are evaluatedThomas Renninger2008-03-111-0/+6
* ACPI: sparse fix, replace macro with static functionHarvey Harrison2008-02-161-7/+11
* ACPI: clean up ACPI_MODULE_NAME() useLen Brown2007-02-121-1/+1
* ACPI: replace kmalloc+memset with kzallocBurman Yan2006-12-201-4/+2
* ACPI: Remove unnecessary from/to-void* and to-void casts in drivers/acpiJan Engelhardt2006-10-141-2/+2
* ACPI: avoid irqrouter_resume might_sleep oops on resume from S4Len Brown2006-08-161-1/+1
* ACPI: delete acpi_os_free(), use kfree() directlyLen Brown2006-06-301-2/+2
* ACPI: delete tracing macros from drivers/acpi/*.cPatrick Mochel2006-06-271-29/+25
* ACPI: un-export ACPI_ERROR() -- use printk(KERN_ERR...)Len Brown2006-06-271-10/+10
* ACPI: un-export ACPI_WARNING() -- use printk(KERN_WARNING...)Len Brown2006-06-271-12/+12
* ACPI: Enable ACPI error messages w/o CONFIG_ACPI_DEBUGThomas Renninger2006-06-261-26/+24
* ACPI: fix potential memory leak in acpi_evaluate_integer() error pathVasily Averin2006-05-131-0/+2
* [ACPI] Lindent all ACPI filesLen Brown2005-08-051-94/+101
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+423