aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpica/evxfgpe.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-02-11ACPICA: Update ACPICA copyrights to 2014.Bob Moore1-1/+1
2014-02-11ACPICA: Improve parameter validation for acpi_install_gpe_block.Bob Moore1-0/+19
2013-10-31ACPICA: Linuxize: Change indentation of C labels.Lv Zheng1-3/+3
2013-10-31ACPICA: Add EXPORT_ACPI_INTERFACES macro to external interface modules.Lv Zheng1-1/+2
2013-06-16ACPICA: Standardize all switch() blocksChao Guan1-0/+3
2013-01-25ACPICA: Update ACPICA copyrights to 2013Bob Moore1-1/+1
2013-01-10ACPICA: Cleanup indentation to reduce differences between Linux and ACPICA.Lv Zheng1-0/+1
2013-01-10ACPICA: Cleanup updated comments.Lv Zheng1-4/+4
2012-11-15ACPICA: Audit/update for ACPICA return macros and debug depth counterBob Moore1-2/+2
2012-11-15ACPICA: Fix indent caused divergences.Lv Zheng1-4/+5
2012-09-21ACPICA: GPE support: Remove extraneous parameter from low-level function.Feng Tang1-2/+1
2012-07-17ACPICA: AcpiSrc: Fix some translation issues for Linux conversionBob Moore1-3/+3
2012-07-14ACPICA: Add support for implicit notify on multiple devicesBob Moore1-37/+69
2012-03-22ACPICA: Support for custom ACPICA build for ACPI 5 reduced hardwareBob Moore1-0/+2
2012-01-17ACPICA: Update all copyrights to 2012Bob Moore1-1/+1
2011-10-31acpi: add export.h to files using THIS_MODULE/EXPORT_SYMBOLPaul Gortmaker1-0/+1
2011-02-24ACPI / ACPICA: Implicit notify for multiple devicesRafael J. Wysocki1-9/+33
2011-02-12ACPI / ACPICA: Avoid crashing if _PRW is defined for the root objectRafael J. Wysocki1-23/+26
2011-01-18ACPICA: Update all ACPICA copyrights and signons to 2011Bob Moore1-1/+1
2011-01-12ACPICA: Misc comments to minimize code divergenceLin Ming1-11/+21
2011-01-12ACPICA: Implicit notify supportLin Ming1-11/+47
2011-01-12ACPICA: Rename some function and variable namesLin Ming1-20/+33
2011-01-12ACPICA: Move GPE functions to new file evxfgpe.cLin Ming1-0/+610