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
2019-07-26
Merge tag 'drm-fixes-5.3-2019-07-24' of git://people.freedesktop.org/~agd5f/l...
Dave Airlie
1
-1
/
+5
2019-07-18
drm/ttm: use the same attributes when freeing d_page->vaddr
Fuqian Huang
1
-1
/
+5
2019-07-16
Revert "Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/l...
Dave Airlie
2
-105
/
+65
2019-06-27
drm/ttm: return -EBUSY if waiting for busy BO fails
Felix Kuehling
1
-1
/
+1
2019-06-21
Merge tag 'drm-misc-next-2019-06-20' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-2
/
+2
2019-06-18
drm: Permit video-buffers writecombine mapping for MIPS
Serge Semin
1
-2
/
+2
2019-06-18
drm/ttm: TTM fault handler helpers
Thomas Hellstrom
1
-62
/
+101
2019-06-18
drm/ttm: Allow the driver to provide the ttm struct vm_operations_struct
Thomas Hellstrom
2
-3
/
+4
2019-05-31
drm/ttm: fix busy memory to fail other user v10
Christian König
1
-11
/
+66
2019-05-31
drm/ttm: immediately move BOs to the new LRU v3
Christian König
1
-10
/
+32
2019-05-31
drm/ttm: cleanup ttm_bo_mem_space
Christian König
1
-61
/
+66
2019-05-31
drm/ttm: remove manual placement preference
Christian König
1
-9
/
+9
2019-05-31
drm/ttm: return immediately in case of a signal
Christian König
1
-4
/
+3
2019-05-31
drm/ttm: Make LRU removal optional v2
Christian König
2
-19
/
+24
2019-05-08
Merge tag 'drm-next-2019-05-09' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
4
-10
/
+11
2019-04-19
drm/ttm: fix re-init of global structures
Christian König
2
-7
/
+8
2019-04-11
drm/ttm: fix dma_fence refcount imbalance on error path
Lin Yi
1
-1
/
+3
2019-04-11
drm/ttm: fix incrementing the page pointer for huge pages
Christian König
1
-2
/
+2
2019-04-11
drm/ttm: fix start page for huge page check in ttm_put_pages()
Christian König
1
-2
/
+2
2019-04-11
drm/ttm: fix out-of-bounds read in ttm_put_pages() v2
Christian König
1
-2
/
+3
2019-03-19
drm/ttm: Fix spelling of "KiB"
Jakub Wilk
1
-2
/
+2
2019-03-19
drm/ttm: remove set but not used variable 'bdev'
YueHaibing
1
-2
/
+0
2019-03-19
drm/ttm: Account for kernel allocations in kernel zone only
Felix Kuehling
1
-3
/
+3
2019-03-19
drm: Use the same mmap-range offset and size for GEM and TTM
Thomas Zimmermann
2
-3
/
+3
2019-03-19
drm/ttm: Quick-test mmap offset in ttm_bo_mmap()
Thomas Zimmermann
1
-0
/
+3
2019-03-19
drm/ttm: Remove file_page_offset parameter from ttm_bo_device_init()
Thomas Zimmermann
1
-2
/
+2
2019-01-28
drm/ttm: Remove ttm_bo_reference and ttm_bo_unref
Thomas Zimmermann
1
-9
/
+0
2019-01-25
drm/ttm: stop always moving BOs on the LRU on page fault
Christian König
1
-7
/
+12
2019-01-25
drm/ttm: add lru notify to bo driver v2
Chunming Zhou
1
-4
/
+7
2018-12-21
drm/ttm: Use drm_debug_printer for all ttm_bo_mem_space_debug output
Michel Dänzer
1
-16
/
+17
2018-12-07
drm/ttm: allow reserving more than one shared slot v3
Christian König
1
-5
/
+7
2018-11-30
drm/ttm: fix LRU handling in ttm_buffer_object_transfer
Christian König
1
-1
/
+3
2018-11-19
Merge branch 'drm-next-4.21' of git://people.freedesktop.org/~agd5f/linux int...
Dave Airlie
3
-36
/
+49
2018-11-09
drm/ttm: remove set but not used variable 'driver'
YueHaibing
1
-2
/
+0
2018-11-07
drm/ttm: Fix bo_global and mem_global kfree error
Trigger Huang
2
-10
/
+0
2018-11-05
drm/ttm: initialize globals during device init (v2)
Christian König
1
-7
/
+12
2018-11-05
drm/ttm: use a static ttm_bo_global instance
Christian König
1
-8
/
+23
2018-11-05
drm/ttm: make the device list mutex static
Christian König
1
-5
/
+9
2018-11-05
drm/ttm: use a static ttm_mem_global instance
Christian König
2
-5
/
+10
2018-11-05
drm/ttm: Provide ttm_bo_global_{init/release}() for struct ttm_bo_global
Thomas Zimmermann
1
-10
/
+6
2018-11-05
drm/ttm: Rename ttm_bo_global_{init,release}() to ttm_bo_global_ref_{,}()
Thomas Zimmermann
1
-4
/
+4
2018-10-25
dma-buf: allow reserving more than one shared fence slot
Christian König
2
-4
/
+4
2018-10-10
list: introduce list_bulk_move_tail helper
Christian König
1
-20
/
+5
2018-09-28
drm/ttm: Export ttm_bo_get_unless_zero()
Thomas Hellstrom
1
-2
/
+1
2018-09-27
drm/ttm, drm/vmwgfx: Move the lock- and object functionality to the vmwgfx dr...
Thomas Hellstrom
3
-1080
/
+2
2018-09-13
drm/ttm: once more fix ttm_bo_bulk_move_lru_tail
Christian König
1
-21
/
+30
2018-09-02
drm/ttm: fix ttm_bo_bulk_move_helper
Christian König
1
-5
/
+8
2018-08-29
drm/ttm: Initialize local lists in ttm_bo_bulk_move_helper
Michel Dänzer
1
-1
/
+2
2018-08-27
drm/ttm: add bulk move function on LRU
Huang Rui
1
-0
/
+52
2018-08-27
drm/ttm: revise ttm_bo_move_to_lru_tail to support bulk moves
Christian König
1
-1
/
+25
[next]