aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpica/utdecode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-09ACPICA: Source tree: Update copyright notices to 2017Bob Moore1-1/+1
2017-01-02ACPICA: Utilities: Update debug outputBob Moore1-2/+2
2016-12-09ACPICA: Utilities: Add new decode function for parser valuesBob Moore1-0/+49
2016-08-13ACPICA: Fix deconstification warnings (-Wcast-qual) with function traces.Jung-uk Kim1-1/+1
2016-04-05ACPICA: ACPI 6.1: Add full support for this version of ACPI specBob Moore1-13/+17
2016-01-15ACPICA: Additional 2016 copyright changesBob Moore1-1/+1
2016-01-01ACPICA: Core: Major update for code formatting, no functional changesBob Moore1-1/+2
2016-01-01ACPICA: Add "const" to some functions that return fixed stringsLABBE Corentin1-16/+13
2015-10-22ACPICA: Improve typechecking, both compile-time and runtimeBob Moore1-2/+17
2015-10-22ACPICA: Debugger: Update mutexes used for multithreaded debuggerBob Moore1-2/+0
2015-02-05ACPICA: Update Copyright headers to 2015David E. Box1-1/+1
2014-07-31ACPICA: ACPI 5.1: New notify value for System Affinity Update.Bob Moore1-2/+3
2014-07-31ACPICA: acpihelp: Add UUID support, restructure some existing files.Bob Moore1-27/+0
2014-04-20ACPICA: Disassembler: Add decoding of Notify() values.Bob Moore1-11/+63
2014-02-11ACPICA: Update ACPICA copyrights to 2014.Bob Moore1-1/+1
2013-10-31ACPICA: Add EXPORT_ACPI_INTERFACES macro to external interface modules.Lv Zheng1-1/+0
2013-01-25ACPICA: Update ACPICA copyrights to 2013Bob Moore1-1/+1
2012-07-17ACPICA: AcpiSrc: Fix some translation issues for Linux conversionBob Moore1-7/+7
2012-07-17ACPICA: Add PCC address space to space ID decode functionBob Moore1-10/+11
2012-07-17ACPICA: Split exception code utilities to a new file, utexcep.cBob Moore1-35/+0
2012-03-22ACPICA: ACPI 5: Update debug output for new notify valuesBob Moore1-16/+18
2012-01-17ACPICA: Update all copyrights to 2012Bob Moore1-1/+1
2012-01-17ACPI 5.0: Support for GeneralPurposeIo and GenericSerialBus operation regionBob Moore1-1/+3
2011-10-31acpi: add export.h to files using THIS_MODULE/EXPORT_SYMBOLPaul Gortmaker1-0/+1
2011-05-09ACPICA: Update internal address SpaceID for DataTable regionsBob Moore1-2/+3
2011-03-02ACPICA: Add support for FunctionalFixedHW in acpi_ut_get_region_nameBob Moore1-0/+2
2011-03-02ACPICA: Split large utglobal into utdecode.c.Bob Moore1-0/+546