summaryrefslogtreecommitdiff
path: root/drivers/acpi/acpica/acglobal.h
AgeCommit message (Expand)Author
2014-03-26ACPICA: Enable auto-serialization as a default kernel behavior.Lv Zheng
2014-03-26ACPICA: Add auto-serialization support for ill-behaved control methods.Bob Moore
2014-03-26ACPICA: Remove global option to serialize all control methods.Lv Zheng
2014-03-18ACPICA: Revert "Headers: Deploy #pragma pack (push) and (pop)."Robert Moore
2014-03-18ACPICA: Cleanup/improve global variable declarations.Lv Zheng
2014-02-27ACPICA: Headers: Deploy #pragma pack (push) and (pop).Bob Moore
2014-02-11ACPICA: Update ACPICA copyrights to 2014.Bob Moore
2014-01-27ACPICA: Remove bool usage from ACPICA.Lv Zheng
2014-01-08ACPICA: Utilities: Cleanup declarations of the acpi_gbl_debug_file global.Lv Zheng
2014-01-08ACPICA: Add option to favor 32-bit FADT addresses.Bob Moore
2014-01-08ACPICA: Cleanup the option of forcing the use of the RSDT.Lv Zheng
2013-10-31ACPICA: Add new statistics interface.Lv Zheng
2013-09-24ACPICA: Add support for host-installed SCI handlers.Lv Zheng
2013-09-24ACPICA: Debugger: Prevent possible command line buffer overflow, kernel behav...Bob Moore
2013-08-13ACPICA: Fix divergences of the commit - ACPICA: Expose OSI version.Lv Zheng
2013-06-16ACPICA: Add option to disable loading of SSDTs from the RSDT/XSDTLv Zheng
2013-04-12ACPICA: Add a lock to the internal object reference count mechanismBob Moore
2013-03-12ACPICA: Disassembler: Add warnings for unresolved control methodsBob Moore
2013-03-12ACPICA: Fix a couple warnings detected on FreeBSD buildJung-uk Kim
2013-01-25ACPICA: iASL/Disassembler: Add option to ignore NOOP opcodes/operatorsBob Moore
2013-01-25ACPICA: Update ACPICA copyrights to 2013Bob Moore
2013-01-11ACPICA: Cleanup table handler naming conflicts.Lv Zheng
2013-01-10ACPICA: Cleanup source to reduce differences between Linux and ACPICA.Lv Zheng
2013-01-10ACPICA: Update codes under disabled build options.Lv Zheng
2012-11-15ACPICA: Remove extra spaces after periods within commentsBob Moore
2012-11-15ACPICA: Fix AcpiSrc caused divergences.Lv Zheng
2012-11-15ACPICA: Fix unmerged debugger divergences.Lv Zheng
2012-07-17ACPICA: Split exception code utilities to a new file, utexcep.cBob Moore
2012-07-14ACPICA: Disassembler: Emit descriptions for ACPI predefined namesBob Moore
2012-06-01ACPICA: Add support for multiple notify handlersBob Moore
2012-03-22ACPICA: Support for custom ACPICA build for ACPI 5 reduced hardwareBob Moore
2012-01-18Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds
2012-01-17ACPICA: Update all copyrights to 2012Bob Moore
2012-01-17ACPICA: Add support for region address conflict checkingLin Ming
2012-01-17ACPI 5.0: Implement hardware-reduced optionBob Moore
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell
2011-07-13ACPICA: Add option to disable method return value validation and repairBob Moore
2011-03-25ACPICA: Fix code divergence of global lock handlingLin Ming
2011-03-25ACPICA: Use acpi_os_create_lock interfaceLin Ming
2011-03-02ACPICA: Add mechanism to defer _REG methods for some installed handlersBob Moore
2011-01-20Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/l...Linus Torvalds
2011-01-18ACPICA: Update all ACPICA copyrights and signons to 2011Bob Moore
2011-01-14ACPI / ACPICA: Initialize the global lock spinlock as appropriateRafael J. Wysocki
2011-01-12ACPICA: Global event handlerLin Ming
2011-01-12ACPICA: Rename some function and variable namesLin Ming
2010-10-25Merge branch 'gpe-defer' into releaseLen Brown
2010-10-01ACPICA: Make acpi_gbl_system_awake_and_running publically availableBob Moore
2010-10-01ACPICA/ACPI: Add new host interfaces for _OSI supportLin Ming
2010-09-24ACPI / ACPICA: Defer enabling of runtime GPEs (v3)Rafael J. Wysocki
2010-08-15Merge branch 'acpica-gpe' into releaseLen Brown