summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
| * | | | ACPI_RESOURCE_VENDOR: Replace 1-element array with flexible arrayKees Cook2023-03-021-2/+2
| | |/ / | |/| |
* | | | Merge pull request #858 from void0red/patch-1Robert Moore2023-03-221-0/+3
|\ \ \ \
| * | | | ACPICA: check null return of ACPI_ALLOCATE_ZEROED in AcpiDbDisplayObjectsvoid0red2023-03-211-0/+3
| |/ / /
* | | | Merge pull request #842 from gemarcano/fix_AcpiGbl_ParseOpRootRobert Moore2023-03-221-0/+1
|\ \ \ \
| * | | | iasl: Set AcpiGbl_ParseOpRoot to NULL when freedGabriel Marcano2023-02-171-0/+1
| | |_|/ | |/| |
* | | | 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
* | | | | Add full support for ASL macros (preprocessor).Robert Moore2023-03-226-22/+287
* | | | | Add ACPI_FUNCTION_NAME macros where appropriate.Robert Moore2023-03-213-0/+4
* | | | | Remove INTEGRITYCHECK flag from binary file generationsRobert Moore2023-03-219-8/+5
| |_|/ / |/| | |
* | | | Merge pull request #832 from ElyesH/__func__Robert Moore2023-02-174-5/+5
|\ \ \ \
| * | | | Use ACPI_GET_FUNCTION_NAMEElyes Haouas2023-02-104-5/+5
* | | | | Merge pull request #829 from jepio/aspt-supportRobert Moore2023-02-1711-0/+370
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Add template and compiler support for ASPTJeremi Piotrowski2023-01-244-1/+112
| * | | | Add support for ASPT table in disassemblerJeremi Piotrowski2023-01-248-0/+259
* | | | | Merge pull request #834 from ElyesH/prototypesRobert Moore2023-02-141-2/+2
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Remove extern prototypes in achaiku.h fileElyes Haouas2023-02-071-2/+2
| | |/ / | |/| |
* | | | Merge branch 'master' of ssh://ssh.github.com/acpica/acpicaRobert Moore2023-02-1029-16/+436
|\ \ \ \
| * \ \ \ Merge pull request #838 from nsait-linaro/acpi-clock-inputRobert Moore2023-02-0825-3/+357
| |\ \ \ \
| | * | | | add support for ClockInput resource (v6.5)Niyas Sait2023-02-0825-3/+357
| |/ / / /
| * | | | Merge pull request #822 from heatd/acpisrc-linux-fixRobert Moore2023-02-074-13/+79
| |\ \ \ \
| | * | | | acpisrc: Add missing tables to astablePedro Falcato2022-12-212-1/+6
| | * | | | asconvert: Fix prefix detection in AsInsertPrefixPedro Falcato2022-12-211-1/+62
| | * | | | actbl2: Fix inconsistent indentation on some typedefsPedro Falcato2022-12-211-11/+11
| | | |/ / | | |/| |
* | | | | Fix a few type mismatch warnings.Robert Moore2023-02-102-5/+5
|/ / / /
* | | | Backout use of flexible array with no other structure elements:Robert Moore2023-02-071-2/+2
* | | | Merge pull request #837 from acpica/revert-813-flex-arrayRobert Moore2023-02-073-17/+4
|\ \ \ \
| * | | | Revert "Replace fake flexible arrays with actual flexible array members"Robert Moore2023-02-073-17/+4
|/ / / /