index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
drm
/
ttm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge drm/drm-next into drm-misc-next
Maxime Ripard
2019-02-11
2
-28
/
+9
|
\
|
*
drm/ttm: Remove ttm_bo_reference and ttm_bo_unref
Thomas Zimmermann
2019-01-28
1
-28
/
+0
|
*
drm/ttm: add lru notify to bo driver v2
Chunming Zhou
2019-01-25
1
-0
/
+9
*
|
drm: Trivial comment grammar cleanups
Matt Roper
2019-02-04
1
-1
/
+1
|
/
*
drm/ttm: allow reserving more than one shared slot v3
Christian König
2018-12-07
1
-2
/
+2
*
drm: Remove drm_global.{c,h} v2
Thomas Zimmermann
2018-11-05
1
-1
/
+0
*
drm/ttm: initialize globals during device init (v2)
Christian König
2018-11-05
1
-40
/
+1
*
drm/ttm: use a static ttm_bo_global instance
Christian König
2018-11-05
1
-7
/
+8
*
drm/ttm: make the device list mutex static
Christian König
2018-11-05
1
-1
/
+0
*
drm/ttm: use a static ttm_mem_global instance
Christian König
2018-11-05
2
-8
/
+4
*
drm/ttm: Provide ttm_bo_global_{init/release}() for struct ttm_bo_global
Thomas Zimmermann
2018-11-05
1
-11
/
+42
*
drm/ttm: Rename ttm_bo_global_{init,release}() to ttm_bo_global_ref_{,}()
Thomas Zimmermann
2018-11-05
1
-2
/
+2
*
drm/ttm: Export ttm_bo_get_unless_zero()
Thomas Hellstrom
2018-09-28
1
-0
/
+18
*
drm/ttm, drm/vmwgfx: Move the lock- and object functionality to the vmwgfx dr...
Thomas Hellstrom
2018-09-27
2
-602
/
+0
*
drm/ttm: add bulk move function on LRU
Huang Rui
2018-08-27
1
-0
/
+10
*
drm/ttm: revise ttm_bo_move_to_lru_tail to support bulk moves
Christian König
2018-08-27
1
-1
/
+5
*
drm/ttm: add helper structures for bulk moves on lru list
Christian König
2018-08-27
1
-0
/
+28
*
drm/ttm: Add ttm_set_pages_wc and ttm_set_pages_uc helper
Huang Rui
2018-08-01
1
-0
/
+22
*
drm/ttm: add ttm_set_memory header (v2)
Huang Rui
2018-07-27
1
-0
/
+128
*
drm/ttm: Introduce ttm_bo_get() and ttm_bo_put() for ref counting
Thomas Zimmermann
2018-07-10
1
-1
/
+24
*
drm/ttm: Export the ttm_k[un]map_atomic_prot API.
Thomas Hellstrom
2018-03-22
1
-0
/
+4
*
drm/ttm: add bo as parameter to the ttm_tt_create callback
Christian König
2018-03-14
2
-16
/
+12
*
drm/ttm: add ttm_bo_pipeline_gutting
Christian König
2018-03-14
1
-0
/
+9
*
drm/ttm: add ttm_sg_tt_init
Christian König
2018-03-14
1
-0
/
+2
*
drm/ttm: move ttm_tt defines into ttm_tt.h
Christian König
2018-03-14
2
-236
/
+273
*
drm/ttm: move ttm_tt_create into ttm_tt.c v2
Christian König
2018-02-26
1
-0
/
+11
*
drm/ttm: check if free mem space is under the lower limit
Roger He
2018-02-26
1
-0
/
+5
*
drm/ttm: drop persistent_swap_storage from ttm_bo_init and co
Christian König
2018-02-26
1
-15
/
+1
*
drm/ttm: drop ttm->dummy_read_page
Christian König
2018-02-26
1
-13
/
+4
*
drm/ttm: drop ttm->glob
Christian König
2018-02-26
1
-1
/
+0
*
drm/ttm: drop bo->glob
Christian König
2018-02-26
2
-3
/
+4
*
drm/ttm: add bit flag TTM_OPT_FLAG_FORCE_ALLOC
Roger He
2018-02-26
1
-1
/
+3
*
drm/ttm: use bit flag to replace allow_reserved_eviction in ttm_operation_ctx
Roger He
2018-02-26
1
-2
/
+5
*
drm/ttm: add ttm_tt_populate wrapper
Christian König
2018-02-19
1
-0
/
+9
*
drm/ttm: Allow page allocations w/o triggering OOM..
Andrey Grodzovsky
2018-02-19
1
-0
/
+4
*
drm/ttm: remove ttm_bo_default_io_mem_pfn
Tan Xiaojun
2018-01-10
1
-11
/
+0
*
drm/ttm: enable swapout for reserved BOs during allocation
Roger He
2017-12-28
1
-1
/
+2
*
drm/ttm: use an operation ctx for ttm_tt_bind
Roger He
2017-12-28
1
-1
/
+2
*
drm/ttm: use an operation ctx for ttm_tt_populate in ttm_bo_driver (v2)
Roger He
2017-12-28
2
-6
/
+10
*
drm/ttm: use an operation ctx for ttm_mem_global_alloc_page
Roger He
2017-12-27
1
-1
/
+2
*
drm/ttm: use an operation ctx for ttm_mem_global_alloc
Roger He
2017-12-27
1
-1
/
+2
*
drm/ttm: call ttm_bo_swapout directly when ttm shrink
Roger He
2017-12-27
3
-69
/
+2
*
drm/ttm: use an ttm operation ctx for ttm_bo_move_xxx
Roger He
2017-12-15
1
-2
/
+2
*
drm/ttm: add allow_reserved_eviction and resv into ttm_operation_ctx
Roger He
2017-12-15
1
-0
/
+4
*
drm/ttm: add number of bytes moved to the operation context
Christian König
2017-12-06
1
-0
/
+1
*
drm/ttm: add context to driver move callback as well
Christian König
2017-12-06
1
-4
/
+2
*
drm/ttm: use an operation context for ttm_bo_mem_space v2
Christian König
2017-12-06
1
-2
/
+1
*
drm/ttm: use an operation ctx for ttm_bo_init_reserved
Christian König
2017-12-06
1
-3
/
+2
*
drm/ttm: add operation ctx to ttm_bo_validate v2
Christian König
2017-12-06
1
-4
/
+16
*
drm/ttm: remove cur_placement
Christian König
2017-12-06
1
-1
/
+0
[next]