开源镜像站
帮助
下载
动态
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
/
ttm_pool.c
Age
Commit message (
Expand
)
Author
2026-05-03
drm/ttm: Fix GPU MM stats during pool shrinking
Matthew Brost
2026-04-08
ttm/pool: track allocated_pages per numa node.
Dave Airlie
2026-04-08
ttm/pool: make pool shrinker NUMA aware (v2)
Dave Airlie
2026-04-08
ttm/pool: drop numa specific pools
Dave Airlie
2026-04-08
ttm/pool: port to list_lru. (v2)
Dave Airlie
2026-04-08
drm/ttm: use gpu mm stats to track gpu memory allocations. (v4)
Dave Airlie
2026-03-20
drm/ttm: Avoid invoking the OOM killer when reading back swapped content
Thomas Hellström
2026-03-20
drm/ttm: Don't spam the log on buffer object backing store allocation failure
Thomas Hellström
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-12-03
drm/ttm: Tidy usage of local variables a little bit
Tvrtko Ursulin
2025-11-06
drm/ttm: Fix @alloc_flags description
Bagas Sanjaya
2025-10-31
drm/ttm: Allow drivers to specify maximum beneficial TTM pool size
Tvrtko Ursulin
2025-10-31
drm/ttm: Replace multiple booleans with flags in pool init
Tvrtko Ursulin
2025-10-31
drm/ttm: Add getter for some pool properties
Tvrtko Ursulin
2025-06-16
drm/ttm: Include <linux/export.h>
Thomas Zimmermann
2025-06-11
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
2025-06-05
drm/ttm: handle undefined printf arg evaluation order in debugfs
Dave Airlie
2025-06-04
drm/ttm: Fix build with CONFIG_DEBUG_FS=n
Lucas De Marchi
2025-06-04
ttm/pool: allow debugfs dumps for numa pools.
Dave Airlie
2025-06-03
drm/ttm: Increase pool shrinker batch target
Tvrtko Ursulin
2025-06-03
drm/ttm: Respect the shrinker core free target
Tvrtko Ursulin
2025-05-06
drm/ttm: Remove the struct ttm_backup abstraction
Thomas Hellström
2025-03-05
drm/ttm: Use fault-injection to test error paths
Thomas Hellström
2025-03-05
drm/ttm/pool, drm/ttm/tt: Provide a helper to shrink pages
Thomas Hellström
2025-01-13
drm/ttm/pool: Restructure the pool allocation code
Thomas Hellström
2024-07-23
drm/ttm: Allow direct reclaim to allocate local memory v2
Rajneesh Bhardwaj
2024-04-15
drm/ttm: stop pooling cached NUMA pages v2
Christian König
2024-02-22
drm/ttm: Fix an invalid freeing on already freed page in error path
Thomas Hellström
2024-01-08
mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDER
Kirill A. Shutemov
2024-01-08
mm, treewide: introduce NR_PAGE_ORDERS
Kirill A. Shutemov
2023-10-04
drm/ttm: dynamically allocate the drm-ttm_pool shrinker
Qi Zheng
2023-10-04
drm/ttm: introduce pool_shrink_rwsem
Qi Zheng
2023-06-15
Merge tag 'amd-drm-next-6.5-2023-06-09' of https://gitlab.freedesktop.org/agd...
Dave Airlie
2023-06-09
drm/ttm: export ttm_pool_fini for cleanup
Rajneesh Bhardwaj
2023-06-09
drm/ttm: add NUMA node id to the pool
Rajneesh Bhardwaj
2023-04-27
Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-04-14
drm/ttm: revert "Reduce the number of used allocation orders for TTM pages"
Christian König
2023-04-06
drm/ttm: Reduce the number of used allocation orders for TTM pages
Thomas Hellström
2023-04-06
drm/ttm/pool: Fix ttm_pool_alloc error path
Thomas Hellström
2023-04-05
mm, treewide: redefine MAX_ORDER sanely
Kirill A. Shutemov
2022-12-06
drm/ttm: merge ttm_bo_api.h and ttm_bo_driver.h v2
Christian König
2022-11-08
drm/ttm: optimize pool allocations a bit v2
Christian König
2022-07-03
mm: shrinkers: provide shrinkers with names
Roman Gushchin
2021-09-29
drm/ttm: s/FLAG_SG/FLAG_EXTERNAL/
Matthew Auld
2021-09-15
drm/ttm: fix the type mismatch error on sparc64
Huang Rui
2021-08-27
drm/ttm: optimize the pool shrinker a bit v2
Christian König
2021-03-16
Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2021-03-11
drm/ttm: Fix TTM page pool accounting
Anthony DeRossi
2021-02-11
drm/ttm: make sure pool pages are cleared
Christian König
[next]