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
/
gem
/
i915_gem_execbuffer.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-20
drm/i915: expand on the kernel-doc for cache_dirty
Matthew Auld
1
-0
/
+11
2021-10-15
drm/i915: Update I915_GEM_BUSY IOCTL to understand composite fences
Matthew Brost
1
-1
/
+4
2021-10-15
drm/i915: Multi-BB execbuf
Matthew Brost
1
-239
/
+544
2021-10-04
drm/i915/pxp: Add plane decryption support
Anshuman Gupta
1
-1
/
+1
2021-10-04
drm/i915/pxp: interfaces for using protected objects
Daniele Ceraolo Spurio
1
-0
/
+18
2021-09-15
Merge drm/drm-next into drm-intel-gt-next
Joonas Lahtinen
1
-4
/
+2
2021-09-06
drm/i915: Add i915_gem_context_is_full_ppgtt
Daniel Vetter
1
-1
/
+1
2021-09-06
drm/i915: Drop code to handle set-vm races from execbuf
Daniel Vetter
1
-5
/
+1
2021-08-12
Merge tag 'drm-intel-gt-next-2021-08-06-1' of ssh://git.freedesktop.org/git/d...
Dave Airlie
1
-414
/
+66
2021-08-05
drm/i915: delete gpu reloc code
Daniel Vetter
1
-359
/
+1
2021-08-05
drm/i915: Disable gpu relocations
Daniel Vetter
1
-25
/
+18
2021-07-26
Backmerge tag 'v5.14-rc3' into drm-next
Dave Airlie
1
-214
/
+13
2021-07-19
drm/i915: Revert "drm/i915/gem: Asynchronous cmdparser"
Jason Ekstrand
1
-214
/
+13
2021-07-16
drm/i915: Revert "drm/i915/gem: Asynchronous cmdparser"
Jason Ekstrand
1
-214
/
+13
2021-07-08
drm/i915/gem: Return an error ptr from context_lookup
Jason Ekstrand
1
-2
/
+2
2021-07-08
drm/i915/request: Remove the hook from await_execution
Jason Ekstrand
1
-2
/
+1
2021-07-08
drm/i915/gem: Remove engine auto-magic with FENCE_SUBMIT (v2)
Jason Ekstrand
1
-1
/
+1
2021-07-08
drm/i915: Implement SINGLE_TIMELINE with a syncobj (v4)
Jason Ekstrand
1
-0
/
+16
2021-07-08
drm/i915: Drop I915_CONTEXT_PARAM_NO_ZEROMAP
Jason Ekstrand
1
-8
/
+0
2021-06-21
drm/i915/eb: Fix pagefault disabling in the first slowpath
Daniel Vetter
1
-2
/
+0
2021-06-17
drm/i915: Perform execbuffer object locking as a separate step
Thomas Hellström
1
-4
/
+21
2021-06-14
dma-buf: add dma_fence_chain_alloc/free v3
Christian König
1
-4
/
+2
2021-06-14
drm/i915: Simplify userptr locking
Thomas Hellström
1
-13
/
+8
2021-06-11
Merge tag 'drm-intel-gt-next-2021-06-10' of git://anongit.freedesktop.org/drm...
Dave Airlie
1
-5
/
+5
2021-06-06
dma-buf: drop the _rcu postfix on function names v3
Christian König
1
-1
/
+1
2021-06-06
drm/i915/gem: replace IS_GEN and friends with GRAPHICS_VER
Lucas De Marchi
1
-5
/
+5
2021-04-14
drm/i915: eliminate remaining uses of intel_device_info->gen
Lucas De Marchi
1
-11
/
+11
2021-03-24
drm/i915: Defer pin calls in buffer pool until first use by caller.
Maarten Lankhorst
1
-0
/
+2
2021-03-24
drm/i915: Fix userptr so we do not have to worry about obj->mm.lock, v7.
Maarten Lankhorst
1
-13
/
+88
2021-03-24
drm/i915: Make compilation of userptr code depend on MMU_NOTIFIER.
Maarten Lankhorst
1
-0
/
+2
2021-03-24
drm/i915: make lockdep slightly happier about execbuf.
Maarten Lankhorst
1
-6
/
+18
2021-03-24
drm/i915: Add missing -EDEADLK handling to execbuf pinning, v2.
Maarten Lankhorst
1
-11
/
+24
2021-03-24
drm/i915: Move cmd parser pinning to execbuffer
Maarten Lankhorst
1
-6
/
+68
2021-03-18
drm/i915/gem: Drop relocation support on all new hardware (v6)
Jason Ekstrand
1
-0
/
+7
2021-03-18
drm/i915/gem: Drop legacy execbuffer support (v2)
Jason Ekstrand
1
-100
/
+0
2021-01-19
drm/i915/pool: constrain pool objects by mapping type
Matthew Auld
1
-6
/
+7
2021-01-09
drm/i915/gt: Disable arbitration on no-preempt requests
Chris Wilson
1
-3
/
+3
2021-01-03
drm/i915: fix shift warning
Arnd Bergmann
1
-1
/
+1
2020-12-24
drm/i915: clear the gpu reloc batch
Matthew Auld
1
-1
/
+3
2020-12-16
drm/i915/gt: Move gen8 CS emitters into gen8_engine_cs.h
Chris Wilson
1
-0
/
+1
2020-12-16
drm/i915: Fix mismatch between misplaced vma check and vma insert
Chris Wilson
1
-1
/
+1
2020-12-08
drm/i915/gem: Drop false !i915_vma_is_closed assertion
Chris Wilson
1
-2
/
+0
2020-12-04
drm/i915/gem: Propagate error from cancelled submit due to context closure
Chris Wilson
1
-2
/
+5
2020-10-19
drm/i915/gem: Support parsing of oversize batches
Chris Wilson
1
-2
/
+8
2020-09-30
drm/i915: Avoid mixing integer types during batch copies
Chris Wilson
1
-2
/
+5
2020-09-10
drm/i915: Fix slightly botched merge in __reloc_entry_gpu
Maarten Lankhorst
1
-2
/
+2
2020-09-09
Merge tag 'drm-intel-gt-next-2020-09-07' of git://anongit.freedesktop.org/drm...
Dave Airlie
1
-482
/
+767
2020-09-09
Backmerge drm-fixes merge into drm-next
Dave Airlie
1
-21
/
+293
2020-09-08
Revert "drm/i915/gem: Delete unused code"
Dave Airlie
1
-0
/
+19
2020-09-08
Revert "drm/i915/gem: Async GPU relocations only"
Dave Airlie
1
-21
/
+274
[next]