summaryrefslogtreecommitdiff
path: root/source/components/events/evregion.c
Commit message (Expand)AuthorAgeFilesLines
* Update all copyrights/signons to 2023Robert Moore2023-02-071-1/+1
* Add support for FFH Opregion special context dataSudeep Holla2022-06-221-0/+8
* Automated cleanup; No functional changesRobert Moore2022-02-171-8/+8
* Update copyright notices to the year 2022Robert Moore2022-02-171-1/+1
* Fixed a couple of warnings under MSVCRobert Moore2021-12-091-2/+2
* Add support for PCC Opregion special context dataSudeep Holla2021-11-221-0/+9
* Remove some code duplication from AcpiEvAddressSpaceDispatchHans de Goede2021-01-061-19/+5
* Fix race in GenericSerialBus (I2C) and GPIO OpRegion parameter handlingHans de Goede2021-01-061-17/+50
* Updated all copyrights to 2021. This affects all ACPICA source codeRobert Moore2021-01-051-1/+1
* Also handle "orphan" _REG methods for GPIO OpRegionsHans de Goede2020-10-301-29/+30
* All acpica: Update copyrights to 2020Robert Moore2020-01-091-1/+1
* Results from Clang changes/fixesRobert Moore2019-08-211-2/+2
* Trivial: fix spelling mistakesErik Schmauss2019-02-141-1/+1
* All acpica: Update copyrights to 2019Robert Moore2019-01-081-1/+1
* Never run _REG on SystemMemory and SystemIORobert Moore2018-09-261-2/+16
* All acpica: Update copyrights to 2018Robert Moore2018-01-041-1/+1
* Add an additional error message for EC timeoutsRobert Moore2017-10-051-0/+11
* Update legal header in all source modulesRobert Moore2017-03-021-0/+36
* Source tree: Update copyright notices to 2017Robert Moore2017-01-061-1/+1
* Events: Fix an issue that _REG association can happen before namespace is ini...Lv Zheng2016-03-181-55/+27
* All: const keyword changes across the ACPICA sourceRobert Moore2016-03-101-1/+1
* Namespace: Rename AcpiGbl_RegMethodsEnabled to AcpiGbl_NamespaceInitializedLv Zheng2016-02-021-1/+1
* ACPICA: Fix an issue AcpiGbl_RegMethodsEnabled is not always flaggedLv Zheng2016-02-021-1/+0
* Source tree: Update copyright notices to 2016Robert Moore2016-01-061-1/+1
* Cleanup: Remove some tabsRobert Moore2015-12-081-3/+3
* Events: Remove unused variable.Robert Moore2015-12-081-3/+0
* Events: Introduce ACPI_REG_DISCONNECT invocation to AcpiEvExecuteRegMethods()Lv Zheng2015-12-081-9/+11
* Events: Enhance AcpiEvExecuteRegMethod() to ensure no _REG evaluations can ha...Lv Zheng2015-12-081-3/+31
* Events: Split AcpiEvAssociateRegMethod() from region initialization codeLv Zheng2015-12-081-0/+52
* Events: Fix an issue that region object is re-attached to another scope when ...Lv Zheng2015-12-081-8/+7
* Events: Fix several indentation issuesLv Zheng2015-12-081-2/+2
* Add per-table execution of module-level code, early region handlersRobert Moore2015-12-041-0/+6
* Core: Major update for code formatting, no functional changesRobert Moore2015-10-091-4/+4
* Update source file permissions (2)Robert Moore2015-09-231-0/+0
* Update source file permissions (1)Robert Moore2015-09-231-0/+0
* Update debug output for _REG methods.Robert Moore2015-08-121-2/+2
* Add additional debug info/statements.Robert Moore2015-08-121-5/+16
* Merge pull request #61 from zetalog/acpica-1501-materialsDavid Box2015-02-111-1/+1
|\
| * Utilities: Cleanup to remove useless ACPI_PRINTF/FORMAT_xxx helpers.Lv Zheng2015-01-271-1/+1
* | Update Copyright headers to 2015.David E. Box2015-01-271-1/+1
* | Revert "source and test: update copyright notices to 2015"David E. Box2015-01-271-920/+920
* | source and test: update copyright notices to 2015David E. Box2015-01-231-920/+920
|/
* Remove extraneous #defines, no functional change.Robert Moore2014-10-091-2/+0
* Update to GPIO region handler interface.Robert Moore2014-09-041-14/+32
* Standardize one blank line after copyright header, no functional change.Robert Moore2014-08-141-1/+0
* Prevent infinite loops when traversing corrupted lists.Robert Moore2014-02-131-0/+12
* Update ACPICA copyrights to 2014.Robert Moore2014-01-061-1/+1
* Operation region support: Never free the handler "context" pointer.Robert Moore2013-08-161-12/+14
* 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-121-1/+1