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.13.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
/
i915
/
i915_gem.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-12-30
Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...
Dave Airlie
1
-40
/
+37
2012-12-20
drm/i915: disable shrinker lock stealing for create_mmap_offset
Daniel Vetter
1
-3
/
+9
2012-12-20
drm/i915: optionally disable shrinker lock stealing
Daniel Vetter
1
-0
/
+3
2012-12-19
drm/i915: Preallocate the drm_mm_node prior to manipulating the GTT drm_mm ma...
Chris Wilson
1
-37
/
+25
2012-12-17
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-159
/
+133
2012-12-10
Revert "revert "Revert "mm: remove __GFP_NO_KSWAPD""" and associated damage
Linus Torvalds
1
-3
/
+3
2012-12-03
drm/i915: Decouple the object from the unbound list before freeing pages
Chris Wilson
1
-1
/
+5
2012-11-29
drm/i915: Set sync_seqno properly after seqno wrap
Mika Kuoppala
1
-1
/
+5
2012-11-29
drm/i915: Rearrange code to only have a single method for waiting upon the ring
Chris Wilson
1
-24
/
+1
2012-11-29
drm/i915: Simplify flushing activity on the ring
Chris Wilson
1
-7
/
+3
2012-11-29
drm/i915: Preallocate next seqno before touching the ring
Chris Wilson
1
-27
/
+47
2012-11-29
drm/i915: Wait upon the last request seqno, rather than a future seqno
Chris Wilson
1
-2
/
+21
2012-11-21
drm/i915: Borrow our struct_mutex for the direct reclaim
Chris Wilson
1
-3
/
+22
2012-11-21
drm/i915: Defer assignment of obj->gtt_space until after all possible mallocs
Chris Wilson
1
-20
/
+19
2012-11-21
drm/i915: Pin the object whilst faulting it in
Chris Wilson
1
-20
/
+9
2012-11-21
drm/i915: Guard pages being reaped by OOM whilst binding-to-GTT
Chris Wilson
1
-1
/
+8
2012-11-20
Merge branch 'for-airlied' of git://people.freedesktop.org/~danvet/drm-intel ...
Dave Airlie
1
-77
/
+17
2012-11-12
drm/i915: Move the remaining gtt code
Ben Widawsky
1
-62
/
+0
2012-11-12
drm/i915: Stop using AGP layer for GEN6+
Ben Widawsky
1
-6
/
+6
2012-11-12
drm/i915: extract l3_parity substruct from dev_priv
Daniel Vetter
1
-4
/
+4
2012-10-22
Merge tag 'v3.7-rc2' into drm-intel-next-queued
Daniel Vetter
1
-25
/
+33
2012-10-22
Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...
Dave Airlie
1
-2
/
+5
2012-10-19
drm/i915: Initialize obj->pages before use by i915_gem_object_do_bit17_swizzle()
Chris Wilson
1
-1
/
+2
2012-10-17
drm/i915: shut up spurious WARN in the gtt fault handler
Daniel Vetter
1
-1
/
+3
2012-10-16
Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...
Dave Airlie
1
-8
/
+11
2012-10-12
drm/i915: HSW CRW stability magic
Rodrigo Vivi
1
-0
/
+3
2012-10-12
drm/i915: Disallow preallocation of requests
Chris Wilson
1
-7
/
+8
2012-10-08
drm/i915: Align the retire_requests worker to the nearest second
Chris Wilson
1
-3
/
+6
2012-10-08
drm/i915: Align the hangcheck wakeup to the nearest second
Chris Wilson
1
-2
/
+1
2012-10-08
drm/i915: remove useless BUG_ON which caused a regression in 3.5.
Willy Tarreau
1
-1
/
+0
2012-10-07
Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...
Dave Airlie
1
-4
/
+10
2012-10-04
drm/i915: print warning if vmi915_gem_fault error is not handled
Mika Kuoppala
1
-0
/
+1
2012-10-04
drm/i915: EBUSY status handling added to i915_gem_fault().
Dmitry Rogozhkin
1
-0
/
+5
2012-10-04
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-680
/
+834
2012-10-02
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
David Howells
1
-2
/
+2
2012-10-02
UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.
David Howells
1
-1
/
+0
2012-09-27
drm/i915: Fix set_caching locking
Ben Widawsky
1
-4
/
+4
2012-09-26
drm/i915: s/cacheing/caching/
Ben Widawsky
1
-10
/
+10
2012-09-24
Merge tag 'v3.6-rc7' into drm-intel-next-queued
Daniel Vetter
1
-1
/
+2
2012-09-20
drm/i915: Convert the dmabuf object to use the new i915_gem_object_ops
Chris Wilson
1
-5
/
+5
2012-09-20
drm/i915: Replace the array of pages with a scatterlist
Chris Wilson
1
-24
/
+55
2012-09-20
drm/i915: Pin backing pages for pread
Chris Wilson
1
-23
/
+13
2012-09-20
drm/i915: Pin backing pages for pwrite
Chris Wilson
1
-24
/
+13
2012-09-20
drm/i915: Pin backing pages whilst exporting through a dmabuf vmap
Chris Wilson
1
-2
/
+9
2012-09-20
drm/i915: Introduce drm_i915_gem_object_ops
Chris Wilson
1
-23
/
+55
2012-09-17
drm/i915: Reduce a pin-leak BUG into a WARN
Chris Wilson
1
-1
/
+2
2012-09-03
Merge branch 'for-airlied' of git://people.freedesktop.org/~danvet/drm-intel ...
Dave Airlie
1
-420
/
+518
2012-08-27
drm/i915: Remove __GFP_NO_KSWAPD
Sedat Dilek
1
-3
/
+3
2012-08-27
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
Dave Airlie
1
-2
/
+2
2012-08-24
drm/i915: Use a non-blocking wait for set-to-domain ioctl
Chris Wilson
1
-0
/
+55
[next]