index
:
kernel/linux.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.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
ttm
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-17
drm/ttm: fix some minor kerneldoc issues
Christian König
1
-7
/
+6
2023-01-17
drm/ttm: Include <linux/vmalloc.h> to fix MIPS build
Thomas Zimmermann
1
-0
/
+2
2023-01-12
drm/ttm: Fix a regression causing kernel oops'es
Zack Rusin
1
-1
/
+1
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
9
-35
/
+194
2022-12-06
drm/ttm: use per BO cleanup workers
Christian König
3
-89
/
+48
2022-12-06
drm/ttm: remove ttm_bo_(un)lock_delayed_workqueue
Christian König
1
-14
/
+0
2022-11-08
drm/ttm: optimize pool allocations a bit v2
Christian König
1
-24
/
+58
2022-10-27
drm/ttm: rework on ttm_resource to use size_t type
Somalapuram Amaranath
5
-17
/
+12
2022-10-18
Merge drm/drm-next into drm-misc-next
Maxime Ripard
1
-5
/
+8
2022-10-16
drm/ttm: Remove unnecessary drm_mm_clean
Zeng Heng
1
-1
/
+0
2022-10-05
Merge tag 'drm-next-2022-10-05' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
4
-61
/
+219
2022-09-26
drm/ttm: add dma_resv_assert_held() calls to vmap/vunmap
Christian König
1
-0
/
+4
2022-09-11
Merge tag 'drm-misc-next-2022-09-09' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
3
-7
/
+99
2022-09-08
drm/ttm: cleanup the resource of ghost objects after locking them
Christian König
1
-5
/
+5
2022-09-06
drm/ttm: update bulk move object of ghost BO
ZhenGuo Yin
1
-0
/
+3
2022-09-06
Merge tag 'drm-misc-next-2022-08-20-1' of git://anongit.freedesktop.org/drm/d...
Daniel Vetter
2
-54
/
+116
2022-08-22
drm/ttm: Switch to using the new res callback
Arunpravin Paneer Selvam
1
-15
/
+2
2022-08-22
drm/ttm: Implement intersect/compatible functions
Arunpravin Paneer Selvam
1
-0
/
+33
2022-08-22
drm/ttm: Add new callbacks to ttm res mgr
Arunpravin Paneer Selvam
2
-7
/
+79
2022-08-18
Merge tag 'drm-misc-fixes-2022-08-16' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
1
-1
/
+1
2022-08-17
Merge drm/drm-fixes into drm-misc-fixes
Thomas Zimmermann
2
-9
/
+2
2022-08-09
drm/ttm: Fix dummy res NULL ptr deref bug
Arunpravin Paneer Selvam
1
-1
/
+1
2022-08-06
Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2022-07-13
Merge drm/drm-next into drm-misc-next
Maxime Ripard
3
-25
/
+55
2022-07-13
Backmerge tag 'v5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/to...
Dave Airlie
3
-25
/
+55
2022-07-11
drm/ttm: audit bo->resource usage v2
Christian König
2
-10
/
+13
2022-07-11
drm/ttm: rename and cleanup ttm_bo_init
Christian König
1
-44
/
+103
2022-07-04
mm: shrinkers: provide shrinkers with names
Roman Gushchin
1
-1
/
+1
2022-06-15
Merge tag 'drm-misc-next-2022-06-08' of git://anongit.freedesktop.org/drm/drm...
Daniel Vetter
1
-8
/
+1
2022-06-14
drm/ttm: fix bulk move handling v2
Christian König
2
-24
/
+50
2022-06-10
drm/ttm: fix missing NULL check in ttm_device_swapout
Christian König
1
-1
/
+5
2022-06-03
LoongArch: Add writecombine support for drm
Huacai Chen
1
-1
/
+1
2022-05-26
Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2022-05-13
mmap locking API: fix missed mmap_sem references in comments
Florian Rommel
1
-1
/
+1
2022-05-09
drm/ttm: move default BO destructor into VMWGFX v2
Christian König
1
-8
/
+1
2022-04-21
drm/ttm: use kvcalloc() instead of kvmalloc_array() in ttm_tt v2
Yang Wang
1
-9
/
+7
2022-04-21
drm/ttm: Add common debugfs code for resource managers
Zack Rusin
1
-0
/
+34
2022-04-13
drm/ttm: fixup ttm_bo_add_move_fence v2
Matthew Auld
1
-5
/
+2
2022-04-12
drm/ttm: stop passing NULL fence in ttm_bo_move_sync_cleanup
Matthew Auld
1
-0
/
+15
2022-04-11
drm/ttm: fix logic inversion in ttm_eu_reserve_buffers
Christian König
1
-1
/
+1
2022-04-07
drm/ttm: remove bo->moving
Christian König
3
-36
/
+15
2022-04-07
dma-buf: add DMA_RESV_USAGE_BOOKKEEP v3
Christian König
1
-7
/
+7
2022-04-07
dma-buf: add DMA_RESV_USAGE_KERNEL v3
Christian König
2
-3
/
+3
2022-04-07
dma-buf: specify usage while adding fences to dma_resv obj v7
Christian König
3
-7
/
+6
2022-04-07
dma-buf: add enum dma_resv_usage v4
Christian König
1
-8
/
+10
2022-04-06
dma-buf/drivers: make reserving a shared slot mandatory v4
Christian König
3
-13
/
+22
2022-04-05
Merge drm/drm-next into drm-misc-next
Maxime Ripard
4
-34
/
+34
2022-04-02
drm/ttm: Add a parameter to add extra pages into ttm_tt
Ramalingam C
2
-6
/
+8
2022-03-29
drm/ttm: rework bulk move handling v5
Christian König
2
-33
/
+118
[prev]
[next]