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
/
components
/
executer
Commit message (
Expand
)
Author
Age
Files
Lines
*
Hardware: Introduce a set of macros to handle bit width mask generation
Lv Zheng
2016-11-09
1
-13
/
+2
*
Tables: Add AcpiTbUnloadTable()
Lv Zheng
2016-11-04
1
-37
/
+1
*
Tables: Cleanup AcpiTbInstallAndLoadTable()
Lv Zheng
2016-11-04
1
-1
/
+1
*
Revert "ToHexString: Add "0x" prefix to the converted string"
Robert Moore
2016-10-05
1
-5
/
+2
*
ToHexString: Add "0x" prefix to the converted string
Robert Moore
2016-10-03
1
-2
/
+5
*
Fix for implicit result conversion for the ToXXXX functions
Robert Moore
2016-10-03
2
-2
/
+0
*
Tables: Fix "UNLOAD" code path lock issues
Lv Zheng
2016-09-23
1
-4
/
+20
*
Tables: Tune table mutex to be a leaf lock
Lv Zheng
2016-08-26
1
-84
/
+18
*
Namespace: Fix dynamic table loading issues by tuning namespace/interpreter l...
Lv Zheng
2016-08-26
4
-33
/
+17
*
Interpreter: Fix MLC issues by switching to new TermList grammar for table lo...
Lv Zheng
2016-08-26
1
-1
/
+1
*
Cleanup for all string-to-integer conversions
Robert Moore
2016-08-12
5
-11
/
+17
*
Revert "Acpica parser"
revert-134-acpica-parser
Robert Moore
2016-07-01
1
-3
/
+1
*
Interpreter: Fix MLC issues by switching to new TermList grammar for table lo...
Lv Zheng
2016-06-22
1
-1
/
+1
*
Namespace: Fix a regression that MLC support triggers dead lock in dynamic ta...
Lv Zheng
2016-06-22
1
-0
/
+2
*
Revert "Hardware: Fix a regression caused by bit width mask generation"
Robert Moore
2016-05-27
1
-2
/
+13
*
Merge pull request #130 from zetalog/acpica-access
Robert Moore
2016-04-21
1
-13
/
+2
|
\
|
*
Hardware: Fix a regression caused by bit width mask generation
Lv Zheng
2016-04-15
1
-13
/
+2
*
|
Move all ASCII utilities to a common file
Robert Moore
2016-04-19
1
-1
/
+1
|
/
*
Tables: Fix wrong MLC condition for dynamic table loading
Lv Zheng
2016-03-11
1
-1
/
+4
*
All: const keyword changes across the ACPICA source
Robert Moore
2016-03-10
1
-13
/
+10
*
Utilities: Update for strtoul64 merger
Robert Moore
2016-03-08
1
-1
/
+2
*
Fix some indentation issues, no functional change
Robert Moore
2016-03-04
1
-1
/
+1
*
Interpreter: Update some function headers, no functional change
Robert Moore
2016-02-24
1
-6
/
+6
*
Intepreter: Add object extensions to Concatenate operand
Robert Moore
2016-02-19
2
-302
/
+533
*
ACPI 6.0/iASL: Add support for the External AML opcode
Robert Moore
2016-01-29
1
-1
/
+3
*
Remove unnecessary arguments to ACPI_INFO
Robert Moore
2016-01-26
1
-2
/
+2
*
Source tree: Update copyright notices to 2016
Robert Moore
2016-01-06
25
-25
/
+25
*
iASL/AcpiExec: Update input file handling and verification.
Robert Moore
2015-12-17
1
-2
/
+2
*
Update internal #defines for ObjectType operator. No functional change
Robert Moore
2015-12-15
1
-1
/
+1
*
Events: Enhance AcpiEvExecuteRegMethod() to ensure no _REG evaluations can ha...
Lv Zheng
2015-12-08
1
-1
/
+2
*
Events: Split AcpiEvAssociateRegMethod() from region initialization code
Lv Zheng
2015-12-08
1
-1
/
+5
*
Add per-table execution of module-level code, early region handlers
Robert Moore
2015-12-04
1
-2
/
+4
*
Update for output of the Debug Object
Robert Moore
2015-12-04
1
-2
/
+9
*
Debug object: Fix output for a NULL object.
Robert Moore
2015-12-04
1
-2
/
+3
*
Debug Object: Cleanup output
Robert Moore
2015-12-02
1
-16
/
+46
*
Concatenate operator: Add extensions to support all ACPI objects
Robert Moore
2015-12-02
1
-4
/
+37
*
Split interpreter tracing functions to a new file
Robert Moore
2015-10-13
2
-373
/
+499
*
Core: Major update for code formatting, no functional changes
Robert Moore
2015-10-09
24
-321
/
+401
*
exmutex: General cleanup, restructured some code
Robert Moore
2015-10-08
1
-20
/
+49
*
Update source file permissions (2)
Robert Moore
2015-09-23
24
-0
/
+0
*
Update source file permissions (1)
Robert Moore
2015-09-23
24
-0
/
+0
*
Improve typechecking, both compile-time and runtime
Robert Moore
2015-09-18
5
-33
/
+98
*
Debugger: Cleanup debugging outputs to dump name path without trailing unders...
Lv Zheng
2015-08-14
1
-1
/
+1
*
Update parameter validation for DataTableRegion and LoadTable.
Robert Moore
2015-07-24
1
-9
/
+0
*
Correctly cleanup after a ACPI table load failure.
Robert Moore
2015-07-22
2
-4
/
+12
*
Executer: Remove useless code fragments.
Lv Zheng
2015-07-09
1
-6
/
+0
*
Executer: Add option to bypass opcode tracing.
Lv Zheng
2015-06-10
1
-2
/
+4
*
Executer: Add OSL trace hook support.
Lv Zheng
2015-06-10
1
-36
/
+100
*
Executer: Add interpreter tracing mode for method tracing facility.
Lv Zheng
2015-06-10
1
-0
/
+312
*
Namespace: Add function to directly return normalized full path.
Lv Zheng
2015-06-10
1
-1
/
+2
[next]