index
:
delta/linux-rt.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
acpi
/
acpica
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
ACPICA: Comment update, no functional change
gongzg
2015-07-01
1
-3
/
+2
*
ACPICA: Split C library prototypes to new header
Bob Moore
2015-07-01
2
-58
/
+3
*
ACPICA: De-macroize calls to standard C library functions
Bob Moore
2015-07-01
50
-255
/
+241
*
ACPICA: Cleanup output for the ASL Debug object
Bob Moore
2015-07-01
4
-6
/
+50
*
ACPICA: Update for acpi_install_table memory types
Zhang Rui
2015-07-01
1
-2
/
+2
*
ACPICA: Namespace: Change namespace override to avoid node deletion
Bob Moore
2015-07-01
1
-4
/
+19
*
ACPICA: Namespace: Add support of OSDT table
Bob Moore
2015-07-01
3
-2
/
+14
*
ACPICA: Namespace: Add support to allow overriding objects
Lv Zheng
2015-07-01
5
-7
/
+44
*
ACPICA: Utilities: Add _CLS processing
Suravee Suthikulpanit
2015-07-01
5
-4
/
+148
*
ACPICA: Tables: Fix an issue that FACS initialization is performed twice
Lv Zheng
2015-07-01
1
-4
/
+6
*
ACPICA: Hardware: Enable firmware waking vector for both 32-bit and 64-bit FACS
Lv Zheng
2015-07-01
3
-20
/
+73
*
ACPICA: Tables: Enable both 32-bit and 64-bit FACS
Lv Zheng
2015-07-01
4
-20
/
+39
*
ACPICA: Hardware: Enable 64-bit firmware waking vector for selected FACS
Lv Zheng
2015-07-01
1
-18
/
+53
[next]