aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpica (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-03Revert 'Revert "ACPICA: Permanently set _REV to the value '2'."'Rafael J. Wysocki1-3/+10
2015-07-01ACPICA: Comment update, no functional changegongzg1-3/+2
2015-07-01ACPICA: Split C library prototypes to new headerBob Moore2-58/+3
2015-07-01ACPICA: De-macroize calls to standard C library functionsBob Moore50-255/+241
2015-07-01ACPICA: Cleanup output for the ASL Debug objectBob Moore4-6/+50
2015-07-01ACPICA: Update for acpi_install_table memory typesZhang Rui1-2/+2
2015-07-01ACPICA: Namespace: Change namespace override to avoid node deletionBob Moore1-4/+19
2015-07-01ACPICA: Namespace: Add support of OSDT tableBob Moore3-2/+14
2015-07-01ACPICA: Namespace: Add support to allow overriding objectsLv Zheng5-7/+44
2015-07-01ACPICA: Utilities: Add _CLS processingSuravee Suthikulpanit5-4/+148
2015-07-01ACPICA: Tables: Fix an issue that FACS initialization is performed twiceLv Zheng1-4/+6
2015-07-01ACPICA: Hardware: Enable firmware waking vector for both 32-bit and 64-bit FACSLv Zheng3-20/+73
2015-07-01ACPICA: Tables: Enable both 32-bit and 64-bit FACSLv Zheng4-20/+39
2015-07-01ACPICA: Hardware: Enable 64-bit firmware waking vector for selected FACSLv Zheng1-18/+53
2015-06-24ACPICA: Linuxize: Replace __FUNCTION__ with __func__Lv Zheng1-2/+2
2015-06-23ACPICA: Linuxize: Reduce divergences for 20150616 releaseLv Zheng5-5/+4
2015-05-22ACPICA: ACPI 6.0: Add support for NFIT table.Bob Moore1-2/+2
2015-05-22ACPICA: acpi_help: Add option to display all known/supported ACPI tables.Bob Moore1-0/+5
2015-05-22ACPICA: iASL/disassembler - fix possible fault for -e option.Bob Moore3-4/+13
2015-05-22ACPICA: Hardware: Fix a resource leak issue in acpi_hw_build_pci_list().Lv Zheng1-5/+4
2015-05-22ACPICA: Dispatcher: Fix a resource leak issue in acpi_ds_auto_serialize_method().Lv Zheng1-3/+2
2015-05-22ACPICA: iASL: Enhance detection of non-ascii or corrupted input files.Bob Moore2-6/+3
2015-05-22ACPICA: Parser: Move a couple externals to the proper header.Bob Moore2-3/+3
2015-05-22ACPICA: ACPI 6.0: Add support for new predefined names.Bob Moore4-4/+66
2015-05-13Revert "ACPICA: Permanently set _REV to the value '2'."Rafael J. Wysocki1-10/+3
2015-04-15ACPICA: Store GPE register enable masks upfrontRafael J. Wysocki2-9/+7
2015-04-14ACPICA: Fix a couple issues with the local printf module.Lv Zheng1-5/+8
2015-04-14ACPICA: Add "//" before ascii output of buffers.Bob Moore1-0/+8
2015-04-14ACPICA: Remove unused internal AML opcode.Bob Moore1-1/+0
2015-04-14ACPICA: Permanently set _REV to the value '2'.Bob Moore1-3/+10
2015-04-14ACPICA: Add "Windows 2015" string to _OSI support.Bob Moore1-0/+1
2015-04-14ACPICA: Add infrastructure for External() opcode.Bob Moore7-4/+35
2015-04-14ACPICA: iASL: Enhancement for constant folding.Bob Moore1-5/+0
2015-04-14ACPICA: iASL/Disassembler: Add option to assume table contains valid AML.Bob Moore1-0/+1
2015-04-14ACPICA: Update AML Debugger global variables.Bob Moore1-3/+1
2015-04-14ACPICA: Update Resource descriptor dump module.Bob Moore2-116/+117
2015-04-14ACPICA: Casting changes around acpi_physical_address/acpi_size.Bob Moore1-2/+2
2015-04-14ACPICA: Resources: Correct conditional compilation definitions.Lv Zheng2-0/+4
2015-04-14ACPICA: Utilities: Correct conditional compilation definitions.Lv Zheng3-2/+16
2015-04-14ACPICA: Tables: Move an iasl specific table function to iasl source file.Lv Zheng3-48/+20
2015-04-14ACPICA: Utilities: Remove unused acpi_ut_create_pkg_state_and_push().Rickard Strandqvist2-40/+0
2015-04-14ACPICA: Applications: Remove use of __DATE__ macro.Rasmus Villemoes1-4/+4
2015-04-14ACPICA: Events: Add support to return both enable/status register values for GPE and fixed event.Lv Zheng2-3/+15
2015-04-14ACPICA: Tables: Don't release ACPI_MTX_TABLES in acpi_tb_install_standard_table().Octavian Purdila1-1/+0
2015-04-14ACPICA: Utilities: Cleanup to remove useless ACPI_PRINTF/FORMAT_xxx helpers.Lv Zheng9-44/+25
2015-04-14ACPICA: Utilities: Cleanup to convert physical address printing formats.Lv Zheng5-43/+39
2015-04-14ACPICA: Utilities: Cleanup to enforce ACPI_PHYSADDR_TO_PTR()/ACPI_PTR_TO_PHYSADDR().Lv Zheng3-11/+11
2015-04-14ACPICA: Executer: Cleanup to remove an unnecessary conversion.Lv Zheng1-1/+2
2015-04-14ACPICA: Tables: Change acpi_find_root_pointer() to use acpi_physical_address.Lv Zheng1-3/+4
2015-04-14ACPICA: Linuxize: Reduce divergences for 20150410 release.Lv Zheng5-6/+4