index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
ttm
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-09
Merge tag 'v4.6-rc7' into drm-next
Dave Airlie
1
-13
/
+4
2016-05-04
drm/ttm: implement LRU add callbacks v2
Christian König
1
-9
/
+20
2016-05-04
drm/ttm: add optional LRU removal callback v2
Christian König
1
-5
/
+7
2016-05-04
drm/ttm: remove unused validation sequence
Christian König
1
-1
/
+0
2016-05-04
drm/ttm: remove lazy parameter from ttm_bo_wait
Christian König
3
-12
/
+12
2016-05-04
drm/ttm: remove use_ticket parameter from ttm_bo_reserve
Christian König
3
-12
/
+10
2016-05-04
drm/ttm: don't wait for BO on initial allocation
Christian König
1
-6
/
+12
2016-05-04
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-17
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-2
/
+29
2016-01-15
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
2015-07-17
drm/ttm: fix uncached page deallocation to properly fill page pool v3.
Jérôme Glisse
1
-1
/
+0
2015-06-02
drm/ttm: dma: Don't crash on memory in the vmalloc range
Alexandre Courbot
1
-3
/
+6
2015-04-21
dma-buf: cleanup dma_buf_export() to make it easily extensible
Sumit Semwal
1
-2
/
+7
2015-03-05
drm/ttm: device address space != CPU address space
Alex Deucher
1
-1
/
+1
2014-12-03
drm/ttm: optionally move duplicates to a separate list
Christian König
1
-1
/
+9
2014-11-20
drm/ttm: Avoid memory allocation from shrinker functions.
Tetsuo Handa
2
-21
/
+30
2014-11-12
drm/ttm: Use only DRM_MM_SEARCH_BELOW for TTM_PL_FLAG_TOPDOWN
Michel Dänzer
1
-1
/
+1
2014-11-12
drm/ttm: Add DRM_MM_SEARCH_BELOW for TTM_PL_FLAG_TOPDOWN
Michel Dänzer
1
-3
/
+5
2014-10-16
drm/ttm: Don't evict BOs outside of the requested placement range
Michel Dänzer
1
-3
/
+17
2014-10-16
drm/ttm: Don't skip fpfn check if lpfn is 0 in ttm_bo_mem_compat
Michel Dänzer
1
-4
/
+4
2014-09-30
drm/ttm: add reservation_object as argument to ttm_bo_init
Maarten Lankhorst
1
-6
/
+18
2014-09-23
drm/ttm: Clean usage of ttm_io_prot() with TTM_PL_FLAG_CACHED
Benjamin Herrenschmidt
2
-16
/
+9
2014-09-17
drm/ttm: make sure format string cannot leak in
Kees Cook
1
-1
/
+2
2014-09-11
drm/ttm: allow fence to be added as shared
Christian König
1
-3
/
+15
2014-09-02
drm/ttm: use rcu in core ttm
Maarten Lankhorst
1
-63
/
+13
2014-09-02
drm/ttm: flip the switch, and convert to dma_fence
Maarten Lankhorst
3
-78
/
+126
2014-09-01
drm/ttm: kill off some members to ttm_validate_buffer
Maarten Lankhorst
1
-92
/
+50
2014-09-01
drm/ttm: add interruptible parameter to ttm_eu_reserve_buffers
Maarten Lankhorst
1
-9
/
+13
2014-09-01
drm/ttm: kill fence_lock
Maarten Lankhorst
4
-67
/
+18
2014-09-01
drm/ttm: call ttm_bo_wait while inside a reservation
Maarten Lankhorst
1
-13
/
+12
2014-08-27
drm/ttm: move fpfn and lpfn into each placement v2
Christian König
2
-59
/
+43
2014-08-09
Merge branch 'linux-3.17' of git://anongit.freedesktop.org/git/nouveau/linux-2.6
Linus Torvalds
2
-5
/
+10
2014-08-10
drm/ttm: expose CPU address of DMA-allocated pages
Alexandre Courbot
2
-5
/
+10
2014-08-07
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
6
-41
/
+51
2014-08-05
drm/ttm: Pass GFP flags in order to avoid deadlock.
Tetsuo Handa
2
-19
/
+19
2014-08-05
drm/ttm: Fix possible stack overflow by recursive shrinker calls.
Tetsuo Handa
1
-3
/
+7
2014-08-05
drm/ttm: Use mutex_trylock() to avoid deadlock inside shrinker functions.
Tetsuo Handa
1
-2
/
+4
[next]