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
/
ttm_bo_vm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm, drm/ttm: Fix vm page protection handling
Thomas Hellstrom
2020-01-16
1
-7
/
+15
*
Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...
Daniel Vetter
2019-12-17
1
-17
/
+10
|
\
|
*
drm: call drm_gem_object_funcs.mmap with fake offset
Gerd Hoffmann
2019-12-06
1
-7
/
+0
|
*
drm/ttm: also export ttm_bo_vm_fault v2
Christian König
2019-11-08
1
-3
/
+5
|
*
drm/ttm: remove ttm_bo_wait_unreserved
Daniel Vetter
2019-11-06
1
-13
/
+5
|
*
drm/ttm: Convert vm callbacks to helpers
Thomas Hellstrom
2019-11-04
1
-63
/
+105
|
*
drm/ttm: Remove explicit typecasts of vm_private_data
Thomas Hellstrom
2019-11-04
1
-5
/
+3
*
|
drm/ttm: Convert vm callbacks to helpers
Thomas Hellstrom
2019-11-06
1
-63
/
+105
*
|
drm/ttm: Remove explicit typecasts of vm_private_data
Thomas Hellstrom
2019-11-06
1
-5
/
+3
|
/
*
drm/gem: Fix mmap fake offset handling for drm_gem_object_funcs.mmap
Rob Herring
2019-10-29
1
-0
/
+7
*
drm/ttm: remove pointers to globals
Christian König
2019-10-25
1
-2
/
+2
*
Merge drm/drm-next into drm-misc-next
Sean Paul
2019-10-23
1
-9
/
+7
|
\
|
*
Merge v5.4-rc4 into drm-next
Daniel Vetter
2019-10-23
1
-9
/
+7
|
|
\
|
|
*
drm/ttm: Restore ttm prefaulting
Thomas Hellstrom
2019-10-14
1
-9
/
+7
*
|
|
drm/ttm: rename ttm_fbdev_mmap
Gerd Hoffmann
2019-10-17
1
-6
/
+2
*
|
|
drm/ttm: factor out ttm_bo_mmap_vma_setup
Gerd Hoffmann
2019-10-17
1
-22
/
+24
|
/
/
*
|
drm/ttm: turn ttm_bo_device.vma_manager into a pointer
Gerd Hoffmann
2019-09-11
1
-3
/
+3
|
/
*
dma-buf: rename reservation_object to dma_resv
Christian König
2019-08-13
1
-3
/
+3
*
drm/ttm: switch ttm core from bo->resv to bo->base.resv
Gerd Hoffmann
2019-08-06
1
-3
/
+3
*
drm/ttm: use gem vma_node
Gerd Hoffmann
2019-08-06
1
-4
/
+5
*
drm: Use the same mmap-range offset and size for GEM and TTM
Thomas Zimmermann
2019-03-19
1
-1
/
+1
*
drm/ttm: Quick-test mmap offset in ttm_bo_mmap()
Thomas Zimmermann
2019-03-19
1
-0
/
+3
*
drm/ttm: stop always moving BOs on the LRU on page fault
Christian König
2019-01-25
1
-7
/
+12
*
drm/ttm: Export ttm_bo_get_unless_zero()
Thomas Hellstrom
2018-09-28
1
-2
/
+1
*
drm/ttm: Replace ttm_bo_unref() with ttm_bo_put()
Thomas Zimmermann
2018-07-10
1
-4
/
+4
*
drm/ttm: Replace ttm_bo_reference() with ttm_bo_get()
Thomas Zimmermann
2018-07-10
1
-4
/
+6
*
gpu: drm: ttm: Adding new return type vm_fault_t
Souptick Joarder
2018-06-19
1
-23
/
+22
*
Add SPDX idenitifier and clarify license
Dirk Hohndel
2018-05-15
1
-0
/
+1
*
drm/ttm: add bit flag TTM_OPT_FLAG_FORCE_ALLOC
Roger He
2018-02-26
1
-1
/
+3
*
drm/ttm: set page mapping during allocation
Christian König
2018-02-26
1
-1
/
+0
*
drm/ttm: add ttm_tt_populate wrapper
Christian König
2018-02-19
1
-1
/
+1
*
drm/ttm: Remove unncessary retval from ttm_bo_vm_fault()
Tom St Denis
2018-02-19
1
-15
/
+13
*
drm/ttm: Fix 'buf' pointer update in ttm_bo_vm_access_kmap() (v2)
Tom St Denis
2018-01-29
1
-1
/
+2
*
drm/ttm: remove ttm_bo_default_io_mem_pfn
Tan Xiaojun
2018-01-10
1
-9
/
+2
*
drm/ttm: use an operation ctx for ttm_tt_populate in ttm_bo_driver (v2)
Roger He
2017-12-28
1
-1
/
+6
*
drm/ttm: add ttm_bo_io_mem_pfn to check io_mem_pfn
Tan Xiaojun
2017-12-27
1
-1
/
+12
*
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2017-09-04
1
-2
/
+5
|
\
|
*
x86, drm, fbdev: Do not specify encrypted memory for video mappings
Tom Lendacky
2017-07-18
1
-2
/
+5
*
|
drm/ttm: Implement vm_operations_struct.access v2
Felix Kuehling
2017-07-25
1
-1
/
+78
|
/
*
drm/ttm: fix include notation and remove -Iinclude/drm flag
Masahiro Yamada
2017-05-16
1
-3
/
+3
*
drm/ttm: add io_mem_pfn callback
Christian König
2017-04-04
1
-1
/
+9
*
mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf
Dave Jiang
2017-02-24
1
-5
/
+5
*
drm/ttm: fix use-after-free races in vm fault handling
Nicolai Hähnle
2017-02-21
1
-0
/
+12
*
mm: use vmf->address instead of of vmf->virtual_address
Jan Kara
2016-12-14
1
-1
/
+1
*
dma-buf: Rename struct fence to dma_fence
Chris Wilson
2016-10-25
1
-4
/
+4
*
drm/ttm: remove TTM_BO_PRIV_FLAG_MOVING
Christian König
2016-07-07
1
-7
/
+12
*
drm/ttm: remove lazy parameter from ttm_bo_wait
Christian König
2016-05-04
1
-3
/
+3
*
drm/ttm: remove use_ticket parameter from ttm_bo_reserve
Christian König
2016-05-04
1
-1
/
+1
*
mm, dax, gpu: convert vm_insert_mixed to pfn_t
Dan Williams
2016-01-15
1
-1
/
+3
*
drm/ttm: Clean usage of ttm_io_prot() with TTM_PL_FLAG_CACHED
Benjamin Herrenschmidt
2014-09-23
1
-3
/
+2
[next]