summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpica
Commit message (Expand)AuthorAgeFilesLines
* ACPICA: ACPI 6.0: Add support for NFIT table.Bob Moore2015-05-221-2/+2
* ACPICA: acpi_help: Add option to display all known/supported ACPI tables.Bob Moore2015-05-221-0/+5
* ACPICA: iASL/disassembler - fix possible fault for -e option.Bob Moore2015-05-223-4/+13
* ACPICA: Hardware: Fix a resource leak issue in acpi_hw_build_pci_list().Lv Zheng2015-05-221-5/+4Star
* ACPICA: Dispatcher: Fix a resource leak issue in acpi_ds_auto_serialize_metho...Lv Zheng2015-05-221-3/+2Star
* ACPICA: iASL: Enhance detection of non-ascii or corrupted input files.Bob Moore2015-05-222-6/+3Star
* ACPICA: Parser: Move a couple externals to the proper header.Bob Moore2015-05-222-3/+3
* ACPICA: ACPI 6.0: Add support for new predefined names.Bob Moore2015-05-224-4/+66
* Revert "ACPICA: Permanently set _REV to the value '2'."Rafael J. Wysocki2015-05-131-10/+3Star
* ACPICA: Store GPE register enable masks upfrontRafael J. Wysocki2015-04-152-9/+7Star
* ACPICA: Fix a couple issues with the local printf module.Lv Zheng2015-04-141-5/+8
* ACPICA: Add "//" before ascii output of buffers.Bob Moore2015-04-141-0/+8
* ACPICA: Remove unused internal AML opcode.Bob Moore2015-04-141-1/+0Star
* ACPICA: Permanently set _REV to the value '2'.Bob Moore2015-04-141-3/+10
* ACPICA: Add "Windows 2015" string to _OSI support.Bob Moore2015-04-141-0/+1
* ACPICA: Add infrastructure for External() opcode.Bob Moore2015-04-147-4/+35
* ACPICA: iASL: Enhancement for constant folding.Bob Moore2015-04-141-5/+0Star
* ACPICA: iASL/Disassembler: Add option to assume table contains valid AML.Bob Moore2015-04-141-0/+1
* ACPICA: Update AML Debugger global variables.Bob Moore2015-04-141-3/+1Star
* ACPICA: Update Resource descriptor dump module.Bob Moore2015-04-142-116/+117
* ACPICA: Casting changes around acpi_physical_address/acpi_size.Bob Moore2015-04-141-2/+2
* ACPICA: Resources: Correct conditional compilation definitions.Lv Zheng2015-04-142-0/+4
* ACPICA: Utilities: Correct conditional compilation definitions.Lv Zheng2015-04-143-2/+16
* ACPICA: Tables: Move an iasl specific table function to iasl source file.Lv Zheng2015-04-143-48/+20Star
* ACPICA: Utilities: Remove unused acpi_ut_create_pkg_state_and_push().Rickard Strandqvist2015-04-142-40/+0Star
* ACPICA: Applications: Remove use of __DATE__ macro.Rasmus Villemoes2015-04-141-4/+4
* ACPICA: Events: Add support to return both enable/status register values for ...Lv Zheng2015-04-142-3/+15
* ACPICA: Tables: Don't release ACPI_MTX_TABLES in acpi_tb_install_standard_tab...Octavian Purdila2015-04-141-1/+0Star
* ACPICA: Utilities: Cleanup to remove useless ACPI_PRINTF/FORMAT_xxx helpers.Lv Zheng2015-04-149-44/+25Star
* ACPICA: Utilities: Cleanup to convert physical address printing formats.Lv Zheng2015-04-145-43/+39Star
* ACPICA: Utilities: Cleanup to enforce ACPI_PHYSADDR_TO_PTR()/ACPI_PTR_TO_PHYS...Lv Zheng2015-04-143-11/+11
* ACPICA: Executer: Cleanup to remove an unnecessary conversion.Lv Zheng2015-04-141-1/+2
* ACPICA: Tables: Change acpi_find_root_pointer() to use acpi_physical_address.Lv Zheng2015-04-141-3/+4
* ACPICA: Linuxize: Reduce divergences for 20150410 release.Lv Zheng2015-04-145-6/+4Star
* kernel.h: remove ancient __FUNCTION__ hackRasmus Villemoes2015-02-131-2/+2
* ACPICA: Events: Enable APIs to allow interrupt/polling adaptive request based...Lv Zheng2015-02-051-7/+16
* ACPICA: Events: Introduce acpi_set_gpe()/acpi_finish_gpe() to reduce divergencesLv Zheng2015-02-051-0/+105
* ACPICA: Events: Introduce ACPI_GPE_DISPATCH_RAW_HANDLER to fix 2 issues for t...Lv Zheng2015-02-055-24/+157
* ACPICA: Update Copyright headers to 2015David E. Box2015-02-05174-175/+175
* ACPICA: Hardware: Cast GPE enable_mask before storingDavid E. Box2015-02-051-1/+1
* ACPICA: Events: Cleanup GPE dispatcher type obtaining codeLv Zheng2015-02-057-24/+24
* ACPICA: Events: Cleanup to move acpi_gbl_global_event_handler invocation out ...Lv Zheng2015-02-051-13/+26
* ACPICA: Events: Cleanup of resetting the GPE handler to NULL before removingLv Zheng2015-02-051-0/+1
* ACPICA: Events: Fix uninitialized variableDavid E. Box2015-02-051-1/+1
* ACPICA: Events: Remove acpi_ev_valid_gpe_event() due to current restrictionLv Zheng2015-02-053-100/+15Star
* ACPICA: Events: Remove duplicated sanity check in acpi_ev_enable_gpe()Lv Zheng2015-02-051-11/+0Star
* ACPICA: Events: Back port "ACPICA: Save current masks of enabled GPEs after e...Lv Zheng2015-02-053-3/+6
* ACPICA: Resources: Provide common part for struct acpi_resource_address struc...Lv Zheng2015-01-263-38/+40
* ACPI: Introduce acpi_unload_parent_table() usages in Linux kernelLv Zheng2015-01-262-90/+0Star
* ACPICA: take ACPI_MTX_INTERPRETER in acpi_unload_table_id()Octavian Purdila2015-01-221-0/+7