summaryrefslogtreecommitdiff
path: root/source/components/events
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #786 from jwrdegoede/split-acpi_install_address_space_handlerRobert Moore2023-02-071-6/+95
|\
| * Allow AddressSpaceHandler Install and _REG execution as 2 separate stepsHans de Goede2022-10-031-6/+95
* | Update all copyrights/signons to 2023Robert Moore2023-02-0715-15/+15
|/
* Add support for FFH Opregion special context dataSudeep Holla2022-06-221-0/+8
* Events: Use spaces instead of tabs to fix indentationHuacai Chen2022-04-031-1/+1
* Events: Support fixed pcie wake eventHuacai Chen2022-03-261-2/+9
* Automated cleanup; No functional changesRobert Moore2022-02-171-8/+8
* Update copyright notices to the year 2022Robert Moore2022-02-1715-15/+15
* Fixed a couple of warnings under MSVCRobert Moore2021-12-091-2/+2
* Merge pull request #720 from jrtc27/no-physaddr-to-ptrRobert Moore2021-12-082-1/+59
|\
| * Use original DataTableRegion pointer for accessesJessica Clarke2021-10-032-1/+59
* | 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-063-17/+58
* Updated all copyrights to 2021. This affects all ACPICA source codeRobert Moore2021-01-0515-15/+15
* Also handle "orphan" _REG methods for GPIO OpRegionsHans de Goede2020-10-301-29/+30
* Preserve memory opregion mappingsRafael J. Wysocki2020-07-271-4/+7
* Introduce AcpiAnyGpeStatusSet ()Rafael J. Wysocki2020-02-131-0/+38
* Fix a commentRobert Moore2020-01-221-1/+1
* All acpica: Update copyrights to 2020Robert Moore2020-01-0915-15/+15
* Results from Clang changes/fixesRobert Moore2019-08-215-10/+21
* ACPICA: Return UINT32 from AcpiDispatchGpe()Rafael J. Wysocki2019-07-171-3/+3
* ACPICA: Introduce acpi_dispatch_gpe()Rafael J. Wysocki2019-07-172-0/+36
* ACPICA: Clear status of GPEs on first direct enableRafael J. Wysocki2019-06-204-4/+11
* Revert "Events: Clear status of an event before enabling it"Rafael J. Wysocki2019-04-301-8/+0
* Events: Clear status of an event before enabling itFurquan Shaikh2019-04-021-0/+8
* Rename nameseg length macro/define for clarityRobert Moore2019-02-221-2/+2
* Trivial: fix spelling mistakesErik Schmauss2019-02-143-4/+4
* Merge pull request #437 from SchmErik/remove-legacy-module-level-codeRobert Moore2019-01-181-18/+0
|\
| * Remove legacy module-level code supportErik Schmauss2019-01-081-18/+0
* | All acpica: Update copyrights to 2019Robert Moore2019-01-0815-15/+15
|/
* Never run _REG on SystemMemory and SystemIORobert Moore2018-09-263-10/+17
* Merge pull request #370 from SchmErik/pr363Robert Moore2018-03-091-2/+7
|\
| * Events: add a return on failure from AcpiHwRegisterReadErik Schmauss2018-03-091-2/+7
* | Cleanup/simplify module-level code supportRobert Moore2018-03-091-0/+3
|/
* Merge pull request #365 from SchmErik/macro_fixRobert Moore2018-02-281-2/+2
|\
| * macros: fix ACPI_ERROR_NAMESPACE macroErik Schmauss2018-02-281-2/+2
* | Rename a global for clarity, no functional changeRobert Moore2018-02-281-1/+1
|/
* Merge pull request #322 from zetalog/acpica-gpeRobert Moore2018-02-284-107/+191
|\
| * Events: Dispatch GPEs after enabling for the first timeLv Zheng2017-10-163-12/+35
| * Events: Add parallel GPE handling support to fix potential redundant _Exx eva...Lv Zheng2017-10-121-92/+136
| * Events: Stop unconditionally clearing ACPI IRQs during suspend/resumeLv Zheng2017-10-121-9/+1
| * Events: Make it possible to enable runtime GPEs earlierRafael J. Wysocki2017-10-122-0/+12
| * Events: Dispatch active GPEs at init timeRafael J. Wysocki2017-10-121-4/+17
* | All acpica: Update copyrights to 2018Robert Moore2018-01-0415-15/+15
* | Add an additional error message for EC timeoutsRobert Moore2017-10-051-0/+11
|/
* Revert "Merge pull request #300 from zetalog/acpica-gpe"Robert Moore2017-09-284-191/+105
* Events: Dispatch GPEs after enabling for the first timeLv Zheng2017-09-273-14/+39
* Events: Add parallel GPE handling support to fix potential redundant _Exx eva...Lv Zheng2017-09-271-92/+136
* Events: Stop unconditionally clearing ACPI IRQs during suspend/resumeLv Zheng2017-09-271-9/+1