summaryrefslogtreecommitdiff
path: root/source/include
Commit message (Expand)AuthorAgeFilesLines
* Fix misspelled CDAT DSMAS defineDave Jiang2023-05-151-1/+1
* Add interrupt command to acpiexecJose Marinho2023-05-091-0/+4
* Detect GED device and keep track of _EVTJose Marinho2023-05-093-0/+11
* ACPICA: Modify ACPI_STATE_COMMONGeorge Guo2023-05-091-10/+10
* Merge pull request #873 from najumon1980/seekset_fixSaket Dumbre2023-05-021-3/+0
|\
| * fix for conflict macro definition on zephyr interfaceNajumon B.A2023-04-271-3/+0
* | Merge pull request #859 from lvjianmin-loongson/masterSaket Dumbre2023-04-282-1/+15
|\ \
| * \ Merge branch 'acpica:master' into masterlvjianmin-loongson2023-04-076-7/+201
| |\ \
| * | | iASL/MADT: Add dump and compile support for LoongArch APICsJianmin Lv2023-03-282-1/+15
* | | | Manually revert after resolving conflicts PR #757 commit 32d875705c8ee8f99fd8...Saket Dumbre2023-04-281-2/+1
* | | | Revert "Fixes for ACPI_FLEX_ARRAY, to eliminate warnings on MSVC"Saket Dumbre2023-04-263-6/+6
* | | | Add support for _DSC as per ACPI 6.5Saket Dumbre2023-04-251-0/+3
| |_|/ |/| |
* | | Fix GCC 12 dangling-pointer warningPhilip Prindeville2023-04-131-0/+1
| |/ |/|
* | Update version to 20230331,R03_31_23Robert Moore2023-03-311-1/+1
* | Automated cleanup.Robert Moore2023-03-311-2/+1
* | add os specific support for Zephyr RTOSNajumon2023-03-302-0/+195
* | Fixes for ACPI_FLEX_ARRAY, to eliminate warnings on MSVCRobert Moore2023-03-243-6/+6
|/
* Merge pull request #846 from tamird/ub-linux-nonkernelSaket Dumbre2023-03-221-0/+3
|\
| * Avoid undefined behavior: member access within null pointerTamir Duberstein2023-02-271-0/+3
* | Merge pull request #804 from vlsunil/riscv_b1_ecrSaket Dumbre2023-03-223-1/+83
|\ \
| * | Add structure definitions for RISC-V RHCTSunil V L2023-02-133-0/+63
| * | MADT: Add RISC-V INTC interrupt controllerSunil V L2023-02-131-1/+20
* | | Merge pull request #856 from kees/flex-array-take2Saket Dumbre2023-03-227-23/+55
|\ \ \
| * | | ACPI_RESOURCE_IRQ: Replace 1-element arrays with flexible arrayKees Cook2023-03-022-3/+12
| * | | ACPI_MADT_OEM_DATA: Fix flexible array member definitionKees Cook2023-03-021-1/+1
| * | | ACPI_DMAR_ANDD: Replace 1-element array with flexible arrayKees Cook2023-03-021-1/+4
| * | | ACPI_PCI_ROUTING_TABLE: Replace fixed-size array with flex array memberKees Cook2023-03-021-2/+4
| * | | ACPI_RESOURCE_DMA: Replace 1-element array with flexible arrayKees Cook2023-03-021-1/+4
| * | | Introduce ACPI_FLEX_ARRAYKees Cook2023-03-022-0/+15
| * | | ACPI_NFIT_INTERLEAVE: Replace 1-element array with flexible arrayKees Cook2023-03-021-1/+1
| * | | actbl2: Replace 1-element arrays with flexible arraysKees Cook2023-03-021-8/+8
| * | | actbl1: Replace 1-element arrays with flexible arraysKees Cook2023-03-021-3/+3
| * | | ACPI_EFI_FILE_INFO: Replace 1-element array with flexible arrayKees Cook2023-03-021-1/+1
| * | | ACPI_RESOURCE_VENDOR: Replace 1-element array with flexible arrayKees Cook2023-03-021-2/+2
| | |/ | |/|
* | | Merge pull request #794 from jrtc27/aest-pointerRobert Moore2023-03-221-1/+0
|\ \ \ | |/ / |/| |
| * | Headers: Delete bogus NodeArray array of pointers from AEST tableJessica Clarke2022-09-131-1/+0
* | | Merge pull request #829 from jepio/aspt-supportRobert Moore2023-02-173-0/+96
|\ \ \
| * | | Add support for ASPT table in disassemblerJeremi Piotrowski2023-01-243-0/+96
* | | | Merge pull request #834 from ElyesH/prototypesRobert Moore2023-02-141-2/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | Remove extern prototypes in achaiku.h fileElyes Haouas2023-02-071-2/+2
* | | | add support for ClockInput resource (v6.5)Niyas Sait2023-02-086-2/+45
* | | | Merge pull request #822 from heatd/acpisrc-linux-fixRobert Moore2023-02-072-12/+12
|\ \ \ \
| * | | | acpisrc: Add missing tables to astablePedro Falcato2022-12-211-1/+1
| * | | | actbl2: Fix inconsistent indentation on some typedefsPedro Falcato2022-12-211-11/+11
| | |/ / | |/| |
* | | | Backout use of flexible array with no other structure elements:Robert Moore2023-02-071-2/+2
* | | | Revert "Replace fake flexible arrays with actual flexible array members"Robert Moore2023-02-073-17/+4
* | | | Revert "Headers: Replace zero-length array with flexible-array member"Robert Moore2023-02-071-1/+1
* | | | Revert "Fix dangling pointer warning for AcpiUtInitStackPtrTrace"revert-776-dangling-pointerRobert Moore2023-02-073-6/+5
* | | | Merge pull request #776 from t-8ch/dangling-pointerRobert Moore2023-02-073-5/+6
|\ \ \ \
| * | | | debug: use UINT_PTR_T to store stack boundariesThomas Weißschuh2022-05-211-2/+2