index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
ttm
Age
Commit message (
Expand
)
Author
7 days
drm/ttm: Fix ttm_bo_shrink() infinite LRU walk on backup failure
Thomas Hellström
7 days
drm/ttm: Convert -EAGAIN from dmem_cgroup_try_charge to -ENOSPC
Thomas Hellström
13 days
drm/ttm: Fix ttm_bo_swapout() infinite LRU walk on swapout failure
Thomas Hellström
2026-05-03
drm/ttm: Fix GPU MM stats during pool shrinking
Matthew Brost
2026-04-10
drm/ttm/tests: Remove checks from ttm_pool_free_no_dma_alloc
Maarten Lankhorst
2026-04-10
drm/ttm/tests: fix lru_count ASSERT
Matthew Auld
2026-04-08
ttm/pool: track allocated_pages per numa node.
Dave Airlie
2026-04-08
ttm/pool: make pool shrinker NUMA aware (v2)
Dave Airlie
2026-04-08
ttm/pool: drop numa specific pools
Dave Airlie
2026-04-08
ttm/pool: port to list_lru. (v2)
Dave Airlie
2026-04-08
drm/ttm: use gpu mm stats to track gpu memory allocations. (v4)
Dave Airlie
2026-03-27
Merge tag 'drm-misc-next-2026-03-26' of https://gitlab.freedesktop.org/drm/mi...
Dave Airlie
2026-03-27
Merge tag 'drm-xe-next-2026-03-25' of https://gitlab.freedesktop.org/drm/xe/k...
Dave Airlie
2026-03-20
drm/ttm: Avoid invoking the OOM killer when reading back swapped content
Thomas Hellström
2026-03-20
drm/ttm: Don't spam the log on buffer object backing store allocation failure
Thomas Hellström
2026-03-19
drm/ttm: Fix spelling mistakes and comment style in ttm_resource.c
Varun Gupta
2026-03-12
drm/ttm/tests: add a test to exercise ttm_bo_swapout
Thadeu Lima de Souza Cascardo
2026-03-12
drm/ttm: document that ttm_bo_swapout deals with pages
Thadeu Lima de Souza Cascardo
2026-03-12
Merge drm/drm-next into drm-misc-next
Maxime Ripard
2026-03-11
Merge v7.0-rc3 into drm-next
Simona Vetter
2026-03-05
drm/ttm: Fix bo resource use-after-free
Thadeu Lima de Souza Cascardo
2026-03-05
drm/ttm: fix NULL deref in ttm_bo_flush_all_fences() after fence ops detach
Sebastian Brzezinka
2026-03-04
drm/ttm/tests: Fix build failure on PREEMPT_RT
Maarten Lankhorst
2026-02-27
drm/ttm: Fix ttm_pool_beneficial_order() return type
Tvrtko Ursulin
2026-02-23
Merge drm/drm-next into drm-misc-next
Maxime Ripard
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-02-18
Merge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2026-02-12
mm: update shmem_[kernel]_file_*() functions to use vma_flags_t
Lorenzo Stoakes
2026-02-06
gpu: Move DRM buddy allocator one level up (part two)
Joel Fernandes
2026-02-06
gpu: Move DRM buddy allocator one level up (part one)
Joel Fernandes
2025-12-26
Merge tag 'drm-misc-next-2025-12-12' of https://gitlab.freedesktop.org/drm/mi...
Dave Airlie
2025-12-15
Merge drm/drm-next into drm-misc-next
Maxime Ripard
2025-12-13
Merge tag 'drm-fixes-2025-12-13' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
2025-12-08
drm/ttm: Avoid NULL pointer deref for evicted BOs
Simon Richter
2025-12-04
drm/ttm: Use dma_fence_check_and_signal()
Philipp Stanner
2025-12-03
drm/ttm: Tidy usage of local variables a little bit
Tvrtko Ursulin
2025-12-03
drm/ttm: Tidy ttm_operation_ctx initialization
Tvrtko Ursulin
2025-12-03
drm/ttm: Resource cannot be NULL in ttm_resource_intersects
Tvrtko Ursulin
2025-12-03
drm/ttm: Make ttm_bo_init_validate safe against ttm_operation_ctx re-ordering
Tvrtko Ursulin
2025-11-26
drm/ttm: rework pipelined eviction fence handling
Pierre-Eric Pelloux-Prayer
2025-11-06
drm/ttm: Fix @alloc_flags description
Bagas Sanjaya
2025-10-31
drm/ttm: Add an allocation flag to propagate -ENOSPC on OOM
Tvrtko Ursulin
2025-10-31
drm/ttm: Allow drivers to specify maximum beneficial TTM pool size
Tvrtko Ursulin
2025-10-31
drm/ttm: Replace multiple booleans with flags in device init
Tvrtko Ursulin
2025-10-31
drm/ttm: Replace multiple booleans with flags in pool init
Tvrtko Ursulin
2025-10-31
drm/ttm: Add getter for some pool properties
Tvrtko Ursulin
2025-10-31
drm: include drm_print.h where needed
Jani Nikula
[next]