aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpica/nspredef.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-13ACPICA: Update copyright notices to the year 2022Bob Moore1-1/+1
2021-01-22ACPICA: Updated all copyrights to 2021Bob Moore1-1/+1
2020-12-01ACPICA: Add function trace macros to improve debuggingErik Kaneda1-4/+6
2020-01-13ACPICA: All acpica: Update copyrights to 2020 Including tool signons.Bob Moore1-1/+1
2019-01-15ACPICA: All acpica: Update copyrights to 2019Bob Moore1-1/+1
2018-03-18ACPICA: adding SPDX headersErik Schmauss1-36/+2
2018-02-06ACPICA: All acpica: Update copyrights to 2018Bob Moore1-1/+1
2017-02-27scripts/spelling.txt: add "an union" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-02-09ACPICA: Source tree: Update copyright notices to 2017Bob Moore1-1/+1
2016-01-15ACPICA: Additional 2016 copyright changesBob Moore1-1/+1
2015-10-22ACPICA: Improve typechecking, both compile-time and runtimeBob Moore1-1/+1
2015-02-05ACPICA: Update Copyright headers to 2015David E. Box1-1/+1
2014-02-11ACPICA: Update ACPICA copyrights to 2014.Bob Moore1-1/+1
2013-10-31ACPICA: Linuxize: Change indentation of C labels.Lv Zheng1-1/+1
2013-08-13ACPICA: Fix possible fault for methods that optionally have no return value.Bob Moore1-1/+15
2013-06-20ACPICA: Add several repairs for _CST predefined nameLv Zheng1-2/+3
2013-06-20ACPICA: Move _PRT repair into the standard complex repair moduleLv Zheng1-1/+6
2013-06-16ACPICA: Standardize all switch() blocksChao Guan1-0/+6
2013-06-01ACPICA: Predefined name support: Remove unused local variableBob Moore1-4/+1
2013-06-01ACPICA: Add argument typechecking for all predefined ACPI namesBob Moore1-158/+43
2013-04-12ACPICA: Predefine names: Add allowed argument types to master info tableBob Moore1-100/+6
2013-03-12ACPICA: Add mechanism for early object repairs on a per-name basisBob Moore1-74/+67
2013-01-25ACPICA: Update ACPICA copyrights to 2013Bob Moore1-1/+1
2013-01-11ACPICA: Source restructuring: split large files into 8 new files.Bob Moore1-580/+1
2013-01-10ACPICA: Cleanup coding style to reduce differences between Linux and ACPICA.Lv Zheng1-1/+1
2013-01-10ACPICA: Cleanup updated comments.Lv Zheng1-1/+0
2012-07-26Merge branches 'acpi_pad', 'acpica', 'apei-bugzilla-43282', 'battery', 'cpuidle-coupled', 'cpuidle-tweaks', 'intel_idle-ivb', 'ost', 'red-hat-bz-772730', 'thermal', 'thermal-spear' and 'turbostat-v2' into releaseLen Brown1-20/+20
2012-07-17ACPICA: AcpiSrc: Fix some translation issues for Linux conversionBob Moore1-19/+19
2012-07-14ACPICA: Fix possible fault in return package object repair codeBob Moore1-1/+1
2012-03-30ACPICA: Object repair code: Support to add Package wrappersBob Moore1-2/+2
2012-01-17ACPICA: Update all copyrights to 2012Bob Moore1-1/+1
2012-01-17ACPI 5.0: Add new predefined namesBob Moore1-0/+29
2011-07-13ACPICA: Do not repair _TSS return package if _PSS is presentFenghua Yu1-0/+1
2011-07-13ACPICA: Add option to disable method return value validation and repairBob Moore1-6/+12
2011-01-18ACPICA: Update all ACPICA copyrights and signons to 2011Bob Moore1-1/+1
2010-01-22ACPICA: Predefined name repair: fix NULL package elementsBob Moore1-3/+24
2010-01-22ACPICA: Update all ACPICA copyrights and signons to 2010Bob Moore1-1/+1
2010-01-22ACPICA: Update for new gcc-4 warning optionsBob Moore1-13/+11
2009-12-15ACPICA: Predefined name repair: automatically remove null package elementsBob Moore1-45/+14
2009-12-15ACPICA: Conditionally perform complex per-predefined-name repairsBob Moore1-13/+24
2009-12-15ACPICA: Remove messages if predefined repair(s) are successfulBob Moore1-5/+5
2009-12-15ACPICA: Move Package-to-Buffer repair code into common ToBuffer functionBob Moore1-4/+7
2009-12-15ACPICA: Add repair for bad _FDE/_GTM buffersBob Moore1-8/+6
2009-11-24ACPICA: Add repair for predefined methods that must return sorted listsBob Moore1-0/+6
2009-11-24ACPICA: Fix possible fault if return Package objects contain NULL elementsBob Moore1-1/+42
2009-09-08ACPICA: Fix extraneous warning if _DSM returns a packageBob Moore1-2/+6
2009-08-28ACPICA: ACPI 4: Add validation for new predefined names.Bob Moore1-0/+2
2009-08-28ACPICA: ACPI 4.0 : Add new return package type, restructure module.Bob Moore1-134/+192
2009-08-28ACPICA: Add repair for predefined methods that return nested packagesBob Moore1-2/+28
2009-08-28ACPICA: Move predefined repair code to new file, no functional changeBob Moore1-118/+2