index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
Kbuild.include
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-09-10
drm: merge drm_usb into udl
David Herrmann
11
-152
/
+70
2014-09-10
drm: Goody bye, drm_bus!
David Herrmann
5
-35
/
+1
2014-09-10
drm: add driver->set_busid() callback
David Herrmann
30
-9
/
+59
2014-09-10
drm: drop unused drm_master->unique_size
David Herrmann
4
-7
/
+1
2014-09-10
drm: simplify drm_*_set_unique()
David Herrmann
2
-45
/
+16
2014-09-10
drm: move remaining includes in drmP.h to the top
David Herrmann
3
-23
/
+22
2014-09-10
drm: inline "struct drm_sigdata"
David Herrmann
2
-14
/
+13
2014-09-10
drm: drop DRM_DEBUG_CODE
David Herrmann
5
-44
/
+12
2014-09-10
drm: order includes alphabetically in drmP.h
David Herrmann
1
-23
/
+23
2014-09-10
drm: move __OS_HAS_AGP into drm_agpsupport.h
David Herrmann
2
-2
/
+3
2014-09-10
drm: merge drm_memory.h into drm_memory.c
David Herrmann
3
-63
/
+13
2014-09-10
drm: drop __KERNEL__ protection in drmP.h
David Herrmann
1
-2
/
+0
2014-09-10
drm: replace weird conditional includes
David Herrmann
2
-9
/
+2
2014-09-10
drm: move AGP definitions harder
David Herrmann
6
-29
/
+32
2014-09-10
drm: drop unused "struct drm_waitlist"
David Herrmann
1
-11
/
+0
2014-09-10
drm: move "struct drm_magic_entry" to drm_auth.c
David Herrmann
3
-13
/
+6
2014-09-10
drm: move "struct drm_vma_entry" to drm_vm.c
David Herrmann
4
-74
/
+79
2014-09-10
drm: mark drm_buf and drm_map as legacy
David Herrmann
12
-133
/
+136
2014-09-10
drm/radeon: move drm_buffer to drm/radeon/
David Herrmann
6
-9
/
+5
2014-09-03
drm/qxl: Fix crash in eviction from qxl_release_fence_buffer_objects
Maarten Lankhorst
1
-1
/
+1
2014-09-03
drm/qxl: fix gaping memory hole
Maarten Lankhorst
1
-4
/
+6
2014-09-03
drm/qxl: Remove release_lock stupidity
Maarten Lankhorst
2
-8
/
+3
2014-09-03
drm/qxl: enables gem prime helpers for qxl using dummy driver callbacks
Andreas Pokorny
4
-2
/
+97
2014-09-03
drm/qxl: simple crtc page flipping emulated using buffer copy
Andreas Pokorny
3
-4
/
+79
2014-09-02
drm/nouveau: use shared fences for readable objects
Maarten Lankhorst
6
-47
/
+68
2014-09-02
drm/nouveau: Keep only a single list for validation.
Maarten Lankhorst
1
-62
/
+34
2014-09-02
drm/ttm: use rcu in core ttm
Maarten Lankhorst
1
-63
/
+13
2014-09-02
drm/vmwgfx: use rcu in vmw_user_dmabuf_synccpu_grab
Maarten Lankhorst
1
-6
/
+10
2014-09-02
drm/radeon: use rcu waits in some ioctls
Maarten Lankhorst
1
-6
/
+16
2014-09-02
drm/nouveau: use rcu in nouveau_gem_ioctl_cpu_prep
Maarten Lankhorst
1
-16
/
+12
2014-09-02
drm/ttm: flip the switch, and convert to dma_fence
Maarten Lankhorst
25
-386
/
+197
2014-09-02
drm/qxl: rework to new fence interface
Maarten Lankhorst
9
-175
/
+220
2014-09-02
drm/nouveau: rework to new fence interface
Maarten Lankhorst
10
-205
/
+383
2014-09-02
drm/vmwgfx: rework to new fence interface, v2
Maarten Lankhorst
6
-143
/
+225
2014-09-02
drm/vmwgfx: get rid of different types of fence_flags entirely
Maarten Lankhorst
5
-52
/
+26
2014-09-01
drm/radeon: use common fence implementation for fences, v4
Maarten Lankhorst
4
-29
/
+235
2014-09-01
drm/ttm: kill off some members to ttm_validate_buffer
Maarten Lankhorst
4
-97
/
+50
2014-09-01
drm/ttm: add interruptible parameter to ttm_eu_reserve_buffers
Maarten Lankhorst
7
-22
/
+24
2014-09-01
drm/ttm: kill fence_lock
Maarten Lankhorst
17
-142
/
+37
2014-09-01
drm/ttm: call ttm_bo_wait while inside a reservation
Maarten Lankhorst
1
-13
/
+12
2014-09-01
drm/nouveau: require reservations for nouveau_fence_sync and nouveau_bo_fence
Maarten Lankhorst
2
-4
/
+15
2014-09-01
drm/nouveau: add reservation to nouveau_gem_ioctl_cpu_prep
Maarten Lankhorst
1
-4
/
+18
2014-08-28
drm/radeon: preallocate mem for UVD create/destroy msg
Christian König
1
-75
/
+26
2014-08-28
drm/radeon: allow UVD to use a second 256MB segment
Christian König
3
-5
/
+23
2014-08-27
drm/radeon: drop doing resets in a work item
Christian König
4
-24
/
+8
2014-08-27
drm/radeon: drop RADEON_FENCE_SIGNALED_SEQ v2
Christian König
2
-19
/
+2
2014-08-27
drm/radeon: add timeout argument to radeon_fence_wait_seq v2
Maarten Lankhorst
1
-20
/
+28
2014-08-27
drm/radeon: handle lockup in delayed work, v5
Christian König
2
-78
/
+124
2014-08-27
drm/radeon: take exclusive_lock in read mode during ring tests, v5
Maarten Lankhorst
4
-23
/
+27
2014-08-27
drm/radeon: force fence completion only on problematic rings (v2)
Christian König
4
-15
/
+8
[next]