index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_gem_userptr.c
Age
Commit message (
Expand
)
Author
2016-05-20
drm/i915: Introduce & use new lightweight SGL iterators
Dave Gordon
2016-05-19
drm/i915/userptr: Convert to drm_i915_private
Chris Wilson
2016-04-14
drm/i915: Prevent leaking of -EIO from i915_wait_request()
Chris Wilson
2016-04-14
drm/i915: Store the reset counter when constructing a request
Chris Wilson
2016-04-11
drm/i915/userptr: Store i915 backpointer for i915_mm_struct
Chris Wilson
2016-04-11
drm/i915/userptr: Hold mmref whilst calling get-user-pages
Chris Wilson
2016-04-11
drm/i915/userptr: Flush cancellations before mmu-notifier invalidate returns
Chris Wilson
2016-04-11
Merge tag 'v4.6-rc3' into drm-intel-next-queued
Daniel Vetter
2016-04-11
drm,i915: Introduce drm_malloc_gfp()
Chris Wilson
2016-04-04
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
2016-03-21
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2016-03-02
drm/i915: Avoid snooping with userptr where not supported
Tvrtko Ursulin
2016-02-26
drm/i915: Rename vma->*_list to *_link for consistency
Chris Wilson
2016-02-16
mm/gup: Introduce get_user_pages_remote()
Dave Hansen
2016-02-08
drm/i915: Allow i915_gem_object_get_page() on userptr as well
Chris Wilson
2016-02-03
drm/i915: Allow i915_gem_object_get_page() on userptr as well
Chris Wilson
2016-01-25
drm/i915: Improve handling of overlapping objects
Chris Wilson
2015-11-10
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2015-10-13
drm/i915: Deny wrapping an userptr into a framebuffer
Chris Wilson
2015-10-06
drm/i915: Use a task to cancel the userptr on invalidate_range
Chris Wilson
2015-10-06
drm/i915: Fix userptr deadlock with aliased GTT mmappings
Chris Wilson
2015-10-06
drm/i915: Only update the current userptr worker
Chris Wilson
2015-08-14
drm/i915/userptr: Kill user_size limit check
Michel Thierry
2015-07-13
drm/i915: avoid leaking DMA mappings
Imre Deak
2015-05-20
drm/i915: Use uninterruptible mutex_lock for userptr bo creation
Chris Wilson
2015-05-13
drm/i915: get rid of -Iinclude/drm
Maarten Lankhorst
2015-02-05
drm/i915: Prevent use-after-free in invalidate_range_start callback
MichaĆ Winiarski
2014-09-29
drm/i915: Do not leak pages when freeing userptr objects
Tvrtko Ursulin
2014-09-29
drm/i915: Do not store the error pointer for a failed userptr registration
Chris Wilson
2014-09-08
drm/i915: Prevent recursive deadlock on releasing a busy userptr
Chris Wilson
2014-07-25
drm/i915/userptr: Keep spin_lock/unlock in the same block
Chris Wilson
2014-07-24
drm/i915: Allow overlapping userptr objects
Chris Wilson
2014-07-23
drm/i915: Initialise userptr mmu_notifier serial to 1
Chris Wilson
2014-05-16
drm/i915: Introduce mapping of user pages into video memory (userptr) ioctl
Chris Wilson