summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | compiler/dttable1.c: Fix dead assignmentElyes Haouas2022-05-151-1/+0
| | |_|/ / | |/| | |
* | | | | Merge pull request #802 from valentindavid/valentindavid/nowerrorRobert Moore2022-10-203-10/+23
|\ \ \ \ \
| * | | | | Allow disabling of -WerrorValentin David2022-09-283-10/+23
| | |/ / / | |/| | |
* | | | | Merge pull request #795 from AlisonSchofield/cxl3.0-cedtRobert Moore2022-10-201-1/+33
|\ \ \ \ \
| * | | | | Add CXL 3.0 structures (CXIMS & RDPAS) to the CEDT tableAlison Schofield2022-09-161-1/+33
| |/ / / /
* | | | | Remove duplicate of ACPI_CDAT_OFFSETRobert Moore2022-10-201-1/+0
* | | | | Update project/makefiles for new file.Robert Moore2022-10-1916-5/+28
* | | | | Update access rights for new file, utcksum.cRobert Moore2022-10-191-0/+0
* | | | | Finish support for the CDAT table, in both the data tableRobert Moore2022-10-1935-202/+1339
|/ / / /
* | | | Remove a duplicate of ACPI_SIG_CEDTRobert Moore2022-08-261-1/+0
| |/ / |/| |
* | | Merge pull request #782 from sudeep-holla/ffh_opregionRobert Moore2022-08-185-2/+26
|\ \ \
| * | | Add support for FFH Opregion special context dataSudeep Holla2022-06-225-2/+26
* | | | Merge pull request #779 from pmaziarz/masterRobert Moore2022-08-181-11/+16
|\ \ \ \
| * | | | iASL: NHLT: Fix compilation of optional undocumented fieldsPiotr Maziarz2022-05-271-11/+16
* | | | | Merge pull request #789 from sathyaintel/ccel-v1Robert Moore2022-08-171-5/+5
|\ \ \ \ \
| * | | | | iASL: Fix iASL compile error due to ACPI_TDEL_OFFSETKuppuswamy Sathyanarayanan2022-08-171-5/+5
* | | | | | Revert "Add the CXIMS structure definition to the CEDT table"Robert Moore2022-08-171-12/+1
|/ / / / /
* | | | | Merge pull request #787 from AlisonSchofield/cxl-cximsRobert Moore2022-08-171-1/+12
|\ \ \ \ \
| * | | | | Add the CXIMS structure definition to the CEDT tableAlison Schofield2022-07-121-1/+12
* | | | | | Remove duplicate from the struct list.Robert Moore2022-08-171-1/+0
* | | | | | Improve warning message for "invalid ACPI name".Robert Moore2022-08-171-5/+5
* | | | | | Merge pull request #778 from sathyaintel/ccel-v1Robert Moore2022-08-129-0/+57
|\ \ \ \ \ \
| * | | | | | iASL: Add CCEL table to both compiler/disassemblerKuppuswamy Sathyanarayanan2022-05-269-0/+57
| | |/ / / / | |/| | | |
* | | | | | Update the PHAT template file.Robert Moore2022-08-121-6/+13
* | | | | | iASL: Update for PHAT table support.Robert Moore2022-08-122-26/+213
* | | | | | iASL: Additional update to standardize format of output.Robert Moore2022-08-121-1/+1
* | | | | | iASL: Additional fixes for error reporting.Robert Moore2022-08-122-2/+1
* | | | | | Update disassembler formatting output.Robert Moore2022-08-121-7/+7
* | | | | | iASL: Fix some error-reporting issues.Robert Moore2022-08-121-2/+9
* | | | | | Update the info structures for the PHAT table.Robert Moore2022-08-121-15/+17
| |/ / / / |/| | | |
* | | | | AcpiHelp: Fix fault using -v option standalone.Robert Moore2022-07-051-1/+1
| |/ / / |/| | |
* | | | Merge pull request #780 from rafaeljw/executerRobert Moore2022-06-141-12/+0
|\ \ \ \
| * | | | Revert "executer/exsystem: Warn about sleeps greater than 10 ms"Rafael J. Wysocki2022-06-081-12/+0
| |/ / /
* | | | Add a couple of new UUIDs to the known UUID list.Robert Moore2022-06-082-1/+5
|/ / /
* | | Merge pull request #772 from vitkabele/masterRobert Moore2022-05-261-7/+21
|\ \ \
| * | | Do not touch VGA memory when EBDA < 1KiBVit Kabele2022-05-031-6/+15
| * | | Check that EBDA pointer is in valid memoryVit Kabele2022-05-031-1/+6
| |/ /
* | | Merge pull request #770 from ColinIanKing/masterRobert Moore2022-05-262-2/+2
|\ \ \ | |/ / |/| |
| * | compiler/asloptions.c: Make variable j an INT32Colin Ian King2022-04-261-1/+1
| * | acpixtract: Make ThisLineByteCount an INT32Colin Ian King2022-04-261-1/+1
|/ /
* | Merge pull request #768 from MiraySoftware/error-outputRobert Moore2022-04-061-1/+1
|\ \
| * | * use ACPI_ERROR() instead of fprintf() as the OS might not use or provide fp...Sven Barth2022-04-051-1/+1
* | | Merge pull request #767 from chenhuacai/masterRobert Moore2022-04-061-1/+1
|\ \ \ | |/ / |/| |
| * | Events: Use spaces instead of tabs to fix indentationHuacai Chen2022-04-031-1/+1
|/ /
* | Merge pull request #757 from chenhuacai/masterRobert Moore2022-04-016-5/+166
|\ \
| * | Events: Support fixed pcie wake eventHuacai Chen2022-03-264-3/+22
| * | MADT: Add LoongArch-specific APICs supportHuacai Chen2022-03-262-2/+144
* | | Merge pull request #766 from juikim/masterRobert Moore2022-04-011-0/+4
|\ \ \
| * | | FreeBSD: Define ACPI_TO_INTEGER() and ACPI_OFFSET() macrosJung-uk Kim2022-03-311-0/+3
| * | | FreeBSD: Fix build after exit(3) -> _exit(2)Jung-uk Kim2022-03-311-0/+1
|/ / /