summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/ttm/ttm_bo_vm.c
AgeCommit message (Expand)Author
2020-06-16Merge v5.8-rc1 into drm-misc-fixesThomas Zimmermann
2020-06-15drm/ttm: Fix dma_fence refcnt leak in ttm_bo_vm_fault_reservedXiyu Yang
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-04-10Merge tag 'drm-next-2020-04-10' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2020-04-10drm/ttm: Temporarily disable the huge_fault() callbackThomas Hellstrom (VMware)
2020-04-04Merge tag 'drm-next-2020-04-03-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2020-04-02mm: allow VM_FAULT_RETRY for multiple timesPeter Xu
2020-03-24drm/ttm, drm/vmwgfx: Support huge TTM pagefaultsThomas Hellstrom (VMware)
2020-01-16mm, drm/ttm: Fix vm page protection handlingThomas Hellstrom
2019-12-17Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter
2019-12-06drm: call drm_gem_object_funcs.mmap with fake offsetGerd Hoffmann
2019-11-08drm/ttm: also export ttm_bo_vm_fault v2Christian König
2019-11-06drm/ttm: Convert vm callbacks to helpersThomas Hellstrom
2019-11-06drm/ttm: Remove explicit typecasts of vm_private_dataThomas Hellstrom
2019-11-06drm/ttm: remove ttm_bo_wait_unreservedDaniel Vetter
2019-11-04drm/ttm: Convert vm callbacks to helpersThomas Hellstrom
2019-11-04drm/ttm: Remove explicit typecasts of vm_private_dataThomas Hellstrom
2019-10-29drm/gem: Fix mmap fake offset handling for drm_gem_object_funcs.mmapRob Herring
2019-10-25drm/ttm: remove pointers to globalsChristian König
2019-10-23Merge drm/drm-next into drm-misc-nextSean Paul
2019-10-23Merge v5.4-rc4 into drm-nextDaniel Vetter
2019-10-17drm/ttm: rename ttm_fbdev_mmapGerd Hoffmann
2019-10-17drm/ttm: factor out ttm_bo_mmap_vma_setupGerd Hoffmann
2019-10-14drm/ttm: Restore ttm prefaultingThomas Hellstrom
2019-09-11drm/ttm: turn ttm_bo_device.vma_manager into a pointerGerd Hoffmann
2019-08-13dma-buf: rename reservation_object to dma_resvChristian König
2019-08-06drm/ttm: switch ttm core from bo->resv to bo->base.resvGerd Hoffmann
2019-08-06drm/ttm: use gem vma_nodeGerd Hoffmann
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