summaryrefslogtreecommitdiff
path: root/source/components/events
Commit message (Expand)AuthorAgeFilesLines
* Events: Update GPE handling and initialization code.Robert Moore2014-04-184-23/+28
* Fix an exit path that could possible release a mutex twice.Robert Moore2014-03-141-0/+2
* Update use of AcpiOsWaitEventsComplete interface.Robert Moore2014-03-121-21/+35
* Disassembler: Add decoding of Notify() values.Robert Moore2014-03-071-1/+1
* Update comments for ACPICA name - no functional change.Robert Moore2014-02-191-1/+1
* Add EXPORT_SYMBOL macros for install/remove SCI handler interfaces.Robert Moore2014-02-181-0/+4
* Prevent infinite loops when traversing corrupted lists.Robert Moore2014-02-131-0/+12
* Update ACPICA copyrights to 2014.Robert Moore2014-01-0615-15/+15
* Improve parameter validation for AcpiInstallGpeBlock.Robert Moore2013-12-201-0/+22
* Improve exception handling for GPE block installation.Robert Moore2013-12-062-12/+16
* Add EXPORT_ACPI_INTERFACES macro to external interface modules.Robert Moore2013-09-184-0/+4
* Fix several possible memory leaks in the GPE handling.Robert Moore2013-09-181-0/+3
* SCI Handlers: Update handler interface, eliminate unnecessary argument.Robert Moore2013-08-221-1/+0
* SCI handlers: Optimize installation by only locking SCI list once.Robert Moore2013-08-221-23/+29
* Operation region support: Never free the handler "context" pointer.Robert Moore2013-08-161-12/+14
* Add support for host-installed SCI handlers.Robert Moore2013-08-164-17/+248
* Remove restriction of 256 maximum GPEs in any GPE block.Robert Moore2013-06-071-11/+0
* Clear events initialized flag upon event component termination.Robert Moore2013-05-101-0/+2
* Fix possible memory leak in GPE init error path.Robert Moore2013-05-091-0/+2
* ACPICA Termination: Delete global lock pending lock.Robert Moore2013-05-091-0/+1
* Standardize all switch() blocks.Robert Moore2013-04-237-3/+21
* Update for "orphan" embedded controller _REG method support.Robert Moore2013-04-181-40/+19
* Add argument typechecking for all predefined ACPI names.Robert Moore2013-04-122-2/+1
* Fix a typo in a function header, no functional change.Robert Moore2013-03-141-1/+1
* Regression fix: reinstate safe exit macros.Robert Moore2013-01-292-5/+5
* Update for ACPI 5.0 hardware-reduced feature.Robert Moore2013-01-291-0/+14
* Update error/debug messages for fixed events.Robert Moore2013-01-242-11/+19
* Update ACPICA copyrights to 2013.Robert Moore2013-01-0815-15/+15
* Source restructuring: split large files into 8 new files.Robert Moore2012-12-122-579/+703
* Update ACPICA initialization messages.Robert Moore2012-12-062-4/+9
* Eliminate superfluous return_UINT8 and return_UINT32 macros.Robert Moore2012-11-302-5/+5
* Change ACPI_DEVICE_ID to ACPI_PNP_DEVICE_ID.Robert Moore2012-10-171-2/+2
* Small fix for standard Intel legal header.Robert Moore2012-09-2714-14/+14
* Remove extra spaces after periods in the Intel license.Robert Moore2012-09-2614-154/+154
* ACPICA core: Cleanup empty lines at file start and end.Robert Moore2012-09-213-4/+0
* Audit/update for ACPICA return macros and debug depth counter.Robert Moore2012-09-211-2/+2
* GPE support: Remove extraneous parameter from low-level function.Robert Moore2012-08-072-2/+2
* GPE Support: Update debug info for GPE tracing.Robert Moore2012-08-031-2/+14
* Fix some comment fields. No functional change.Robert Moore2012-06-281-1/+1
* Implicit notify: ensure no memory allocation within critical region.Robert Moore2012-06-271-10/+24
* Add support for multiple implicit notify devices.Robert Moore2012-06-193-16/+88
* Introduce AcpiOsWaitEventsComplete interface.Robert Moore2012-05-161-4/+6
* Add support for multiple notify handlers.Robert Moore2012-04-202-297/+228
* ACPI 5.0: Update debug output for new notify values.Robert Moore2012-02-031-10/+12
* Support for custom ACPICA build for ACPI 5.0 reduced hardware.Robert Moore2012-02-0111-254/+282
* Update ACPICA copyrights to 2012.Robert Moore2012-01-0314-14/+14
* ACPI 5.0: Changes for Connection() object.Robert Moore2011-11-161-3/+5
* ACPI 5.0: Pass Connection() object to GPIO handler.Robert Moore2011-11-101-3/+5
* ACPI 5.0: Finish Connection(), more AccessAs changes.Robert Moore2011-11-101-11/+2
* ACPI 5.0/Core: Implement Connection() and AccessAs() changes.Robert Moore2011-11-101-2/+33