index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
ttm
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/ttm: fix stupid parameter inversion in the pipeline code
Christian König
2016-07-07
1
-1
/
+1
*
drm/ttm: wait for eviction in ttm_bo_force_list_clean
Christian König
2016-07-07
1
-0
/
+18
*
drm/ttm: add the infrastructure for pipelined evictions
Christian König
2016-07-07
2
-5
/
+136
*
drm/ttm: simplify ttm_bo_wait
Christian König
2016-07-07
1
-33
/
+4
*
drm/ttm: remove TTM_BO_PRIV_FLAG_MOVING
Christian König
2016-07-07
3
-10
/
+17
*
drm/ttm: remove no_gpu_wait param from ttm_bo_move_accel_cleanup
Christian König
2016-07-07
1
-1
/
+0
*
drm/ttm: wait for BO idle after the move in ttm_bo_swapout
Christian König
2016-07-07
1
-6
/
+9
*
drm/ttm: drop waiting for idle in ttm_bo_evict.
Christian König
2016-07-07
1
-10
/
+1
*
drm/ttm: drop wait for idle in ttm_bo_move_buffer
Christian König
2016-07-07
1
-14
/
+0
*
drm/ttm: wait for BO idle in ttm_bo_move_memcpy
Christian König
2016-07-07
2
-2
/
+8
*
drm/ttm: remove NULL checks when calling ttm_tt_destroy
Christian König
2016-07-07
3
-11
/
+7
*
drm/ttm: cleanup ttm_tt_(unbind|destroy)
Christian König
2016-07-07
3
-17
/
+5
*
Merge tag 'v4.6-rc7' into drm-next
Dave Airlie
2016-05-09
1
-13
/
+4
|
\
|
*
drm/ttm: fix kref count mess in ttm_bo_move_to_lru_tail
Flora Cui
2016-04-27
1
-13
/
+4
*
|
drm/ttm: implement LRU add callbacks v2
Christian König
2016-05-04
1
-9
/
+20
*
|
drm/ttm: add optional LRU removal callback v2
Christian König
2016-05-04
1
-5
/
+7
*
|
drm/ttm: remove unused validation sequence
Christian König
2016-05-04
1
-1
/
+0
*
|
drm/ttm: remove lazy parameter from ttm_bo_wait
Christian König
2016-05-04
3
-12
/
+12
*
|
drm/ttm: remove use_ticket parameter from ttm_bo_reserve
Christian König
2016-05-04
3
-12
/
+10
*
|
drm/ttm: don't wait for BO on initial allocation
Christian König
2016-05-04
1
-6
/
+12
*
|
drm/ttm: Fix TTM BO accounting
Felix Kuehling
2016-05-04
1
-3
/
+2
*
|
Merge tag 'v4.6-rc3' into drm-next
Dave Airlie
2016-04-22
1
-2
/
+2
|
\
\
|
|
/
|
*
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
2016-04-04
1
-2
/
+2
*
|
drm/ttm: Remove TTM_HAS_AGP
Daniel Vetter
2016-03-30
4
-12
/
+10
|
/
*
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2016-01-17
1
-2
/
+29
|
\
|
*
drm/ttm: add ttm_bo_move_to_lru_tail function v2
Christian König
2016-01-13
1
-0
/
+21
|
*
drm/ttm: fix adding foreign BOs to the swap LRU
Christian König
2016-01-13
1
-1
/
+1
|
*
drm/ttm: fix adding foreign BOs to the LRU during init v2
Christian König
2016-01-13
1
-1
/
+7
*
|
mm, dax, gpu: convert vm_insert_mixed to pfn_t
Dan Williams
2016-01-15
1
-1
/
+3
|
/
*
drm/ttm: Fixed a read/write lock imbalance
Thomas Hellstrom
2015-11-26
1
-1
/
+1
*
drm/ttm: Fix memory space allocation v2
Thomas Hellstrom
2015-09-15
1
-12
/
+16
*
Merge tag 'v4.2-rc7' into drm-next
Dave Airlie
2015-08-17
1
-1
/
+2
|
\
|
*
drm/ttm: recognize ARM64 arch in ioprot handler
Alexandre Courbot
2015-07-24
1
-1
/
+2
*
|
drivers: gpu: Drop unlikely before IS_ERR(_OR_NULL)
Viresh Kumar
2015-08-06
1
-2
/
+2
|
/
*
drm/ttm: improve uncached page deallocation.
Jérôme Glisse
2015-07-17
1
-6
/
+6
*
drm/ttm: fix uncached page deallocation to properly fill page pool v3.
Jérôme Glisse
2015-07-17
1
-1
/
+0
*
drm/ttm: dma: Don't crash on memory in the vmalloc range
Alexandre Courbot
2015-06-02
1
-3
/
+6
*
dma-buf: cleanup dma_buf_export() to make it easily extensible
Sumit Semwal
2015-04-21
1
-2
/
+7
*
drm/ttm: device address space != CPU address space
Alex Deucher
2015-03-05
1
-1
/
+1
*
drm/ttm: optionally move duplicates to a separate list
Christian König
2014-12-03
1
-1
/
+9
*
drm/ttm: Avoid memory allocation from shrinker functions.
Tetsuo Handa
2014-11-20
2
-21
/
+30
*
drm/ttm: Use only DRM_MM_SEARCH_BELOW for TTM_PL_FLAG_TOPDOWN
Michel Dänzer
2014-11-12
1
-1
/
+1
*
drm/ttm: Add DRM_MM_SEARCH_BELOW for TTM_PL_FLAG_TOPDOWN
Michel Dänzer
2014-11-12
1
-3
/
+5
*
drm/ttm: Don't evict BOs outside of the requested placement range
Michel Dänzer
2014-10-16
1
-3
/
+17
*
drm/ttm: Don't skip fpfn check if lpfn is 0 in ttm_bo_mem_compat
Michel Dänzer
2014-10-16
1
-4
/
+4
*
drm/ttm: add reservation_object as argument to ttm_bo_init
Maarten Lankhorst
2014-09-30
1
-6
/
+18
*
drm/ttm: Clean usage of ttm_io_prot() with TTM_PL_FLAG_CACHED
Benjamin Herrenschmidt
2014-09-23
2
-16
/
+9
*
drm/ttm: make sure format string cannot leak in
Kees Cook
2014-09-17
1
-1
/
+2
*
drm/ttm: allow fence to be added as shared
Christian König
2014-09-11
1
-3
/
+15
*
drm/ttm: use rcu in core ttm
Maarten Lankhorst
2014-09-02
1
-63
/
+13
[next]