summaryrefslogtreecommitdiff
path: root/drivers/acpi/acpica
AgeCommit message (Expand)AuthorFilesLines
2013-01-10ACPICA: Add root node optimization to internal get namespace node function.Bob Moore1-0/+9
2013-01-10ACPICA: Eliminate some small unnecessary pathname functions.Bob Moore8-65/+22
2013-01-10ACPICA: Change exception code for LoadTable operator.Bob Moore1-3/+4
2013-01-10ACPICA: Resources: New interface, AcpiWalkResourceBuffer.Bob Moore1-31/+70
2013-01-10ACPICA: AcpiGetObjectInfo: optimize exit for mutex failure.Bob Moore1-1/+1
2013-01-10ACPICA: Resource Manager: update template walking with ACPI_NEXT_RESOURCE.Lv Zheng1-3/+1
2013-01-10ACPICA: Enhance the ACPI_GETx and ACPI_SETx macros.Lv Zheng3-45/+54
2013-01-10ACPICA: Add macros to extract flag bits from resource descriptors.Bob Moore1-0/+14
2013-01-10ACPICA: Disassembler: Add new ACPI 5 interrupt sharing flags.Bob Moore2-4/+6
2013-01-10ACPICA: Debugger: Major update for the Disassemble<method> command.Bob Moore5-44/+52
2013-01-10ACPICA: Performance: Remove function tracing from critical allocation functions.Bob Moore4-47/+43
2013-01-10ACPICA: Performance enhancement for ACPI package objects.Chao Guan1-9/+33
2013-01-10ACPICA: Fix possible memory leak.Jesper Juhl1-1/+2
2013-01-10ACPICA: Update initialization codes.Lv Zheng1-1/+2
2013-01-10ACPICA: Enhance error messages.Lv Zheng2-5/+5
2013-01-10ACPICA: Fix broken call depth tracing logic.Lv Zheng2-3/+2
2013-01-10ACPICA: Cleanup coding style to reduce differences between Linux and ACPICA.Lv Zheng11-35/+37
2013-01-10ACPICA: Cleanup indentation to reduce differences between Linux and ACPICA.Lv Zheng23-52/+47
2013-01-10ACPICA: Cleanup source to reduce differences between Linux and ACPICA.Lv Zheng15-38/+34
2013-01-10ACPICA: Update codes under disabled build options.Lv Zheng6-3/+40
2013-01-10ACPICA: Cleanup updated comments.Lv Zheng24-69/+80
2013-01-03ACPICA: Remove useless mini-C library.Lv Zheng2-750/+1
2012-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-11-19treewide: fix typo of "suport" in various comments and KconfigMasanari Iida1-1/+1
2012-11-15ACPICA: AcpiGetObjectInfo: Add support for ACPI 5 _SUB methodBob Moore3-5/+95
2012-11-15ACPICA: Update for 64-bit generation of recent error message changesBob Moore1-4/+4
2012-11-15ACPICA: Fix externalize name to complete migration to ACPI_MOVE_NAMEBob Moore1-2/+5
2012-11-15ACPICA: Add starting offset parameter to common dump buffer routineBob Moore6-25/+34
2012-11-15ACPICA: Deploy ACPI_MOVE_NAME across ACPICA source baseBob Moore2-3/+2
2012-11-15ACPICA: Enhance error reporting for invalid opcodes and bad ACPI_NAMEsBob Moore4-16/+49
2012-11-15ACPICA: AcpiExec: Improve algorithm for tracking memory leaksBob Moore1-29/+71
2012-11-15ACPICA: Add debug print message for mutex objects that are force-releasedBob Moore1-1/+5
2012-11-15ACPICA: Resource Mgr: Small fix for buffer size calculationFeng Tang1-0/+9
2012-11-15ACPICA: Remove extra spaces after periods within commentsBob Moore60-187/+187
2012-11-15ACPICA: Update local C library module comments for ASCII tableBob Moore1-130/+131
2012-11-15ACPICA: Fix for predefined name loop during ACPICA initializationRobert Moore1-2/+2
2012-11-15ACPICA: Fix some typos in commentsBob Moore1-1/+1
2012-11-15ACPICA: ACPICA core: Cleanup empty lines at file start and endBob Moore23-23/+0
2012-11-15ACPICA: Audit/update for ACPICA return macros and debug depth counterBob Moore18-22/+27
2012-11-15ACPICA: Fix unmerged acmacros.h divergences.Lv Zheng2-106/+57
2012-11-15ACPICA: Fix indent caused divergences.Lv Zheng27-79/+100
2012-11-15ACPICA: Fix AcpiSrc caused divergences.Lv Zheng5-6/+6
2012-11-15ACPICA: Fix divergences of definition conflicts.Lv Zheng5-38/+41
2012-11-15ACPICA: Fix unmerged debugger divergences.Lv Zheng3-65/+100
2012-11-15ACPICA: Fix unmerged utility divergences.Lv Zheng7-31/+1852
2012-11-15Cleanup of invalid ACPI name handling and repairBob Moore4-33/+28
2012-09-21ACPICA: Table Manager: Merge duplicate code (root table)Lv Zheng2-43/+18
2012-09-21ACPICA: Add support for complex _PLD buffers.Bob Moore3-12/+126
2012-09-21ACPICA: GPE support: Remove extraneous parameter from low-level function.Feng Tang4-16/+8
2012-09-21ACPICA: Debug output: Update output for Processor object.Bob Moore1-1/+1