aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/ttm
AgeCommit message (Expand)AuthorFilesLines
2026-04-10drm/ttm/tests: Remove checks from ttm_pool_free_no_dma_allocMaarten Lankhorst1-6/+0
2026-04-10drm/ttm/tests: fix lru_count ASSERTMatthew Auld1-1/+1
2026-04-08ttm/pool: track allocated_pages per numa node.Dave Airlie1-15/+47
2026-04-08ttm/pool: make pool shrinker NUMA aware (v2)Dave Airlie1-17/+21
2026-04-08ttm/pool: drop numa specific poolsDave Airlie1-11/+2
2026-04-08ttm/pool: port to list_lru. (v2)Dave Airlie3-45/+79
2026-04-08drm/ttm: use gpu mm stats to track gpu memory allocations. (v4)Dave Airlie1-6/+15
2026-03-27Merge tag 'drm-misc-next-2026-03-26' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-nextDave Airlie2-4/+9
2026-03-27Merge tag 'drm-xe-next-2026-03-25' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-nextDave Airlie1-14/+14
2026-03-20drm/ttm: Avoid invoking the OOM killer when reading back swapped contentThomas Hellström2-3/+8
2026-03-20drm/ttm: Don't spam the log on buffer object backing store allocation failureThomas Hellström1-1/+1
2026-03-19drm/ttm: Fix spelling mistakes and comment style in ttm_resource.cVarun Gupta1-14/+14
2026-03-12drm/ttm/tests: add a test to exercise ttm_bo_swapoutThadeu Lima de Souza Cascardo2-0/+43
2026-03-12drm/ttm: document that ttm_bo_swapout deals with pagesThadeu Lima de Souza Cascardo1-2/+2
2026-03-12Merge drm/drm-next into drm-misc-nextMaxime Ripard3-9/+8
2026-03-11Merge v7.0-rc3 into drm-nextSimona Vetter3-9/+8
2026-03-05drm/ttm: Fix bo resource use-after-freeThadeu Lima de Souza Cascardo1-6/+5
2026-03-05drm/ttm: fix NULL deref in ttm_bo_flush_all_fences() after fence ops detachSebastian Brzezinka1-4/+2
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-23Merge drm/drm-next into drm-misc-nextMaxime Ripard10-16/+16
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21Convert '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-18Merge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds3-3/+4
2026-02-12mm: update shmem_[kernel]_file_*() functions to use vma_flags_tLorenzo Stoakes3-3/+4
2026-02-06gpu: Move DRM buddy allocator one level up (part two)Joel Fernandes3-12/+12
2026-02-06gpu: Move DRM buddy allocator one level up (part one)Joel Fernandes1-1/+1
2025-12-26Merge tag 'drm-misc-next-2025-12-12' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-nextDave Airlie8-98/+84
2025-12-15Merge drm/drm-next into drm-misc-nextMaxime Ripard1-0/+6
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-49/+83
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