index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
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
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
2021-02-09
drm/ttm: move memory accounting into vmwgfx v4
Christian König
2021-01-28
drm/ttm: Use __GFP_NOWARN for huge pages in ttm_pool_alloc_page
Michel Dänzer
2021-01-20
drm/ttm: optimize ttm pool shrinker a bit
Christian König
2021-01-20
drm/ttm: add debugfs entry to test pool shrinker v2
Christian König
2021-01-20
drm/ttm: add a debugfs file for the global page pools
Christian König
2021-01-18
drm/ttm: stop using GFP_TRANSHUGE_LIGHT
Christian König
2021-01-12
drm/ttm: make the pool shrinker lock a mutex
Christian König
2021-01-11
drm/ttm: Fix address passed to dma_mapping_error() in ttm_pool_map()
Jeremy Cline
2021-01-07
drm/ttm: unexport ttm_pool_init/fini
Christian König
2020-12-16
drm/ttm: fix unused function warning
Arnd Bergmann
2020-11-19
drm/ttm: fix DMA32 handling in the global page pool
Christian König
2020-11-13
drm/ttm: fix missing NULL check in the new page pool
Christian König
2020-11-04
drm/ttm: rework no_retry handling v2
Christian König
2020-10-29
drm/ttm: new TT backend allocation pool v3
Christian König