summaryrefslogtreecommitdiff
path: root/source
Commit message (Expand)AuthorAgeFilesLines
* 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-286-11/+187
|\ \
| * \ Merge branch 'acpica:master' into masterlvjianmin-loongson2023-04-0726-74/+1388
| |\ \
| * | | iASL/MADT: Add dump and compile support for LoongArch APICsJianmin Lv2023-03-286-11/+187
* | | | Manually revert after resolving conflicts PR #757 commit 32d875705c8ee8f99fd8...Saket Dumbre2023-04-284-23/+3
* | | | Fix ACPI_FUNCTION_ENTRY()Saket Dumbre2023-04-261-1/+1
* | | | Revert "Fixes for ACPI_FLEX_ARRAY, to eliminate warnings on MSVC"Saket Dumbre2023-04-2610-27/+27
* | | | 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
| |_|/ |/| |
* | | Fix GCC 12 dangling-pointer warningPhilip Prindeville2023-04-132-0/+6
| |/ |/|
* | Revert "Move ACPI_FUNCTION_ENTRY to function entry"revert-862-entrySaket Dumbre2023-04-051-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
* | Automated cleanup.Robert Moore2023-03-3110-226/+233
* | 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