summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/ttm
AgeCommit message (Expand)AuthorFilesLines
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
2025-06-03drm/ttm: Respect the shrinker core free targetTvrtko Ursulin1-3/+5
2025-05-28Merge tag 'drm-next-2025-05-28' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds4-5/+3
2025-05-27Merge tag 'timers-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2025-05-26Merge tag 'vfs-6.16-rc1.writepage' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-4/+4
2025-05-26drm/ttm: make ttm_bo_get internalChristian König1-0/+10
2025-05-26drm/ttm: revert "Export ttm_bo_get_unless_zero()"Christian König4-0/+52
2025-05-08treewide, timers: Rename destroy_timer_on_stack() as timer_destroy_on_stack()Ingo Molnar1-1/+1
2025-05-06drm/ttm: Remove the struct ttm_backup abstractionThomas Hellström3-35/+15
2025-05-06drm/ttm: Fix ttm_backup kerneldocThomas Hellström1-1/+1
2025-05-06BackMerge tag 'v6.15-rc5' into drm-nextDave Airlie1-1/+2
2025-04-28drm/ttm: fix the warning for hit_low and evict_lowSunil Khatri1-1/+2
2025-04-23drm/ttm/xe: drop unused force_alloc flagDave Airlie2-2/+0
2025-04-07ttm: Call shmem_writeout() from ttm_backup_backup_page()Matthew Wilcox (Oracle)1-4/+4
2025-03-14drm/ttm/tests: fix incorrect assert in ttm_bo_unreserve_bulk()Qasim Ijaz1-1/+1
2025-03-06drm/ttm: test private resv obj on release/destroyChristian König1-2/+2
2025-03-05drm/ttm: Add helpers for shrinkingThomas Hellström2-1/+135
2025-03-05drm/ttm: Add a macro to perform LRU iterationThomas Hellström1-4/+136
2025-03-05drm/ttm: Use fault-injection to test error pathsThomas Hellström1-1/+24
2025-03-05drm/ttm/pool, drm/ttm/tt: Provide a helper to shrink pagesThomas Hellström2-52/+556
2025-03-05drm/ttm: Provide a shmem backup implementationThomas Hellström2-1/+208
2025-02-10drm/ttm: use ttm_resource_unevictable() to replace pin_count and swappedZhaoyu Liu1-5/+10
2025-02-06Merge drm/drm-next into drm-misc-nextMaxime Ripard6-29/+110
2025-01-13drm/ttm/pool: Restructure the pool allocation codeThomas Hellström1-75/+108
2025-01-13drm/ttm: Balance ttm_resource_cursor_init() and ttm_resource_cursor_fini()Thomas Hellström3-13/+28
2025-01-11Merge tag 'cgroup-dmem-drm-v2' of git://git.kernel.org/pub/scm/linux/kernel/g...Dave Airlie5-21/+78
2025-01-10drm/ttm: Handle cgroup based eviction in TTMMaarten Lankhorst5-21/+78
2024-12-13Merge tag 'drm-xe-next-2024-12-11' of https://gitlab.freedesktop.org/drm/xe/k...Dave Airlie1-8/+32
2024-12-03drm/ttm: use GEM references for VM mappingsChristian König1-7/+7
2024-11-28drm/ttm: Add ttm_bo_accessMatthew Brost1-8/+32