summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpica
Commit message (Expand)AuthorAgeFilesLines
* ACPICA: iASL: Enhancement for constant folding.Bob Moore2015-04-141-5/+0
* 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/+1
* 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/+20
* ACPICA: Utilities: Remove unused acpi_ut_create_pkg_state_and_push().Rickard Strandqvist2015-04-142-40/+0
* 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/+0
* ACPICA: Utilities: Cleanup to remove useless ACPI_PRINTF/FORMAT_xxx helpers.Lv Zheng2015-04-149-44/+25
* ACPICA: Utilities: Cleanup to convert physical address printing formats.Lv Zheng2015-04-145-43/+39
* 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/+4
* kernel.h: remove ancient __FUNCTION__ hackRasmus Villemoes2015-02-121-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/+15
* ACPICA: Events: Remove duplicated sanity check in acpi_ev_enable_gpe()Lv Zheng2015-02-051-11/+0
* 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/+0
* ACPICA: take ACPI_MTX_INTERPRETER in acpi_unload_table_id()Octavian Purdila2015-01-221-0/+7
* ACPICA: Events: Always modify GPE registers under the GPE lockLv Zheng2014-12-031-0/+3
* ACPICA: Save current masks of enabled GPEs after enable register writesRafael J. Wysocki2014-12-013-13/+47
* ACPICA: Disassembler: Emit correct string for 0 stop bits.Bob Moore2014-11-281-1/+1
* ACPICA: Disassembler: Update for C-style expressions.Bob Moore2014-11-281-0/+1
* ACPICA: Disassembler: Add support for C-style operators and expressions.Bob Moore2014-11-282-0/+3
* ACPICA: acpiexec: Add option to specify an object initialization file.Bob Moore2014-11-281-0/+11
* ACPICA: iASL: Add support for to_PLD macro.Bob Moore2014-11-281-1/+3
* ACPICA: iASL/Disassembler: Add support for hardware summary mapfiles.Bob Moore2014-10-211-0/+34
* ACPICA: Events: Reduce source code difference for the ACPI_EVENT_FLAG_HANDLE ...Lv Zheng2014-10-212-2/+2
* ACPICA: Events: Reduce source code difference for the ACPI_EVENT_FLAG_HANDLE ...Lv Zheng2014-10-213-17/+33
* ACPICA: Events: Update GPE handler removal, match behavior of handler install.Lv Zheng2014-10-211-3/+5
* ACPICA: Events: Reduce source code difference in acpi_install_gpe_handler().Lv Zheng2014-10-211-1/+9
* ACPICA: Events: Reduce indent divergences of events files.Lv Zheng2014-10-217-25/+25
* ACPICA: acpidump: Add ACPI 1.0 RSDP support.Lv Zheng2014-10-212-1/+34
* ACPICA: Introduce acpi_enable_all_wakeup_gpes()Rafael J. Wysocki2014-09-301-0/+32
* ACPICA: Clear all non-wakeup GPEs in acpi_hw_enable_wakeup_gpe_block()Rafael J. Wysocki2014-09-301-4/+4
OpenPOWER on IntegriCloud