summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm/ttm_bo_vm.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-15mm, dax, gpu: convert vm_insert_mixed to pfn_tDan Williams1-1/+3
2014-09-23drm/ttm: Clean usage of ttm_io_prot() with TTM_PL_FLAG_CACHEDBenjamin Herrenschmidt1-3/+2
2014-09-01drm/ttm: kill fence_lockMaarten Lankhorst1-3/+0
2014-03-12drm/ttm: Work around performance regression with VM_PFNMAPThomas Hellstrom1-5/+7
2014-01-20Merge branch 'drm-intel-next' of git://people.freedesktop.org/~danvet/drm-int...Dave Airlie1-3/+3
2014-01-08drm/ttm: Correctly set page mapping and -index membersThomas Hellstrom1-0/+5
2014-01-08drm/ttm: Refuse to fault (prime-) imported pagesThomas Hellstrom1-0/+9
2014-01-08drm/ttm: Use VM_PFNMAP for shared bo mapsThomas Hellstrom1-3/+15
2013-12-16drm/ttm: Fix accesses through vmas with only partial coverageThomas Hellstrom1-3/+3
2013-11-20drm/ttm: Remove set_need_resched from the ttm fault handlerThomas Hellstrom1-6/+20
2013-11-12drm/ttm: Fix vma page_prot bit manipulationThomas Hellstrom1-17/+13
2013-11-06drm/ttm: Allow vm fault retriesThomas Hellstrom1-12/+50
2013-08-19drm/ttm: kill unused functionsMaarten Lankhorst1-154/+0
2013-07-25drm/ttm: convert to unified vma offset managerDavid Herrmann1-50/+31
2013-04-16drm: use vma_pages() to replace (vm_end - vm_start) >> PAGE_SHIFTLibin1-2/+2
2012-11-28drm/ttm: Optimize vm locking using kref_get_unless_zero v3Thomas Hellstrom1-2/+2
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov1-2/+2
2012-03-20drm/ttm: Use pr_fmt and pr_<level>Joe Perches1-2/+3
2011-12-06drm/ttm: introduce callback for ttm_tt populate & unpopulate V4Jerome Glisse1-2/+7
2010-11-22drm/ttm: Fix up io_mem_reserve / io_mem_free callingThomas Hellstrom1-8/+15
2010-11-22drm/ttm/radeon/nouveau: Kill the bo lock in favour of a bo device fence_lockThomas Hellstrom1-3/+3
2010-04-20drm/ttm: ttm_fault callback to allow driver to handle bo placement V6Jerome Glisse1-20/+21
2009-12-16drm/ttm: fix incorrect logic in ttm_bo_io pathDave Airlie1-1/+1
2009-12-10drm/ttm: Have the TTM code return -ERESTARTSYS instead of -ERESTART.Thomas Hellstrom1-6/+1
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan1-1/+1
2009-07-29Merge branch 'drm-radeon-kms' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+3
2009-07-29drm/radeon/kms: add initial colortiling support.Dave Airlie1-0/+3
2009-07-15drm/ttm: fix misplaced parenthesesRoel Kluin1-2/+2
2009-06-24drm: remove unused #include <linux/version.h>'sHuang Weiyi1-1/+0
2009-06-15drm: Add the TTM GPU memory manager subsystem.Thomas Hellstrom1-0/+454