index
:
linux-dev
master
remove-sha1
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
ttm
/
ttm_bo_vm.c
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-05
drm/ttm: remove ttm_bo_vm_insert_huge()
Jason Gunthorpe
1
-92
/
+2
2021-09-29
drm/ttm: add TTM_TT_FLAG_EXTERNAL_MAPPABLE
Matthew Auld
1
-2
/
+4
2021-09-29
drm/ttm: s/FLAG_SG/FLAG_EXTERNAL/
Matthew Auld
1
-1
/
+1
2021-09-29
drm/ttm: stop setting page->index for the ttm_tt
Matthew Auld
1
-2
/
+0
2021-09-29
drm/ttm: stop calling tt_swapin in vm_access
Matthew Auld
1
-5
/
+0
2021-06-08
drm/ttm: nuke VM_MIXEDMAP on BO mappings v3
Christian König
1
-30
/
+12
2021-06-02
drm/ttm: rename bo->mem and make it a pointer
Christian König
1
-11
/
+11
2021-05-26
drm/ttm: Remove ttm_bo_mmap() and friends
Thomas Zimmermann
1
-53
/
+0
2021-05-26
drm/ttm: Don't override vm_ops callbacks, if set
Thomas Zimmermann
1
-1
/
+6
2021-05-19
drm/ttm: Remap all page faults to per process dummy page.
Andrey Grodzovsky
1
-1
/
+53
2021-01-21
drm/ttm: device naming cleanup
Christian König
1
-13
/
+11
2020-12-14
drm/ttm: cleanup BO size handling v3
Christian König
1
-3
/
+3
2020-12-01
drm/ttm/drivers: remove unecessary ttm_module.h include v2
Christian König
1
-1
/
+0
2020-11-04
drm/ttm: replace context flags with bools v2
Christian König
1
-2
/
+1
2020-10-15
drm/ttm: use caching instead of placement for ttm_io_prot
Christian König
1
-1
/
+1
2020-09-28
drm/ttm: remove fault callback
Christian König
1
-22
/
+0
2020-09-28
drm/ttm: move SG flag check into ttm_bo_vm_reserve
Christian König
1
-7
/
+9
2020-09-08
drm/ttm: merge offset and base in ttm_bus_placement
Christian König
1
-2
/
+1
2020-09-08
drm/ttm: remove bdev from ttm_tt
Dave Airlie
1
-1
/
+1
2020-09-03
drm/ttm: remove io_reserve_lru handling v3
Christian König
1
-28
/
+11
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-08-12
drm/ttm: revert "drm/ttm: make TT creation purely optional v3"
Christian König
1
-5
/
+0
2020-08-06
drm/ttm: rename ttm_mem_type_manager -> ttm_resource_manager.
Dave Airlie
1
-1
/
+1
2020-08-06
drm/ttm: add wrapper to get manager from bdev.
Dave Airlie
1
-1
/
+1
2020-08-06
drm/ttm: use a helper for unlocked moves to the lru tail
Dave Airlie
1
-3
/
+1
2020-07-30
drm/ttm: fix offset in VMAs with a pg_offs in ttm_bo_vm_access
Felix Kuehling
1
-1
/
+3
2020-06-29
drm/ttm: make TT creation purely optional v3
Christian König
1
-0
/
+5
2020-06-15
drm/ttm: Fix dma_fence refcnt leak in ttm_bo_vm_fault_reserved
Xiyu Yang
1
-0
/
+2
2020-06-09
mmap locking API: convert mmap_sem comments
Michel Lespinasse
1
-3
/
+3
2020-06-09
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
1
-2
/
+2
2020-04-10
drm/ttm: Temporarily disable the huge_fault() callback
Thomas Hellstrom (VMware)
1
-63
/
+0
2020-04-02
mm: allow VM_FAULT_RETRY for multiple times
Peter Xu
1
-3
/
+9
2020-03-24
drm/ttm, drm/vmwgfx: Support huge TTM pagefaults
Thomas Hellstrom (VMware)
1
-3
/
+158
2020-01-16
mm, drm/ttm: Fix vm page protection handling
Thomas Hellstrom
1
-7
/
+15
2019-12-06
drm: call drm_gem_object_funcs.mmap with fake offset
Gerd Hoffmann
1
-7
/
+0
2019-11-08
drm/ttm: also export ttm_bo_vm_fault v2
Christian König
1
-3
/
+5
2019-11-06
drm/ttm: Convert vm callbacks to helpers
Thomas Hellstrom
1
-63
/
+105
2019-11-06
drm/ttm: Remove explicit typecasts of vm_private_data
Thomas Hellstrom
1
-5
/
+3
2019-11-06
drm/ttm: remove ttm_bo_wait_unreserved
Daniel Vetter
1
-13
/
+5
2019-11-04
drm/ttm: Convert vm callbacks to helpers
Thomas Hellstrom
1
-63
/
+105
2019-11-04
drm/ttm: Remove explicit typecasts of vm_private_data
Thomas Hellstrom
1
-5
/
+3
2019-10-29
drm/gem: Fix mmap fake offset handling for drm_gem_object_funcs.mmap
Rob Herring
1
-0
/
+7
2019-10-25
drm/ttm: remove pointers to globals
Christian König
1
-2
/
+2
2019-10-17
drm/ttm: rename ttm_fbdev_mmap
Gerd Hoffmann
1
-6
/
+2
2019-10-17
drm/ttm: factor out ttm_bo_mmap_vma_setup
Gerd Hoffmann
1
-22
/
+24
2019-10-14
drm/ttm: Restore ttm prefaulting
Thomas Hellstrom
1
-9
/
+7
2019-09-11
drm/ttm: turn ttm_bo_device.vma_manager into a pointer
Gerd Hoffmann
1
-3
/
+3
2019-08-13
dma-buf: rename reservation_object to dma_resv
Christian König
1
-3
/
+3
2019-08-06
drm/ttm: switch ttm core from bo->resv to bo->base.resv
Gerd Hoffmann
1
-3
/
+3
2019-08-06
drm/ttm: use gem vma_node
Gerd Hoffmann
1
-4
/
+5
[next]