index
:
pub/scm/linux/kernel/git/rui/linux.git
master
Huang Rui AMD Stuff
Huang Rui
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
ttm
/
ttm_resource.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-06
drm/ttm: Hook up a cgroup-aware reclaim callback for the dmem controller
Thomas Hellström
1
-1
/
+53
2026-08-05
drm/ttm: Split cgroup charge and resource allocation
Natalie Vock
1
-16
/
+35
2026-05-14
drm/ttm: Convert -EAGAIN from dmem_cgroup_try_charge to -ENOSPC
Thomas Hellström
1
-1
/
+4
2026-05-08
drm/ttm: Fix ttm_bo_swapout() infinite LRU walk on swapout failure
Thomas Hellström
1
-0
/
+13
2026-03-19
drm/ttm: Fix spelling mistakes and comment style in ttm_resource.c
Varun Gupta
1
-14
/
+14
2025-12-03
drm/ttm: Tidy usage of local variables a little bit
Tvrtko Ursulin
1
-3
/
+3
2025-12-03
drm/ttm: Tidy ttm_operation_ctx initialization
Tvrtko Ursulin
1
-4
/
+1
2025-12-03
drm/ttm: Resource cannot be NULL in ttm_resource_intersects
Tvrtko Ursulin
1
-3
/
+0
2025-11-26
drm/ttm: rework pipelined eviction fence handling
Pierre-Eric Pelloux-Prayer
1
-12
/
+19
2025-10-31
drm: include drm_print.h where needed
Jani Nikula
1
-0
/
+1
2025-10-14
drm/ttm: Add safety check for NULL man->bdev in ttm_resource_manager_usage
Jesse.Zhang
1
-0
/
+3
2025-06-16
drm/ttm: Include <linux/export.h>
Thomas Zimmermann
1
-0
/
+1
2025-06-11
drm/ttm: Should to return the evict error
Emily Deng
1
-0
/
+3
2025-04-24
drm/ttm/xe: drop unused force_alloc flag
Dave Airlie
1
-1
/
+0
2025-02-10
drm/ttm: use ttm_resource_unevictable() to replace pin_count and swapped
Zhaoyu Liu
1
-5
/
+10
2025-02-06
Merge drm/drm-next into drm-misc-next
Maxime Ripard
1
-2
/
+21
2025-01-13
drm/ttm: Balance ttm_resource_cursor_init() and ttm_resource_cursor_fini()
Thomas Hellström
1
-11
/
+24
2025-01-10
drm/ttm: Handle cgroup based eviction in TTM
Maarten Lankhorst
1
-2
/
+21
2024-10-09
drm/ttm: Move swapped objects off the manager's LRU list
Thomas Hellström
1
-6
/
+22
2024-07-09
drm/ttm: Use the LRU walker for eviction
Thomas Hellström
1
-17
/
+4
2024-07-09
drm/ttm: Use the LRU walker helper for swapping
Thomas Hellström
1
-20
/
+3
2024-07-09
drm/ttm, drm/amdgpu, drm/xe: Consider hitch moves within bulk sublist moves
Thomas Hellström
1
-0
/
+92
2024-07-09
drm/ttm: Use LRU hitches
Thomas Hellström
1
-9
/
+47
2024-07-09
drm/ttm: Slightly clean up LRU list iteration
Thomas Hellström
1
-27
/
+21
2024-07-09
drm/ttm: Allow TTM LRU list nodes of different types
Thomas Hellström
1
-19
/
+70
2024-04-25
drm/print: drop include debugfs.h and include where needed
Jani Nikula
1
-1
/
+2
2024-03-20
drm/ttm: warn when resv objs are mixed in a bulk_move
Christian König
1
-0
/
+1
2024-03-01
drm/ttm: improve idle/busy handling v5
Christian König
1
-4
/
+12
2024-01-25
drm/ttm: replace busy placement with flags v6
Somalapuram Amaranath
1
-57
/
+16
2023-12-14
drm/ttm/tests: Add tests for ttm_resource and ttm_sys_man
Karolina Stolarek
1
-0
/
+3
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-02-06
drm/ttm: prevent moving of pinned BOs
Christian König
1
-1
/
+0
2023-01-25
drm/ttm: revert "prevent moving of pinned BOs"
Christian König
1
-0
/
+1
2023-01-25
drm/ttm: prevent moving of pinned BOs
Christian König
1
-1
/
+0
2022-12-06
drm/ttm: merge ttm_bo_api.h and ttm_bo_driver.h v2
Christian König
1
-1
/
+2
2022-10-27
drm/ttm: rework on ttm_resource to use size_t type
Somalapuram Amaranath
1
-8
/
+6
2022-08-22
drm/ttm: Switch to using the new res callback
Arunpravin Paneer Selvam
1
-15
/
+2
2022-08-22
drm/ttm: Add new callbacks to ttm res mgr
Arunpravin Paneer Selvam
1
-2
/
+75
2022-06-14
drm/ttm: fix bulk move handling v2
Christian König
1
-16
/
+36
2022-04-20
drm/ttm: Add common debugfs code for resource managers
Zack Rusin
1
-0
/
+34
2022-04-05
Merge drm/drm-next into drm-misc-next
Maxime Ripard
1
-21
/
+21
2022-03-29
drm/ttm: rework bulk move handling v5
Christian König
1
-24
/
+66
2022-03-28
drm/ttm: allow bulk moves for all domains
Christian König
1
-37
/
+15
2022-03-28
drm/ttm: add resource iterator v4
Christian König
1
-0
/
+51
2022-03-28
drm/ttm: move the LRU into resource handling v4
Christian König
1
-7
/
+119
2022-02-25
Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-3
/
+33
2022-02-14
drm/ttm: add common accounting to the resource mgr v3
Christian König
1
-0
/
+30
2022-02-14
drm/ttm: fix resource manager size type and description
Christian König
1
-3
/
+3
2022-02-11
Merge tag 'drm-intel-next-2022-02-08' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
1
-21
/
+21
[next]