index
:
delta/acpica.git
baserock/genivi/install
master
revert-134-acpica-parser
revert-143-efi-edk2
revert-196-acpica-trivial
revert-767-master
revert-776-dangling-pointer
revert-862-entry
github.com: acpica/acpica.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "FADT support cleanup"
Robert Moore
2016-11-17
2
-98
/
+71
*
Utilities: Add new decode function for parser values
Robert Moore
2016-11-04
2
-0
/
+5
*
Parser: Update parse info table for some operators
Robert Moore
2016-11-04
1
-4
/
+4
*
Merge pull request #178 from zetalog/acpica-name
Robert Moore
2016-11-03
1
-0
/
+5
|
\
|
*
Namespace: Add AcpiNsHandleToName()
Lv Zheng
2016-09-23
1
-0
/
+5
*
|
Tables: Back port acpi_get_table_with_size() and early_acpi_os_unmap_memory()...
Lv Zheng
2016-11-04
3
-0
/
+15
*
|
Tables: Add AcpiTbUnloadTable()
Lv Zheng
2016-11-04
1
-0
/
+4
*
|
Tables: Cleanup AcpiTbInstallAndLoadTable()
Lv Zheng
2016-11-04
1
-1
/
+0
*
|
Events: Fix AcpiEvInitializeRegion() return value
Lv Zheng
2016-11-04
1
-2
/
+1
*
|
Fix for implicit result conversion for the ToXXXX functions
Robert Moore
2016-10-03
2
-10
/
+25
*
|
Update version to 20160930
R09_30_16
Robert Moore
2016-09-30
1
-1
/
+1
*
|
Move AcpiGbl_MaxLoopIterations to the public globals file
Robert Moore
2016-09-30
2
-4
/
+7
*
|
Disassembler: Fix for Divide() support, new support for test suite
Robert Moore
2016-09-29
2
-9
/
+11
*
|
Increase loop limit for AE_AML_INFINITE_LOOP exception
Robert Moore
2016-09-27
2
-2
/
+2
|
/
*
MacOSX: Fix wrong sem_destroy definition
Lv Zheng
2016-09-20
1
-1
/
+0
*
Update version to 20160831
R08_31_16
Robert Moore
2016-08-31
1
-1
/
+1
*
Merge pull request #170 from zetalog/acpica-mlc
Robert Moore
2016-08-26
4
-0
/
+36
|
\
|
*
Tables: Tune table mutex to be a leaf lock
Lv Zheng
2016-08-26
1
-0
/
+13
|
*
Namespace: Add AcpiNsGetNodeUnlocked()
Lv Zheng
2016-08-26
1
-0
/
+7
|
*
Interpreter: Fix MLC issues by switching to new TermList grammar for table lo...
Lv Zheng
2016-08-26
3
-0
/
+16
*
|
Merge pull request #164 from jmarcelof/efi-pci-os-services
Robert Moore
2016-08-26
2
-0
/
+66
|
\
\
|
|
/
|
/
|
|
*
Add EFI PCI I/O Protocol
Marcelo Ferreira
2016-08-10
2
-0
/
+66
*
|
Merge pull request #165 from zetalog/acpica-sysfs
Robert Moore
2016-08-25
2
-16
/
+8
|
\
\
|
*
|
Tables: Add new table events indicating table installation/uninstallation
Lv Zheng
2016-08-16
1
-1
/
+3
|
*
|
Tables: Remove wrong table event macros
Lv Zheng
2016-08-16
1
-10
/
+6
|
*
|
Tables: Remove AcpiTbInstallFixedTable()
Lv Zheng
2016-08-16
1
-6
/
+0
*
|
|
Merge pull request #159 from jmarcelof/fix-efi-build
Robert Moore
2016-08-16
1
-2
/
+3
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fix acpidump.efi build
Marcelo Ferreira
2016-07-28
1
-2
/
+3
*
|
|
Cleanup for all string-to-integer conversions
Robert Moore
2016-08-12
1
-6
/
+13
*
|
|
Debugger: Add subcommand for predefined name execution
Robert Moore
2016-08-10
1
-2
/
+2
|
|
/
|
/
|
*
|
Merge pull request #147 from zetalog/acpica-gpe
Robert Moore
2016-07-29
4
-23
/
+40
|
\
\
|
*
|
Events: Introduce AcpiMaskGpe() to implement GPE masking mechanism
Lv Zheng
2016-06-23
4
-23
/
+40
*
|
|
Update version to 20160629
R07_29_16
Robert Moore
2016-07-29
1
-1
/
+1
*
|
|
OSL: Fix a regression that old GCC requires a workaround for strchr()
Lv Zheng
2016-07-27
3
-12
/
+134
*
|
|
OSL: Cleanup the inclusion order of the compiler-specific headers
Lv Zheng
2016-07-27
15
-209
/
+56
|
|
/
|
/
|
*
|
Merge pull request #154 from zetalog/acpica-efi2
Robert Moore
2016-07-26
22
-687
/
+743
|
\
\
|
*
|
EFI: Port acpidump to EDK2 environment
Lv Zheng
2016-07-22
4
-2
/
+15
|
*
|
EFI: Rename EFI stuff to ACPI_EFI to improve portability
Lv Zheng
2016-07-22
2
-451
/
+451
|
*
|
Applications: Fix a potential issue that help messages may be dumped to AcpiG...
Lv Zheng
2016-07-22
1
-3
/
+3
|
*
|
Clib: Eliminate AcpiOsXXXFile()/AcpiLogError and link clibrary fxxx()/errno/p...
Lv Zheng
2016-07-22
4
-75
/
+70
|
*
|
Clib: Add -nostdinc support for EFI layer
Lv Zheng
2016-07-22
2
-42
/
+57
|
*
|
MSVC9: Fix <sys/stat.h> inclusion order issue
Lv Zheng
2016-07-22
2
-1
/
+6
|
*
|
Clib/EFI: Fix wrong order of standard integer types/IO handles
Lv Zheng
2016-07-22
5
-46
/
+49
|
*
|
Clib: Fix wrong mini C library usage
Lv Zheng
2016-07-22
6
-18
/
+19
|
*
|
MSVC9: Disable C4001 warning only for MS runtime headers
Lv Zheng
2016-07-22
2
-0
/
+15
|
*
|
Clib: Cleanup va_arg related code
Lv Zheng
2016-07-22
8
-46
/
+57
|
*
|
MSVC: Cleanup MSVC specific header - acmsvc.h
Lv Zheng
2016-07-22
2
-4
/
+4
|
*
|
Applications: Enable USE_NATIVE_ALLOCATE_ZEROED environment for all applications
Lv Zheng
2016-07-22
1
-1
/
+1
|
*
|
OSL: Add correct AcpiGbl_DebugTimeout export to allow acpiexec to link
Lv Zheng
2016-07-22
1
-0
/
+1
|
*
|
EFI: Do not use DivU64x32() for 64-bit environment
Lv Zheng
2016-07-22
1
-3
/
+0
[next]