summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm/ttm_bo_vm.c
Commit message (Expand)AuthorAgeFilesLines
* drm/ttm: Implement vm_operations_struct.access v2Felix Kuehling2017-07-251-1/+78
* drm/ttm: fix include notation and remove -Iinclude/drm flagMasahiro Yamada2017-05-161-3/+3
* drm/ttm: add io_mem_pfn callbackChristian König2017-04-051-1/+9
* mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-251-5/+5
* drm/ttm: fix use-after-free races in vm fault handlingNicolai Hähnle2017-02-211-0/+12
* mm: use vmf->address instead of of vmf->virtual_addressJan Kara2016-12-151-1/+1
* dma-buf: Rename struct fence to dma_fenceChris Wilson2016-10-251-4/+4
* drm/ttm: remove TTM_BO_PRIV_FLAG_MOVINGChristian König2016-07-071-7/+12
* drm/ttm: remove lazy parameter from ttm_bo_waitChristian König2016-05-051-3/+3
* drm/ttm: remove use_ticket parameter from ttm_bo_reserveChristian König2016-05-051-1/+1
* mm, dax, gpu: convert vm_insert_mixed to pfn_tDan Williams2016-01-161-1/+3
* drm/ttm: Clean usage of ttm_io_prot() with TTM_PL_FLAG_CACHEDBenjamin Herrenschmidt2014-09-231-3/+2Star
* drm/ttm: kill fence_lockMaarten Lankhorst2014-09-011-3/+0Star
* drm/ttm: Work around performance regression with VM_PFNMAPThomas Hellstrom2014-03-121-5/+7
* Merge branch 'drm-intel-next' of git://people.freedesktop.org/~danvet/drm-int...Dave Airlie2014-01-201-3/+3
|\
| * drm/ttm: Fix accesses through vmas with only partial coverageThomas Hellstrom2013-12-161-3/+3
* | drm/ttm: Correctly set page mapping and -index membersThomas Hellstrom2014-01-081-0/+5
* | drm/ttm: Refuse to fault (prime-) imported pagesThomas Hellstrom2014-01-081-0/+9
* | drm/ttm: Use VM_PFNMAP for shared bo mapsThomas Hellstrom2014-01-081-3/+15
|/
* drm/ttm: Remove set_need_resched from the ttm fault handlerThomas Hellstrom2013-11-201-6/+20
* drm/ttm: Fix vma page_prot bit manipulationThomas Hellstrom2013-11-131-17/+13Star
* drm/ttm: Allow vm fault retriesThomas Hellstrom2013-11-061-12/+50
* drm/ttm: kill unused functionsMaarten Lankhorst2013-08-191-154/+0Star
* drm/ttm: convert to unified vma offset managerDavid Herrmann2013-07-251-50/+31Star
* drm: use vma_pages() to replace (vm_end - vm_start) >> PAGE_SHIFTLibin2013-04-161-2/+2
* drm/ttm: Optimize vm locking using kref_get_unless_zero v3Thomas Hellstrom2012-11-281-2/+2
* mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov2012-10-091-2/+2
* drm/ttm: Use pr_fmt and pr_<level>Joe Perches2012-03-201-2/+3
* drm/ttm: introduce callback for ttm_tt populate & unpopulate V4Jerome Glisse2011-12-061-2/+7
* drm/ttm: Fix up io_mem_reserve / io_mem_free callingThomas Hellstrom2010-11-221-8/+15
* drm/ttm/radeon/nouveau: Kill the bo lock in favour of a bo device fence_lockThomas Hellstrom2010-11-221-3/+3
* drm/ttm: ttm_fault callback to allow driver to handle bo placement V6Jerome Glisse2010-04-201-20/+21
* drm/ttm: fix incorrect logic in ttm_bo_io pathDave Airlie2009-12-161-1/+1
* drm/ttm: Have the TTM code return -ERESTARTSYS instead of -ERESTART.Thomas Hellstrom2009-12-101-6/+1Star
* const: mark struct vm_struct_operationsAlexey Dobriyan2009-09-271-1/+1
* Merge branch 'drm-radeon-kms' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2009-07-291-0/+3
|\
| * drm/radeon/kms: add initial colortiling support.Dave Airlie2009-07-291-0/+3
* | drm/ttm: fix misplaced parenthesesRoel Kluin2009-07-151-2/+2
|/
* drm: remove unused #include <linux/version.h>'sHuang Weiyi2009-06-241-1/+0Star
* drm: Add the TTM GPU memory manager subsystem.Thomas Hellstrom2009-06-151-0/+454