summaryrefslogtreecommitdiff
path: root/drivers/acpi/acpica
AgeCommit message (Expand)Author
2015-06-24ACPICA: Linuxize: Replace __FUNCTION__ with __func__Lv Zheng
2015-06-23ACPICA: Linuxize: Reduce divergences for 20150616 releaseLv Zheng
2015-05-22ACPICA: ACPI 6.0: Add support for NFIT table.Bob Moore
2015-05-22ACPICA: acpi_help: Add option to display all known/supported ACPI tables.Bob Moore
2015-05-22ACPICA: iASL/disassembler - fix possible fault for -e option.Bob Moore
2015-05-22ACPICA: Hardware: Fix a resource leak issue in acpi_hw_build_pci_list().Lv Zheng
2015-05-22ACPICA: Dispatcher: Fix a resource leak issue in acpi_ds_auto_serialize_metho...Lv Zheng
2015-05-22ACPICA: iASL: Enhance detection of non-ascii or corrupted input files.Bob Moore
2015-05-22ACPICA: Parser: Move a couple externals to the proper header.Bob Moore
2015-05-22ACPICA: ACPI 6.0: Add support for new predefined names.Bob Moore
2015-05-12Revert "ACPICA: Permanently set _REV to the value '2'."Rafael J. Wysocki
2015-04-15ACPICA: Store GPE register enable masks upfrontRafael J. Wysocki
2015-04-14ACPICA: Fix a couple issues with the local printf module.Lv Zheng
2015-04-14ACPICA: Add "//" before ascii output of buffers.Bob Moore
2015-04-14ACPICA: Remove unused internal AML opcode.Bob Moore
2015-04-14ACPICA: Permanently set _REV to the value '2'.Bob Moore
2015-04-14ACPICA: Add "Windows 2015" string to _OSI support.Bob Moore
2015-04-14ACPICA: Add infrastructure for External() opcode.Bob Moore
2015-04-14ACPICA: iASL: Enhancement for constant folding.Bob Moore
2015-04-14ACPICA: iASL/Disassembler: Add option to assume table contains valid AML.Bob Moore
2015-04-14ACPICA: Update AML Debugger global variables.Bob Moore
2015-04-14ACPICA: Update Resource descriptor dump module.Bob Moore
2015-04-14ACPICA: Casting changes around acpi_physical_address/acpi_size.Bob Moore
2015-04-14ACPICA: Resources: Correct conditional compilation definitions.Lv Zheng
2015-04-14ACPICA: Utilities: Correct conditional compilation definitions.Lv Zheng
2015-04-14ACPICA: Tables: Move an iasl specific table function to iasl source file.Lv Zheng
2015-04-14ACPICA: Utilities: Remove unused acpi_ut_create_pkg_state_and_push().Rickard Strandqvist
2015-04-14ACPICA: Applications: Remove use of __DATE__ macro.Rasmus Villemoes
2015-04-14ACPICA: Events: Add support to return both enable/status register values for ...Lv Zheng
2015-04-14ACPICA: Tables: Don't release ACPI_MTX_TABLES in acpi_tb_install_standard_tab...Octavian Purdila
2015-04-14ACPICA: Utilities: Cleanup to remove useless ACPI_PRINTF/FORMAT_xxx helpers.Lv Zheng
2015-04-14ACPICA: Utilities: Cleanup to convert physical address printing formats.Lv Zheng
2015-04-14ACPICA: Utilities: Cleanup to enforce ACPI_PHYSADDR_TO_PTR()/ACPI_PTR_TO_PHYS...Lv Zheng
2015-04-14ACPICA: Executer: Cleanup to remove an unnecessary conversion.Lv Zheng
2015-04-14ACPICA: Tables: Change acpi_find_root_pointer() to use acpi_physical_address.Lv Zheng
2015-04-14ACPICA: Linuxize: Reduce divergences for 20150410 release.Lv Zheng
2015-02-13kernel.h: remove ancient __FUNCTION__ hackRasmus Villemoes
2015-02-05ACPICA: Events: Enable APIs to allow interrupt/polling adaptive request based...Lv Zheng
2015-02-05ACPICA: Events: Introduce acpi_set_gpe()/acpi_finish_gpe() to reduce divergencesLv Zheng
2015-02-05ACPICA: Events: Introduce ACPI_GPE_DISPATCH_RAW_HANDLER to fix 2 issues for t...Lv Zheng
2015-02-05ACPICA: Update Copyright headers to 2015David E. Box
2015-02-05ACPICA: Hardware: Cast GPE enable_mask before storingDavid E. Box
2015-02-05ACPICA: Events: Cleanup GPE dispatcher type obtaining codeLv Zheng
2015-02-05ACPICA: Events: Cleanup to move acpi_gbl_global_event_handler invocation out ...Lv Zheng
2015-02-05ACPICA: Events: Cleanup of resetting the GPE handler to NULL before removingLv Zheng
2015-02-05ACPICA: Events: Fix uninitialized variableDavid E. Box
2015-02-05ACPICA: Events: Remove acpi_ev_valid_gpe_event() due to current restrictionLv Zheng
2015-02-05ACPICA: Events: Remove duplicated sanity check in acpi_ev_enable_gpe()Lv Zheng
2015-02-05ACPICA: Events: Back port "ACPICA: Save current masks of enabled GPEs after e...Lv Zheng
2015-01-26ACPICA: Resources: Provide common part for struct acpi_resource_address struc...Lv Zheng