summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpica
AgeCommit message (Expand)AuthorFilesLines
2014-01-27ACPICA: Remove bool usage from ACPICA.Lv Zheng1-1/+1
2014-01-08ACPICA: Utilities: Cleanup declarations of the acpi_gbl_debug_file global.Lv Zheng1-0/+12
2014-01-08ACPICA: Linuxize: Cleanup spaces after special macro invocations.Lv Zheng3-8/+2
2014-01-08ACPICA: Interpreter: Add additional debug info for an error case.Bob Moore1-1/+2
2014-01-08ACPICA: Add an error message if the Debugger fails initialization.Bob Moore1-2/+10
2014-01-08ACPICA: Conditionally define a local variable that is used for debug only.Bob Moore1-1/+3
2014-01-08ACPICA: Parser: Updates/fixes for debug output.Bob Moore1-2/+47
2014-01-08ACPICA: Enhance ACPI warning for memory/IO address conflicts.Bob Moore1-6/+13
2014-01-08ACPICA: Update several debug statements - no functional change.Bob Moore1-10/+9
2014-01-08ACPICA: Improve exception handling for GPE block installation.Bob Moore3-14/+22
2014-01-08ACPICA: Add option to favor 32-bit FADT addresses.Bob Moore2-152/+193
2014-01-08ACPICA: Cleanup the option of forcing the use of the RSDT.Lv Zheng2-5/+13
2014-01-08ACPICA: Back port and refine validation of the XSDT root table.Lv Zheng1-90/+120
2014-01-08ACPICA: Remove unused ACPI_FREE_BUFFER macro. No functional change.Lv Zheng2-13/+20
2014-01-08ACPICA: Disassembler: Improve pathname support for emitted External() stateme...Bob Moore3-7/+8
2014-01-08ACPICA: Debug output: Fix a couple of small output issues.Bob Moore2-8/+8
2013-11-27Merge branch 'acpica'Rafael J. Wysocki7-44/+76
2013-11-21ACPICA: Add support to delete all objects attached to the root namespace node.Bob Moore2-8/+16
2013-11-21ACPICA: Delete all attached data objects during namespace node deletion.Tomasz Nowicki1-4/+8
2013-11-21ACPICA: Resources: Fix loop termination for the get AML length function.Lv Zheng4-25/+28
2013-11-21ACPICA: Debug output: Do not emit function nesting level for kernel build.Bob Moore1-7/+24
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2013-10-31ACPICA: Add __init for ACPICA initializers/finalizers.Lv Zheng6-9/+8
2013-10-31ACPICA: Cleanup asmlinkage for ACPICA APIs.Lv Zheng1-2/+2
2013-10-31ACPICA: Fix cached object deletion code.Lv Zheng1-2/+2
2013-10-31ACPICA: Remove dead AOPOBJ_INVALID check.Lv Zheng1-6/+0
2013-10-31ACPICA: Cleanup useless memset invocations.Lv Zheng2-2/+0
2013-10-31ACPICA: Fix an ACPI_ALLOCATE_ZEROED() reversal.Lv Zheng1-1/+1
2013-10-31ACPICA: Fix wrong object length returned by acpi_ut_get_simple_object_size().Lv Zheng1-10/+13
2013-10-31ACPICA: Add new statistics interface.Lv Zheng5-0/+54
2013-10-31ACPICA: Update namespace dump code.Lv Zheng1-2/+5
2013-10-31ACPICA: Update check for setting the ANOBJ_IS_EXTERNAL flag.Lv Zheng1-1/+2
2013-10-31ACPICA: Update default space handlers.Lv Zheng1-0/+1
2013-10-31ACPICA: Fix indentation issues for macro invocations.Lv Zheng4-3/+8
2013-10-31ACPICA: Deploy ACPI_EXPORT_SYMBOL_INIT for main ACPICA initialization interfa...Lv Zheng4-6/+14
2013-10-31ACPICA: Linuxize: Change indentation of C labels.Lv Zheng60-112/+112
2013-10-31ACPICA: Clarify ACPI_FREE_BUFFER usage.Bob Moore1-1/+1
2013-10-31ACPICA: Add EXPORT_ACPI_INTERFACES macro to external interface modules.Lv Zheng20-20/+37
2013-10-30ACPICA: Hardcode access width for the reset register.Bob Moore1-2/+8
2013-10-30ACPICA: Fix possible memory leaks in the GPE handling.Lv Zheng1-0/+1
2013-10-30ACPICA: Cleanup memory allocation macros and configurability.Lv Zheng4-120/+59
2013-10-30ACPICA: Add safe versions of common string functions.Bob Moore3-1/+74
2013-10-30ACPICA: Add history/line-editing for Unix/Linux systems.Bob Moore1-0/+2
2013-10-30ACPICA: Add a check for a null node during namespace walk.Bob Moore1-0/+7
2013-10-30ACPICA: Table print header function: Increase default width for table length.Bob Moore1-3/+3
2013-10-30ACPICA: Ensure that debug output is immediately disabled on termination.Tomasz Nowicki1-0/+1
2013-10-14treewide: Fix typo in printkMasanari Iida1-1/+1
2013-09-24ACPICA: SCI Handlers: Update handler interface, eliminate unnecessary argument.Bob Moore1-3/+1
2013-09-24ACPICA: Tables: Cleanup RSDP signature codes.Lv Zheng2-3/+2
2013-09-24ACPICA: Tables: Cleanup table checksum verification code.Lv Zheng2-9/+13