index
:
Linux Stable
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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
ttm
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/ttm: Add helpers for shrinking
Thomas Hellström
2025-03-05
2
-1
/
+135
*
drm/ttm: Add a macro to perform LRU iteration
Thomas Hellström
2025-03-05
1
-4
/
+136
*
drm/ttm: Use fault-injection to test error paths
Thomas Hellström
2025-03-05
1
-1
/
+24
*
drm/ttm/pool, drm/ttm/tt: Provide a helper to shrink pages
Thomas Hellström
2025-03-05
2
-52
/
+556
*
drm/ttm: Provide a shmem backup implementation
Thomas Hellström
2025-03-05
2
-1
/
+208
*
drm/ttm: use ttm_resource_unevictable() to replace pin_count and swapped
Zhaoyu Liu
2025-02-10
1
-5
/
+10
*
Merge drm/drm-next into drm-misc-next
Maxime Ripard
2025-02-06
6
-29
/
+110
|
\
|
*
Merge tag 'cgroup-dmem-drm-v2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Dave Airlie
2025-01-11
5
-21
/
+78
|
|
\
|
|
*
drm/ttm: Handle cgroup based eviction in TTM
Maarten Lankhorst
2025-01-10
5
-21
/
+78
|
*
|
Merge tag 'drm-xe-next-2024-12-11' of https://gitlab.freedesktop.org/drm/xe/k...
Dave Airlie
2024-12-13
1
-8
/
+32
|
|
\
\
|
|
*
|
drm/ttm: Add ttm_bo_access
Matthew Brost
2024-11-27
1
-8
/
+32
|
|
|
/
*
|
|
drm/ttm/pool: Restructure the pool allocation code
Thomas Hellström
2025-01-13
1
-75
/
+108
*
|
|
drm/ttm: Balance ttm_resource_cursor_init() and ttm_resource_cursor_fini()
Thomas Hellström
2025-01-13
3
-13
/
+28
|
/
/
*
/
drm/ttm: use GEM references for VM mappings
Christian König
2024-12-03
1
-7
/
+7
|
/
*
drm/ttm: Move pinned objects off LRU lists when pinning
Thomas Hellström
2024-10-09
1
-3
/
+5
*
drm/ttm: Move swapped objects off the manager's LRU list
Thomas Hellström
2024-10-09
8
-19
/
+93
*
Merge tag 'drm-misc-next-2024-08-01' of https://gitlab.freedesktop.org/drm/mi...
Daniel Vetter
2024-08-08
7
-327
/
+574
|
\
|
*
drm/ttm: Allow direct reclaim to allocate local memory v2
Rajneesh Bhardwaj
2024-07-23
1
-1
/
+1
|
*
drm/ttm: Use the LRU walker for eviction
Thomas Hellström
2024-07-09
2
-226
/
+140
|
*
drm/ttm: Use the LRU walker helper for swapping
Thomas Hellström
2024-07-09
4
-85
/
+86
|
*
drm/ttm: Provide a generic LRU walker helper
Thomas Hellström
2024-07-09
1
-0
/
+151
|
*
drm/ttm, drm/amdgpu, drm/xe: Consider hitch moves within bulk sublist moves
Thomas Hellström
2024-07-09
1
-0
/
+92
|
*
drm/ttm: Use LRU hitches
Thomas Hellström
2024-07-09
3
-11
/
+55
|
*
drm/ttm: Slightly clean up LRU list iteration
Thomas Hellström
2024-07-09
1
-27
/
+21
|
*
drm/ttm: Allow TTM LRU list nodes of different types
Thomas Hellström
2024-07-09
4
-25
/
+76
*
|
Merge tag 'drm-next-2024-07-18' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
2024-07-18
14
-89
/
+1891
|
\
|
|
*
drm/ttm/tests: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
2024-06-25
8
-0
/
+8
|
*
drm/ttm/tests: Use u32 and u64 over uint*_t types
Karolina Stolarek
2024-06-24
6
-27
/
+25
|
*
drm/ttm/tests: Correct modules' licenses
Karolina Stolarek
2024-06-24
6
-6
/
+6
|
*
drm/ttm/tests: Add TODO file
Karolina Stolarek
2024-06-24
1
-0
/
+27
|
*
drm/ttm/tests: Add tests for ttm_tt_populate
Karolina Stolarek
2024-06-24
2
-0
/
+122
|
*
drm/ttm/tests: Add eviction testing
Karolina Stolarek
2024-06-24
5
-9
/
+568
|
*
drm/ttm/tests: Add test cases dependent on fence signaling
Karolina Stolarek
2024-06-24
1
-0
/
+305
|
*
drm/ttm/tests: Add tests with mock resource managers
Karolina Stolarek
2024-06-24
5
-2
/
+534
|
*
drm/ttm/tests: Test simple BO creation and validation
Karolina Stolarek
2024-06-24
4
-1
/
+228
|
*
drm/ttm/tests: Use an init function from the helpers lib
Karolina Stolarek
2024-06-24
3
-14
/
+16
|
*
drm/ttm/tests: Set DMA mask in KUnit device
Karolina Stolarek
2024-06-24
1
-0
/
+3
|
*
drm/ttm/tests: Delete unnecessary config option
Karolina Stolarek
2024-06-24
1
-1
/
+0
|
*
drm/ttm/tests: Fix a warning in ttm_bo_unreserve_bulk
Karolina Stolarek
2024-06-24
6
-31
/
+45
|
*
drm/ttm/tests: Let ttm_bo_test consider different ww_mutex implementation.
Sebastian Andrzej Siewior
2024-06-20
1
-1
/
+7
*
|
drm/ttm: Always take the bo delayed cleanup path for imported bos
Thomas Hellström
2024-07-04
1
-0
/
+1
|
/
*
Merge tag 'drm-next-2024-05-15' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
2024-05-15
4
-134
/
+127
|
\
|
*
drm/print: drop include debugfs.h and include where needed
Jani Nikula
2024-04-25
3
-3
/
+6
|
*
Backmerge tag 'v6.9-rc5' into drm-next
Dave Airlie
2024-04-22
1
-10
/
+28
|
|
\
|
*
|
drm/ttm: remove unused paramter
Jesse Zhang
2024-04-11
1
-5
/
+3
|
*
|
drm/ttm: warn when resv objs are mixed in a bulk_move
Christian König
2024-03-20
1
-0
/
+1
|
*
|
drm/ttm: improve idle/busy handling v5
Christian König
2024-03-01
2
-128
/
+119
*
|
|
drm/ttm: Print the memory decryption status just once
Zack Rusin
2024-04-25
1
-1
/
+1
|
|
/
|
/
|
*
|
drm/ttm: stop pooling cached NUMA pages v2
Christian König
2024-04-15
1
-10
/
+28
|
/
*
Merge v6.8-rc6 into drm-next
Daniel Vetter
2024-02-26
1
-1
/
+1
|
\
[next]