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
2015-09-02
drm/i915: Always mark the object as dirty when used by the GPU
Chris Wilson
1
-1
/
+1
2015-07-15
Merge tag 'drm-intel-fixes-2015-07-15' into drm-intel-next-queued
Daniel Vetter
1
-1
/
+2
2015-07-06
drm/i915: Expose I915_EXEC_RESOURCE_STREAMER flag and getparam
Abdiel Janulgue
1
-0
/
+14
2015-06-26
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-44
/
+46
2015-06-23
drm/i915: Move the request/file and request/pid association to creation time
John Harrison
1
-1
/
+5
2015-06-23
drm/i915: Remove the now obsolete 'outstanding_lazy_request'
John Harrison
1
-3
/
+1
2015-06-23
drm/i915: Update intel_ring_begin() to take a request structure
John Harrison
1
-4
/
+4
2015-06-23
drm/i915: Update ring->dispatch_execbuffer() to take a request structure
John Harrison
1
-2
/
+2
2015-06-23
drm/i915: Update a bunch of execbuffer helpers to take request structures
John Harrison
1
-5
/
+7
2015-06-23
drm/i915: Update [vma|object]_move_to_active() to take request structures
John Harrison
1
-1
/
+1
2015-06-23
drm/i915: Update add_request() to take a request structure
John Harrison
1
-1
/
+1
2015-06-23
drm/i915: Update i915_gem_object_sync() to take a request structure
John Harrison
1
-1
/
+1
2015-06-23
drm/i915: Update i915_switch_context() to take a request structure
John Harrison
1
-1
/
+1
2015-06-23
drm/i915: Add flag to i915_add_request() to skip the cache flush
John Harrison
1
-1
/
+1
2015-06-23
drm/i915: Update execbuffer_move_to_active() to take a request structure
John Harrison
1
-3
/
+3
2015-06-23
drm/i915: Update move_to_gpu() to take a request structure
John Harrison
1
-6
/
+6
2015-06-23
drm/i915: Update the dispatch tracepoint to use params->request
John Harrison
1
-1
/
+1
2015-06-23
drm/i915: Add request to execbuf params and add explicit cleanup
John Harrison
1
-2
/
+11
2015-06-23
drm/i915: Update alloc_request to return the allocated request
John Harrison
1
-1
/
+2
2015-06-23
drm/i915: Simplify i915_gem_execbuffer_retire_commands() parameters
John Harrison
1
-8
/
+4
2015-06-23
drm/i915: Merged the many do_execbuf() parameters into a structure
John Harrison
1
-21
/
+38
2015-06-23
drm/i915: Early alloc request in execbuff
John Harrison
1
-0
/
+7
2015-06-23
drm/i915: i915_add_request must not fail
John Harrison
1
-1
/
+1
2015-06-22
drm/i915: Enforce execobject.alignment to be a power-of-two
Chris Wilson
1
-0
/
+3
2015-06-22
drm/i915: Remove unused ring argument from frontbuffer invalidate and busy fu...
Rodrigo Vivi
1
-1
/
+1
2015-05-29
drm/i915: add a context parameter to {en, dis}able zero address mapping
David Weinehall
1
-4
/
+9
2015-05-21
drm/i915: Inline check required for object syncing prior to execbuf
Chris Wilson
1
-3
/
+7
2015-05-19
mm/fault, drm/i915: Use pagefault_disabled() to check for disabled pagefaults
David Hildenbrand
1
-1
/
+2
2015-05-08
drm/i915: Fix possible security hole in command parsing
Rebecca N. Palmer
1
-10
/
+21
2015-05-08
drm/i915: Simplify cmd-parser DISPATCH_SECURE check
Daniel Vetter
1
-2
/
+1
2015-04-30
drm/i915: Enable cmd parser to do secure batch promotion for aliasing ppgtt
Daniel Vetter
1
-5
/
+1
2015-04-23
drm/i915: Fix up the vma aliasing ppgtt binding
Daniel Vetter
1
-4
/
+3
2015-04-23
drm/i915: Don't use atomics for pg_dirty_rings
Daniel Vetter
1
-3
/
+2
2015-04-23
drm/i915: Don't look at pg_dirty_rings for aliasing ppgtt
Daniel Vetter
1
-3
/
+0
2015-04-20
drm/i915: Dont clear PIN_GLOBAL in the execbuf pinning fallback
Daniel Vetter
1
-3
/
+4
2015-04-10
drm/i915: Split the batch pool by engine
Chris Wilson
1
-2
/
+1
2015-04-10
drm/i915: Tidy batch pool logic
Chris Wilson
1
-8
/
+5
2015-04-01
drm/i915: Rename 'do_execbuf' to 'execbuf_submit'
John Harrison
1
-3
/
+3
2015-03-27
drm/i915: Skip allocating shadow batch for 0-length batches
Chris Wilson
1
-1
/
+1
2015-03-20
drm/i915: Track page table reload need
Ben Widawsky
1
-0
/
+7
2015-03-20
drm/i915: Fallback to using CPU relocations for large batch buffers
Chris Wilson
1
-11
/
+75
2015-03-18
drm/i915: pass which operation triggered the frontbuffer tracking
Paulo Zanoni
1
-1
/
+1
2015-03-18
drm/i915: Fix trivial typos in comments and warning message
Yannick Guerrini
1
-1
/
+1
2015-02-26
drm/i915: Rename 'flags' to 'dispatch_flags' for better code reading
John Harrison
1
-12
/
+13
2015-02-23
drm/i915: Trim the command parser allocations
Chris Wilson
1
-35
/
+39
2015-01-27
drm/i915: Specify bsd rings through exec flag
Zhipeng Gong
1
-2
/
+24
2015-01-13
Merge tag 'topic/i915-hda-componentized-2015-01-12' into drm-intel-next-queued
Daniel Vetter
1
-3
/
+0
2015-01-08
drm/i915: Reserve shadow batch VMA analogue to others
Tvrtko Ursulin
1
-0
/
+2
2014-12-24
Revert "drm/gem: Warn on illegal use of the dumb buffer interface v2"
Dave Airlie
1
-3
/
+0
2014-12-16
drm/i915: Tidy up execbuffer command parsing code
Brad Volkin
1
-55
/
+69
[next]