summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpica
AgeCommit message (Expand)AuthorFilesLines
2014-03-18ACPICA: Debugger: Add missing objects; Traverse linked listsBob Moore2-34/+199
2014-03-18ACPICA: Add text: ACPICA policy for new _OSI strings. No functional change.Bob Moore1-0/+25
2014-03-18ACPICA: Update for _PRP predefined name.Bob Moore1-1/+1
2014-03-18ACPICA: Cleanup/improve global variable declarations.Lv Zheng2-201/+189
2014-03-18ACPICA: Comment update - no functional change.Bob Moore6-37/+37
2014-02-27ACPICA: Do not abort _PRT repair on a single subpackage failure.Bob Moore1-8/+9
2014-02-27ACPICA: Harden _PRT repair code; check for minimum package length.Bob Moore1-1/+7
2014-02-27ACPICA: Restore code that repairs NULL package elements in return values.Lv Zheng1-4/+21
2014-02-27ACPICA: Properly handle NULL entries in _PRT return packages.Lv Zheng1-3/+3
2014-02-27ACPICA: Update conditional compilation flags for resource dump functions.Lv Zheng1-1/+1
2014-02-27ACPICA: Predefined names: Add support for the _PRP method.Bob Moore1-0/+6
2014-02-27ACPICA: Headers: Deploy #pragma pack (push) and (pop).Bob Moore18-1/+70
2014-02-13ACPICA: Add "Windows 2013" string to _OSI support.Bob Moore1-0/+1
2014-02-11ACPICA: Update the conditions to enable the utility resource dump strings.Lv Zheng6-9/+9
2014-02-11ACPICA: Debugger: Add new command to read/write/compare all namespace objects.Bob Moore1-0/+2
2014-02-11ACPICA: Correctly support references in the union acpi_object.Bob Moore1-3/+3
2014-02-11ACPICA: Update ACPICA copyrights to 2014.Bob Moore168-168/+168
2014-02-11ACPICA: Improve parameter validation for acpi_install_gpe_block.Bob Moore1-0/+19
2014-02-11ACPICA: Utilities: Load of local test tables is now optional.Bob Moore1-1/+2
2014-02-11ACPICA: Deploy new 32/64 printf support for table override mechanism.Bob Moore1-7/+8
2014-02-11ACPICA: Improve support for 32/64 bit physical addresses in printf().Bob Moore2-13/+21
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