summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_gem_userptr.c
AgeCommit message (Expand)Author
2016-10-19mm: replace get_user_pages_remote() write/force parameters with gup_flagsLorenzo Stoakes
2016-09-09drm/i915: Expand bool interruptible to pass flags to i915_wait_request()Chris Wilson
2016-08-18drm/i915/userptr: Make gup errors stickierChris Wilson
2016-08-05drm/i915/userptr: Remove superfluous interruptible=false on waitingChris Wilson
2016-08-05drm/i915: Convert non-blocking userptr waits for requests over to using RCUChris Wilson
2016-08-04drm/i915: Move obj->active:5 to obj->flagsChris Wilson
2016-08-04drm/i915: s/__i915_wait_request/i915_wait_request/Chris Wilson
2016-08-04drm/i915: Mark up i915_gem_active for locking annotationChris Wilson
2016-08-04drm/i915: Prepare i915_gem_active for annotationsChris Wilson
2016-08-04drm/i915: Introduce i915_gem_active for request trackingChris Wilson
2016-08-04drm/i915: Be more careful when unbinding vmaChris Wilson
2016-07-20drm/i915: Rename drm_gem_object_unreference_unlocked in preparation for lockl...Chris Wilson
2016-07-20drm/i915: Rename drm_gem_object_unreference in preparation for lockless freeChris Wilson
2016-07-20drm/i915: Wrap drm_gem_object_reference in i915_gem_object_getChris Wilson
2016-07-20drm/i915: Rename request reference/unreference to get/putChris Wilson
2016-05-20drm/i915: Introduce & use new lightweight SGL iteratorsDave Gordon
2016-05-19drm/i915/userptr: Convert to drm_i915_privateChris Wilson
2016-04-14drm/i915: Prevent leaking of -EIO from i915_wait_request()Chris Wilson
2016-04-14drm/i915: Store the reset counter when constructing a requestChris Wilson
2016-04-11drm/i915/userptr: Store i915 backpointer for i915_mm_structChris Wilson
2016-04-11drm/i915/userptr: Hold mmref whilst calling get-user-pagesChris Wilson
2016-04-11drm/i915/userptr: Flush cancellations before mmu-notifier invalidate returnsChris Wilson
2016-04-11Merge tag 'v4.6-rc3' into drm-intel-next-queuedDaniel Vetter
2016-04-11drm,i915: Introduce drm_malloc_gfp()Chris Wilson
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-03-21Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2016-03-02drm/i915: Avoid snooping with userptr where not supportedTvrtko Ursulin
2016-02-26drm/i915: Rename vma->*_list to *_link for consistencyChris Wilson
2016-02-16mm/gup: Introduce get_user_pages_remote()Dave Hansen
2016-02-08drm/i915: Allow i915_gem_object_get_page() on userptr as wellChris Wilson
2016-02-03drm/i915: Allow i915_gem_object_get_page() on userptr as wellChris Wilson
2016-01-25drm/i915: Improve handling of overlapping objectsChris Wilson
2015-11-10Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2015-10-13drm/i915: Deny wrapping an userptr into a framebufferChris Wilson
2015-10-06drm/i915: Use a task to cancel the userptr on invalidate_rangeChris Wilson
2015-10-06drm/i915: Fix userptr deadlock with aliased GTT mmappingsChris Wilson
2015-10-06drm/i915: Only update the current userptr workerChris Wilson
2015-08-14drm/i915/userptr: Kill user_size limit checkMichel Thierry
2015-07-13drm/i915: avoid leaking DMA mappingsImre Deak
2015-05-20drm/i915: Use uninterruptible mutex_lock for userptr bo creationChris Wilson
2015-05-13drm/i915: get rid of -Iinclude/drmMaarten Lankhorst
2015-02-05drm/i915: Prevent use-after-free in invalidate_range_start callbackMichaƂ Winiarski
2014-09-29drm/i915: Do not leak pages when freeing userptr objectsTvrtko Ursulin
2014-09-29drm/i915: Do not store the error pointer for a failed userptr registrationChris Wilson
2014-09-08drm/i915: Prevent recursive deadlock on releasing a busy userptrChris Wilson
2014-07-25drm/i915/userptr: Keep spin_lock/unlock in the same blockChris Wilson
2014-07-24drm/i915: Allow overlapping userptr objectsChris Wilson
2014-07-23drm/i915: Initialise userptr mmu_notifier serial to 1Chris Wilson
2014-05-16drm/i915: Introduce mapping of user pages into video memory (userptr) ioctlChris Wilson