开源镜像站
帮助
下载
动态
GitHub
index
:
linux.git
master
Linux kernel mainline source
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
ttm
/
tests
/
ttm_kunit_helpers.c
Age
Commit message (
Expand
)
Author
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2025-10-31
drm/ttm: Replace multiple booleans with flags in device init
Tvrtko Ursulin
2025-06-16
drm/ttm: Include <linux/export.h>
Thomas Zimmermann
2024-06-25
drm/ttm/tests: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
2024-06-24
drm/ttm/tests: Use u32 and u64 over uint*_t types
Karolina Stolarek
2024-06-24
drm/ttm/tests: Correct modules' licenses
Karolina Stolarek
2024-06-24
drm/ttm/tests: Add eviction testing
Karolina Stolarek
2024-06-24
drm/ttm/tests: Add tests with mock resource managers
Karolina Stolarek
2024-06-24
drm/ttm/tests: Test simple BO creation and validation
Karolina Stolarek
2024-06-24
drm/ttm/tests: Use an init function from the helpers lib
Karolina Stolarek
2024-06-24
drm/ttm/tests: Set DMA mask in KUnit device
Karolina Stolarek
2024-06-24
drm/ttm/tests: Fix a warning in ttm_bo_unreserve_bulk
Karolina Stolarek
2023-12-14
drm/ttm/tests: Add tests for ttm_bo functions
Karolina Stolarek
2023-12-14
drm/ttm/tests: Add tests for ttm_tt
Karolina Stolarek
2023-12-14
drm/ttm/tests: Add tests for ttm_resource and ttm_sys_man
Karolina Stolarek
2023-08-09
drm/ttm/tests: Add tests for ttm_pool
Karolina Stolarek
2023-08-09
drm/ttm: Introduce KUnit test
Karolina Stolarek