summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/utils.c
Commit message (Expand)AuthorAgeFilesLines
* ACPI: utils: Introduce acpi_dev_get_first_match_name()Andy Shevchenko2018-01-101-7/+34
* ACPI / utils: Fix memory leak in acpi_evaluate_reference() error pathXiongfeng Wang2017-11-141-0/+1
* ACPI / blacklist: add acpi_match_platform_list()Toshi Kani2017-08-291-0/+36
* ACPI: Switch to use generic guid_t in acpi_evaluate_dsm()Andy Shevchenko2017-06-071-8/+8
* ACPI / utils: Add new acpi_dev_present helperHans de Goede2017-04-191-0/+66
* nfit: make DIMM DSMs optionalDan Williams2016-07-191-3/+3
* acpi, nfit: fix acpi_check_dsm() vs zero functions implementedDan Williams2016-06-241-3/+3
* Merge tag 'libnvdimm-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-05-231-2/+2
|\
| * acpi: widen acpi_evaluate_dsm() revision and function-index argumentsJerry Hoemann2016-04-111-2/+2
* | ACPI / utils: Rename acpi_dev_present()Lukas Wunner2016-04-091-3/+3
|/
* ACPI / util: cast data to u64 before shifting to fix sign extensionColin Ian King2016-03-221-1/+1
* ACPI / util: remove redundant check if element is NULLColin Ian King2016-03-091-4/+0
* ACPI / utils: Add acpi_dev_present()Lukas Wunner2015-12-091-0/+31
* ACPI: Remove FSF mailing addressesJarkko Nikula2015-07-081-4/+0
* acpi-video-detect: video: Make video_detect code part of the video moduleHans de Goede2015-06-191-0/+15
*-. Merge branches 'acpi-scan', 'acpi-utils' and 'acpi-pm'Rafael J. Wysocki2014-12-181-11/+1
|\ \
| | * ACPI / utils: Drop error messages from acpi_evaluate_reference()Rafael J. Wysocki2014-12-121-11/+1
| |/
* / ACPI: remove unnecessary sizeof(u8)Fabian Frederick2014-11-181-3/+2
|/
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2014-10-241-1/+27
|\
| * ACPI: add ACPI_TYPE_LOCAL_REFERENCE support to acpi_extract_package()Zhang Rui2014-10-101-1/+27
* | ACPI / utils: Update acpi_check_dsm() commentsYijing Wang2014-09-241-1/+0
|/
* 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