index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
acpi
/
acpica
Commit message (
Expand
)
Author
Age
Files
Lines
*
ACPICA: Debugger: Fix dead lock issue ocurred in single stepping mode
Lv Zheng
2015-10-22
1
-0
/
+10
*
ACPI: Enable build of AML interpreter debugger
Lv Zheng
2015-10-22
12
-29
/
+21
*
ACPICA: Debugger: Add thread ID support so that single step mode can only app...
Lv Zheng
2015-10-22
4
-2
/
+38
*
ACPICA: Debugger: Fix "terminate" command by cleaning up subsystem shutdown l...
Lv Zheng
2015-10-22
3
-14
/
+15
*
ACPICA: Debugger: Fix "quit/exit" command by cleaning up user commands termin...
Lv Zheng
2015-10-22
5
-19
/
+26
*
ACPICA: Linuxize: Export debugger files to Linux
Lv Zheng
2015-10-22
14
-0
/
+9677
*
ACPICA: iASL: General cleanup of the file suffix #defines
Bob Moore
2015-10-22
1
-1
/
+1
*
ACPICA: Improve typechecking, both compile-time and runtime
Bob Moore
2015-10-22
10
-44
/
+129
*
ACPICA: Debugger: Update mutexes used for multithreaded debugger
Bob Moore
2015-10-22
4
-5
/
+25
*
ACPICA: Update exception code for "file not found" error
Bob Moore
2015-10-22
1
-0
/
+6
*
ACPICA: iASL: Add symbolic operator support for Index() operator
Bob Moore
2015-10-22
1
-1
/
+1
*
ACPICA: Remove unnecessary conditional compilation
Bob Moore
2015-10-22
3
-4
/
+7
*
ACPICA: Tables: Fix FADT dependency regression
Lv Zheng
2015-10-14
5
-33
/
+10
*
ACPICA: Debugger: Cleanup debugging outputs to dump name path without trailin...
Lv Zheng
2015-08-25
4
-4
/
+4
*
ACPICA: Disassembler: Cleanup acpi_gbl_db_opt_verbose acpiexec usage
Lv Zheng
2015-08-25
2
-4
/
+1
*
ACPICA: Disassembler: Cleanup acpi_gbl_db_opt_disasm
Lv Zheng
2015-08-25
1
-1
/
+1
*
ACPICA: Debugger: Split debugger initialization/termination APIs
Lv Zheng
2015-08-25
3
-22
/
+0
*
ACPICA: Make the max-number-of-loops runtime configurable
Bob Moore
2015-08-25
3
-1
/
+6
*
ACPICA: Debugger: Add option to display namespace summary/counts
Bob Moore
2015-08-25
2
-2
/
+6
*
ACPICA: Add additional debug info/statements
Bob Moore
2015-08-25
5
-6
/
+57
*
ACPICA: Table handling: Cleanup and update debug output for tools
Bob Moore
2015-08-25
2
-34
/
+30
*
ACPICA: acpiexec/acpinames: Support very large number of ACPI tables
Bob Moore
2015-08-25
3
-6
/
+18
*
ACPICA: acpinames: Add new options and wildcard support
Bob Moore
2015-08-25
2
-2
/
+2
*
ACPICA: Tables: Cleanup to reduce FACS globals
Lv Zheng
2015-08-25
3
-19
/
+7
*
ACPICA: Tables: Fix global table list issues by removing fixed table indexes
Lv Zheng
2015-08-25
7
-58
/
+51
*
ACPICA: Update info messages during ACPICA init
Bob Moore
2015-08-25
2
-2
/
+11
*
ACPICA: Disassembler: Update for new listing mode
Bob Moore
2015-08-25
1
-1
/
+1
*
ACPICA: Update parameter validation for data_table_region and load_table
Bob Moore
2015-08-25
5
-20
/
+69
*
ACPICA: Disassembler: Remove duplicate code in _PLD processing.
Bob Moore
2015-08-25
1
-2
/
+3
*
ACPICA: Correctly cleanup after a ACPI table load failure
Bob Moore
2015-08-25
5
-10
/
+54
*
ACPICA: iASL/Disassembler: Add prototype verbose mode
Bob Moore
2015-07-23
1
-0
/
+1
*
ACPICA: Debugger: Move debugger specific APIs to debugger component
Lv Zheng
2015-07-23
2
-7
/
+22
*
ACPICA: Debugger: Reduce structure size for debugger
Lv Zheng
2015-07-23
1
-0
/
+3
*
ACPICA: Cleanup use of NEGATIVE and POSITIVE defines
Bob Moore
2015-07-23
1
-0
/
+5
*
ACPICA: Cleanup use of all non-ANSI local C library functions
Bob Moore
2015-07-23
5
-354
/
+396
*
ACPICA: iASL: Add new warnings for method local_x and arg_x variables
Bob Moore
2015-07-23
1
-0
/
+4
*
ACPICA: Remove extraneous check for null walk_state
Markus Elfring
2015-07-23
1
-3
/
+1
*
ACPICA: Parser: Remove redundant opcode execution debugging output
Lv Zheng
2015-07-23
1
-8
/
+0
*
ACPICA: Executer: Add option to bypass opcode tracing
Lv Zheng
2015-07-23
1
-2
/
+4
*
ACPICA: Executer: Add OSL trace hook support
Lv Zheng
2015-07-23
3
-38
/
+122
*
ACPICA: Executer: Add interpreter tracing mode for method tracing facility
Lv Zheng
2015-07-23
10
-183
/
+310
*
ACPICA: Dispatcher: Add trace support for interpreter
Lv Zheng
2015-07-23
5
-1
/
+75
*
ACPICA: Dispatcher: Move stack traversal code to dispatcher
Lv Zheng
2015-07-23
4
-3
/
+235
*
ACPICA: Namespace: Add function to directly return normalized full path
Lv Zheng
2015-07-23
7
-132
/
+176
*
ACPICA: Executer: Add back pointing reference of method operand
Lv Zheng
2015-07-23
3
-0
/
+5
*
ACPICA: Dispatcher: Cleanup union acpi_operand_object's AML address assignments
Lv Zheng
2015-07-23
12
-49
/
+53
*
ACPICA: Parser: Cleanup aml_offset in union acpi_operand_object
Lv Zheng
2015-07-23
3
-16
/
+8
*
ACPICA: Parser: Cleanup aml_offset in struct acpi_walk_state
Lv Zheng
2015-07-23
4
-15
/
+26
*
ACPICA: Parser: Reduce parser/namespace divergences for tracer support
Lv Zheng
2015-07-23
3
-8
/
+8
*
Revert 'Revert "ACPICA: Permanently set _REV to the value '2'."'
Rafael J. Wysocki
2015-07-03
1
-3
/
+10
[next]