summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "Acpica trivial"revert-196-acpica-trivialRobert Moore2016-12-2117-110/+72
* Merge pull request #196 from zetalog/acpica-trivialRobert Moore2016-12-2117-72/+110
|\
| * Utilities: Add ACPI_DO_ONCE macrosLv Zheng2016-12-215-0/+39
| * acpiexec: Move an acpiexec specific purposed new line to acpiexec specific fileLv Zheng2016-12-212-5/+3
| * Utilities: Fix format string type mistakesEmese Revfy2016-12-2110-67/+68
* | Fix a problem with recent extra support for control method invocationsRobert Moore2016-12-211-1/+25
* | Fix a regression related to resource descriptorsRobert Moore2016-12-211-1/+1
* | Merge pull request #195 from zetalog/efi-helloRobert Moore2016-12-209-21/+758
|\ \ | |/ |/|
| * EFI: Add efihello demo application.Lv Zheng2016-12-144-2/+140
| * Clib: Add putchar()/getchar() to improve portabilityLv Zheng2016-12-141-0/+3
| * Clib: Add generic strpbrk() and strtok() to improve portabilityLv Zheng2016-12-142-0/+97
| * Clib/EFI: Add fgets() to improve portabilityLv Zheng2016-12-142-0/+65
| * Clib/EFI: Add file position seeking/telling supportLv Zheng2016-12-142-2/+171
| * Clib/EFI: Add standard input descriptor supportLv Zheng2016-12-143-17/+138
| * Clib/EFI: Add fgetc()/fputc() to improve portabilityLv Zheng2016-12-142-0/+83
| * Clib: Add memmove() to improve portabilityLv Zheng2016-12-142-0/+61
* | Merge pull request #194 from zetalog/acpica-linuxizeRobert Moore2016-12-192-3/+3
|\ \ | |/ |/|
| * linuxize: cut commit ID now has conflicts breaking linuxize processLv Zheng2016-12-092-3/+3
* | Project files: restructuring and cleanupRobert Moore2016-12-0810-1029/+1021
* | Merge branch 'master' of ssh://ssh.github.com/acpica/acpicaRobert Moore2016-12-089-4/+44
|\ \ | |/
| * Merge pull request #193 from zetalog/acpica-trivialRobert Moore2016-12-069-4/+44
| |\
| | * Debugger: Improve code qualityLv Zheng2016-12-051-1/+1
| | * MSVC: Fix MSVC6 build issuesLv Zheng2016-12-058-3/+43
| |/
* | Utilities: Update debug outputRobert Moore2016-12-082-4/+5
* | acpihelp: Update makefiles for new filesRobert Moore2016-12-082-0/+10
* | acpihelp: Split files and generate cleanupRobert Moore2016-12-0813-687/+957
* | Macro header: Fix some typos in comments. No functional changeRobert Moore2016-12-071-6/+8
|/
* Merge branch 'master' of ssh://ssh.github.com/acpica/acpicaRobert Moore2016-12-0222-292/+915
|\
| * Merge pull request #190 from zetalog/acpica-sleepRobert Moore2016-12-026-14/+93
| |\
| | * Hardware: Add sleep register hooksLv Zheng2016-11-116-14/+93
| * | Merge pull request #161 from zetalog/acpica-gasRobert Moore2016-12-023-46/+276
| |\ \
| | * | Hardware: Sort access bit width algorithmLv Zheng2016-11-091-20/+59
| | * | Utilities: Add power of two rounding supportLv Zheng2016-11-091-0/+60
| | * | Hardware: Add AccessWidth/BitOffset support in AcpiHwWrite()Lv Zheng2016-11-091-9/+49
| | * | Hardware: Add AccessWidth/BitOffset support in AcpiHwRead()Lv Zheng2016-11-091-15/+45
| | * | Hardware: Add optimized access bit width supportLv Zheng2016-11-091-2/+52
| | * | Hardware: Enhance AcpiHwValidateRegister() with AccessWidth/BitOffset awarenessLv Zheng2016-11-091-9/+14
| | * | Hardware: Introduce a set of macros to handle bit width mask generationLv Zheng2016-11-092-13/+14
| | * | Utilities: Add ACPI_IS_POWER_OF_TWO()Lv Zheng2016-11-091-0/+5
| | |/
| * | Merge pull request #148 from zetalog/acpica-debuggerRobert Moore2016-12-0214-231/+544
| |\ \
| | * | Debugger: Convert some mechanisms to OSPM specificLv Zheng2016-11-0314-231/+544
| * | | Merge pull request #192 from ColinIanKing/masterRobert Moore2016-11-301-1/+2
| |\ \ \
| | * | | Linux-specific header: Add support for s390x compilation.Colin Ian King2016-11-301-1/+2
| |/ / /
* | | | Fix a couple of debug output statementsRobert Moore2016-12-022-2/+2
* | | | Grammar test: Deploy __LINE__ macro to simplify debuggingRobert Moore2016-11-181-74/+75
|/ / /
* | | Update version to 20161117R11_17_16Robert Moore2016-11-171-1/+1
* | | Logfile: Changes for version 20161117Robert Moore2016-11-171-0/+79
* | | Table Manager: Fix error path memory leak while getting table(s) from fileRobert Moore2016-11-171-2/+3
* | | Revert "FADT support cleanup"Robert Moore2016-11-176-219/+242
* | | Merge pull request #180 from coypoop/masterRobert Moore2016-11-161-6/+13
|\ \ \