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_execbuffer.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-28
drm/i915: Move more GEM objects under gem/
Chris Wilson
1
-2788
/
+0
2019-05-28
drm/i915: Move GEM domain management to its own file
Chris Wilson
1
-2
/
+2
2019-05-28
drm/i915: Pull GEM ioctls interface to its own file
Chris Wilson
1
-0
/
+1
2019-05-28
Merge tag 'drm-intel-next-2019-05-24' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
1
-55
/
+120
2019-05-22
drm/i915: Allow specification of parallel execbuf
Chris Wilson
1
-1
/
+24
2019-05-22
drm/i915: Allow a context to define its set of engines
Chris Wilson
1
-1
/
+4
2019-05-09
Merge tag 'drm-next-2019-05-09' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-20
/
+22
2019-04-26
drm/i915: Switch back to an array of logical per-engine HW contexts
Chris Wilson
1
-33
/
+37
2019-04-26
drm/i915: Export intel_context_instance()
Chris Wilson
1
-3
/
+8
2019-04-25
drm/i915: Explicitly pin the logical context for execbuf
Chris Wilson
1
-39
/
+69
2019-04-03
i915, uaccess: Fix redundant CLAC
Peter Zijlstra
1
-2
/
+4
2019-03-21
drm/i915: Flush pages on acquisition
Chris Wilson
1
-4
/
+3
2019-03-08
drm/i915: Move over to intel_context_lookup()
Chris Wilson
1
-2
/
+2
2019-03-05
drm/i915: Store the BIT(engine->id) as the engine's mask
Chris Wilson
1
-7
/
+7
2019-03-02
drm/i915: Re-arrange execbuf so context is known before engine
Tvrtko Ursulin
1
-4
/
+7
2019-02-28
drm/i915: Make object/vma allocation caches global
Chris Wilson
1
-2
/
+2
2019-02-21
drm/i915: remove redundant likely/unlikely annotation
Chengguang Xu
1
-1
/
+1
2019-02-07
drm/i915: Hack and slash, throttle execbuffer hogs
Chris Wilson
1
-0
/
+67
2019-01-29
drm/i915: Identify active requests
Chris Wilson
1
-0
/
+12
2019-01-14
drm/i915/gem: Track the rpm wakerefs
Chris Wilson
1
-2
/
+3
2019-01-14
drm/i915: Markup paired operations on wakerefs
Chris Wilson
1
-1
/
+1
2019-01-09
drm/i915: drop all drmP.h includes
Jani Nikula
1
-1
/
+0
2019-01-08
Merge drm/drm-next into drm-intel-next-queued
Jani Nikula
1
-8
/
+20
2019-01-04
make 'user_access_begin()' do 'access_ok()'
Linus Torvalds
1
-2
/
+13
2019-01-04
i915: fix missing user_access_end() in page fault exception case
Linus Torvalds
1
-0
/
+1
2019-01-04
Remove 'type' argument from access_ok() function
Linus Torvalds
1
-3
/
+3
2019-01-02
Merge tag 'iommu-updates-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2018-12-25
Merge tag 'drm-next-2018-12-14' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-1
/
+1
2018-12-13
drm/i915: replace IS_GEN<N> with IS_GEN(..., N)
Lucas De Marchi
1
-2
/
+2
2018-12-12
drm/i915: Flush GPU relocs harder for gen3
Chris Wilson
1
-6
/
+1
2018-12-07
drm/i915: Flush GPU relocs harder for gen3
Chris Wilson
1
-6
/
+1
2018-12-05
drm: revert "expand replace_fence to support timeline point v2"
Christian König
1
-1
/
+1
2018-11-29
Merge tag 'drm-intel-next-2018-11-22' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
1
-1
/
+6
2018-11-22
Merge tag 'drm-misc-next-2018-11-21' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-1
/
+1
2018-11-21
drm/i915: Write GPU relocs harder with gen3
Chris Wilson
1
-1
/
+6
2018-11-20
Merge drm/drm-next into drm-intel-next-queued
Jani Nikula
1
-1
/
+1
2018-11-20
drm/i915: Write GPU relocs harder with gen3
Chris Wilson
1
-1
/
+6
2018-11-19
Merge tag 'drm-misc-next-2018-11-07' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-1
/
+1
2018-11-12
drm/syncobj: Fix compilation following partial revert
Chris Wilson
1
-1
/
+1
2018-11-12
iommu/vtd: Cleanup dma_remapping.h header
Lu Baolu
1
-1
/
+1
2018-11-06
drm/i915: Compare user's 64b GTT offset even on 32b
Chris Wilson
1
-1
/
+1
2018-10-26
drm/i915: Compare user's 64b GTT offset even on 32b
Chris Wilson
1
-1
/
+1
2018-10-24
Merge drm/drm-next into drm-misc-next
Sean Paul
1
-1
/
+6
2018-10-18
drm: add syncobj timeline support v9
Chunming Zhou
1
-1
/
+1
2018-09-28
Merge tag 'drm-intel-next-2018-09-21' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
1
-1
/
+6
2018-09-26
Merge drm/drm-next into drm-intel-next-queued
Jani Nikula
1
-1
/
+1
2018-09-14
Merge tag 'drm-misc-next-2018-09-13' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-1
/
+1
2018-09-12
drm/i915: Reorder execobject[] to insert non-48b objects into the low 4G
Chris Wilson
1
-0
/
+5
2018-09-11
drm/i915: Nuke struct_mutex from context_setparam
Chris Wilson
1
-1
/
+1
2018-09-06
drm: expand replace_fence to support timeline point v2
Chunming Zhou
1
-1
/
+1
[next]