aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpica (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-21ACPICA: Fix buffer allocation issue for generic_serial_bus region accesses.Lv Zheng1-7/+97
2014-04-01Merge branch 'acpica'Rafael J. Wysocki14-115/+262
2014-03-26ACPICA: Enable auto-serialization as a default kernel behavior.Lv Zheng1-1/+1
2014-03-26ACPICA: Ignore sync_level for methods that have been auto-serialized.Bob Moore2-6/+21
2014-03-26ACPICA: Add additional named objects for the auto-serialize method scan.Lv Zheng1-2/+4
2014-03-26ACPICA: Add auto-serialization support for ill-behaved control methods.Bob Moore10-25/+227
2014-03-26ACPICA: Remove global option to serialize all control methods.Lv Zheng4-88/+16
2014-03-20Merge branch 'acpica'Rafael J. Wysocki169-491/+759
2014-03-18ACPICA: Revert "Headers: Deploy #pragma pack (push) and (pop)."Robert Moore18-70/+1
2014-03-18ACPICA: Prevent infinite loops when traversing corrupted lists.Bob Moore3-4/+32
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-02-05ACPICA: Introduce acpi_get_data_full() and rework acpi_get_data()Rafael J. Wysocki1-3/+30
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() statements.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