index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
acpi
/
acpica
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-18
ACPICA: Cleanup/simplify module-level code support
Bob Moore
8
-60
/
+106
2018-03-18
ACPICA: Events: add a return on failure from acpi_hw_register_read
Erik Schmauss
1
-2
/
+7
2018-03-18
ACPICA: adding SPDX headers
Erik Schmauss
197
-7198
/
+388
2018-03-18
ACPICA: Rename a global for clarity, no functional change
Bob Moore
6
-6
/
+6
2018-03-18
ACPICA: macros: fix ACPI_ERROR_NAMESPACE macro
Erik Schmauss
4
-10
/
+16
2018-03-18
ACPICA: Change a compile-time option to a runtime option
Bob Moore
1
-16
/
+16
2018-03-18
ACPICA: Remove calling of _STA from acpi_get_object_info()
Hans de Goede
3
-22
/
+9
2018-03-18
ACPICA: AML Debug Object: Don't ignore output of zero-length strings
Bob Moore
1
-4
/
+3
2018-03-18
ACPICA: Fix memory leak on unusual memory leak
Bob Moore
1
-0
/
+4
2018-03-18
ACPICA: Events: Dispatch GPEs after enabling for the first time
Erik Schmauss
4
-13
/
+49
2018-03-18
ACPICA: Events: Add parallel GPE handling support to fix potential redundant ...
Erik Schmauss
2
-105
/
+132
2018-03-18
ACPICA: Events: Stop unconditionally clearing ACPI IRQs during suspend/resume
Erik Schmauss
4
-19
/
+4
2018-03-18
ACPICA: acpi: acpica: fix acpi operand cache leak in nseval.c
Seunghun Han
1
-0
/
+8
2018-02-21
ACPICA: Add option to disable Package object name resolution errors
Bob Moore
1
-7
/
+31
2018-02-21
ACPICA: Integrate package handling with module-level code
Schmauss, Erik
4
-61
/
+79
2018-02-21
ACPICA: Revert "Fix for implicit result conversion for the To____ functions"
Bob Moore
4
-24
/
+12
2018-02-21
ACPICA: Update for some debug output. No functional change
Bob Moore
11
-26
/
+40
2018-02-21
ACPICA: Update error message, no functional change
Bob Moore
1
-3
/
+5
2018-02-06
ACPICA: All acpica: Update copyrights to 2018
Bob Moore
197
-198
/
+198
2018-01-05
ACPICA: trivial style fix, no functional change
Erik Schmauss
1
-3
/
+4
2018-01-05
ACPICA: Fix a couple memory leaks during package object resolution
Bob Moore
1
-8
/
+13
2018-01-05
ACPICA: Recognize the Windows 10 version 1607 and 1703 OSI strings
Mario Limonciello
1
-0
/
+2
2018-01-05
ACPICA: Rename a global variable, no functional change
Bob Moore
2
-2
/
+2
2018-01-05
ACPICA: Create and deploy safe version of strncpy
Bob Moore
5
-9
/
+22
2018-01-05
ACPICA: Cleanup the global variables and update comments
Bob Moore
2
-55
/
+29
2018-01-05
ACPICA: Debugger: fix slight indentation issue
Erik Schmauss
1
-1
/
+1
2018-01-05
ACPICA: Fix a regression in the acpi_evaluate_object_type() interface
Bob Moore
1
-4
/
+5
2018-01-05
ACPICA: Update for a few debug output statements
Bob Moore
2
-4
/
+16
2018-01-05
ACPICA: Debug output, no functional change
Bob Moore
1
-7
/
+7
2017-12-04
ACPICA: Rename variable to match upstream
Rafael J. Wysocki
1
-4
/
+4
2017-11-27
ACPICA: Update linkage for get mutex name interface
Bob Moore
2
-7
/
+8
2017-11-27
ACPICA: Update mutex error messages, no functional change
Bob Moore
1
-4
/
+5
2017-11-27
ACPICA: Debugger: add "background" command for method execution
Bob Moore
4
-66
/
+206
2017-11-27
ACPICA: Namespace: fix memory leak from building prefixed pathname
Erik Schmauss
1
-1
/
+4
2017-11-27
ACPICA: Enhance error messages from namespace create/lookup operations
Bob Moore
12
-25
/
+270
2017-11-27
ACPICA: ACPICA: style edits to utility function output, no functional change
Erik Schmauss
1
-1
/
+1
2017-11-27
ACPICA: Add an additional error message for EC timeouts
Bob Moore
1
-0
/
+10
2017-11-27
ACPICA: Update output from ACPI_EXCEPTION macro
Bob Moore
2
-7
/
+4
2017-11-27
ACPICA: Use local 64-bit divide support for string conversions
Bob Moore
1
-15
/
+21
2017-11-27
ACPICA: Utilities: Cleanup style issue for bit clearing
Lv Zheng
1
-2
/
+2
2017-11-27
ACPICA: iASL: change processing of external op namespace nodes for correctness
Erik Schmauss
2
-6
/
+8
2017-11-27
ACPICA: Tools: Deploy -vd option (build date/time) across all tools
Bob Moore
1
-0
/
+3
2017-11-27
ACPICA: Rename AE_AML_INFINITE_LOOP exception
Bob Moore
1
-1
/
+1
2017-11-27
ACPICA: Dispatcher: Introduce timeout mechanism for infinite loop detection
Lv Zheng
3
-9
/
+10
2017-11-27
ACPICA: Avoid null pointer dereference on Op.
Colin Ian King
1
-3
/
+3
2017-11-27
ACPICA: disassembler: getting rid of error message
Erik Schmauss
1
-8
/
+1
2017-11-27
ACPICA: Disassembler: reset parser_state's Aml pointer when parsing bad exter...
Erik Schmauss
1
-0
/
+1
2017-11-27
ACPICA: Fix an off-by-one error in acpi_get_timer_duration().
Jung-uk Kim
1
-15
/
+14
2017-11-13
Merge branch 'acpica'
Rafael J. Wysocki
19
-404
/
+786
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
[next]