index
:
kernel/linux.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
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2016-12-28
drm: Simplify drm_mm scan-list manipulation
Chris Wilson
1
-17
/
+18
2016-12-28
drm: Optimise power-of-two alignments in drm_mm_scan_add_block()
Chris Wilson
1
-1
/
+8
2016-12-28
drm: Compute tight evictions for drm_mm_scan
Chris Wilson
4
-16
/
+59
2016-12-28
drm: Fix application of color vs range restriction when scanning drm_mm
Chris Wilson
1
-6
/
+9
2016-12-28
drm: Unconditionally do the range check in drm_mm_scan_add_block()
Chris Wilson
2
-56
/
+7
2016-12-28
drm: Rename prev_node to hole in drm_mm_scan_add_block()
Chris Wilson
1
-8
/
+8
2016-12-28
drm: Fix O= out-of-tree builds for selftests
Daniel Vetter
2
-1
/
+2
2016-12-27
drm: Extract struct drm_mm_scan from struct drm_mm
Chris Wilson
4
-86
/
+111
2016-12-27
drm: Add asserts to catch overflow in drm_mm_init() and drm_mm_init_scan()
Chris Wilson
1
-0
/
+7
2016-12-27
drm: Simplify drm_mm_clean()
Chris Wilson
1
-18
/
+1
2016-12-27
drm: Detect overflow in drm_mm_reserve_node()
Chris Wilson
1
-3
/
+2
2016-12-27
drm: Fix kerneldoc for drm_mm_scan_remove_block()
Chris Wilson
1
-16
/
+18
2016-12-27
drm: Promote drm_mm alignment to u64
Chris Wilson
2
-22
/
+19
2016-12-27
drm: kselftest for drm_mm and restricted color eviction
Chris Wilson
2
-4
/
+113
2016-12-27
drm: kselftest for drm_mm and color eviction
Chris Wilson
2
-0
/
+157
2016-12-27
drm: kselftest for drm_mm and color adjustment
Chris Wilson
2
-0
/
+184
2016-12-27
drm: kselftest for drm_mm and top-down allocation
Chris Wilson
2
-0
/
+120
2016-12-27
drm: kselftest for drm_mm and range restricted eviction
Chris Wilson
2
-4
/
+110
2016-12-27
drm: kselftest for drm_mm and eviction
Chris Wilson
2
-0
/
+338
2016-12-27
drm: kselftest for drm_mm and alignment
Chris Wilson
2
-0
/
+106
2016-12-27
drm: kselftest for drm_mm_insert_node_in_range()
Chris Wilson
2
-0
/
+270
2016-12-27
drm: kselftest for drm_mm_replace_node()
Chris Wilson
2
-6
/
+60
2016-12-27
drm: kselftest for drm_mm_insert_node()
Chris Wilson
2
-0
/
+235
2016-12-27
drm: kselftest for drm_mm_reserve_node()
Chris Wilson
2
-0
/
+276
2016-12-27
drm: kselftest for drm_mm_debug()
Chris Wilson
2
-0
/
+36
2016-12-27
drm: kselftest for drm_mm_init()
Chris Wilson
2
-0
/
+115
2016-12-27
drm: Add some kselftests for the DRM range manager (struct drm_mm)
Chris Wilson
6
-0
/
+232
2016-12-27
drm: Add a simple generator of random permutations
Chris Wilson
4
-0
/
+71
2016-12-27
drm: Compile time enabling for asserts in drm_mm
Chris Wilson
1
-22
/
+23
2016-12-27
drm: Use drm_mm_nodes() as shorthand for the list of nodes under struct drm_mm
Chris Wilson
1
-4
/
+4
2016-12-27
drm: Get atomic property value even if DRIVER_ATOMIC is not set
Dhinakaran Pandiyan
1
-1
/
+2
2016-12-27
drm: Wrap the check for atomic_commit implementation
Dhinakaran Pandiyan
4
-9
/
+11
2016-12-19
drm/i915: Add a cursor hack to allow converting legacy page flip to atomic, v3.
Maarten Lankhorst
3
-18
/
+163
2016-12-19
drm/atomic: Remove drm_atomic_helper_framebuffer_changed.
Maarten Lankhorst
1
-35
/
+0
2016-12-19
drm/atomic: Wait for vblank whenever a plane is added to state.
Maarten Lankhorst
1
-5
/
+1
2016-12-19
drm/atomic: Clean up wait_for_vblanks, v2.
Maarten Lankhorst
1
-14
/
+14
2016-12-19
drm/atomic: Unconditionally call prepare_fb.
Maarten Lankhorst
1
-9
/
+0
2016-12-18
drm/nouveau: use designated initializers
Kees Cook
1
-14
/
+14
2016-12-18
drm/vmwgfx: use designated initializers
Kees Cook
1
-5
/
+5
2016-12-18
drm/ttm: use designated initializers
Kees Cook
1
-5
/
+5
2016-12-18
drm/ttm: use designated initializers
Kees Cook
1
-5
/
+5
2016-12-18
drm: Tighten locking in drm_mode_getconnector
Daniel Vetter
1
-48
/
+44
2016-12-18
drm: prevent double-(un)registration for connectors
Daniel Vetter
1
-5
/
+15
2016-12-18
drm: Clean up connectors by unreferencing them
Daniel Vetter
1
-4
/
+11
2016-12-18
drm: Convert all helpers to drm_connector_list_iter
Daniel Vetter
6
-33
/
+92
2016-12-18
drm: locking&new iterators for connector_list
Daniel Vetter
4
-41
/
+129
2016-12-18
drm: Drop locking cargo-cult from drm_mode_config_init
Daniel Vetter
1
-2
/
+0
2016-12-18
drm/radeon|amdgpu: Remove redundant num_connectors check
Daniel Vetter
2
-12
/
+6
2016-12-18
drm: Move atomic debugfs functions into drm_crtc_internal.h
Daniel Vetter
2
-0
/
+7
2016-12-18
drm/irq: drm_legacy_ prefix for legacy ioctls
Daniel Vetter
3
-32
/
+10
[next]