aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm/ttm_bo_vm.c
AgeCommit message (Expand)Author
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-04-06drm/ttm: Make the call to ttm_tt_populate() interruptible when faultingThomas Hellström
2023-04-05drm/ttm: remove comment referencing now-removed vmf_insert_mixed_prot()Lorenzo Stoakes
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan
2022-12-06drm/ttm: merge ttm_bo_api.h and ttm_bo_driver.h v2Christian König
2022-10-27drm/ttm: rework on ttm_resource to use size_t typeSomalapuram Amaranath
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-05-13mmap locking API: fix missed mmap_sem references in commentsFlorian Rommel
2022-04-07drm/ttm: remove bo->movingChristian König
2021-11-05drm/ttm: remove ttm_bo_vm_insert_huge()Jason Gunthorpe
2021-09-29drm/ttm: add TTM_TT_FLAG_EXTERNAL_MAPPABLEMatthew Auld
2021-09-29drm/ttm: s/FLAG_SG/FLAG_EXTERNAL/Matthew Auld
2021-09-29drm/ttm: stop setting page->index for the ttm_ttMatthew Auld
2021-09-29drm/ttm: stop calling tt_swapin in vm_accessMatthew Auld
2021-06-08drm/ttm: nuke VM_MIXEDMAP on BO mappings v3Christian König
2021-06-02drm/ttm: rename bo->mem and make it a pointerChristian König
2021-05-26drm/ttm: Remove ttm_bo_mmap() and friendsThomas Zimmermann
2021-05-26drm/ttm: Don't override vm_ops callbacks, if setThomas Zimmermann
2021-05-19drm/ttm: Remap all page faults to per process dummy page.Andrey Grodzovsky
2021-01-21drm/ttm: device naming cleanupChristian König
2020-12-14drm/ttm: cleanup BO size handling v3Christian König
2020-12-01drm/ttm/drivers: remove unecessary ttm_module.h include v2Christian König
2020-11-04drm/ttm: replace context flags with bools v2Christian König
2020-10-15drm/ttm: use caching instead of placement for ttm_io_protChristian König
2020-09-28drm/ttm: remove fault callbackChristian König
2020-09-28drm/ttm: move SG flag check into ttm_bo_vm_reserveChristian König
2020-09-14Merge drm/drm-next into drm-misc-nextMaxime Ripard
2020-09-08drm/ttm: merge offset and base in ttm_bus_placementChristian König
2020-09-08Merge tag 'v5.9-rc4' into drm-nextDave Airlie
2020-09-08drm/ttm: remove bdev from ttm_ttDave Airlie
2020-09-03drm/ttm: remove io_reserve_lru handling v3Christian König
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-12Merge drm/drm-next into drm-misc-nextThomas Zimmermann
2020-08-12drm/ttm: revert "drm/ttm: make TT creation purely optional v3"Christian König
2020-08-11Merge tag 'drm-misc-fixes-2020-08-04' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2020-08-06drm/ttm: rename ttm_mem_type_manager -> ttm_resource_manager.Dave Airlie
2020-08-06drm/ttm: add wrapper to get manager from bdev.Dave Airlie
2020-08-06drm/ttm: use a helper for unlocked moves to the lru tailDave Airlie
2020-07-30drm/ttm: fix offset in VMAs with a pg_offs in ttm_bo_vm_accessFelix Kuehling
2020-07-24Merge v5.8-rc6 into drm-nextDave Airlie
2020-06-29drm/ttm: make TT creation purely optional v3Christian König
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