| Age | Commit message (Expand) | Author | Files | Lines |
| 2019-06-24 | bus_find_device: Unify the match callback with class_find_device |  Suzuki K Poulose | 1 | -2/+2 |
| 2019-06-24 | acpi: utils: Cleanup acpi_dev_match_cb |  Suzuki K Poulose | 1 | -6/+1 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 |  Thomas Gleixner | 1 | -14/+1 |
| 2019-04-01 | ACPI / utils: Remove deprecated function since no user left |  Andy Shevchenko | 1 | -16/+0 |
| 2019-04-01 | ACPI / utils: Introduce acpi_dev_get_first_match_dev() helper |  Andy Shevchenko | 1 | -2/+22 |
| 2019-03-19 | ACPI / utils: Drop reference in test for device presence |  Andy Shevchenko | 1 | -0/+1 |
| 2018-01-10 | ACPI: utils: Introduce acpi_dev_get_first_match_name() |  Andy Shevchenko | 1 | -7/+34 |
| 2017-11-14 | ACPI / utils: Fix memory leak in acpi_evaluate_reference() error path |  Xiongfeng Wang | 1 | -0/+1 |
| 2017-08-29 | ACPI / blacklist: add acpi_match_platform_list() |  Toshi Kani | 1 | -0/+36 |
| 2017-06-07 | ACPI: Switch to use generic guid_t in acpi_evaluate_dsm() |  Andy Shevchenko | 1 | -8/+8 |
| 2017-04-19 | ACPI / utils: Add new acpi_dev_present helper |  Hans de Goede | 1 | -0/+66 |
| 2016-07-19 | nfit: make DIMM DSMs optional |  Dan Williams | 1 | -3/+3 |
| 2016-06-24 | acpi, nfit: fix acpi_check_dsm() vs zero functions implemented |  Dan Williams | 1 | -3/+3 |
| 2016-05-23 | Merge tag 'libnvdimm-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm |  Linus Torvalds | 1 | -2/+2 |
| 2016-04-11 | acpi: widen acpi_evaluate_dsm() revision and function-index arguments |  Jerry Hoemann | 1 | -2/+2 |
| 2016-04-09 | ACPI / utils: Rename acpi_dev_present() |  Lukas Wunner | 1 | -3/+3 |
| 2016-03-22 | ACPI / util: cast data to u64 before shifting to fix sign extension |  Colin Ian King | 1 | -1/+1 |
| 2016-03-09 | ACPI / util: remove redundant check if element is NULL |  Colin Ian King | 1 | -4/+0 |
| 2015-12-09 | ACPI / utils: Add acpi_dev_present() |  Lukas Wunner | 1 | -0/+31 |
| 2015-07-08 | ACPI: Remove FSF mailing addresses |  Jarkko Nikula | 1 | -4/+0 |
| 2015-06-19 | acpi-video-detect: video: Make video_detect code part of the video module |  Hans de Goede | 1 | -0/+15 |
| 2014-12-18 | Merge branches 'acpi-scan', 'acpi-utils' and 'acpi-pm' |  Rafael J. Wysocki | 1 | -11/+1 |
| 2014-12-12 | ACPI / utils: Drop error messages from acpi_evaluate_reference() |  Rafael J. Wysocki | 1 | -11/+1 |
| 2014-11-18 | ACPI: remove unnecessary sizeof(u8) |  Fabian Frederick | 1 | -3/+2 |
| 2014-10-24 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux |  Linus Torvalds | 1 | -1/+27 |
| 2014-10-10 | ACPI: add ACPI_TYPE_LOCAL_REFERENCE support to acpi_extract_package() |  Zhang Rui | 1 | -1/+27 |
| 2014-09-24 | ACPI / utils: Update acpi_check_dsm() comments |  Yijing Wang | 1 | -1/+0 |
| 2014-05-26 | ACPI: add dynamic_debug support |  Bjørn Mork | 1 | -12/+52 |
| 2014-04-04 | ACPI: Clean up memory allocations |  jhbird.choi@samsung.com | 1 | -2/+1 |
| 2014-02-22 | ACPI: Drop acpi_evaluate_hotplug_ost() and ACPI_HOTPLUG_OST |  Rafael J. Wysocki | 1 | -1/+1 |
| 2014-02-21 | ACPI: rename acpi_evaluate_hotplug_ost() to acpi_evaluate_ost() |  Jiang Liu | 1 | -10/+4 |
| 2014-02-05 | ACPI / utils: remove a pointless NULL check |  Dan Carpenter | 1 | -4/+0 |
| 2014-01-12 | Merge branch 'acpi-dsm' |  Rafael J. Wysocki | 1 | -0/+97 |
| 2014-01-05 | ACPI: introduce helper interfaces for _DSM method |  Jiang Liu | 1 | -0/+97 |
| 2013-12-07 | ACPI: Clean up inclusions of ACPI header files |  Lv Zheng | 1 | -2/+0 |
| 2013-10-30 | ACPI: Fix spelling mistake in error messages |  Colin Ian King | 1 | -2/+2 |
| 2013-10-10 | ACPI: improve acpi_extract_package() utility |  Al Stone | 1 | -4/+13 |
| 2013-07-15 | ACPI: introduce two helper functions for _EJ0 and _LCK |  Jiang Liu | 1 | -0/+43 |
| 2013-07-15 | ACPI: introduce helper function acpi_execute_simple_method() |  Jiang Liu | 1 | -0/+12 |
| 2013-07-15 | ACPI: introduce helper function acpi_has_method() |  Jiang Liu | 1 | -0/+15 |
| 2012-11-21 | ACPI: Add acpi_handle_<level>() interfaces |  Toshi Kani | 1 | -0/+38 |
| 2012-09-21 | ACPI: Use ACPICA native way to decode the PLD buffer |  Feng Tang | 1 | -4/+7 |
| 2012-06-04 | ACPI: Add an interface to evaluate _OST |  Toshi Kani | 1 | -0/+42 |
| 2012-05-11 | ACPI: Add _PLD support |  Matthew Garrett | 1 | -0/+30 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h |  Tejun Heo | 1 | -0/+1 |
| 2010-03-14 | Merge branches 'battery-2.6.34', 'bugzilla-10805', 'bugzilla-14668', 'bugzilla-531916-power-state', 'ht-warn-2.6.34', 'pnp', 'processor-rename', 'sony-2.6.34', 'suse-bugzilla-531547', 'tz-check', 'video' and 'misc-2.6.34' into release |  Len Brown | 1 | -53/+8 |
| 2010-02-16 | ACPI: delete unused acpi_evaluate_string() |  Len Brown | 1 | -45/+0 |
| 2010-01-28 | ACPI: replace acpi_integer by u64 |  Lin Ming | 1 | -8/+8 |
| 2009-08-28 | ACPI: Move definition of PREFIX from acpi_bus.h to internal..h |  Len Brown | 1 | -0/+2 |
| 2008-11-26 | ACPI: scheduling in atomic via acpi_evaluate_integer () |  Pavel Machek | 1 | -12/+4 |