summaryrefslogtreecommitdiff
path: root/source/include
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | Linux non-kernel: Use use uintptr_t for ACPI_UINTPTR_TThomas Weißschuh2022-05-211-2/+3
| * | | | ACPI_CAST_PTR: cast through "void *"Thomas Weißschuh2022-05-211-1/+1
* | | | | Merge pull request #773 from s-ailus/masterRobert Moore2023-02-071-1/+1
|\ \ \ \ \
| * | | | | Constify AcpiGetHandle pathname argumentSakari Ailus2022-05-061-1/+1
| |/ / / /
* | | | | Merge pull request #786 from jwrdegoede/split-acpi_install_address_space_handlerRobert Moore2023-02-071-0/+15
|\ \ \ \ \
| * | | | | Allow AddressSpaceHandler Install and _REG execution as 2 separate stepsHans de Goede2022-10-031-0/+15
| | |_|_|/ | |/| | |
* | | | | Merge pull request #805 from fenghust/masterRobert Moore2023-02-071-1/+2
|\ \ \ \ \
| * | | | | ACPI 6.5: MADT: add support for trace buffer extension in GICCXiongfeng Wang2022-10-111-1/+2
| |/ / / /
* | | | | Merge pull request #819 from heshamelmatary/mpamRobert Moore2023-02-073-0/+153
|\ \ \ \ \
| * | | | | Add support for Arm's MPAM ACPI table version 2Hesham Almatary2023-01-313-0/+153
| | |_|/ / | |/| | |
* | | | | Merge pull request #813 from kees/flex-arrayRobert Moore2023-02-073-4/+17
|\ \ \ \ \