aboutsummaryrefslogtreecommitdiffstats
path: root/include/acpi/actypes.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-07-06ACPICA: Drop acpi_set_gpeRafael J. Wysocki1-1/+1
2010-07-06ACPICA: Remove wakeup GPE reference counting which is not usedRafael J. Wysocki1-6/+0
2010-07-06ACPICA: Introduce acpi_gpe_wakeup()Rafael J. Wysocki1-1/+1
2010-06-12Merge branch 'gpe-regression-fixes' into releaseLen Brown1-1/+2
2010-06-12ACPI / ACPICA: Avoid writing full enable masks to GPE registersRafael J. Wysocki1-0/+1
2010-06-12ACPI / ACPICA: Fix low-level GPE manipulation codeRafael J. Wysocki1-1/+1
2010-05-06ACPICA: Update/clarify some parameter names associated with acpi_handleBob Moore1-1/+1
2010-04-20ACPICA: Minimize the differences between linux GPE code and ACPICA code baseLin Ming1-22/+20
2010-04-20ACPICA: Update version to 20100331.Robert Moore0-0/+0
2010-03-01Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds1-17/+17
2010-02-22ACPI: Use GPE reference counting to support shared GPEsRafael J. Wysocki1-18/+10
2010-01-22ACPICA: Remove unused uint32_struct typeBob Moore1-5/+0
2010-01-22ACPICA: Remove obsolete ACPI_INTEGER (acpi_integer) typeBob Moore1-11/+16
2010-01-22ACPICA: Update all ACPICA copyrights and signons to 2010Bob Moore1-1/+1
2009-09-23Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds1-46/+46
2009-09-21trivial: fix typo "to to" in multiple filesAnand Gadiyar1-1/+1
2009-08-27ACPICA: Fix several acpi_attach_data problemsBob Moore1-1/+1
2009-08-27ACPICA: ACPI 4.0: Interpreter support for IPMI.Lin Ming1-1/+2
2009-08-27ACPICA: Major update for acpi_get_object_info external interfaceBob Moore1-44/+43
2009-05-27ACPICA: Cleanup byte/word/dword extraction macros, fix possible warningsBob Moore1-14/+6
2009-03-27ACPICA: Add manifest constants for bit register valuesBob Moore1-0/+9
2009-03-26ACPICA: Remove redundant ACPI_BITREG_SLEEP_TYPE_BBob Moore1-5/+4
2009-01-09Merge branch 'linus' into releaseLen Brown1-1/+1
2009-01-06trivial: fix an -> a typos in documentation and commentsFrederik Schwarzer1-1/+1
2008-12-31ACPICA: FADT parsing changes and fixesBob Moore1-1/+7
2008-12-31ACPICA: Add ACPI_MUTEX_TYPE configuration optionBob Moore1-14/+40
2008-12-31ACPICA: Restructure includes into public/privateBob Moore1-349/+140
2008-12-29ACPICA: Fix several warnings under gcc 4 compilerBob Moore1-4/+4
2008-10-28ACPI: bugfix reporting of event handler statusZhang Rui1-0/+1
2008-10-22ACPICA: Remove unused ACPI register bit definitionLin Ming1-11/+23
2008-10-22ACPICA: Return method arg count from acpi_get_object_infoBob Moore1-0/+1
2008-10-22ACPICA: Fix wrong resource descriptor length for 64-bit buildBob Moore1-1/+1
2008-07-16ACPICA: Eliminate acpi_native_uint type v2Bob Moore1-10/+6
2008-04-23ACPICA: update Intel copyrightLen Brown1-1/+1
2008-04-22ACPICA: Update for new Notify valuesZhang Rui1-9/+15
2008-04-22ACPICA: Fix to handle NULL package elements correctlyLin Ming1-12/+17
2008-04-22ACPICA: Fix for resource descriptor optimization issues for _CRS/_SRCBob Moore1-0/+2
2008-04-22ACPICA: Cosmetic changes only, no functional changesBob Moore1-0/+2
2008-04-22ACPICA: New interfaces for table event handlersLin Ming1-0/+11
2008-04-22ACPICA: Removed obsolete ACPI_NO_INTEGER64_SUPPORT defineBob Moore1-20/+3
2007-07-23ACPI: autoload modules - ACPICA modificationsThomas Renninger1-3/+3
2007-05-09ACPICA: LindentLen Brown1-1/+1
2007-03-19ACPI: IA64: fix %ll build warningsLen Brown1-1/+1
2007-02-02ACPICA: Update copyright to 2007.Bob Moore1-1/+1
2007-02-02ACPICA: Update a comment.Bob Moore1-1/+2
2007-02-02ACPICA: Removed all 16-bit support.Bob Moore1-39/+1
2007-02-02ACPICA: Ensure that all structures in acobject.h are aligned, via #pragma.Bob Moore1-0/+4
2007-02-02ACPICA: Add new subsystem state bit that is set after SubsystemInitialize is calledBob Moore1-1/+2
2007-02-02ACPICA: Disable all wake GPEs after first one recievedBob Moore1-5/+1
2007-02-02ACPICA: Implement simplified Table ManagerBob Moore1-55/+1