summaryrefslogtreecommitdiff
path: root/source
Commit message (Expand)AuthorAgeFilesLines
* Update version to 20211217R12_17_21HEADRobert Moore2021-12-171-1/+1
* iASL/NHLT table: add support for optional "Specific Data" fieldRobert Moore2021-12-178-9/+94
* iASL/NHLT table: Add "Capabilities Size" to one of the info structsRobert Moore2021-12-161-0/+1
* acpisrc: Add suppoprt for AGDI tableRobert Moore2021-12-151-0/+1
* Merge pull request #738 from ShuuichirouIshii/del_generic_resource_type_error...Robert Moore2021-12-151-2/+0
|\
| * dmtbdump: Delete the Generic Resource Type error messageShuuichirou Ishii2021-12-101-2/+0
* | iASL: Add suppport for AGDI tableIlkka Koskinen2021-12-148-0/+59
|/
* iASL: Add TDEL table to both compiler/disassemblerRobert Moore2021-12-0911-2/+55
* Fixed a couple of warnings under MSVCRobert Moore2021-12-091-2/+2
* Change a return_ACPI_STATUS (AE_BAD_PARAMETER); to simplyRobert Moore2021-12-091-1/+1
* Merge pull request #713 from mlangsdorf/SPCR-bit-widthRobert Moore2021-12-091-3/+8
|\
| * actypes.h: Expand the ACPI_ACCESS_ definitionsMark Langsdorf2021-09-241-3/+8
* | Merge pull request #720 from jrtc27/no-physaddr-to-ptrRobert Moore2021-12-0816-59/+210
|\ \
| * | Macros: Remove ACPI_PHYSADDR_TO_PTRJessica Clarke2021-10-031-1/+0
| * | Use original pointer for virtual origin tablesJessica Clarke2021-10-038-53/+125
| * | Use original DataTableRegion pointer for accessesJessica Clarke2021-10-038-5/+85
* | | Merge pull request #722 from jrtc27/rsdp-subobject-overflowRobert Moore2021-12-082-2/+4
|\ \ \
| * | | Avoid subobject buffer overflow when validating RSDP signatureJessica Clarke2021-10-032-2/+4
| |/ /
* | | Merge pull request #729 from ShuuichirouIshii/aest_processor_generic_res_subs...Robert Moore2021-12-081-1/+1
|\ \ \
| * | | Fix AEST Processor generic resource substructure data field byte lengthShuuichirou Ishii2021-10-281-1/+1
* | | | Merge pull request #731 from rafaeljw/utilitiesRobert Moore2021-12-081-0/+1
|\ \ \ \
| * | | | Utilities: Avoid deleting the same object twice in a rowRafael J. Wysocki2021-11-101-0/+1
| |/ / /
* | | | Merge pull request #732 from rafaeljw/executerRobert Moore2021-12-081-1/+1
|\ \ \ \
| * | | | Executer: Fix the REFCLASS_REFOF case in AcpiExOpcode_1A_0T_1R ()Rafael J. Wysocki2021-11-101-1/+1
| |/ / /
* | | | Merge branch 'master' of ssh://ssh.github.com/acpica/acpicaRobert Moore2021-12-087-7/+31
|\ \ \ \
| * \ \ \ Merge pull request #735 from sudeep-holla/pcc_opregionRobert Moore2021-12-083-3/+18
| |\ \ \ \
| | * | | | Add support for PCC Opregion special context dataSudeep Holla2021-11-222-0/+17
| | * | | | Fix wrong interpretation of PCC addressSudeep Holla2021-11-221-3/+1
| | |/ / /
| * | | | Merge pull request #736 from rafaeljw/hardwareRobert Moore2021-12-083-4/+8
| |\ \ \ \
| | * | | | Hardware: Do not flush CPU cache when entering S4 and S5Kirill A. Shutemov2021-12-083-4/+8
| * | | | | Merge pull request #721 from jrtc27/local-cache-calloc-alignRobert Moore2021-12-081-0/+5
| |\ \ \ \ \
| | * | | | | iASL: Fix unaligned accesses to local cache allocationsJessica Clarke2021-10-031-0/+5
| | | |_|/ / | | |/| | |
* | | | | | Disassembler: fix a typo in a comment. Submitted by:Robert Moore2021-12-081-1/+1
|/ / / / /
* | | | | iASL Table Compiler: Completed the full table compiler supportRobert Moore2021-12-0811-104/+553
| |/ / / |/| | |
* | | | iASL table compiler: update a commentRobert Moore2021-12-031-1/+1
* | | | iASL table compiler: FADT support updatesRobert Moore2021-12-034-8/+61
| |/ / |/| |
* | | iASL/Disassembler: Additional support for NHLT tableRobert Moore2021-10-198-80/+413
* | | iASL: Open binary input files in binary mode, not text modeRobert Moore2021-10-193-12/+26
* | | Hardware: Fix typo in variable name in AcpiHwLegacyWakePrep ()Rafael J. Wysocki2021-10-141-1/+1
|/ /
* | Update version to 20210930R09_30_21Robert Moore2021-09-301-1/+1
* | NFIT table: fix indentations in actbl2.hRobert Moore2021-09-301-14/+14
* | Revert "Headers: Avoid NULL pointer arithmetic"Robert Moore2021-09-301-2/+2
* | Merge branch 'master' of ssh://ssh.github.com/acpica/acpicaRobert Moore2021-09-304-11/+14
|\ \
| * \ Merge pull request #716 from rafaeljw/hardwareRobert Moore2021-09-294-11/+14
| |\ \
| | * | Hardware: Avoid evaluating methods too early during system resumeRafael J. Wysocki2021-09-294-11/+14
| | |/
* | | iASL table disassembler: Added disassembly support for the NHLT ACPI table.Robert Moore2021-09-309-8/+894
|/ /
* | Merge pull request #715 from rafaeljw/headersRobert Moore2021-09-291-2/+2
|\ \
| * | Headers: Avoid NULL pointer arithmeticArnd Bergmann2021-09-291-2/+2
| |/
* | Updated the check for usage of _CRS, _DIS, _PRS, and _SRS objectsRobert Moore2021-09-291-44/+26
|/
* Merge pull request #710 from AlisonSchofield/srat-genericportRobert Moore2021-09-236-11/+39
|\