index
:
talos-op-linux
master
Talos™ II 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: trivial style fix, no functional change
Erik Schmauss
2018-01-05
1
-3
/
+4
*
ACPICA: Fix a couple memory leaks during package object resolution
Bob Moore
2018-01-05
1
-8
/
+13
*
ACPICA: Recognize the Windows 10 version 1607 and 1703 OSI strings
Mario Limonciello
2018-01-05
1
-0
/
+2
*
ACPICA: Rename a global variable, no functional change
Bob Moore
2018-01-05
2
-2
/
+2
*
ACPICA: Create and deploy safe version of strncpy
Bob Moore
2018-01-05
5
-9
/
+22
*
ACPICA: Cleanup the global variables and update comments
Bob Moore
2018-01-05
2
-55
/
+29
*
ACPICA: Debugger: fix slight indentation issue
Erik Schmauss
2018-01-05
1
-1
/
+1
*
ACPICA: Fix a regression in the acpi_evaluate_object_type() interface
Bob Moore
2018-01-05
1
-4
/
+5
*
ACPICA: Update for a few debug output statements
Bob Moore
2018-01-05
2
-4
/
+16
*
ACPICA: Debug output, no functional change
Bob Moore
2018-01-05
1
-7
/
+7
*
ACPICA: Rename variable to match upstream
Rafael J. Wysocki
2017-12-04
1
-4
/
+4
*
ACPICA: Update linkage for get mutex name interface
Bob Moore
2017-11-27
2
-7
/
+8
*
ACPICA: Update mutex error messages, no functional change
Bob Moore
2017-11-27
1
-4
/
+5
*
ACPICA: Debugger: add "background" command for method execution
Bob Moore
2017-11-27
4
-66
/
+206
*
ACPICA: Namespace: fix memory leak from building prefixed pathname
Erik Schmauss
2017-11-27
1
-1
/
+4
*
ACPICA: Enhance error messages from namespace create/lookup operations
Bob Moore
2017-11-27
12
-25
/
+270
*
ACPICA: ACPICA: style edits to utility function output, no functional change
Erik Schmauss
2017-11-27
1
-1
/
+1
*
ACPICA: Add an additional error message for EC timeouts
Bob Moore
2017-11-27
1
-0
/
+10
*
ACPICA: Update output from ACPI_EXCEPTION macro
Bob Moore
2017-11-27
2
-7
/
+4
*
ACPICA: Use local 64-bit divide support for string conversions
Bob Moore
2017-11-27
1
-15
/
+21
*
ACPICA: Utilities: Cleanup style issue for bit clearing
Lv Zheng
2017-11-27
1
-2
/
+2
*
ACPICA: iASL: change processing of external op namespace nodes for correctness
Erik Schmauss
2017-11-27
2
-6
/
+8
*
ACPICA: Tools: Deploy -vd option (build date/time) across all tools
Bob Moore
2017-11-27
1
-0
/
+3
*
ACPICA: Rename AE_AML_INFINITE_LOOP exception
Bob Moore
2017-11-27
1
-1
/
+1
*
ACPICA: Dispatcher: Introduce timeout mechanism for infinite loop detection
Lv Zheng
2017-11-27
3
-9
/
+10
*
ACPICA: Avoid null pointer dereference on Op.
Colin Ian King
2017-11-27
1
-3
/
+3
*
ACPICA: disassembler: getting rid of error message
Erik Schmauss
2017-11-27
1
-8
/
+1
*
ACPICA: Disassembler: reset parser_state's Aml pointer when parsing bad exter...
Erik Schmauss
2017-11-27
1
-0
/
+1
*
ACPICA: Fix an off-by-one error in acpi_get_timer_duration().
Jung-uk Kim
2017-11-27
1
-15
/
+14
*
Merge branch 'acpica'
Rafael J. Wysocki
2017-11-13
19
-404
/
+786
|
\
|
*
ACPICA: Update acpi_get_timer for 64-bit interface to acpi_hw_read
Bob Moore
2017-10-04
1
-1
/
+9
|
*
ACPICA: String conversions: Update to add new behaviors
Bob Moore
2017-10-04
3
-21
/
+78
|
*
ACPICA: String conversions: Cleanup/format comments. No functional changes
Bob Moore
2017-10-04
2
-78
/
+74
|
*
ACPICA: Restructure/cleanup all string-to-integer conversion functions
Bob Moore
2017-10-04
12
-249
/
+673
|
*
ACPICA: acpiexec: Add testability of deferred table verification
Lv Zheng
2017-10-04
1
-3
/
+6
|
*
ACPICA: Hardware: Enable 64-bit support of hardware accesses
Lv Zheng
2017-10-04
5
-155
/
+49
*
|
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
|
/
*
-
.
Merge branches 'acpi-scan' and 'acpi-pm'
Rafael J. Wysocki
2017-09-03
2
-9
/
+29
|
\
\
|
*
|
ACPICA: Make it possible to enable runtime GPEs earlier
Rafael J. Wysocki
2017-08-17
2
-0
/
+10
|
*
|
ACPICA: Dispatch active GPEs at init time
Rafael J. Wysocki
2017-08-17
1
-9
/
+19
|
|
/
*
|
Merge branch 'acpica'
Rafael J. Wysocki
2017-09-03
39
-611
/
+1331
|
\
\
|
*
|
ACPICA: Revert "Update resource descriptor handling"
Erik Schmauss
2017-08-03
1
-9
/
+5
|
*
|
ACPICA: Resources: Allow _DMA method in walk resources
Bob Moore
2017-08-03
1
-3
/
+4
|
*
|
ACPICA: Ensure all instances of AE_AML_INTERNAL have error messages
Bob Moore
2017-08-03
5
-0
/
+18
|
*
|
ACPICA: Implement deferred resolution of reference package elements
Bob Moore
2017-08-03
16
-345
/
+661
|
*
|
ACPICA: Debugger: Improve support for Alias objects
Bob Moore
2017-08-03
2
-13
/
+58
|
*
|
ACPICA: Interpreter: Update handling for Alias operator
Bob Moore
2017-08-03
1
-47
/
+14
|
*
|
ACPICA: EFI/EDK2: Cleanup to enable /WX for MSVC builds
Lv Zheng
2017-08-03
1
-3
/
+3
|
*
|
ACPICA: CLib: Add short multiply/shift support
Lv Zheng
2017-08-03
5
-16
/
+228
|
*
|
ACPICA: Add a comment, no functional change
Bob Moore
2017-08-03
1
-0
/
+7
[next]