summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/ttm/tests
AgeCommit message (Expand)Author
2026-03-04drm/ttm/tests: Fix build failure on PREEMPT_RTMaarten Lankhorst
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-18Merge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-02-12mm: update shmem_[kernel]_file_*() functions to use vma_flags_tLorenzo Stoakes
2025-12-04drm/ttm: Use dma_fence_check_and_signal()Philipp Stanner
2025-11-26drm/ttm: rework pipelined eviction fence handlingPierre-Eric Pelloux-Prayer
2025-10-31drm/ttm: Replace multiple booleans with flags in device initTvrtko Ursulin
2025-10-31drm/ttm: Replace multiple booleans with flags in pool initTvrtko Ursulin
2025-10-31drm/ttm: Add getter for some pool propertiesTvrtko Ursulin
2025-10-31drm: include drm_print.h where neededJani Nikula
2025-09-17drm/ttm: rename ttm_bo_put to _fini v3Christian König
2025-07-16drm/ttm: remove ttm_bo_validate_swapout testChristian König
2025-07-16drm/ttm: fix locking in test ttm_bo_validate_no_placement_signaledChristian König
2025-06-16drm/ttm: Include <linux/export.h>Thomas Zimmermann
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
2025-05-28Merge tag 'drm-next-2025-05-28' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2025-05-08treewide, timers: Rename destroy_timer_on_stack() as timer_destroy_on_stack()Ingo Molnar
2025-03-14drm/ttm/tests: fix incorrect assert in ttm_bo_unreserve_bulk()Qasim Ijaz
2025-01-10drm/ttm: Handle cgroup based eviction in TTMMaarten Lankhorst
2024-10-09drm/ttm: Move swapped objects off the manager's LRU listThomas Hellström
2024-07-09drm/ttm: Allow TTM LRU list nodes of different typesThomas Hellström
2024-06-25drm/ttm/tests: add missing MODULE_DESCRIPTION() macrosJeff Johnson
2024-06-24drm/ttm/tests: Use u32 and u64 over uint*_t typesKarolina Stolarek
2024-06-24drm/ttm/tests: Correct modules' licensesKarolina Stolarek
2024-06-24drm/ttm/tests: Add TODO fileKarolina Stolarek
2024-06-24drm/ttm/tests: Add tests for ttm_tt_populateKarolina Stolarek
2024-06-24drm/ttm/tests: Add eviction testingKarolina Stolarek
2024-06-24drm/ttm/tests: Add test cases dependent on fence signalingKarolina Stolarek
2024-06-24drm/ttm/tests: Add tests with mock resource managersKarolina Stolarek
2024-06-24drm/ttm/tests: Test simple BO creation and validationKarolina Stolarek
2024-06-24drm/ttm/tests: Use an init function from the helpers libKarolina Stolarek
2024-06-24drm/ttm/tests: Set DMA mask in KUnit deviceKarolina Stolarek
2024-06-24drm/ttm/tests: Delete unnecessary config optionKarolina Stolarek
2024-06-24drm/ttm/tests: Fix a warning in ttm_bo_unreserve_bulkKarolina Stolarek
2024-06-20drm/ttm/tests: Let ttm_bo_test consider different ww_mutex implementation.Sebastian Andrzej Siewior
2024-01-29Merge drm/drm-next into drm-misc-nextMaxime Ripard
2024-01-11drm/ttm/tests: Fix argument in ttm_tt_kunit_init()Karolina Stolarek
2024-01-08mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov
2024-01-08mm, treewide: introduce NR_PAGE_ORDERSKirill A. Shutemov
2023-12-14drm/ttm/tests: Add tests for ttm_bo functionsKarolina Stolarek
2023-12-14drm/ttm/tests: Add tests for ttm_ttKarolina Stolarek
2023-12-14drm/ttm/tests: Add tests for ttm_resource and ttm_sys_manKarolina Stolarek
2023-08-22drm/ttm/tests: Fix type conversion in ttm_pool_testKarolina Stolarek
2023-08-09drm/ttm/tests: Add tests for ttm_poolKarolina Stolarek
2023-08-09drm/ttm/tests: Add tests for ttm_deviceKarolina Stolarek
2023-08-09drm/ttm: Introduce KUnit testKarolina Stolarek