aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpica (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-12kernel.h: remove ancient __FUNCTION__ hackRasmus Villemoes1-2/+2
2015-02-05ACPICA: Events: Enable APIs to allow interrupt/polling adaptive request based GPE handling modelLv Zheng1-7/+16
2015-02-05ACPICA: Events: Introduce acpi_set_gpe()/acpi_finish_gpe() to reduce divergencesLv Zheng1-0/+105
2015-02-05ACPICA: Events: Introduce ACPI_GPE_DISPATCH_RAW_HANDLER to fix 2 issues for the current GPE APIsLv Zheng5-24/+157
2015-02-05ACPICA: Update Copyright headers to 2015David E. Box174-175/+175
2015-02-05ACPICA: Hardware: Cast GPE enable_mask before storingDavid E. Box1-1/+1
2015-02-05ACPICA: Events: Cleanup GPE dispatcher type obtaining codeLv Zheng7-24/+24
2015-02-05ACPICA: Events: Cleanup to move acpi_gbl_global_event_handler invocation out of acpi_ev_gpe_dispatch()Lv Zheng1-13/+26
2015-02-05ACPICA: Events: Cleanup of resetting the GPE handler to NULL before removingLv Zheng1-0/+1
2015-02-05ACPICA: Events: Fix uninitialized variableDavid E. Box1-1/+1
2015-02-05ACPICA: Events: Remove acpi_ev_valid_gpe_event() due to current restrictionLv Zheng3-100/+15
2015-02-05ACPICA: Events: Remove duplicated sanity check in acpi_ev_enable_gpe()Lv Zheng1-11/+0
2015-02-05ACPICA: Events: Back port "ACPICA: Save current masks of enabled GPEs after enable register writes"Lv Zheng3-3/+6
2015-01-26ACPICA: Resources: Provide common part for struct acpi_resource_address structures.Lv Zheng3-38/+40
2015-01-26ACPI: Introduce acpi_unload_parent_table() usages in Linux kernelLv Zheng2-90/+0
2015-01-22ACPICA: take ACPI_MTX_INTERPRETER in acpi_unload_table_id()Octavian Purdila1-0/+7
2014-12-03ACPICA: Events: Always modify GPE registers under the GPE lockLv Zheng1-0/+3
2014-12-01ACPICA: Save current masks of enabled GPEs after enable register writesRafael J. Wysocki3-13/+47
2014-11-28ACPICA: Disassembler: Emit correct string for 0 stop bits.Bob Moore1-1/+1
2014-11-28ACPICA: Disassembler: Update for C-style expressions.Bob Moore1-0/+1
2014-11-28ACPICA: Disassembler: Add support for C-style operators and expressions.Bob Moore2-0/+3
2014-11-28ACPICA: acpiexec: Add option to specify an object initialization file.Bob Moore1-0/+11
2014-11-28ACPICA: iASL: Add support for to_PLD macro.Bob Moore1-1/+3
2014-10-21ACPICA: iASL/Disassembler: Add support for hardware summary mapfiles.Bob Moore1-0/+34
2014-10-21ACPICA: Events: Reduce source code difference for the ACPI_EVENT_FLAG_HANDLE renaming.Lv Zheng2-2/+2
2014-10-21ACPICA: Events: Reduce source code difference for the ACPI_EVENT_FLAG_HANDLE support.Lv Zheng3-17/+33
2014-10-21ACPICA: Events: Update GPE handler removal, match behavior of handler install.Lv Zheng1-3/+5
2014-10-21ACPICA: Events: Reduce source code difference in acpi_install_gpe_handler().Lv Zheng1-1/+9
2014-10-21ACPICA: Events: Reduce indent divergences of events files.Lv Zheng7-25/+25
2014-10-21ACPICA: acpidump: Add ACPI 1.0 RSDP support.Lv Zheng2-1/+34
2014-09-30ACPICA: Introduce acpi_enable_all_wakeup_gpes()Rafael J. Wysocki1-0/+32
2014-09-30ACPICA: Clear all non-wakeup GPEs in acpi_hw_enable_wakeup_gpe_block()Rafael J. Wysocki1-4/+4
2014-09-29Merge back earlier 'acpica' material for v3.18.Rafael J. Wysocki1-1/+3
2014-09-24ACPICA: Update to GPIO region handler interface.Bob Moore6-16/+104
2014-09-03ACPICA: Disassembler: Fix for gpio_int interrupt polarity flags.Bob Moore1-1/+3
2014-09-02ACPICA: ACPI 5.1: Add support for runtime validation of _DSD package.Mika Westerberg1-0/+39
2014-08-05Merge branch 'acpica'Rafael J. Wysocki12-58/+272
2014-07-31ACPICA: ACPI 5.1: Support for the _CCA predifined name.Bob Moore1-0/+3
2014-07-31ACPICA: ACPI 5.1: New notify value for System Affinity Update.Bob Moore1-2/+3
2014-07-31ACPICA: ACPI 5.1: Support for the _DSD predefined name.David E. Box1-1/+12
2014-07-31ACPICA: Debug object: Add current value of Timer() to debug line prefix.Bob Moore1-1/+10
2014-07-31ACPICA: acpihelp: Add UUID support, restructure some existing files.Bob Moore6-28/+217
2014-07-31ACPICA: Utilities: Fix local printf issue.Lv Zheng1-0/+3
2014-07-31ACPICA: Remove some extraneous printf arguments.Sascha Wildner2-5/+4
2014-07-31ACPICA: Update for comments/formatting. No functional changes.Bob Moore1-12/+10
2014-07-31ACPICA: Disassembler: Add support for the ToUUID opererator (macro).Bob Moore1-6/+7
2014-07-31ACPICA: Work around an ancient GCC bug.Bob Moore1-3/+3
2014-07-27Merge branch 'acpi-headers'Rafael J. Wysocki1-1/+1
2014-07-23ACPICA: Add new GPE public interface - acpi_mark_gpe_for_wake.Rafael J. Wysocki1-0/+47
2014-07-23ACPICA: GPEs: Do not allow enable for GPEs that have no handler(s).Rafael J. Wysocki1-3/+11