index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
ttm
/
ttm_bo.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-26
drm/ttm: rework pipelined eviction fence handling
Pierre-Eric Pelloux-Prayer
1
-23
/
+24
2025-10-31
drm/ttm: Add an allocation flag to propagate -ENOSPC on OOM
Tvrtko Ursulin
1
-1
/
+3
2025-10-31
drm: include drm_print.h where needed
Jani Nikula
1
-0
/
+1
2025-09-17
drm/ttm: rename ttm_bo_put to _fini v3
Christian König
1
-8
/
+7
2025-09-11
ttm/bo: add an API to populate a bo before exporting.
Dave Airlie
1
-0
/
+15
2025-06-26
drm/ttm: Use a struct for the common part of struct ttm_lru_walk and struct t...
Thomas Hellström
1
-10
/
+14
2025-06-16
drm/ttm: Include <linux/export.h>
Thomas Zimmermann
1
-0
/
+1
2025-05-26
drm/ttm: revert "Export ttm_bo_get_unless_zero()"
Christian König
1
-0
/
+1
2025-05-06
BackMerge tag 'v6.15-rc5' into drm-next
Dave Airlie
1
-1
/
+2
2025-04-28
drm/ttm: fix the warning for hit_low and evict_low
Sunil Khatri
1
-1
/
+2
2025-03-06
drm/ttm: test private resv obj on release/destroy
Christian König
1
-2
/
+2
2025-02-06
Merge drm/drm-next into drm-misc-next
Maxime Ripard
1
-7
/
+45
2025-01-13
drm/ttm: Balance ttm_resource_cursor_init() and ttm_resource_cursor_fini()
Thomas Hellström
1
-1
/
+2
2025-01-10
drm/ttm: Handle cgroup based eviction in TTM
Maarten Lankhorst
1
-7
/
+45
2024-10-09
drm/ttm: Move pinned objects off LRU lists when pinning
Thomas Hellström
1
-3
/
+5
2024-10-09
drm/ttm: Move swapped objects off the manager's LRU list
Thomas Hellström
1
-2
/
+57
2024-08-08
Merge tag 'drm-misc-next-2024-08-01' of https://gitlab.freedesktop.org/drm/mi...
Daniel Vetter
1
-247
/
+213
2024-07-09
drm/ttm: Use the LRU walker for eviction
Thomas Hellström
1
-209
/
+136
2024-07-09
drm/ttm: Use the LRU walker helper for swapping
Thomas Hellström
1
-39
/
+77
2024-07-09
drm/ttm: Use LRU hitches
Thomas Hellström
1
-0
/
+1
2024-07-04
drm/ttm: Always take the bo delayed cleanup path for imported bos
Thomas Hellström
1
-0
/
+1
2024-04-11
drm/ttm: remove unused paramter
Jesse Zhang
1
-5
/
+3
2024-03-01
drm/ttm: improve idle/busy handling v5
Christian König
1
-124
/
+107
2024-02-09
drm: remove drm_debug_printer in favor of drm_dbg_printer
Jani Nikula
1
-1
/
+1
2024-01-25
drm/ttm: replace busy placement with flags v6
Somalapuram Amaranath
1
-8
/
+13
2024-01-24
drm/ttm: return ENOSPC from ttm_bo_mem_space v3
Christian König
1
-2
/
+5
2023-11-27
drm/ttm: Schedule delayed_delete worker closer
Rajneesh Bhardwaj
1
-1
/
+7
2023-08-24
BackMerge tag 'v6.5-rc7' into drm-next
Dave Airlie
1
-1
/
+2
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-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-03-29
Merge v6.3-rc4 into drm-next
Daniel Vetter
1
-2
/
+0
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-09
drm/ttm: Don't print error message if eviction was interrupted
Thomas Hellström
1
-1
/
+2
2023-02-06
drm/ttm: prevent moving of pinned BOs
Christian König
1
-8
/
+12
2023-02-06
drm/ttm: stop allocating dummy resources during BO creation
Christian König
1
-7
/
+0
2023-02-06
drm/ttm: clear the ttm_tt when bo->resource is NULL
Matthew Auld
1
-2
/
+1
2023-01-25
drm/ttm: revert "stop allocating dummy resources during BO creation"
Christian König
1
-0
/
+7
2023-01-25
drm/ttm: revert "prevent moving of pinned BOs"
Christian König
1
-12
/
+8
2023-01-25
drm/ttm: prevent moving of pinned BOs
Christian König
1
-8
/
+12
2023-01-25
drm/ttm: stop allocating dummy resources during BO creation
Christian König
1
-7
/
+0
2023-01-18
drm/ttm/vmwgfx: move ttm_bo_wait into VMWGFX
Christian König
1
-28
/
+16
2022-12-06
drm/ttm: use ttm_bo_wait_ctx instead of ttm_bo_wait
Christian König
1
-2
/
+2
2022-12-06
drm/ttm: merge ttm_bo_api.h and ttm_bo_driver.h v2
Christian König
1
-7
/
+74
2022-12-06
drm/ttm: use per BO cleanup workers
Christian König
1
-72
/
+40
[next]