index
:
linux/linux-stable.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.14.y
linux-6.15.y
linux-6.16.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
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
2021-03-24
drm/i915: Defer pin calls in buffer pool until first use by caller.
Maarten Lankhorst
2021-03-24
drm/i915: Fix userptr so we do not have to worry about obj->mm.lock, v7.
Maarten Lankhorst
2021-03-24
drm/i915: Make compilation of userptr code depend on MMU_NOTIFIER.
Maarten Lankhorst
2021-03-24
drm/i915: make lockdep slightly happier about execbuf.
Maarten Lankhorst
2021-03-24
drm/i915: Add missing -EDEADLK handling to execbuf pinning, v2.
Maarten Lankhorst
2021-03-24
drm/i915: Move cmd parser pinning to execbuffer
Maarten Lankhorst
2021-03-18
drm/i915/gem: Drop relocation support on all new hardware (v6)
Jason Ekstrand
2021-03-18
drm/i915/gem: Drop legacy execbuffer support (v2)
Jason Ekstrand
2021-01-19
drm/i915/pool: constrain pool objects by mapping type
Matthew Auld
2021-01-08
drm/i915/gt: Disable arbitration on no-preempt requests
Chris Wilson
2021-01-03
drm/i915: fix shift warning
Arnd Bergmann
2020-12-24
drm/i915: clear the gpu reloc batch
Matthew Auld
2020-12-16
drm/i915/gt: Move gen8 CS emitters into gen8_engine_cs.h
Chris Wilson
2020-12-16
drm/i915: Fix mismatch between misplaced vma check and vma insert
Chris Wilson
2020-12-08
drm/i915/gem: Drop false !i915_vma_is_closed assertion
Chris Wilson
2020-12-04
drm/i915/gem: Propagate error from cancelled submit due to context closure
Chris Wilson
2020-10-19
drm/i915/gem: Support parsing of oversize batches
Chris Wilson
2020-09-30
drm/i915: Avoid mixing integer types during batch copies
Chris Wilson
2020-09-10
drm/i915: Fix slightly botched merge in __reloc_entry_gpu
Maarten Lankhorst
2020-09-09
Merge tag 'drm-intel-gt-next-2020-09-07' of git://anongit.freedesktop.org/drm...
Dave Airlie
2020-09-09
Backmerge drm-fixes merge into drm-next
Dave Airlie
2020-09-08
Revert "drm/i915/gem: Delete unused code"
Dave Airlie
2020-09-08
Revert "drm/i915/gem: Async GPU relocations only"
Dave Airlie
2020-09-07
drm/i915: Make sure execbuffer always passes ww state to i915_vma_pin.
Maarten Lankhorst
2020-09-07
drm/i915: Pin engine before pinning all objects, v5.
Maarten Lankhorst
2020-09-07
drm/i915: Nuke arguments to eb_pin_engine
Maarten Lankhorst
2020-09-07
drm/i915: Use per object locking in execbuf, v12.
Maarten Lankhorst
2020-09-07
drm/i915: Parse command buffer earlier in eb_relocate(slow)
Maarten Lankhorst
2020-09-07
drm/i915: Remove locking from i915_gem_object_prepare_read/write
Maarten Lankhorst
2020-09-07
drm/i915: Add an implementation for i915_gem_ww_ctx locking, v2.
Maarten Lankhorst
2020-09-07
Revert "drm/i915/gem: Split eb_vma into its own allocation"
Maarten Lankhorst
2020-09-07
Revert "drm/i915/gem: Drop relocation slowpath".
Maarten Lankhorst
2020-09-07
drm/i915: Revert relocation chaining commits.
Maarten Lankhorst
2020-09-07
Revert "drm/i915/gem: Async GPU relocations only"
Maarten Lankhorst
2020-09-07
drm/i915/gem: Free the fence after a fence-chain lookup failure
Chris Wilson
2020-09-07
drm/i915: Export a preallocate variant of i915_active_acquire()
Chris Wilson
2020-09-07
drm/i915/gem: Remove disordered per-file request list for throttling
Chris Wilson
2020-08-17
drm/i915: add syncobj timeline support
Lionel Landwerlin
2020-08-17
drm/i915: introduce a mechanism to extend execbuf2
Lionel Landwerlin
2020-07-08
drm/i915: Move the engine mask to intel_gt_info
Daniele Ceraolo Spurio
2020-07-03
drm/i915/gem: Split the context's obj:vma lut into its own mutex
Chris Wilson
2020-07-01
drm/i915/gem: Move obj->lut_list under its own lock
Chris Wilson
2020-06-25
Merge drm/drm-next into drm-intel-next-queued
Jani Nikula
2020-06-11
Merge tag 'drm-next-2020-06-11-1' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2020-06-08
drm/i915/gem: Mark the buffer pool as active for the cmdparser
Chris Wilson
2020-06-05
drm/i915/gem: Delete unused code
Chris Wilson
2020-06-05
drm/i915/gem: Async GPU relocations only
Chris Wilson
2020-06-04
drm/i915/gem: Mark the buffer pool as active for the cmdparser
Chris Wilson
2020-06-03
drm/i915: Drop i915_request.i915 backpointer
Chris Wilson
2020-06-02
Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
[next]