index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
ttm
Age
Commit message (
Expand
)
Author
Files
Lines
2013-02-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-2
/
+2
2013-02-25
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2
-55
/
+126
2013-02-22
new helper: file_inode(file)
Al Viro
1
-2
/
+2
2013-02-08
Merge branch 'for-airlied' of git://people.freedesktop.org/~mlankhorst/linux ...
Dave Airlie
2
-55
/
+126
2013-02-08
drm/ttm: fix fence locking in ttm_buffer_object_transfer, 2nd try
Daniel Vetter
1
-5
/
+8
2013-01-21
ttm: on move memory failure don't leave a node dangling
Dave Airlie
1
-0
/
+1
2013-01-21
ttm: don't destroy old mm_node on memcpy failure
Dave Airlie
1
-2
/
+9
2013-01-15
drm/ttm: unexport ttm_bo_wait_unreserved
Maarten Lankhorst
1
-2
/
+2
2013-01-15
drm/ttm: use ttm_bo_reserve_slowpath_nolru in ttm_eu_reserve_buffers, v2
Maarten Lankhorst
1
-2
/
+21
2013-01-15
drm/ttm: add ttm_bo_reserve_slowpath
Maarten Lankhorst
1
-0
/
+47
2013-01-15
drm/ttm: cleanup ttm_eu_reserve_buffers handling
Maarten Lankhorst
1
-32
/
+21
2013-01-15
drm/ttm: remove lru_lock around ttm_bo_reserve
Maarten Lankhorst
2
-20
/
+36
2013-01-08
drm/ttm: fix fence locking in ttm_buffer_object_transfer
Daniel Vetter
1
-1
/
+3
2012-12-20
drm/ttm: fix delayed ttm_bo_cleanup_refs_and_unlock delayed handling
Maarten Lankhorst
1
-1
/
+1
2012-12-10
drm/ttm: remove no_wait_reserve, v3
Maarten Lankhorst
2
-25
/
+27
2012-12-10
drm/ttm: cope with reserved buffers on lru list in ttm_mem_evict_first, v2
Maarten Lankhorst
1
-31
/
+11
2012-12-10
drm/ttm: cope with reserved buffers on swap list in ttm_bo_swapout, v2
Maarten Lankhorst
1
-30
/
+14
2012-12-10
drm/ttm: call ttm_bo_cleanup_refs with reservation and lru lock held, v3
Maarten Lankhorst
1
-47
/
+76
2012-12-10
drm/ttm: change fence_lock to inner lock
Maarten Lankhorst
2
-22
/
+13
2012-12-10
Merge branch 'drm-next-3.8' of git://people.freedesktop.org/~agd5f/linux into...
Dave Airlie
2
-5
/
+4
2012-11-28
drm/ttm: Optimize vm locking using kref_get_unless_zero v3
Thomas Hellstrom
2
-6
/
+3
2012-11-28
drm/ttm: Use the hashtab _rcu interface for ttm_objects
Thomas Hellstrom
1
-7
/
+14
2012-11-28
drm/ttm: Fix locking in an error path
Thomas Hellstrom
1
-0
/
+2
2012-11-20
drm/ttm: alter cpu_writers to return -EBUSY in ttm_execbuf_util reservations
Maarten Lankhorst
2
-16
/
+2
2012-11-20
drm/ttm: Optimize reservation slightly
Thomas Hellstrom
1
-1
/
+2
2012-11-20
drm/ttm, drm/vmwgfx: Use RCU locking for object lookups v3
Thomas Hellstrom
1
-19
/
+11
2012-11-20
drm/ttm: remove sync_arg from driver functions
Maarten Lankhorst
1
-3
/
+3
2012-11-20
drm/ttm: remove sync_obj_arg from ttm_bo_move_accel_cleanup
Maarten Lankhorst
1
-1
/
+0
2012-11-20
drm/ttm: remove sync_obj_arg member
Maarten Lankhorst
3
-11
/
+4
2012-11-20
drm/ttm: remove ttm_mem_global->queue
Marcin Slusarz
1
-1
/
+0
2012-11-20
drm/ttm: remove ttm_bo_device->nice_mode
Marcin Slusarz
1
-1
/
+0
2012-11-20
drm/ttm: remove ttm_buffer_object->buffer_start
Marcin Slusarz
1
-6
/
+2
2012-11-16
drm/ttm: remove unneeded preempt_disable/enable
Akinobu Mita
1
-4
/
+0
2012-11-16
ttm: Clear the ttm page allocated from high memory zone correctly
Zhao Yakui
1
-1
/
+4
2012-11-07
drm/ttm: add ttm_bo_is_reserved
Maarten Lankhorst
1
-6
/
+6
2012-10-23
drm/ttm: Fix a theoretical race in ttm_bo_cleanup_refs()
Thomas Hellstrom
1
-8
/
+12
2012-10-23
drm/ttm: Fix a theoretical race
Thomas Hellstrom
1
-2
/
+2
2012-10-09
mm: kill vma flag VM_RESERVED and mm->reserved_vm counter
Konstantin Khlebnikov
1
-2
/
+2
2012-10-03
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
3
-19
/
+4
2012-10-02
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
David Howells
12
-35
/
+35
2012-10-02
drivers/gpu/drm/ttm/ttm_page_alloc_dma.c: Remove useless kfree
Peter Senna Tschudin
1
-4
/
+1
2012-10-02
gpu/drm/ttm: use copy_highpage
Akinobu Mita
1
-14
/
+2
2012-08-24
drm: Handle io prot correctly for MIPS.
Huacai Chen
1
-1
/
+1
2012-06-12
drm/ttm: Fix buffer object metadata accounting regression v2
Thomas Hellstrom
1
-10
/
+3
2012-06-01
drm/ttm: Fix spinlock imbalance
Thomas Hellstrom
1
-0
/
+1
2012-05-23
ttm: add prime sharing support to TTM (v2)
Dave Airlie
1
-2
/
+15
2012-03-22
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
8
-125
/
+96
2012-03-20
drm: remove the second argument of k[un]map_atomic()
Cong Wang
1
-8
/
+8
2012-03-20
drm/ttm: Use pr_fmt and pr_<level>
Joe Perches
8
-125
/
+96
2012-01-25
drm/ttm: fix two regressions since move_notify changes
Ben Skeggs
1
-4
/
+13
[next]