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
2017-09-16
Merge tag 'drm-fixes-for-v4.14-rc1' of git://people.freedesktop.org/~airlied/...
Linus Torvalds
2
-2
/
+3
2017-09-04
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-2
/
+5
2017-08-24
drm/ttm:fix wrong decoding of bo_count
Monk Liu
1
-2
/
+2
2017-08-24
drm/ttm: fix missing inc bo_count
Monk Liu
1
-0
/
+1
2017-08-18
drm/ttm: use reservation_object_trylock in ttm_bo_individualize_resv v2
Christian König
1
-1
/
+1
2017-08-17
drm/ttm: Fix accounting error when fail to get pages for pool
Xiangliang.Yu
1
-1
/
+1
2017-08-17
drm/ttm: make ttm_mem_type_manager_func debug more useful
Christian König
2
-4
/
+4
2017-08-17
drm/ttm: individualize BO reservation obj when they are freed
Christian König
1
-7
/
+47
2017-08-17
drm/ttm: remove nonsense wait in ttm_bo_cleanup_refs_and_unlock
Christian König
1
-7
/
+0
2017-07-25
drm/ttm: Implement vm_operations_struct.access v2
Felix Kuehling
1
-1
/
+78
2017-07-18
x86, drm, fbdev: Do not specify encrypted memory for video mappings
Tom Lendacky
1
-2
/
+5
2017-07-03
drm/ttm: Fix use-after-free in ttm_bo_clean_mm
John Brooks
1
-1
/
+3
2017-05-18
drm: drop drm_[cm]alloc* helpers
Michal Hocko
1
-6
/
+7
2017-05-18
Merge remote-tracking branch 'airlied/drm-next' into drm-misc-next
Sean Paul
4
-2
/
+10
2017-05-16
drm/ttm: fix include notation and remove -Iinclude/drm flag
Masahiro Yamada
2
-4
/
+3
2017-05-12
Merge branch 'drm-next-4.12' of git://people.freedesktop.org/~agd5f/linux int...
Dave Airlie
1
-2
/
+1
2017-05-09
drm: use set_memory.h header
Laura Abbott
3
-0
/
+9
2017-04-29
drm/ttm: cleanup unuse ret value
Huang Rui
1
-2
/
+1
2017-04-11
Backmerge tag 'v4.11-rc6' into drm-next
Dave Airlie
1
-6
/
+8
2017-04-05
drm/ttm: add TTM_PL_FLAG_CONTIGUOUS v2
Christian König
1
-1
/
+3
2017-04-05
drm/ttm: add io_mem_pfn callback
Christian König
1
-1
/
+9
2017-04-05
drm/ttm: cleanup and optimize ttm_bo_mem_compat v2
Christian König
1
-20
/
+25
2017-03-30
drm/ttm: Avoid calling drm_ht_remove from atomic context
Thomas Hellstrom
1
-3
/
+1
2017-03-30
drm/ttm, drm/vmwgfx: Relax permission checking when opening surfaces
Thomas Hellstrom
1
-3
/
+7
2017-03-30
drm/ttm: add ttm_bo_init_reserved
Nicolai Hähnle
1
-15
/
+44
2017-03-30
drm/ttm: never add BO that failed to validate to the LRU list
Nicolai Hähnle
1
-5
/
+7
2017-03-07
Merge tag 'drm-misc-next-2017-03-06' of git://anongit.freedesktop.org/git/drm...
Dave Airlie
1
-1
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-1
/
+1
2017-03-01
gpu: drm: drivers: Convert printk(KERN_<LEVEL> to pr_<level>
Joe Perches
1
-1
/
+1
2017-02-25
mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf
Dave Jiang
1
-5
/
+5
2017-02-24
Merge tag 'drm-for-v4.11-less-shouty' of git://people.freedesktop.org/~airlie...
Linus Torvalds
3
-80
/
+92
2017-02-22
drm/ttm: fix use-after-free races in vm fault handling
Nicolai Hähnle
1
-0
/
+12
2017-02-03
drm: Improve drm_mm search (and fix topdown allocation) with rbtrees
Chris Wilson
1
-10
/
+8
2017-02-01
Merge branch 'drm-next-4.11' of git://people.freedesktop.org/~agd5f/linux int...
Dave Airlie
1
-60
/
+63
2017-01-27
drm/ttm: revert "add optional LRU removal callback v2"
Christian König
1
-8
/
+5
2017-01-27
drm/ttm: revert "implement LRU add callbacks v2"
Christian König
1
-14
/
+5
2017-01-27
drm/ttm: add BO priorities for the LRUs
Christian König
1
-23
/
+44
2017-01-27
drm/ttm: remove allow_errors parameter from ttm_bo_force_list_clean
Christian König
1
-17
/
+11
2017-01-27
drm/ttm: add evict parameter to ttm_bo_driver::move_notify
Nicolai Hähnle
1
-4
/
+4
2017-01-27
drm/ttm: Make sure BOs being swapped out are cacheable
Michel Dänzer
1
-2
/
+2
2017-01-14
locking/atomic, kref: Kill kref_sub()
Peter Zijlstra
2
-46
/
+17
2017-01-14
locking/atomic, kref: Add kref_read()
Peter Zijlstra
2
-3
/
+3
2017-01-10
Merge tag 'drm-misc-next-2017-01-09' of git://anongit.freedesktop.org/git/drm...
Dave Airlie
1
-1
/
+2
2017-01-09
Merge tag 'drm-misc-next-2016-12-30' of git://anongit.freedesktop.org/git/drm...
Dave Airlie
1
-5
/
+5
2016-12-30
drm/mm: Convert to drm_printer
Daniel Vetter
1
-1
/
+2
2016-12-18
drm/ttm: use designated initializers
Kees Cook
1
-5
/
+5
2016-12-15
mm: use vmf->address instead of of vmf->virtual_address
Jan Kara
1
-1
/
+1
2016-11-08
drm/ttm: fix ttm_bo_wait
Christian König
1
-1
/
+8
2016-10-28
Merge tag 'topic/drm-misc-2016-10-27' of git://anongit.freedesktop.org/git/dr...
Dave Airlie
4
-28
/
+29
2016-10-25
drm/ttm: make eviction decision a driver callback v2
Christian König
1
-13
/
+22
[next]