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.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
/
gpu
/
drm
/
ttm
Age
Commit message (
Expand
)
Author
Files
Lines
2016-09-16
drm/ttm: remove cpu_address member from ttm_tt
Alexandre Courbot
2
-7
/
+2
2016-09-14
drm/ttm: use ffs in ttm_mem_type_from_place
Christian König
1
-7
/
+7
2016-08-08
drm/ttm: Remove unused parameter evict from ttm_bo_move_memcpy
Michel Dänzer
2
-4
/
+2
2016-08-08
drm/ttm: Remove unused parameter evict from ttm_bo_move_ttm
Michel Dänzer
2
-4
/
+3
2016-08-08
drm/ttm: Wait for a BO to become idle before unbinding it from GTT
Michel Dänzer
2
-2
/
+11
2016-08-08
drm/ttm: Add interface to export kernel_zone max memory size in ttm
Ken Wang
1
-0
/
+6
2016-08-02
Merge tag 'drm-for-v4.8' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
4
-100
/
+201
2016-07-29
drm/ttm: partial revert "cleanup ttm_tt_(unbind|destroy)" v3
Christian König
2
-7
/
+13
2016-07-28
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-2
/
+2
2016-07-27
Merge tag 'topic/drm-misc-2016-07-22' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
1
-1
/
+0
2016-07-26
Backmerge tag 'v4.7' into drm-next
Dave Airlie
1
-3
/
+4
2016-07-19
Merge remote-tracking branch 'airlied/drm-next' into topic/drm-misc
Daniel Vetter
4
-107
/
+204
2016-07-19
drm/ttm: Delete an unnecessary check before the function call "ttm_tt_destroy"
Markus Elfring
1
-3
/
+1
2016-07-07
drm/ttm: fix stupid parameter inversion in the pipeline code
Christian König
1
-1
/
+1
2016-07-07
drm/ttm: wait for eviction in ttm_bo_force_list_clean
Christian König
1
-0
/
+18
2016-07-07
drm/ttm: add the infrastructure for pipelined evictions
Christian König
2
-5
/
+136
2016-07-07
drm/ttm: simplify ttm_bo_wait
Christian König
1
-33
/
+4
2016-07-07
drm/ttm: remove TTM_BO_PRIV_FLAG_MOVING
Christian König
3
-10
/
+17
2016-07-07
drm/ttm: remove no_gpu_wait param from ttm_bo_move_accel_cleanup
Christian König
1
-1
/
+0
2016-07-07
drm/ttm: wait for BO idle after the move in ttm_bo_swapout
Christian König
1
-6
/
+9
2016-07-07
drm/ttm: drop waiting for idle in ttm_bo_evict.
Christian König
1
-10
/
+1
2016-07-07
drm/ttm: drop wait for idle in ttm_bo_move_buffer
Christian König
1
-14
/
+0
2016-07-07
drm/ttm: wait for BO idle in ttm_bo_move_memcpy
Christian König
2
-2
/
+8
2016-07-07
drm/ttm: remove NULL checks when calling ttm_tt_destroy
Christian König
3
-11
/
+7
2016-07-07
drm/ttm: cleanup ttm_tt_(unbind|destroy)
Christian König
3
-17
/
+5
2016-07-01
drm/ttm: Make ttm_bo_mem_compat available
Sinclair Yeh
1
-3
/
+4
2016-05-30
file_inode(f)->i_mapping is f->f_mapping
Al Viro
1
-2
/
+2
2016-05-09
Merge tag 'v4.6-rc7' into drm-next
Dave Airlie
1
-13
/
+4
2016-05-05
drm/ttm: implement LRU add callbacks v2
Christian König
1
-9
/
+20
2016-05-05
drm/ttm: add optional LRU removal callback v2
Christian König
1
-5
/
+7
2016-05-05
drm/ttm: remove unused validation sequence
Christian König
1
-1
/
+0
2016-05-05
drm/ttm: remove lazy parameter from ttm_bo_wait
Christian König
3
-12
/
+12
2016-05-05
drm/ttm: remove use_ticket parameter from ttm_bo_reserve
Christian König
3
-12
/
+10
2016-05-05
drm/ttm: don't wait for BO on initial allocation
Christian König
1
-6
/
+12
2016-05-05
drm/ttm: Fix TTM BO accounting
Felix Kuehling
1
-3
/
+2
2016-04-27
drm/ttm: fix kref count mess in ttm_bo_move_to_lru_tail
Flora Cui
1
-13
/
+4
2016-04-22
Merge tag 'v4.6-rc3' into drm-next
Dave Airlie
1
-2
/
+2
2016-04-04
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
1
-2
/
+2
2016-03-30
drm/ttm: Remove TTM_HAS_AGP
Daniel Vetter
4
-12
/
+10
2016-01-18
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-2
/
+29
2016-01-16
mm, dax, gpu: convert vm_insert_mixed to pfn_t
Dan Williams
1
-1
/
+3
2016-01-13
drm/ttm: add ttm_bo_move_to_lru_tail function v2
Christian König
1
-0
/
+21
2016-01-13
drm/ttm: fix adding foreign BOs to the swap LRU
Christian König
1
-1
/
+1
2016-01-13
drm/ttm: fix adding foreign BOs to the LRU during init v2
Christian König
1
-1
/
+7
2015-11-26
drm/ttm: Fixed a read/write lock imbalance
Thomas Hellstrom
1
-1
/
+1
2015-09-15
drm/ttm: Fix memory space allocation v2
Thomas Hellstrom
1
-12
/
+16
2015-08-17
Merge tag 'v4.2-rc7' into drm-next
Dave Airlie
1
-1
/
+2
2015-08-06
drivers: gpu: Drop unlikely before IS_ERR(_OR_NULL)
Viresh Kumar
1
-2
/
+2
2015-07-24
drm/ttm: recognize ARM64 arch in ioprot handler
Alexandre Courbot
1
-1
/
+2
2015-07-17
drm/ttm: improve uncached page deallocation.
Jérôme Glisse
1
-6
/
+6
[next]