summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_gem_userptr.c
AgeCommit message (Expand)Author
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-27mm: use mmget_not_zero() helperVegard Nossum
2017-02-27mm: add new mmgrab() helperVegard Nossum
2017-01-04Merge tag 'v4.10-rc2' into drm-intel-next-queuedDaniel Vetter
2016-12-14mm: add locked parameter to get_user_pages_remote()Lorenzo Stoakes
2016-12-01drm/i915: Make GEM object alloc/free and stolen created take dev_privTvrtko Ursulin
2016-11-11drm/i915: Assorted dev_priv cleanupsTvrtko Ursulin
2016-11-01drm/i915: Allow shrinking of userptr objects once againTvrtko Ursulin
2016-11-01drm/i915: Improve lockdep tracking for obj->mm.lockChris Wilson
2016-10-28drm/i915: Use lockless object freeChris Wilson
2016-10-28drm/i915: Move object backing storage manipulation to its own lockingChris Wilson
2016-10-28drm/i915: Pass around sg_table to get_pages/put_pages backendChris Wilson
2016-10-28drm/i915: Refactor object page APIChris Wilson
2016-10-28drm/i915: Use a radixtree for random access to the object's backing storageChris Wilson
2016-10-28drm/i915: Rearrange i915_wait_request() accounting with callersChris Wilson
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