aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpica (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-11ACPICA: Cleanup table handler naming conflicts.Lv Zheng2-3/+3
2013-01-11ACPICA: Source restructuring: split large files into 8 new files.Bob Moore20-3103/+3494
2013-01-10ACPICA: Interpreter: Fix Store() when implicit conversion is not possible.Bob Moore1-5/+24
2013-01-10ACPICA: Resources: Split interrupt share/wake bits into two fields.Bob Moore2-12/+28
2013-01-10ACPICA: Resources: Support for ACPI 5 wake bit in ExtendedInterrupt descriptor.Aaron Lu1-5/+5
2013-01-10ACPICA: Interpreter: Add warning if 64-bit constant appears in 32-bit table.Bob Moore6-14/+28
2013-01-10ACPICA: Update ACPICA initialization messages.Bob Moore4-14/+19
2013-01-10ACPICA: Namespace: Eliminate dot...dot output during initialization.Bob Moore1-17/+4
2013-01-10ACPICA: Resource manager: Add support for ACPI 5 wake bit in IRQ descriptor.Aaron Lu1-4/+4
2013-01-10ACPICA: Fix possible memory leak in dispatcher error path.Tim Gardner1-0/+1
2013-01-10ACPICA: Update for non-configured ACPI_IS_DEBUG_ENABLED macro.Bob Moore1-0/+1
2013-01-10ACPICA: Merge all debug output macros into a single file, acoutput.Bob Moore1-126/+0
2013-01-10ACPICA: Deploy new ACPI_IS_DEBUG_ENABLED macro in debug output code.Bob Moore3-16/+20
2013-01-10ACPICA: Eliminate superfluous return_UINT8 and return_UINT32 macros.Bob Moore10-32/+25
2013-01-10ACPICA: FUNCTION_TRACE macros: Check if debug is enabled up-front.Bob Moore1-40/+78
2013-01-10ACPICA: DEBUG_PRINT macros: Update to improve performance.Bob Moore1-65/+67
2013-01-10ACPICA: Resource Manager: Add a pointer cast for a namespace node.Rafael J. Wysocki1-1/+3
2013-01-10ACPICA: Add time macros for various timer/time manipulation.Bob Moore3-5/+6
2013-01-10ACPICA: Lint changes, no functional change.Bob Moore2-5/+6
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-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus 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