Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
143c6fe3a415edf2dde3f507b3a00998b4c4001e
/
drivers
/
acpi
/
acpica
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
dc00203
ACPICA: Update for acpi_install_table memory types
by Zhang Rui
· 9 years ago
8ea9865
ACPICA: Namespace: Change namespace override to avoid node deletion
by Bob Moore
· 9 years ago
fe53699
ACPICA: Namespace: Add support of OSDT table
by Bob Moore
· 9 years ago
8f6f036
ACPICA: Namespace: Add support to allow overriding objects
by Lv Zheng
· 9 years ago
f65358e
ACPICA: Utilities: Add _CLS processing
by Suravee Suthikulpanit
· 9 years ago
c04be18
ACPICA: Tables: Fix an issue that FACS initialization is performed twice
by Lv Zheng
· 9 years ago
f06147f
ACPICA: Hardware: Enable firmware waking vector for both 32-bit and 64-bit FACS
by Lv Zheng
· 9 years ago
c04e1fb
ACPICA: Tables: Enable both 32-bit and 64-bit FACS
by Lv Zheng
· 9 years ago
aca2a5d
ACPICA: Hardware: Enable 64-bit firmware waking vector for selected FACS
by Lv Zheng
· 9 years ago
7011bf4
ACPICA: Linuxize: Replace __FUNCTION__ with __func__
by Lv Zheng
· 9 years ago
52c1d80
ACPICA: Linuxize: Reduce divergences for 20150616 release
by Lv Zheng
· 9 years ago
04f8e38
ACPICA: ACPI 6.0: Add support for NFIT table.
by Bob Moore
· 9 years ago
0bb346c
ACPICA: acpi_help: Add option to display all known/supported ACPI tables.
by Bob Moore
· 9 years ago
5b0bbfb
ACPICA: iASL/disassembler - fix possible fault for -e option.
by Bob Moore
· 9 years ago
2900d56
ACPICA: Hardware: Fix a resource leak issue in acpi_hw_build_pci_list().
by Lv Zheng
· 9 years ago
c8dec74
ACPICA: Dispatcher: Fix a resource leak issue in acpi_ds_auto_serialize_method().
by Lv Zheng
· 9 years ago
a737222
ACPICA: iASL: Enhance detection of non-ascii or corrupted input files.
by Bob Moore
· 9 years ago
b0e01c7
ACPICA: Parser: Move a couple externals to the proper header.
by Bob Moore
· 9 years ago
e34a781
ACPICA: ACPI 6.0: Add support for new predefined names.
by Bob Moore
· 9 years ago
ff284f3
Revert "ACPICA: Permanently set _REV to the value '2'."
by Rafael J. Wysocki
· 9 years ago
0ee0d34
ACPICA: Store GPE register enable masks upfront
by Rafael J. Wysocki
· 10 years ago
cef9aaa
ACPICA: Fix a couple issues with the local printf module.
by Lv Zheng
· 10 years ago
d5a6f6b
ACPICA: Add "//" before ascii output of buffers.
by Bob Moore
· 10 years ago
5394517
ACPICA: Remove unused internal AML opcode.
by Bob Moore
· 10 years ago
b1ef297
ACPICA: Permanently set _REV to the value '2'.
by Bob Moore
· 10 years ago
796888e
ACPICA: Add "Windows 2015" string to _OSI support.
by Bob Moore
· 10 years ago
56a3d5e
ACPICA: Add infrastructure for External() opcode.
by Bob Moore
· 10 years ago
2e7cc46
ACPICA: iASL: Enhancement for constant folding.
by Bob Moore
· 10 years ago
8b0b1a9
ACPICA: iASL/Disassembler: Add option to assume table contains valid AML.
by Bob Moore
· 10 years ago
0a38113
ACPICA: Update AML Debugger global variables.
by Bob Moore
· 10 years ago
39239fe
ACPICA: Update Resource descriptor dump module.
by Bob Moore
· 10 years ago
938ed10
ACPICA: Casting changes around acpi_physical_address/acpi_size.
by Bob Moore
· 10 years ago
27c481f
ACPICA: Resources: Correct conditional compilation definitions.
by Lv Zheng
· 10 years ago
6306bf8
ACPICA: Utilities: Correct conditional compilation definitions.
by Lv Zheng
· 10 years ago
76cffa7
ACPICA: Tables: Move an iasl specific table function to iasl source file.
by Lv Zheng
· 10 years ago
9bd4ce3
ACPICA: Utilities: Remove unused acpi_ut_create_pkg_state_and_push().
by Rickard Strandqvist
· 10 years ago
1797d37
ACPICA: Applications: Remove use of __DATE__ macro.
by Rasmus Villemoes
· 10 years ago
09af8e8
ACPICA: Events: Add support to return both enable/status register values for GPE and fixed event.
by Lv Zheng
· 10 years ago
77ddc2f
ACPICA: Tables: Don't release ACPI_MTX_TABLES in acpi_tb_install_standard_table().
by Octavian Purdila
· 10 years ago
1d0a0b2
ACPICA: Utilities: Cleanup to remove useless ACPI_PRINTF/FORMAT_xxx helpers.
by Lv Zheng
· 10 years ago
cc2080b
ACPICA: Utilities: Cleanup to convert physical address printing formats.
by Lv Zheng
· 10 years ago
6d3fd3c
ACPICA: Utilities: Cleanup to enforce ACPI_PHYSADDR_TO_PTR()/ACPI_PTR_TO_PHYSADDR().
by Lv Zheng
· 10 years ago
ea28492
ACPICA: Executer: Cleanup to remove an unnecessary conversion.
by Lv Zheng
· 10 years ago
f254e3c
ACPICA: Tables: Change acpi_find_root_pointer() to use acpi_physical_address.
by Lv Zheng
· 10 years ago
18ae902
ACPICA: Linuxize: Reduce divergences for 20150410 release.
by Lv Zheng
· 10 years ago
02f1f21
kernel.h: remove ancient __FUNCTION__ hack
by Rasmus Villemoes
· 10 years ago
Next »