aboutsummaryrefslogtreecommitdiff
path: root/drivers/acpi/acpica/evgpe.c
AgeCommit message (Expand)Author
2015-04-15ACPICA: Store GPE register enable masks upfrontRafael J. Wysocki
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: 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: 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
2014-12-03ACPICA: Events: Always modify GPE registers under the GPE lockLv Zheng
2014-12-01ACPICA: Save current masks of enabled GPEs after enable register writesRafael J. Wysocki
2014-10-21ACPICA: Events: Reduce indent divergences of events files.Lv Zheng
2014-07-07ACPICA: Events: Fix edge-triggered GPE by disabling before acknowledging it.Lv Zheng
2014-05-07ACPICA: Events: Update GPE handling and initialization code.Bob Moore
2014-02-11ACPICA: Update ACPICA copyrights to 2014.Bob Moore
2013-10-31ACPICA: Linuxize: Change indentation of C labels.Lv Zheng
2013-10-30ACPICA: Fix possible memory leaks in the GPE handling.Lv Zheng
2013-06-16ACPICA: Standardize all switch() blocksChao Guan
2013-06-01ACPICA: Add argument typechecking for all predefined ACPI namesBob Moore
2013-03-12ACPICA: Regression fix: reinstate safe exit macrosBob Moore
2013-01-25ACPICA: Update ACPICA copyrights to 2013Bob Moore
2013-01-10ACPICA: Eliminate superfluous return_UINT8 and return_UINT32 macros.Bob Moore
2013-01-10ACPICA: Enhance error messages.Lv Zheng
2013-01-10ACPICA: Cleanup updated comments.Lv Zheng
2012-11-15ACPICA: Fix indent caused divergences.Lv Zheng
2012-09-21ACPICA: GPE support: Remove extraneous parameter from low-level function.Feng Tang
2012-09-21ACPICA: GPE Support: Update debug info for GPE tracing.Bob Moore
2012-07-14ACPICA: Add support for implicit notify on multiple devicesBob Moore
2012-03-22ACPICA: Support for custom ACPICA build for ACPI 5 reduced hardwareBob Moore
2012-01-17ACPICA: Update all copyrights to 2012Bob Moore
2011-03-18Merge branch 'acpica' into releaseLen Brown
2011-03-02ACPICA: GPE detect optimization - ignore unused GPE registersLin Ming
2011-02-24ACPI / ACPICA: Implicit notify for multiple devicesRafael J. Wysocki
2011-01-18ACPICA: Update all ACPICA copyrights and signons to 2011Bob Moore
2011-01-18ACPICA: Fix memory leak in acpi_ev_asynch_execute_gpe_method().Jesper Juhl
2011-01-12ACPICA: Misc comments to minimize code divergenceLin Ming
2011-01-12ACPICA: Global event handlerLin Ming
2011-01-12ACPICA: Implicit notify supportLin Ming
2011-01-12ACPICA: Fix local variable mess in acpi_ev_asynch_execute_gpe_methodLin Ming
2011-01-12ACPICA: New GPE handler callback definitionLin Ming
2011-01-12ACPICA: Rename some function and variable namesLin Ming
2010-08-07ACPI / ACPICA: Fix reference counting problems with GPE handlersRafael J. Wysocki
2010-07-06ACPICA: Remove obsolete GPE functionBob Moore
2010-07-06ACPICA: Use low-level GPE enable during GPE block initializationRafael J. Wysocki
2010-07-06ACPICA: Remove wakeup GPE reference counting which is not usedRafael J. Wysocki
2010-07-06ACPICA: Rename acpi_hw_gpe_register_bitLin Ming
2010-06-12Merge branch 'gpe-regression-fixes' into releaseLen Brown
2010-06-12ACPI / ACPICA: Fix low-level GPE manipulation codeRafael J. Wysocki
2010-06-11ACPI / ACPICA: Use helper function for computing GPE masksRafael J. Wysocki
2010-05-06ACPICA: Add GPE support for dynamically loaded ACPI tablesBob Moore
2010-04-20ACPICA: Minimize the differences between linux GPE code and ACPICA code baseLin Ming