summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/ttm/ttm_bo_vm.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2023-04-06drm/ttm: Make the call to ttm_tt_populate() interruptible when faultingThomas Hellström1-3/+10
2023-04-05drm/ttm: remove comment referencing now-removed vmf_insert_mixed_prot()Lorenzo Stoakes1-1/+1
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+1
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan1-2/+1
2022-12-06drm/ttm: merge ttm_bo_api.h and ttm_bo_driver.h v2Christian König1-8/+11
2022-10-27drm/ttm: rework on ttm_resource to use size_t typeSomalapuram Amaranath1-2/+2
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2022-05-13mmap locking API: fix missed mmap_sem references in commentsFlorian Rommel1-1/+1
2022-04-07drm/ttm: remove bo->movingChristian König1-21/+13
2021-11-05drm/ttm: remove ttm_bo_vm_insert_huge()Jason Gunthorpe1-92/+2
2021-09-29drm/ttm: add TTM_TT_FLAG_EXTERNAL_MAPPABLEMatthew Auld1-2/+4
2021-09-29drm/ttm: s/FLAG_SG/FLAG_EXTERNAL/Matthew Auld1-1/+1
2021-09-29drm/ttm: stop setting page->index for the ttm_ttMatthew Auld1-2/+0
2021-09-29drm/ttm: stop calling tt_swapin in vm_accessMatthew Auld1-5/+0
2021-06-08drm/ttm: nuke VM_MIXEDMAP on BO mappings v3Christian König1-30/+12
2021-06-02drm/ttm: rename bo->mem and make it a pointerChristian König1-11/+11
2021-05-26drm/ttm: Remove ttm_bo_mmap() and friendsThomas Zimmermann1-53/+0
2021-05-26drm/ttm: Don't override vm_ops callbacks, if setThomas Zimmermann1-1/+6
2021-05-19drm/ttm: Remap all page faults to per process dummy page.Andrey Grodzovsky1-1/+53
2021-01-21drm/ttm: device naming cleanupChristian König1-13/+11
2020-12-14drm/ttm: cleanup BO size handling v3Christian König1-3/+3
2020-12-01drm/ttm/drivers: remove unecessary ttm_module.h include v2Christian König1-1/+0
2020-11-04drm/ttm: replace context flags with bools v2Christian König1-2/+1
2020-10-15drm/ttm: use caching instead of placement for ttm_io_protChristian König1-1/+1
2020-09-28drm/ttm: remove fault callbackChristian König1-22/+0
2020-09-28drm/ttm: move SG flag check into ttm_bo_vm_reserveChristian König1-7/+9
2020-09-14Merge drm/drm-next into drm-misc-nextMaxime Ripard1-1/+1
2020-09-08drm/ttm: merge offset and base in ttm_bus_placementChristian König1-2/+1
2020-09-08Merge tag 'v5.9-rc4' into drm-nextDave Airlie1-1/+1
2020-09-08drm/ttm: remove bdev from ttm_ttDave Airlie1-1/+1
2020-09-03drm/ttm: remove io_reserve_lru handling v3Christian König1-28/+11
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-12Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-6/+5
2020-08-12drm/ttm: revert "drm/ttm: make TT creation purely optional v3"drm-next-2020-08-12Christian König1-5/+0
2020-08-11Merge tag 'drm-misc-fixes-2020-08-04' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-1/+3
2020-08-06drm/ttm: rename ttm_mem_type_manager -> ttm_resource_manager.Dave Airlie1-1/+1
2020-08-06drm/ttm: add wrapper to get manager from bdev.Dave Airlie1-1/+1
2020-08-06drm/ttm: use a helper for unlocked moves to the lru tailDave Airlie1-3/+1
2020-07-30drm/ttm: fix offset in VMAs with a pg_offs in ttm_bo_vm_accessFelix Kuehling1-1/+3
2020-07-24Merge v5.8-rc6 into drm-nextDave Airlie1-0/+2
2020-06-29drm/ttm: make TT creation purely optional v3Christian König1-0/+5
2020-06-16Merge v5.8-rc1 into drm-misc-fixesThomas Zimmermann1-5/+5
2020-06-15drm/ttm: Fix dma_fence refcnt leak in ttm_bo_vm_fault_reservedXiyu Yang1-0/+2
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse1-3/+3
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-2/+2
2020-04-10Merge tag 'drm-next-2020-04-10' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-63/+0
2020-04-10drm/ttm: Temporarily disable the huge_fault() callbackThomas Hellstrom (VMware)1-63/+0
2020-04-04Merge tag 'drm-next-2020-04-03-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-3/+158
2020-04-02mm: allow VM_FAULT_RETRY for multiple timesPeter Xu1-3/+9