index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
drm
/
ttm
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-11
drm/ttm: Fix incorrect use of kernel-doc format
Thomas Hellström
1
-1
/
+1
2024-10-09
drm/ttm: Move swapped objects off the manager's LRU list
Thomas Hellström
3
-2
/
+10
2024-09-11
Merge v6.11-rc7 into drm-next
Simona Vetter
1
-4
/
+0
2024-08-26
drm/ttm: fix kernel-doc typo for @trylock_only
Jani Nikula
1
-1
/
+1
2024-08-23
Revert "drm/ttm: increase ttm pre-fault value to PMD size"
Alex Deucher
1
-4
/
+0
2024-07-09
drm/ttm: Use the LRU walker for eviction
Thomas Hellström
1
-5
/
+3
2024-07-09
drm/ttm: Use the LRU walker helper for swapping
Thomas Hellström
2
-4
/
+3
2024-07-09
drm/ttm: Provide a generic LRU walker helper
Thomas Hellström
1
-0
/
+35
2024-07-09
drm/ttm, drm/amdgpu, drm/xe: Consider hitch moves within bulk sublist moves
Thomas Hellström
1
-21
/
+35
2024-07-09
drm/ttm: Use LRU hitches
Thomas Hellström
1
-2
/
+7
2024-07-09
drm/ttm: Slightly clean up LRU list iteration
Thomas Hellström
1
-4
/
+6
2024-07-09
drm/ttm: Allow TTM LRU list nodes of different types
Thomas Hellström
1
-1
/
+53
2024-06-20
drm/ttm: increase ttm pre-fault value to PMD size
Zhu Lingshan
1
-0
/
+4
2024-03-20
drm/ttm: warn when resv objs are mixed in a bulk_move
Christian König
1
-0
/
+3
2024-03-11
drm/ttm: make ttm_pool.h self-contained
Jani Nikula
1
-2
/
+3
2024-03-11
drm/ttm: fix ttm_kmap_iter.h kernel-doc warnings
Jani Nikula
1
-2
/
+2
2024-03-11
drm/ttm: fix ttm_execbuf_util.h kernel-doc warnings
Jani Nikula
1
-4
/
+3
2024-03-11
drm/ttm: make ttm_caching.h self-contained
Jani Nikula
1
-0
/
+2
2024-03-11
drm/ttm: fix ttm_bo.h kernel-doc warnings
Jani Nikula
1
-6
/
+11
2024-03-01
drm/ttm: improve idle/busy handling v5
Christian König
1
-1
/
+2
2024-01-29
Merge drm/drm-next into drm-misc-next
Maxime Ripard
1
-1
/
+1
2024-01-26
drm/ttm: Make sure the mapped tt pages are decrypted when needed
Zack Rusin
1
-1
/
+8
2024-01-25
drm/ttm: replace busy placement with flags v6
Somalapuram Amaranath
2
-10
/
+8
2024-01-08
mm, treewide: introduce NR_PAGE_ORDERS
Kirill A. Shutemov
1
-1
/
+1
2023-08-10
drm/ttm: Remove two unused function declarations
drm-misc-next-2023-08-10
Yue Haibing
1
-2
/
+0
2023-06-15
Merge tag 'amd-drm-next-6.5-2023-06-09' of https://gitlab.freedesktop.org/agd...
Dave Airlie
2
-2
/
+4
2023-06-09
drm/ttm: add NUMA node id to the pool
Rajneesh Bhardwaj
1
-1
/
+3
2023-06-09
drm/ttm: Helper function to get TTM mem limit
Mukul Joshi
1
-1
/
+1
2023-05-17
drm/ttm: let struct ttm_device_funcs be placed in rodata
Jani Nikula
1
-2
/
+2
2023-04-27
Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2023-04-05
mm, treewide: redefine MAX_ORDER sanely
Kirill A. Shutemov
1
-1
/
+1
2023-03-09
drm/ttm: Use the BIT macro for the TTM_TT_FLAGs
Thomas Hellström
1
-5
/
+5
2023-03-03
ttm/ttm_device.h: fix a trival typo
suijingfeng
1
-1
/
+1
2023-01-18
drm/ttm/vmwgfx: move ttm_bo_wait into VMWGFX
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
3
-484
/
+166
2022-12-06
drm/ttm: use per BO cleanup workers
Christian König
2
-19
/
+6
2022-12-06
drm/ttm: remove ttm_bo_(un)lock_delayed_workqueue
Christian König
1
-16
/
+0
2022-11-02
drm/ttm: fix undefined behavior in bit shift for TTM_TT_FLAG_PRIV_POPULATED
Gaosheng Cui
1
-1
/
+1
2022-10-27
drm/ttm: rework on ttm_resource to use size_t type
Somalapuram Amaranath
1
-2
/
+2
2022-09-07
drm/ttm: Remove unnecessary '0' values from ret
Li zeming
1
-1
/
+1
2022-08-22
drm/ttm: Add new callbacks to ttm res mgr
Arunpravin Paneer Selvam
1
-0
/
+40
2022-07-13
Merge drm/drm-next into drm-misc-next
Maxime Ripard
1
-4
/
+4
2022-07-11
drm/ttm: rename and cleanup ttm_bo_init
Christian König
1
-85
/
+8
2022-06-14
drm/ttm: fix bulk move handling v2
drm-misc-fixes-2022-06-16
Christian König
1
-4
/
+4
2022-04-20
drm/ttm: Add common debugfs code for resource managers
Zack Rusin
1
-0
/
+4
2022-04-13
drm/ttm: fix kerneldoc for ttm_lru_bulk_move
Christian König
1
-2
/
+1
2022-04-12
drm/ttm: stop passing NULL fence in ttm_bo_move_sync_cleanup
Matthew Auld
1
-8
/
+3
2022-04-07
drm/ttm: remove bo->moving
Christian König
1
-2
/
+0
2022-04-05
Merge drm/drm-next into drm-misc-next
Maxime Ripard
3
-14
/
+13
2022-04-02
drm/ttm: Add a parameter to add extra pages into ttm_tt
Ramalingam C
1
-1
/
+3
[next]