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
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
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
reconnect-fixes
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-19
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
2024-03-26
drm/ttm: add ttm_resource_fini v2
Christian König
3
-0
/
+26
2024-03-01
drm/ttm: Fix an invalid freeing on already freed page in error path
Thomas Hellström
1
-1
/
+1
2023-11-08
drm/ttm: Reorder sys manager cleanup step
Karolina Stolarek
1
-4
/
+4
2023-08-11
drm/ttm: check null pointer before accessing when swapping
Guchun Chen
1
-1
/
+2
2023-08-03
drm/ttm: never consider pinned BOs for eviction&swap
Christian König
1
-0
/
+6
2023-08-03
drm/ttm: Don't leak a resource on eviction error
Thomas Hellström
1
-11
/
+11
2023-08-03
drm/ttm: Don't print error message if eviction was interrupted
Thomas Hellström
1
-1
/
+2
2023-07-23
drm/ttm: Don't leak a resource on swapout move error
Thomas Hellström
1
-0
/
+1
2023-05-11
drm/ttm/pool: Fix ttm_pool_alloc error path
Thomas Hellström
1
-30
/
+51
2023-05-11
drm/ttm: optimize pool allocations a bit v2
Christian König
1
-24
/
+58
2022-08-25
drm/ttm: Fix dummy res NULL ptr deref bug
Arunpravin Paneer Selvam
1
-1
/
+1
2022-01-27
drm/ttm: Put BO in its memory manager's lru list
xinhui pan
1
-0
/
+2
2021-11-18
drm/ttm: remove ttm_bo_vm_insert_huge()
Jason Gunthorpe
1
-92
/
+2
2021-11-18
drm/ttm: stop calling tt_swapin in vm_access
Matthew Auld
1
-5
/
+0
2021-10-21
drm/ttm: fix memleak in ttm_transfered_destroy
Christian König
1
-0
/
+1
2021-09-14
drm/ttm: fix type mismatch error on sparc64
Huang Rui
1
-1
/
+2
2021-09-10
Merge tag 'drm-next-2021-09-10' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
3
-8
/
+6
2021-09-10
drm/ttm: Fix a deadlock if the target BO is not idle during swap
xinhui pan
1
-3
/
+3
2021-09-01
Merge tag 'drm-next-2021-08-31-1' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-29
/
+37
2021-08-31
drm/ttm: Fix ttm_bo_move_memcpy() for subclassed struct ttm_resource
Thomas Hellström
1
-4
/
+3
2021-08-16
drm/ttm: Include pagemap.h from ttm_tt.h
Jason Ekstrand
1
-1
/
+0
2021-08-16
drm: ttm: Don't bail from ttm_global_init if debugfs_create_dir fails
Dan Moulding
1
-2
/
+0
2021-07-26
Backmerge tag 'v5.14-rc3' into drm-next
Dave Airlie
3
-0
/
+8
2021-07-22
drm/ttm: Initialize debugfs from ttm_global_init()
Jason Ekstrand
2
-16
/
+12
2021-07-21
drm/ttm: add missing NULL checks
Pavel Skripkin
2
-0
/
+6
2021-07-21
drm/ttm: Force re-init if ttm_global_init() fails
Jason Ekstrand
1
-0
/
+2
2021-07-21
Merge tag 'drm-misc-next-2021-07-16' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-29
/
+37
2021-07-14
drm/ttm: add a check against null pointer dereference
Zheyu Ma
1
-0
/
+3
2021-06-23
drm/ttm: add TTM_PL_FLAG_TEMPORARY flag v3
Lang Yu
1
-0
/
+3
2021-06-23
drm/ttm: Fix multihop assert on eviction.
Andrey Grodzovsky
1
-29
/
+34
2021-06-23
Backmerge tag 'v5.13-rc7' into drm-next
Dave Airlie
2
-8
/
+5
2021-06-08
drm/ttm: fix deref of bo->ttm without holding the lock v2
Christian König
2
-8
/
+5
2021-06-08
drm/ttm: nuke VM_MIXEDMAP on BO mappings v3
Christian König
1
-30
/
+12
2021-06-08
drm/ttm: fix pipelined gutting v2
Christian König
1
-8
/
+20
2021-06-07
drm/ttm: fix warning after moving resource to ghost obj
Christian König
1
-0
/
+1
2021-06-07
drm/ttm: fix access to uninitialized variable.
Christian König
1
-1
/
+1
2021-06-07
drm/ttm, drm/amdgpu: Allow the driver some control over swapping
Thomas Hellström
1
-16
/
+30
2021-06-07
drm/ttm: Document and optimize ttm_bo_pipeline_gutting()
Thomas Hellström
2
-15
/
+59
2021-06-07
drm/ttm: Use drm_memcpy_from_wc for TTM bo moves
Thomas Hellström
1
-16
/
+3
2021-06-07
drm/ttm: Add a generic TTM memcpy move for page-based iomem
Thomas Hellström
4
-181
/
+371
2021-06-07
drm/ttm: fix missing res assignment in ttm_range_man_alloc
Christian König
1
-4
/
+6
2021-06-06
dma-buf: drop the _rcu postfix on function names v3
Christian König
1
-9
/
+9
2021-06-06
dma-buf: rename and cleanup dma_resv_get_list v2
Christian König
1
-1
/
+1
2021-06-06
dma-buf: rename and cleanup dma_resv_get_excl v3
Christian König
1
-1
/
+1
2021-06-04
drm/ttm: flip the switch for driver allocated resources v2
Christian König
3
-38
/
+15
2021-06-04
drm/ttm: flip over the sys manager to self allocated nodes
Christian König
1
-0
/
+7
2021-06-04
drm/ttm: flip over the range manager to self allocated nodes
Christian König
2
-24
/
+58
[next]