summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/ttm
AgeCommit message (Expand)AuthorFilesLines
2026-03-05drm/ttm: Fix bo resource use-after-freeThadeu Lima de Souza Cascardo1-6/+5
2026-03-04drm/ttm/tests: Fix build failure on PREEMPT_RTMaarten Lankhorst1-2/+2
2026-02-27drm/ttm: Fix ttm_pool_beneficial_order() return typeTvrtko Ursulin1-1/+1
2026-02-22Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
2026-02-22Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds7-9/+9
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook8-13/+13
2026-02-19Merge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-3/+4
2026-02-13mm: update shmem_[kernel]_file_*() functions to use vma_flags_tLorenzo Stoakes3-3/+4
2025-12-26Merge tag 'drm-misc-next-2025-12-12' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie8-98/+84
2025-12-13Merge tag 'drm-fixes-2025-12-13' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-0/+6
2025-12-08drm/ttm: Avoid NULL pointer deref for evicted BOsSimon Richter1-0/+6
2025-12-04drm/ttm: Use dma_fence_check_and_signal()Philipp Stanner1-1/+1
2025-12-03drm/ttm: Tidy usage of local variables a little bitTvrtko Ursulin5-76/+77
2025-12-03drm/ttm: Tidy ttm_operation_ctx initializationTvrtko Ursulin4-17/+5
2025-12-03drm/ttm: Resource cannot be NULL in ttm_resource_intersectsTvrtko Ursulin1-3/+0
2025-12-03drm/ttm: Make ttm_bo_init_validate safe against ttm_operation_ctx re-orderingTvrtko Ursulin1-1/+1
2025-11-26drm/ttm: rework pipelined eviction fence handlingPierre-Eric Pelloux-Prayer5-50/+84
2025-11-06drm/ttm: Fix @alloc_flags descriptionBagas Sanjaya2-2/+2
2025-10-31drm/ttm: Add an allocation flag to propagate -ENOSPC on OOMTvrtko Ursulin2-1/+4
2025-10-31drm/ttm: Allow drivers to specify maximum beneficial TTM pool sizeTvrtko Ursulin2-0/+13
2025-10-31drm/ttm: Replace multiple booleans with flags in device initTvrtko Ursulin6-40/+28
2025-10-31drm/ttm: Replace multiple booleans with flags in pool initTvrtko Ursulin5-36/+31
2025-10-31drm/ttm: Add getter for some pool propertiesTvrtko Ursulin4-19/+43
2025-10-31drm: include drm_print.h where neededJani Nikula4-0/+4
2025-10-28drm/ttm: add pgprot handling for RISC-VIcenowy Zheng1-1/+2
2025-10-14drm/ttm: Add safety check for NULL man->bdev in ttm_resource_manager_usageJesse.Zhang1-0/+3
2025-09-17drm/ttm: rename ttm_bo_put to _fini v3Christian König4-44/+45
2025-09-11ttm/bo: add an API to populate a bo before exporting.Dave Airlie1-0/+15
2025-08-01Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-8/+1
2025-07-31Merge tag 'drm-next-2025-07-30' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds15-191/+260
2025-07-16drm/ttm: remove ttm_bo_validate_swapout testChristian König1-51/+0
2025-07-16drm/ttm: fix locking in test ttm_bo_validate_no_placement_signaledChristian König1-4/+5
2025-07-10drm/ttm: add new api ttm_device_prepare_hibernation()Samuel Zhang1-0/+22
2025-07-10mm: stop passing a writeback_control structure to shmem_writeoutChristoph Hellwig1-8/+1
2025-07-08Merge tag 'drm-intel-next-2025-07-04' of https://gitlab.freedesktop.org/drm/i...Simona Vetter1-0/+26
2025-07-02drm/ttm: Remove unneeded blank line in commentJocelyn Falempe1-1/+0
2025-06-30drm/ttm: fix error handling in ttm_buffer_object_transferChristian König1-6/+7
2025-06-27drm/ttm: Add ttm_bo_kmap_try_from_panic()Jocelyn Falempe1-0/+27
2025-06-26drm/ttm, drm_xe, Implement ttm_lru_walk_for_evict() using the guarded LRU ite...Thomas Hellström1-113/+75
2025-06-26drm/ttm, drm/xe: Modify the struct ttm_bo_lru_walk_cursor initializationThomas Hellström1-5/+5
2025-06-26drm/ttm: Use a struct for the common part of struct ttm_lru_walk and struct t...Thomas Hellström2-22/+28
2025-06-16drm/ttm: Include <linux/export.h>Thomas Zimmermann13-0/+22
2025-06-11drm/ttm: Should to return the evict errorEmily Deng1-0/+3
2025-06-11Merge drm/drm-next into drm-misc-nextThomas Zimmermann4-42/+22
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+1
2025-06-05drm/ttm: handle undefined printf arg evaluation order in debugfsDave Airlie1-1/+3
2025-06-04drm/ttm: Fix build with CONFIG_DEBUG_FS=nLucas De Marchi1-3/+3
2025-06-04ttm/pool: allow debugfs dumps for numa pools.Dave Airlie1-2/+7
2025-06-03drm/ttm: Increase pool shrinker batch targetTvrtko Ursulin1-1/+8