summaryrefslogtreecommitdiff
path: root/source/include
Commit message (Expand)AuthorAgeFilesLines
* Revert "FADT support cleanup"Robert Moore2016-11-172-98/+71
* Utilities: Add new decode function for parser valuesRobert Moore2016-11-042-0/+5
* Parser: Update parse info table for some operatorsRobert Moore2016-11-041-4/+4
* Merge pull request #178 from zetalog/acpica-nameRobert Moore2016-11-031-0/+5
|\
| * Namespace: Add AcpiNsHandleToName()Lv Zheng2016-09-231-0/+5
* | Tables: Back port acpi_get_table_with_size() and early_acpi_os_unmap_memory()...Lv Zheng2016-11-043-0/+15
* | Tables: Add AcpiTbUnloadTable()Lv Zheng2016-11-041-0/+4
* | Tables: Cleanup AcpiTbInstallAndLoadTable()Lv Zheng2016-11-041-1/+0
* | Events: Fix AcpiEvInitializeRegion() return valueLv Zheng2016-11-041-2/+1
* | Fix for implicit result conversion for the ToXXXX functionsRobert Moore2016-10-032-10/+25
* | Update version to 20160930R09_30_16Robert Moore2016-09-301-1/+1
* | Move AcpiGbl_MaxLoopIterations to the public globals fileRobert Moore2016-09-302-4/+7
* | Disassembler: Fix for Divide() support, new support for test suiteRobert Moore2016-09-292-9/+11
* | Increase loop limit for AE_AML_INFINITE_LOOP exceptionRobert Moore2016-09-272-2/+2
|/
* MacOSX: Fix wrong sem_destroy definitionLv Zheng2016-09-201-1/+0
* Update version to 20160831R08_31_16Robert Moore2016-08-311-1/+1
* Merge pull request #170 from zetalog/acpica-mlcRobert Moore2016-08-264-0/+36
|\
| * Tables: Tune table mutex to be a leaf lockLv Zheng2016-08-261-0/+13
| * Namespace: Add AcpiNsGetNodeUnlocked()Lv Zheng2016-08-261-0/+7
| * Interpreter: Fix MLC issues by switching to new TermList grammar for table lo...Lv Zheng2016-08-263-0/+16
* | Merge pull request #164 from jmarcelof/efi-pci-os-servicesRobert Moore2016-08-262-0/+66
|\ \ | |/ |/|
| * Add EFI PCI I/O ProtocolMarcelo Ferreira2016-08-102-0/+66
* | Merge pull request #165 from zetalog/acpica-sysfsRobert Moore2016-08-252-16/+8
|\ \
| * | Tables: Add new table events indicating table installation/uninstallationLv Zheng2016-08-161-1/+3
| * | Tables: Remove wrong table event macrosLv Zheng2016-08-161-10/+6
| * | Tables: Remove AcpiTbInstallFixedTable()Lv Zheng2016-08-161-6/+0
* | | Merge pull request #159 from jmarcelof/fix-efi-buildRobert Moore2016-08-161-2/+3
|\ \ \ | |/ / |/| |
| * | Fix acpidump.efi buildMarcelo Ferreira2016-07-281-2/+3
* | | Cleanup for all string-to-integer conversionsRobert Moore2016-08-121-6/+13
* | | Debugger: Add subcommand for predefined name executionRobert Moore2016-08-101-2/+2
| |/ |/|
* | Merge pull request #147 from zetalog/acpica-gpeRobert Moore2016-07-294-23/+40
|\ \
| * | Events: Introduce AcpiMaskGpe() to implement GPE masking mechanismLv Zheng2016-06-234-23/+40
* | | Update version to 20160629R07_29_16Robert Moore2016-07-291-1/+1
* | | OSL: Fix a regression that old GCC requires a workaround for strchr()Lv Zheng2016-07-273-12/+134
* | | OSL: Cleanup the inclusion order of the compiler-specific headersLv Zheng2016-07-2715-209/+56
| |/ |/|
* | Merge pull request #154 from zetalog/acpica-efi2Robert Moore2016-07-2622-687/+743
|\ \
| * | EFI: Port acpidump to EDK2 environmentLv Zheng2016-07-224-2/+15
| * | EFI: Rename EFI stuff to ACPI_EFI to improve portabilityLv Zheng2016-07-222-451/+451
| * | Applications: Fix a potential issue that help messages may be dumped to AcpiG...Lv Zheng2016-07-221-3/+3
| * | Clib: Eliminate AcpiOsXXXFile()/AcpiLogError and link clibrary fxxx()/errno/p...Lv Zheng2016-07-224-75/+70
| * | Clib: Add -nostdinc support for EFI layerLv Zheng2016-07-222-42/+57
| * | MSVC9: Fix <sys/stat.h> inclusion order issueLv Zheng2016-07-222-1/+6
| * | Clib/EFI: Fix wrong order of standard integer types/IO handlesLv Zheng2016-07-225-46/+49
| * | Clib: Fix wrong mini C library usageLv Zheng2016-07-226-18/+19
| * | MSVC9: Disable C4001 warning only for MS runtime headersLv Zheng2016-07-222-0/+15
| * | Clib: Cleanup va_arg related codeLv Zheng2016-07-228-46/+57
| * | MSVC: Cleanup MSVC specific header - acmsvc.hLv Zheng2016-07-222-4/+4
| * | Applications: Enable USE_NATIVE_ALLOCATE_ZEROED environment for all applicationsLv Zheng2016-07-221-1/+1
| * | OSL: Add correct AcpiGbl_DebugTimeout export to allow acpiexec to linkLv Zheng2016-07-221-0/+1
| * | EFI: Do not use DivU64x32() for 64-bit environmentLv Zheng2016-07-221-3/+0