summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/ttm/ttm_bo_vm.c
AgeCommit message (Expand)Author
2019-10-29drm/ttm: Restore ttm prefaultingThomas Hellstrom
2019-03-19drm: Use the same mmap-range offset and size for GEM and TTMThomas Zimmermann
2019-03-19drm/ttm: Quick-test mmap offset in ttm_bo_mmap()Thomas Zimmermann
2019-01-25drm/ttm: stop always moving BOs on the LRU on page faultChristian König
2018-09-28drm/ttm: Export ttm_bo_get_unless_zero()Thomas Hellstrom
2018-07-10drm/ttm: Replace ttm_bo_unref() with ttm_bo_put()Thomas Zimmermann
2018-07-10drm/ttm: Replace ttm_bo_reference() with ttm_bo_get()Thomas Zimmermann
2018-06-19gpu: drm: ttm: Adding new return type vm_fault_tSouptick Joarder
2018-05-15Add SPDX idenitifier and clarify licenseDirk Hohndel
2018-02-26drm/ttm: add bit flag TTM_OPT_FLAG_FORCE_ALLOCRoger He
2018-02-26drm/ttm: set page mapping during allocationChristian König
2018-02-19drm/ttm: add ttm_tt_populate wrapperChristian König
2018-02-19drm/ttm: Remove unncessary retval from ttm_bo_vm_fault()Tom St Denis
2018-01-29drm/ttm: Fix 'buf' pointer update in ttm_bo_vm_access_kmap() (v2)Tom St Denis
2018-01-10drm/ttm: remove ttm_bo_default_io_mem_pfnTan Xiaojun
2017-12-28drm/ttm: use an operation ctx for ttm_tt_populate in ttm_bo_driver (v2)Roger He
2017-12-27drm/ttm: add ttm_bo_io_mem_pfn to check io_mem_pfnTan Xiaojun
2017-09-04Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-07-25drm/ttm: Implement vm_operations_struct.access v2Felix Kuehling
2017-07-18x86, drm, fbdev: Do not specify encrypted memory for video mappingsTom Lendacky
2017-05-16drm/ttm: fix include notation and remove -Iinclude/drm flagMasahiro Yamada
2017-04-04drm/ttm: add io_mem_pfn callbackChristian König
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang
2017-02-21drm/ttm: fix use-after-free races in vm fault handlingNicolai Hähnle
2016-12-14mm: use vmf->address instead of of vmf->virtual_addressJan Kara
2016-10-25dma-buf: Rename struct fence to dma_fenceChris Wilson
2016-07-07drm/ttm: remove TTM_BO_PRIV_FLAG_MOVINGChristian König
2016-05-04drm/ttm: remove lazy parameter from ttm_bo_waitChristian König
2016-05-04drm/ttm: remove use_ticket parameter from ttm_bo_reserveChristian König
2016-01-15mm, dax, gpu: convert vm_insert_mixed to pfn_tDan Williams
2014-09-23drm/ttm: Clean usage of ttm_io_prot() with TTM_PL_FLAG_CACHEDBenjamin Herrenschmidt
2014-09-01drm/ttm: kill fence_lockMaarten Lankhorst
2014-03-12drm/ttm: Work around performance regression with VM_PFNMAPThomas Hellstrom
2014-01-20Merge branch 'drm-intel-next' of git://people.freedesktop.org/~danvet/drm-int...Dave Airlie
2014-01-08drm/ttm: Correctly set page mapping and -index membersThomas Hellstrom
2014-01-08drm/ttm: Refuse to fault (prime-) imported pagesThomas Hellstrom
2014-01-08drm/ttm: Use VM_PFNMAP for shared bo mapsThomas Hellstrom
2013-12-16drm/ttm: Fix accesses through vmas with only partial coverageThomas Hellstrom
2013-11-20drm/ttm: Remove set_need_resched from the ttm fault handlerThomas Hellstrom
2013-11-12drm/ttm: Fix vma page_prot bit manipulationThomas Hellstrom
2013-11-06drm/ttm: Allow vm fault retriesThomas Hellstrom
2013-08-19drm/ttm: kill unused functionsMaarten Lankhorst
2013-07-25drm/ttm: convert to unified vma offset managerDavid Herrmann
2013-04-16drm: use vma_pages() to replace (vm_end - vm_start) >> PAGE_SHIFTLibin
2012-11-28drm/ttm: Optimize vm locking using kref_get_unless_zero v3Thomas Hellstrom
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov
2012-03-20drm/ttm: Use pr_fmt and pr_<level>Joe Perches
2011-12-06drm/ttm: introduce callback for ttm_tt populate & unpopulate V4Jerome Glisse
2010-11-22drm/ttm: Fix up io_mem_reserve / io_mem_free callingThomas Hellstrom
2010-11-22drm/ttm/radeon/nouveau: Kill the bo lock in favour of a bo device fence_lockThomas Hellstrom