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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-11-26
ACPI: Clean up incorrect inclusions of ACPICA headers
Lv Zheng
2
-2
/
+0
2013-11-21
ACPICA: Update version to 20131115.
Bob Moore
1
-1
/
+1
2013-11-21
ACPICA: Add support to delete all objects attached to the root namespace node.
Bob Moore
2
-8
/
+16
2013-11-21
ACPICA: Delete all attached data objects during namespace node deletion.
Tomasz Nowicki
1
-4
/
+8
2013-11-21
ACPICA: Resources: Fix loop termination for the get AML length function.
Lv Zheng
4
-25
/
+28
2013-11-21
ACPICA: Tests: Add CHECKSUM_ABORT protection for test utilities.
Lv Zheng
1
-0
/
+2
2013-11-21
ACPICA: Debug output: Do not emit function nesting level for kernel build.
Bob Moore
1
-7
/
+24
2013-10-31
ACPICA: Add __init for ACPICA initializers/finalizers.
Lv Zheng
7
-16
/
+15
2013-10-31
ACPICA: Cleanup asmlinkage for ACPICA APIs.
Lv Zheng
6
-6
/
+19
2013-10-31
ACPICA: Update acpidump related header file changes.
Lv Zheng
2
-2
/
+11
2013-10-31
ACPICA: Update compilation environment settings.
Lv Zheng
1
-0
/
+3
2013-10-31
ACPICA: Fix cached object deletion code.
Lv Zheng
1
-2
/
+2
2013-10-31
ACPICA: Remove dead AOPOBJ_INVALID check.
Lv Zheng
1
-6
/
+0
2013-10-31
ACPICA: Cleanup useless memset invocations.
Lv Zheng
2
-2
/
+0
2013-10-31
ACPICA: Fix an ACPI_ALLOCATE_ZEROED() reversal.
Lv Zheng
1
-1
/
+1
2013-10-31
ACPICA: Fix wrong object length returned by acpi_ut_get_simple_object_size().
Lv Zheng
1
-10
/
+13
2013-10-31
ACPICA: Add new statistics interface.
Lv Zheng
7
-0
/
+66
2013-10-31
ACPICA: Update DMAR table definitions.
Lv Zheng
3
-8
/
+8
2013-10-31
ACPICA: Update RSDP table definitions.
Lv Zheng
1
-1
/
+18
2013-10-31
ACPICA: Update namespace dump code.
Lv Zheng
1
-2
/
+5
2013-10-31
ACPICA: Update check for setting the ANOBJ_IS_EXTERNAL flag.
Lv Zheng
1
-1
/
+2
2013-10-31
ACPICA: Update default space handlers.
Lv Zheng
1
-0
/
+1
2013-10-31
ACPICA: Update version to 20130927.
Bob Moore
1
-1
/
+1
2013-10-31
ACPICA: Update aclinux.h for new OSL override mechanism.
Lv Zheng
2
-45
/
+91
2013-10-31
ACPICA: Add support to allow host OS to redefine individual OSL prototypes.
Lv Zheng
2
-3
/
+137
2013-10-31
ACPICA: Simplify configuration of global ACPI_REDUCED_HARDWARE macro.
Bob Moore
1
-0
/
+2
2013-10-31
ACPICA: Fix indentation issues for macro invocations.
Lv Zheng
5
-8
/
+25
2013-10-31
ACPICA: Prevent possible build issues for use of ACPI_PRINTF_LIKE macro
Lv Zheng
1
-13
/
+16
2013-10-31
ACPICA: Deploy ACPI_EXPORT_SYMBOL_INIT for main ACPICA initialization interfa...
Lv Zheng
5
-8
/
+25
2013-10-31
ACPICA: Linuxize: Change indentation of C labels.
Lv Zheng
60
-112
/
+112
2013-10-31
ACPICA: Clarify ACPI_FREE_BUFFER usage.
Bob Moore
2
-4
/
+8
2013-10-31
ACPICA: Add EXPORT_ACPI_INTERFACES macro to external interface modules.
Lv Zheng
21
-24
/
+45
2013-10-30
ACPICA: Hardcode access width for the reset register.
Bob Moore
2
-2
/
+9
2013-10-30
ACPICA: Fix possible memory leaks in the GPE handling.
Lv Zheng
1
-0
/
+1
2013-10-30
ACPICA: Predefine name macros: Sort list.
Bob Moore
1
-13
/
+13
2013-10-30
ACPICA: Cleanup memory allocation macros and configurability.
Lv Zheng
8
-132
/
+100
2013-10-30
ACPICA: Add safe versions of common string functions.
Bob Moore
3
-1
/
+74
2013-10-30
ACPICA: Fix a macro for the hardware-reduced case
Bob Moore
1
-1
/
+1
2013-10-30
ACPICA: Add history/line-editing for Unix/Linux systems.
Bob Moore
1
-0
/
+2
2013-10-30
ACPICA: Add a check for a null node during namespace walk.
Bob Moore
1
-0
/
+7
2013-10-30
ACPICA: Table print header function: Increase default width for table length.
Bob Moore
1
-3
/
+3
2013-10-30
ACPICA: Ensure that debug output is immediately disabled on termination.
Tomasz Nowicki
1
-0
/
+1
2013-10-16
MAINTAINERS / ACPICA: Add ACPICA information to MAINTAINERS
Rafael J. Wysocki
1
-0
/
+14
2013-09-24
ACPICA: Update version to 20130823.
Bob Moore
1
-1
/
+1
2013-09-24
ACPICA: SCI Handlers: Update handler interface, eliminate unnecessary argument.
Bob Moore
2
-4
/
+2
2013-09-24
ACPICA: Cleanup exception codes.
Lv Zheng
1
-3
/
+5
2013-09-24
ACPICA: Tables: Cleanup RSDP signature codes.
Lv Zheng
3
-3
/
+7
2013-09-24
ACPICA: Tables: Cleanup table checksum verification code.
Lv Zheng
2
-9
/
+13
2013-09-24
ACPICA: Debugger: Add new command to display full namespace pathnames.
Bob Moore
3
-0
/
+142
2013-09-24
ACPICA: Operation region support: Never free the handler "context" pointer.
David E. Box
1
-10
/
+13
[next]