aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpica (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-03ACPICA: Namespace: Remove _PRP method support.Lv Zheng1-6/+0
2014-06-01ACPICA: Tables: Add mechanism to control early table checksum verification.Lv Zheng4-26/+61
2014-05-07ACPICA: Events: Update GPE handling and initialization code.Bob Moore6-37/+43
2014-05-07ACPICA: Remove extraneous error message for large number of GPEs.Bob Moore1-18/+33
2014-05-07ACPICA: Tables: Remove old mechanism to validate if XSDT contains NULL entries.Lv Zheng1-105/+0
2014-05-07ACPICA: Tables: Add new mechanism to skip NULL entries in RSDT and XSDT.Lv Zheng1-6/+15
2014-05-07ACPICA: OSL: Add configurability for error message functions.Lv Zheng1-0/+2
2014-05-07ACPICA: OSL: Move external globals from utglobal.c to acpixf.h using ACPI_INIT_GLOBAL/ACPI_GLOBAL.Lv Zheng1-22/+0
2014-05-07ACPICA: Update handling of PCI ID lists.David E. Box1-3/+12
2014-05-07ACPICA: Add support for _LPD and _PRP methods.Bob Moore1-0/+4
2014-05-07ACPICA: Update acpi_buffer_to_resource interface.Bob Moore1-5/+8
2014-05-07ACPICA: Update global variable definitions. No functional change.Lv Zheng1-132/+2
2014-05-07ACPICA: Utilities: Deploy ACPI_DEBUGGER_EXEC for ACPI_DEBUGGER enabled code in utglobal.c.Lv Zheng1-3/+1
2014-05-07ACPICA: Utilities: Cleanup obsoleted global variables.Lv Zheng1-7/+0
2014-05-07Merge back earlier ACPICA material.Rafael J. Wysocki20-810/+1526
2014-05-06ACPICA: Tables: Fix invalid pointer accesses in acpi_tb_parse_root_table().Lv Zheng1-2/+5
2014-04-28Merge back earlier ACPICA material.Rafael J. Wysocki20-810/+1526
2014-04-21ACPICA: Fix buffer allocation issue for generic_serial_bus region accesses.Lv Zheng1-7/+97
2014-04-20ACPICA: acpidump: Update new structures and add missing file.Lv Zheng2-2/+2
2014-04-20ACPICA: acpidump: Add support to generate acpidump release.Lv Zheng1-0/+170
2014-04-20ACPICA: Table Manager: Split tbinstal.c into two files.Bob Moore4-720/+771
2014-04-20ACPICA: Table Manager: Misc cleanup and renames, no functional change.Bob Moore6-113/+130
2014-04-20ACPICA: Tables: Add acpi_install_table() API for early table installation.Lv Zheng5-11/+57
2014-04-20ACPICA: Tables: Avoid SSDT installation with acpi_gbl_disable_ssdt_table_load.Lv Zheng3-15/+14
2014-04-20ACPICA: Tables: Cleanup ACPI_TABLE_ORIGIN_xxx flags.Lv Zheng5-22/+19
2014-04-20ACPICA: Tables: Fix table checksums verification before installation.Lv Zheng6-409/+607
2014-04-20ACPICA: Tables: Fix unbalanced table validations.Lv Zheng1-0/+1
2014-04-20ACPICA: Tables: Clean up split INSTALLED/VALIDATED table state logics.Lv Zheng6-108/+235
2014-04-20ACPICA: Tables: Fix multiple ACPI_FREE()s around acpi_tb_add_table().Lv Zheng2-7/+2
2014-04-20ACPICA: Tables: Fix the issues in handling virtual addressed tables.Lv Zheng3-4/+21
2014-04-20ACPICA: Remove indent divergences to reduce maintenance overhead.Lv Zheng3-8/+12
2014-04-20ACPICA: Add a missing field for debug dump of mutex objects.Bob Moore1-1/+3
2014-04-20ACPICA: Update use of acpi_os_wait_events_complete interface.Lv Zheng1-19/+36
2014-04-20ACPICA: Disassembler: Add decoding of Notify() values.Bob Moore3-14/+66
2014-04-20ACPICA: Disassembler: Add support to decode _HID and _CID values.Bob Moore3-1/+15
2014-04-20ACPICA: Unload operator: Emit a warning if and when it is ever used.Bob Moore1-0/+7
2014-04-20ACPICA: Update comments for ACPICA name - no functional change.Bob Moore2-3/+3
2014-04-20ACPICA: utstring: Check array index bound before use.David Binderman1-1/+1
2014-04-20ACPICA: Add EXPORT_SYMBOL macros for install/remove SCI handler interfaces.Bob Moore1-2/+4
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