aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/ttm (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+1
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/kernel/git/tip/tipLinus Torvalds1-1/+1
2025-05-26Merge tag 'vfs-6.16-rc1.writepage' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-4/+4
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-24drm/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/git/mripard/linux into drm-nextDave 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/kernel into drm-nextDave Airlie1-8/+32
2024-12-03drm/ttm: use GEM references for VM mappingsChristian König1-7/+7
2024-11-27drm/ttm: Add ttm_bo_accessMatthew Brost1-8/+32
2024-10-09drm/ttm: Move pinned objects off LRU lists when pinningThomas Hellström1-3/+5
2024-10-09drm/ttm: Move swapped objects off the manager's LRU listThomas Hellström8-19/+93
2024-08-08Merge tag 'drm-misc-next-2024-08-01' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-nextDaniel Vetter7-327/+574
2024-07-23drm/ttm: Allow direct reclaim to allocate local memory v2Rajneesh Bhardwaj1-1/+1
2024-07-18Merge tag 'drm-next-2024-07-18' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds14-89/+1891
2024-07-09drm/ttm: Use the LRU walker for evictionThomas Hellström2-226/+140
2024-07-09drm/ttm: Use the LRU walker helper for swappingThomas Hellström4-85/+86
2024-07-09drm/ttm: Provide a generic LRU walker helperThomas Hellström1-0/+151
2024-07-09drm/ttm, drm/amdgpu, drm/xe: Consider hitch moves within bulk sublist movesThomas Hellström1-0/+92
2024-07-09drm/ttm: Use LRU hitchesThomas Hellström3-11/+55
2024-07-09drm/ttm: Slightly clean up LRU list iterationThomas Hellström1-27/+21
2024-07-09drm/ttm: Allow TTM LRU list nodes of different typesThomas Hellström4-25/+76
2024-07-04drm/ttm: Always take the bo delayed cleanup path for imported bosThomas Hellström1-0/+1
2024-06-25drm/ttm/tests: add missing MODULE_DESCRIPTION() macrosJeff Johnson8-0/+8
2024-06-24drm/ttm/tests: Use u32 and u64 over uint*_t typesKarolina Stolarek6-27/+25
2024-06-24drm/ttm/tests: Correct modules' licensesKarolina Stolarek6-6/+6
2024-06-24drm/ttm/tests: Add TODO fileKarolina Stolarek1-0/+27
2024-06-24drm/ttm/tests: Add tests for ttm_tt_populateKarolina Stolarek2-0/+122
2024-06-24drm/ttm/tests: Add eviction testingKarolina Stolarek5-9/+568
2024-06-24drm/ttm/tests: Add test cases dependent on fence signalingKarolina Stolarek1-0/+305
2024-06-24drm/ttm/tests: Add tests with mock resource managersKarolina Stolarek5-2/+534
2024-06-24drm/ttm/tests: Test simple BO creation and validationKarolina Stolarek4-1/+228
2024-06-24drm/ttm/tests: Use an init function from the helpers libKarolina Stolarek3-14/+16