summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "Events: Use spaces instead of tabs to fix indentation"revert-767-masterSaket Dumbre2023-04-251-1/+1
* Add support for _DSC as per ACPI 6.5Saket Dumbre2023-04-252-0/+4
* Merge pull request #868 from najumon1980/zmoduleSaket Dumbre2023-04-191-0/+4
|\
| * build: added module name for zephyr build systemNajumon B.A2023-04-131-0/+4
* | Merge pull request #869 from pprindeville/issue#867Saket Dumbre2023-04-192-0/+6
|\ \ | |/ |/|
| * Fix GCC 12 dangling-pointer warningPhilip Prindeville2023-04-132-0/+6
|/
* Merge pull request #863 from acpica/revert-862-entrySaket Dumbre2023-04-051-2/+2
|\
| * Revert "Move ACPI_FUNCTION_ENTRY to function entry"revert-862-entrySaket Dumbre2023-04-051-2/+2
|/
* Merge pull request #862 from tamird/entryRobert Moore2023-04-041-2/+2
|\
| * Move ACPI_FUNCTION_ENTRY to function entryTamir Duberstein2023-04-041-2/+2
|/
* Update version to 20230331,R03_31_23Robert Moore2023-03-311-1/+1
* Logfile: Changes for version 20230331Robert Moore2023-03-311-0/+43
* Automated cleanup.Robert Moore2023-03-3110-226/+233
* Merge pull request #861 from najumon1980/acpicaRobert Moore2023-03-303-0/+1338
|\
| * add os specific support for Zephyr RTOSNajumon2023-03-303-0/+1338
|/
* Add a couple typecasts to prevent warnings.Robert Moore2023-03-291-2/+2
* Merge pull request #851 from juikim/masterRobert Moore2023-03-293-31/+0
|\
| * Remove write-only variablesJung-uk Kim2023-02-283-31/+0
* | Fixes for ACPI_FLEX_ARRAY, to eliminate warnings on MSVCRobert Moore2023-03-2410-27/+27
* | Merge pull request #845 from tamird/ub-zero-offset-null-pointerSaket Dumbre2023-03-221-2/+7
|\ \
| * | Avoid undefined behavior: applying zero offset to null pointerTamir Duberstein2023-02-271-2/+7
| |/
* | 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 #847 from tamird/ub-load-of-misaligned-addressSaket Dumbre2023-03-221-2/+3
|\ \
| * | Avoid undefined behavior: load of misaligned addressTamir Duberstein2023-02-271-2/+3
| |/
* | Merge pull request #848 from tamird/ub-member-access-within-misaligned-addressSaket Dumbre2023-03-221-3/+7
|\ \
| * | Avoid undefined behavior: member access within misaligned addressTamir Duberstein2023-02-271-3/+7
| |/
* | Merge pull request #850 from tamird/ub-member-access-within-misaligned-addres...Saket Dumbre2023-03-221-3/+8
|\ \
| * | Avoid undefined behavior: member access within misaligned addressTamir Duberstein2023-02-281-3/+8
| |/
* | Merge pull request #852 from tamird/ub-member-access-within-misaligned-addres...Saket Dumbre2023-03-221-4/+14
|\ \
| * | Avoid undefined behavior: member access within misaligned addressTamir Duberstein2023-02-281-4/+14
| |/
* | Merge pull request #853 from tamird/ub-member-access-within-misaligned-addres...Saket Dumbre2023-03-221-2/+7
|\ \
| * | Avoid undefined behavior: member access within misaligned addressTamir Duberstein2023-02-281-2/+7
| |/
* | Merge pull request #854 from tamird/ub-load-of-misaligned-address-twoSaket Dumbre2023-03-221-3/+6
|\ \
| * | Avoid undefined behavior: load of misaligned addressTamir Duberstein2023-03-011-3/+6
| |/
* | Merge pull request #804 from vlsunil/riscv_b1_ecrSaket Dumbre2023-03-2210-1/+410
|\ \
| * | Add structure definitions for RISC-V RHCTSunil V L2023-02-1310-0/+389
| * | MADT: Add RISC-V INTC interrupt controllerSunil V L2023-02-132-1/+21
* | | Merge pull request #856 from kees/flex-array-take2Saket Dumbre2023-03-229-27/+59
|\ \ \
| * | | ACPI_RESOURCE_IRQ: Replace 1-element arrays with flexible arrayKees Cook2023-03-022-3/+12
| * | | ASL_CACHE_INFO: Replace 1-element array with flexible arrayKees Cook2023-03-021-1/+1
| * | | 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-022-11/+11
| * | | 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