index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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
2014-12-04
drm/ttm: optionally move duplicates to a separate list
Christian König
1
-1
/
+9
2014-11-20
drm/ttm: Avoid memory allocation from shrinker functions.
Tetsuo Handa
2
-21
/
+30
2014-11-12
drm/ttm: Use only DRM_MM_SEARCH_BELOW for TTM_PL_FLAG_TOPDOWN
Michel Dänzer
1
-1
/
+1
2014-11-12
drm/ttm: Add DRM_MM_SEARCH_BELOW for TTM_PL_FLAG_TOPDOWN
Michel Dänzer
1
-3
/
+5
2014-10-17
drm/ttm: Don't evict BOs outside of the requested placement range
Michel Dänzer
1
-3
/
+17
2014-10-17
drm/ttm: Don't skip fpfn check if lpfn is 0 in ttm_bo_mem_compat
Michel Dänzer
1
-4
/
+4
2014-09-30
drm/ttm: add reservation_object as argument to ttm_bo_init
Maarten Lankhorst
1
-6
/
+18
2014-09-23
drm/ttm: Clean usage of ttm_io_prot() with TTM_PL_FLAG_CACHED
Benjamin Herrenschmidt
2
-16
/
+9
2014-09-17
drm/ttm: make sure format string cannot leak in
Kees Cook
1
-1
/
+2
2014-09-11
drm/ttm: allow fence to be added as shared
Christian König
1
-3
/
+15
2014-09-02
drm/ttm: use rcu in core ttm
Maarten Lankhorst
1
-63
/
+13
2014-09-02
drm/ttm: flip the switch, and convert to dma_fence
Maarten Lankhorst
3
-78
/
+126
2014-09-01
drm/ttm: kill off some members to ttm_validate_buffer
Maarten Lankhorst
1
-92
/
+50
2014-09-01
drm/ttm: add interruptible parameter to ttm_eu_reserve_buffers
Maarten Lankhorst
1
-9
/
+13
2014-09-01
drm/ttm: kill fence_lock
Maarten Lankhorst
4
-67
/
+18
2014-09-01
drm/ttm: call ttm_bo_wait while inside a reservation
Maarten Lankhorst
1
-13
/
+12
2014-08-27
drm/ttm: move fpfn and lpfn into each placement v2
Christian König
2
-59
/
+43
2014-08-10
Merge branch 'linux-3.17' of git://anongit.freedesktop.org/git/nouveau/linux-2.6
Linus Torvalds
2
-5
/
+10
2014-08-09
drm/ttm: expose CPU address of DMA-allocated pages
Alexandre Courbot
2
-5
/
+10
2014-08-08
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
6
-41
/
+51
2014-08-05
drm/ttm: Pass GFP flags in order to avoid deadlock.
Tetsuo Handa
2
-19
/
+19
2014-08-05
drm/ttm: Fix possible stack overflow by recursive shrinker calls.
Tetsuo Handa
1
-3
/
+7
2014-08-05
drm/ttm: Use mutex_trylock() to avoid deadlock inside shrinker functions.
Tetsuo Handa
1
-2
/
+4
2014-08-05
drm/ttm: Choose a pool to shrink correctly in ttm_dma_pool_shrink_scan().
Tetsuo Handa
1
-3
/
+3
2014-08-05
drm/ttm: Fix possible division by 0 in ttm_dma_pool_shrink_scan().
Tetsuo Handa
1
-0
/
+3
2014-07-22
drm/ttm: make device_released static
Dave Airlie
1
-1
/
+1
2014-07-22
drm/ttm: use gfp_t instead of int for flags.
Dave Airlie
1
-1
/
+1
2014-07-09
dma-buf: use reservation objects
Maarten Lankhorst
1
-1
/
+1
2014-07-08
ttm: use NULL instead of 0 for ttm_bo_reserve()'s pointer arg.
Martin Kepplinger
1
-7
/
+7
2014-07-08
drm/ttm: fix handling of TTM_PL_FLAG_TOPDOWN v2
Christian König
2
-4
/
+5
2014-07-08
drm/ttm: recognize ARM arch in ioprot handler
Lucas Stach
1
-1
/
+1
2014-04-05
Merge tag 'ttm-next-2014-04-04' of git://people.freedesktop.org/~thomash/linu...
Dave Airlie
2
-17
/
+17
2014-04-04
drm/ttm: Hide the implementation details of reservation
Thomas Hellstrom
2
-17
/
+17
2014-04-04
drm: Add support for two-ended allocation, v3
Lauri Kasanen
1
-3
/
+8
2014-03-28
drm/ttm: Add a ttm_ref_object_exists function
Thomas Hellstrom
1
-0
/
+46
2014-03-18
Merge branch 'drm-next' of git://people.freedesktop.org/~dvdhrm/linux into dr...
Dave Airlie
1
-1
/
+2
2014-03-16
drm: init TTM dev_mapping in ttm_bo_device_init()
David Herrmann
1
-1
/
+2
2014-03-12
drm/ttm: don't oops if no invalidate_caches()
Rob Clark
1
-3
/
+5
2014-03-12
drm/ttm: Work around performance regression with VM_PFNMAP
Thomas Hellstrom
1
-5
/
+7
2014-02-18
drm/ttm: Fix memory leak in ttm_agp_backend.c
Masanari Iida
1
-0
/
+1
2014-02-05
drm/ttm: Don't clear page metadata of imported sg pages
Thomas Hellstrom
1
-0
/
+3
2014-02-05
drm/ttm: Fix TTM object open regression
Thomas Hellstrom
1
-1
/
+1
2014-01-20
Merge branch 'drm-intel-next' of git://people.freedesktop.org/~danvet/drm-int...
Dave Airlie
2
-4
/
+5
2014-01-14
Merge tag 'vmwgfx-next-2014-01-13' of git://people.freedesktop.org/~thomash/l...
Dave Airlie
1
-36
/
+54
2014-01-08
drivers: gpu: Remove unused function in ttm_lock.c
Rashika Kheria
1
-8
/
+0
2014-01-08
drivers: gpu: Mark function as static in ttm_bo_util.c
Rashika Kheria
1
-2
/
+2
2014-01-08
drivers: gpu: Mark function as static in ttm_bo.c
Rashika Kheria
1
-1
/
+1
2014-01-08
drm/ttm: ttm object security fixes for render nodes
Thomas Hellstrom
1
-36
/
+54
2014-01-08
drm/ttm: Correctly set page mapping and -index members
Thomas Hellstrom
2
-4
/
+28
2014-01-08
drm/ttm: Refuse to fault (prime-) imported pages
Thomas Hellstrom
1
-0
/
+9
[next]