Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
db92ea5d4df00271b57d79c2d03dae5a5d60fcc1
/
drivers
/
acpi
/
acpica
c11e5dd
ACPICA: Silence a -Wbad-function-cast warning when acpi_uintptr_t is 'uintptr_t'
by Lv Zheng
· 9 years ago
c8100dc
ACPICA: Additional 2016 copyright changes
by Bob Moore
· 9 years ago
66e42ee
ACPICA: Reduce regression fix divergence from upstream ACPICA
by Lv Zheng
· 9 years ago
e3e9b57
ACPICA: Drop Linux-specific waking vector functions
by Rafael J. Wysocki
· 9 years ago
2785ce8
ACPICA: Add per-table execution of module-level code
by Bob Moore
· 9 years ago
2247235
ACPICA: Add "root node" case to the ACPI name repair code
by Bob Moore
· 9 years ago
d815346
ACPICA: Events: Introduce ACPI_REG_DISCONNECT invocation to acpi_ev_execute_reg_methods()
by Lv Zheng
· 9 years ago
efaed9b
ACPICA: Events: Enhance acpi_ev_execute_reg_method() to ensure no _REG evaluations can happen during OS early boot stages
by Lv Zheng
· 9 years ago
849c257
ACPICA: Events: Split acpi_ev_associate_reg_method() from region initialization code
by Lv Zheng
· 9 years ago
1d65d9a
ACPICA: Events: Fix an issue that region object is re-attached to another scope when it is already attached
by Lv Zheng
· 9 years ago
2e1beaf
ACPICA: Utilities: Reorder initialization code
by Lv Zheng
· 9 years ago
aa6abd2
ACPICA: Events: Uses common_notify for address space handlers
by Lv Zheng
· 9 years ago
f31a99ce
ACPICA: Events: Deploys acpi_ev_find_region_handler()
by Lv Zheng
· 9 years ago
7b73806
ACPICA: Cleanup code related to the per-table module level improvement
by Bob Moore
· 9 years ago
3c5d3d2
ACPICA: Update for CondRefOf and RefOf operators
by Bob Moore
· 9 years ago
f70008d
ACPICA: Update internal #defines for ObjectType operator. No functional change
by Bob Moore
· 9 years ago
cca7a6e
ACPICA: Update parameter type for ObjectType operator
by Bob Moore
· 9 years ago
ae90fbf
ACPICA: Parser: Fix for SuperName method invocation
by Bob Moore
· 9 years ago
89438f9
ACPICA: Parser: Add constants for internal namepath function
by Bob Moore
· 9 years ago
8d0b5b7
ACPICA: iasl/Disassembler: Support ASL ElseIf operator
by Bob Moore
· 9 years ago
adeb79d
ACPICA: Tools: Add spacing and missing options in acpibin tool
by Colin Ian King
· 9 years ago
ee38740
ACPICA: Namespace: Add String -> ObjectReference conversion support
by Lv Zheng
· 9 years ago
4debda5
ACPICA: Namespace: Add scope information to the simple object repair mechanism
by Lv Zheng
· 9 years ago
50da985
ACPICA: Update for output of the Debug Object
by Bob Moore
· 9 years ago
973da57
ACPICA: Debug object: Fix output for a NULL object
by Bob Moore
· 9 years ago
5e56830
ACPICA: Debug Object: Cleanup output
by Bob Moore
· 9 years ago
7910617
ACPICA: Concatenate operator: Add extensions to support all ACPI objects
by Bob Moore
· 9 years ago
3727ec2
ACPICA: acpiexec/acpinames: Update for error checking macros
by Bob Moore
· 9 years ago
c6c6069
ACPICA: Add comment explaining _SUB removal
by Bob Moore
· 9 years ago
07cb390
ACPICA: Revert "acpi_get_object_info: Add support for ACPI 5.0 _SUB method."
by Bob Moore
· 9 years ago
4d16ca1
ACPICA: Debugger: Remove some unecessary NULL checks
by Markus Elfring
· 9 years ago
395ec73
ACPICA: iasl/acpiexec: Update input file handling and verification
by Bob Moore
· 9 years ago
2ba7379
ACPICA: Disassembler/tools: Support for multiple ACPI tables in one file
by Bob Moore
· 9 years ago
675dfa0
ACPICA: acpiexec: Add support for AML files containing multiple tables
by Bob Moore
· 9 years ago
5df2e3e
ACPICA: Split interpreter tracing functions to a new file
by Bob Moore
· 9 years ago
1fad873
ACPICA: Core: Major update for code formatting, no functional changes
by Bob Moore
· 9 years ago
cd162b3
ACPICA: exmutex: General cleanup, restructured some code
by Bob Moore
· 9 years ago
c118abc
ACPICA: Add "const" to some functions that return fixed strings
by LABBE Corentin
· 9 years ago
33d3a2a
ACPICA: Fix SyncLevel support interaction with method auto-serialization
by David E. Box
· 9 years ago
0e166e4
ACPICA: Debugger: reduce old external path format
by Lv Zheng
· 9 years ago
ac9b64a
ACPICA: Namespace: Fix wrong error log
by Lv Zheng
· 9 years ago
a59b679
ACPICA: acpi_get_sleep_type_data: Reduce warnings
by Prarit Bhargava
· 9 years ago
5431b65
ACPICA: Linuxize: reduce divergences for 20151218 release
by Lv Zheng
· 9 years ago
8a2a250
ACPICA: Debugger: Fix runtime stub issues of ACPI_DEBUGGER_EXEC using different stub mechanism
by Lv Zheng
· 9 years ago
f8d3148
ACPICA: Debugger: Convert some mechanisms to OSPM specific
by Lv Zheng
· 9 years ago
9688923
ACPICA: Debugger: Remove unnecessary status check
by Colin Ian King
· 9 years ago
aaa93a6
ACPICA: Debugger: Fix dead lock issue ocurred in single stepping mode
by Lv Zheng
· 9 years ago
4d946f7
ACPI: Enable build of AML interpreter debugger
by Lv Zheng
· 9 years ago
f988f24
ACPICA: Debugger: Add thread ID support so that single step mode can only apply to the debugger thread
by Lv Zheng
· 9 years ago
086ab74
ACPICA: Debugger: Fix "terminate" command by cleaning up subsystem shutdown logic
by Lv Zheng
· 9 years ago
af08f9c
ACPICA: Debugger: Fix "quit/exit" command by cleaning up user commands termination logic
by Lv Zheng
· 9 years ago
9957510
ACPICA: Linuxize: Export debugger files to Linux
by Lv Zheng
· 9 years ago
842e7133
ACPICA: iASL: General cleanup of the file suffix #defines
by Bob Moore
· 9 years ago
a5922a1
ACPICA: Improve typechecking, both compile-time and runtime
by Bob Moore
· 9 years ago
cd64bbf
ACPICA: Debugger: Update mutexes used for multithreaded debugger
by Bob Moore
· 9 years ago
92dc961
ACPICA: Update exception code for "file not found" error
by Bob Moore
· 9 years ago
69058dd
ACPICA: iASL: Add symbolic operator support for Index() operator
by Bob Moore
· 9 years ago
9355611
ACPICA: Remove unnecessary conditional compilation
by Bob Moore
· 9 years ago
62fcce9
ACPICA: Tables: Fix FADT dependency regression
by Lv Zheng
· 9 years ago
2e5321c
ACPICA: Debugger: Cleanup debugging outputs to dump name path without trailing underscores
by Lv Zheng
· 9 years ago
a2352db
ACPICA: Disassembler: Cleanup acpi_gbl_db_opt_verbose acpiexec usage
by Lv Zheng
· 9 years ago
1bdc63b
ACPICA: Disassembler: Cleanup acpi_gbl_db_opt_disasm
by Lv Zheng
· 9 years ago
f8fb4c3
ACPICA: Debugger: Split debugger initialization/termination APIs
by Lv Zheng
· 9 years ago
47cdf8c
ACPICA: Make the max-number-of-loops runtime configurable
by Bob Moore
· 9 years ago
e69ab9a
ACPICA: Debugger: Add option to display namespace summary/counts
by Bob Moore
· 9 years ago
25823e7
ACPICA: Add additional debug info/statements
by Bob Moore
· 9 years ago
3c0503d
ACPICA: Table handling: Cleanup and update debug output for tools
by Bob Moore
· 9 years ago
93cdafa
ACPICA: acpiexec/acpinames: Support very large number of ACPI tables
by Bob Moore
· 9 years ago
17dd4dc
ACPICA: acpinames: Add new options and wildcard support
by Bob Moore
· 9 years ago
7484619
ACPICA: Tables: Cleanup to reduce FACS globals
by Lv Zheng
· 9 years ago
8ec3f45
ACPICA: Tables: Fix global table list issues by removing fixed table indexes
by Lv Zheng
· 9 years ago
92b21a9
ACPICA: Update info messages during ACPICA init
by Bob Moore
· 9 years ago
2aabfad
ACPICA: Disassembler: Update for new listing mode
by Bob Moore
· 9 years ago
9f41fd8
ACPICA: Update parameter validation for data_table_region and load_table
by Bob Moore
· 9 years ago
3534969
ACPICA: Disassembler: Remove duplicate code in _PLD processing.
by Bob Moore
· 9 years ago
4712f71
ACPICA: Correctly cleanup after a ACPI table load failure
by Bob Moore
· 9 years ago
6d9be0a
ACPICA: iASL/Disassembler: Add prototype verbose mode
by Bob Moore
· 9 years ago
fdd8d83
ACPICA: Debugger: Move debugger specific APIs to debugger component
by Lv Zheng
· 9 years ago
02ca26b
ACPICA: Debugger: Reduce structure size for debugger
by Lv Zheng
· 9 years ago
88606a2
ACPICA: Cleanup use of NEGATIVE and POSITIVE defines
by Bob Moore
· 9 years ago
2762919
ACPICA: Cleanup use of all non-ANSI local C library functions
by Bob Moore
· 9 years ago
53d9edc
ACPICA: iASL: Add new warnings for method local_x and arg_x variables
by Bob Moore
· 9 years ago
dc67d0f
ACPICA: Remove extraneous check for null walk_state
by Markus Elfring
· 9 years ago
ec4252a
ACPICA: Parser: Remove redundant opcode execution debugging output
by Lv Zheng
· 9 years ago
fb18e8f
ACPICA: Executer: Add option to bypass opcode tracing
by Lv Zheng
· 9 years ago
bab0482
ACPICA: Executer: Add OSL trace hook support
by Lv Zheng
· 9 years ago
ab6c573
ACPICA: Executer: Add interpreter tracing mode for method tracing facility
by Lv Zheng
· 9 years ago
a616dc2
ACPICA: Dispatcher: Add trace support for interpreter
by Lv Zheng
· 9 years ago
0bac429
ACPICA: Dispatcher: Move stack traversal code to dispatcher
by Lv Zheng
· 9 years ago
d1e7ffe
ACPICA: Namespace: Add function to directly return normalized full path
by Lv Zheng
· 9 years ago
07b9c91
ACPICA: Executer: Add back pointing reference of method operand
by Lv Zheng
· 9 years ago
62eb935
ACPICA: Dispatcher: Cleanup union acpi_operand_object's AML address assignments
by Lv Zheng
· 9 years ago
950a429
ACPICA: Parser: Cleanup aml_offset in union acpi_operand_object
by Lv Zheng
· 9 years ago
83482f7
ACPICA: Parser: Cleanup aml_offset in struct acpi_walk_state
by Lv Zheng
· 9 years ago
eb87a05
ACPICA: Parser: Reduce parser/namespace divergences for tracer support
by Lv Zheng
· 9 years ago
ea7d521
Revert 'Revert "ACPICA: Permanently set _REV to the value '2'."'
by Rafael J. Wysocki
· 9 years ago
3d2967b
ACPICA: Comment update, no functional change
by gongzg
· 9 years ago
747ef1b
ACPICA: Split C library prototypes to new header
by Bob Moore
· 9 years ago
4fa4616
ACPICA: De-macroize calls to standard C library functions
by Bob Moore
· 9 years ago
fde175e
ACPICA: Cleanup output for the ASL Debug object
by Bob Moore
· 9 years ago
Next »