summaryrefslogtreecommitdiff
path: root/source/include/actypes.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fix dangling pointer warning for AcpiUtInitStackPtrTrace"revert-776-dangling-pointerRobert Moore2023-02-071-1/+1
* Merge pull request #776 from t-8ch/dangling-pointerRobert Moore2023-02-071-1/+1
|\
| * ACPI_CAST_PTR: cast through "void *"Thomas Weißschuh2022-05-211-1/+1
* | Update all copyrights/signons to 2023Robert Moore2023-02-071-1/+1
* | Add support for FFH Opregion special context dataSudeep Holla2022-06-221-0/+6
|/
* Events: Support fixed pcie wake eventHuacai Chen2022-03-261-1/+2
* Automated cleanup; No functional changesRobert Moore2022-02-171-8/+8
* Update copyright notices to the year 2022Robert Moore2022-02-171-1/+1
* Headers: Use uintptr_t and offsetof() in Linux kernel buildsRafael J. Wysocki2022-01-141-0/+4
* Add support for the Windows 11 _OSI stringMario Limonciello2022-01-051-0/+1
* Merge pull request #713 from mlangsdorf/SPCR-bit-widthRobert Moore2021-12-091-3/+8
|\
| * actypes.h: Expand the ACPI_ACCESS_ definitionsMark Langsdorf2021-09-241-3/+8
* | Merge pull request #720 from jrtc27/no-physaddr-to-ptrRobert Moore2021-12-081-1/+6
|\ \
| * | Macros: Remove ACPI_PHYSADDR_TO_PTRJessica Clarke2021-10-031-1/+0
| * | Use original DataTableRegion pointer for accessesJessica Clarke2021-10-031-0/+6
* | | Add support for PCC Opregion special context dataSudeep Holla2021-11-221-0/+8
|/ /
* | Revert "Headers: Avoid NULL pointer arithmetic"Robert Moore2021-09-301-2/+2
* | Headers: Avoid NULL pointer arithmeticArnd Bergmann2021-09-291-2/+2
|/
* Add support for Windows 2020 _OSI stringMario Limonciello2021-08-181-0/+1
* Updated all copyrights to 2021. This affects all ACPICA source codeRobert Moore2021-01-051-1/+1
* ACPICA: fix -WfallthroughNick Desaulniers2020-11-131-0/+5
* Merge pull request #619 from SchmErik/sys-mem-opregion-handlerRobert Moore2020-07-281-3/+11
|\
| * Preserve memory opregion mappingsRafael J. Wysocki2020-07-271-3/+11
* | Drop the repeated word "an" in a comment.Randy Dunlap2020-07-271-1/+1
|/
* Replace one-element array with flexible-arrayGustavo A. R. Silva2020-06-081-1/+1
* iASL: add new OperationRegion subtype keyword PlatformRtMechanismErik Kaneda2020-05-271-1/+2
* Add macro to get the byte width of a GAS structure.Robert Moore2020-02-121-3/+4
* All acpica: Update copyrights to 2020Robert Moore2020-01-091-1/+1
* Add "Windows 2019" string to _OSI support.Jung-uk Kim2019-08-151-0/+1
* Differentiate Windows 8.1 from Windows 8.Jung-uk Kim2019-08-151-6/+7
* Macros: remove pointer math on a null pointerRobert Moore2019-07-261-1/+1
* Increase total number of possible Owner IDsRobert Moore2019-07-251-2/+2
* Rename nameseg length macro/define for clarityRobert Moore2019-02-221-4/+4
* Rename nameseg compare macro for clarityRobert Moore2019-02-221-2/+2
* Rename nameseg copy macro for clarityRobert Moore2019-02-221-2/+2
* ACPI 6.3: add Error Disconnect Recover Notification valueErik Schmauss2019-02-131-1/+2
* All acpica: Update copyrights to 2019Robert Moore2019-01-081-1/+1
* disassembler: disassemble OEMx tables as AMLErik Schmauss2018-12-051-0/+4
* Add "Windows 2018.2" string in the _OSI supportJung-uk Kim2018-11-211-0/+1
* Add "Windows 2018" string in the _OSI supportRobert Moore2018-11-021-0/+1
* Merge pull request #364 from jwrdegoede/get-object-infoRobert Moore2018-03-091-2/+0
|\
| * Remove calling of _STA from AcpiGetObjectInfo()Hans de Goede2018-02-261-2/+0
* | Cleanup/simplify module-level code supportRobert Moore2018-03-091-10/+10
* | Merge pull request #322 from zetalog/acpica-gpeRobert Moore2018-02-281-1/+3
|\ \ | |/ |/|
| * Events: Dispatch GPEs after enabling for the first timeLv Zheng2017-10-161-0/+1
| * Events: Make it possible to enable runtime GPEs earlierRafael J. Wysocki2017-10-121-1/+2
* | Recognize the _OSI string "Windows 2017.2"Mario Limonciello2018-02-121-0/+1
* | Merge pull request #349 from juikim/masterRobert Moore2018-01-041-5/+5
|\ \
| * | Add a missing pair of parentheses.Jung-uk Kim2018-01-031-1/+1
| * | Prefer ACPI_TO_POINTER() over ACPI_ADD_PTR().Jung-uk Kim2018-01-031-1/+1