aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm/ttm_bo_vm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-04Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+5
2017-07-25drm/ttm: Implement vm_operations_struct.access v2Felix Kuehling1-1/+78
2017-07-18x86, drm, fbdev: Do not specify encrypted memory for video mappingsTom Lendacky1-2/+5
2017-05-16drm/ttm: fix include notation and remove -Iinclude/drm flagMasahiro Yamada1-3/+3
2017-04-04drm/ttm: add io_mem_pfn callbackChristian König1-1/+9
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang1-5/+5
2017-02-21drm/ttm: fix use-after-free races in vm fault handlingNicolai Hähnle1-0/+12
2016-12-14mm: use vmf->address instead of of vmf->virtual_addressJan Kara1-1/+1
2016-10-25dma-buf: Rename struct fence to dma_fenceChris Wilson1-4/+4
2016-07-07drm/ttm: remove TTM_BO_PRIV_FLAG_MOVINGChristian König1-7/+12
2016-05-04drm/ttm: remove lazy parameter from ttm_bo_waitChristian König1-3/+3
2016-05-04drm/ttm: remove use_ticket parameter from ttm_bo_reserveChristian König1-1/+1
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-intel into drm-nextDave 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/git/airlied/drm-2.6Linus 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