index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
ttm
Age
Commit message (
Expand
)
Author
Files
Lines
2026-01-11
drm/ttm: Avoid NULL pointer deref for evicted BOs
Simon Richter
1
-0
/
+6
2025-08-28
drm/ttm: Respect the shrinker core free target
Tvrtko Ursulin
1
-3
/
+5
2025-08-28
drm/ttm: Should to return the evict error
Emily Deng
1
-0
/
+3
2025-07-17
drm/ttm: fix error handling in ttm_buffer_object_transfer
Christian König
1
-6
/
+7
2024-05-17
drm/ttm: Print the memory decryption status just once
Zack Rusin
1
-1
/
+1
2024-05-02
drm/ttm: stop pooling cached NUMA pages v2
Christian König
1
-10
/
+28
2024-05-02
mm, treewide: introduce NR_PAGE_ORDERS
Kirill A. Shutemov
2
-11
/
+11
2024-04-13
drm/ttm: return ENOSPC from ttm_bo_mem_space v3
Christian König
1
-2
/
+5
2024-04-03
drm/ttm: Make sure the mapped tt pages are decrypted when needed
Zack Rusin
2
-2
/
+24
2024-03-01
drm/ttm: Fix an invalid freeing on already freed page in error path
Thomas Hellström
1
-1
/
+1
2023-10-16
drm/ttm: Reorder sys manager cleanup step
Karolina Stolarek
1
-4
/
+4
2023-08-25
Merge tag 'drm-misc-next-fixes-2023-08-24' of git://anongit.freedesktop.org/d...
Dave Airlie
1
-2
/
+2
2023-08-24
BackMerge tag 'v6.5-rc7' into drm-next
Dave Airlie
1
-1
/
+2
2023-08-22
drm/ttm/tests: Fix type conversion in ttm_pool_test
Karolina Stolarek
1
-2
/
+2
2023-08-09
drm/ttm/tests: Add tests for ttm_pool
Karolina Stolarek
4
-0
/
+459
2023-08-09
drm/ttm/tests: Add tests for ttm_device
Karolina Stolarek
1
-0
/
+158
2023-08-09
drm/ttm: Introduce KUnit test
Karolina Stolarek
6
-0
/
+197
2023-07-27
drm/ttm: check null pointer before accessing when swapping
Guchun Chen
1
-1
/
+2
2023-07-17
Merge tag 'drm-misc-next-2023-07-13' of git://anongit.freedesktop.org/drm/drm...
Daniel Vetter
1
-2
/
+2
2023-07-11
Merge v6.5-rc1 into drm-misc-fixes
Maxime Ripard
3
-8
/
+17
2023-07-10
drm/ttm: Use init_on_free to delay release TTM BOs
Rajneesh Bhardwaj
1
-0
/
+1
2023-07-10
drm/ttm: never consider pinned BOs for eviction&swap
Christian König
1
-0
/
+6
2023-06-27
drm/ttm: Don't shadow the operation context
Thomas Hellström
1
-2
/
+1
2023-06-27
drm/ttm: Don't leak a resource on swapout move error
Thomas Hellström
1
-0
/
+1
2023-06-27
drm/ttm: Don't leak a resource on eviction error
Thomas Hellström
1
-11
/
+11
2023-06-23
drm/ttm: fix warning that we shouldn't mix && and ||
Christian König
1
-1
/
+1
2023-06-22
drm/ttm: fix bulk_move corruption when adding a entry
Yunxiang Li
1
-1
/
+4
2023-06-15
Merge tag 'amd-drm-next-6.5-2023-06-09' of https://gitlab.freedesktop.org/agd...
Dave Airlie
3
-6
/
+16
2023-06-09
drm/ttm: export ttm_pool_fini for cleanup
Rajneesh Bhardwaj
1
-0
/
+1
2023-06-09
drm/ttm: add NUMA node id to the pool
Rajneesh Bhardwaj
2
-6
/
+9
2023-06-09
drm/ttm: Helper function to get TTM mem limit
Mukul Joshi
1
-0
/
+6
2023-05-31
drm/ttm: Remove redundant code in ttm_tt_init_fields
Ma Jun
1
-1
/
+0
2023-05-17
drm/ttm: let struct ttm_device_funcs be placed in rodata
Jani Nikula
1
-1
/
+1
2023-04-27
Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-12
/
+12
2023-04-14
drm/ttm: revert "Reduce the number of used allocation orders for TTM pages"
Christian König
1
-19
/
+11
2023-04-06
drm/ttm: Make the call to ttm_tt_populate() interruptible when faulting
Thomas Hellström
1
-3
/
+10
2023-04-06
drm/ttm: Reduce the number of used allocation orders for TTM pages
Thomas Hellström
1
-11
/
+19
2023-04-06
drm/ttm/pool: Fix ttm_pool_alloc error path
Thomas Hellström
1
-30
/
+51
2023-04-05
drm/ttm: remove comment referencing now-removed vmf_insert_mixed_prot()
Lorenzo Stoakes
1
-1
/
+1
2023-04-05
mm, treewide: redefine MAX_ORDER sanely
Kirill A. Shutemov
1
-11
/
+11
2023-03-29
Merge v6.3-rc4 into drm-next
Daniel Vetter
2
-3
/
+1
2023-03-17
drm/ttm/ttm_bo: Provide a missing 'bulk' description and correct misnaming of...
Lee Jones
1
-1
/
+2
2023-03-17
drm/ttm: drop extra ttm_bo_put in ttm_bo_cleanup_refs
Christian König
1
-2
/
+0
2023-03-13
Merge drm/drm-fixes into drm-misc-fixes
Thomas Zimmermann
9
-163
/
+260
2023-03-13
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
1
-2
/
+1
2023-03-09
drm/ttm: Don't print error message if eviction was interrupted
Thomas Hellström
1
-1
/
+2
2023-03-09
drm/ttm: Unexport ttm_global_swapout()
Thomas Hellström
1
-1
/
+0
2023-03-07
drm/ttm: Fix a NULL pointer dereference
Thomas Hellström
1
-1
/
+1
2023-02-23
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-2
/
+1
2023-02-23
drm/gem-vram: handle NULL bo->resource in move callback
Matthew Auld
1
-2
/
+2
[next]