summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_gem_userptr.c
AgeCommit message (Expand)Author
2017-11-28Merge tag 'drm-for-v4.15-part2-fixes' of git://people.freedesktop.org/~airlie...Linus Torvalds
2017-11-21drm/i915: Mark the userptr invalidate workqueue as WQ_MEM_RECLAIMChris Wilson
2017-11-15Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2017-11-15mm: remove cold parameter for release_pagesMel Gorman
2017-10-18drm/i915: Fixup userptr mmu notifier registration error handlingTvrtko Ursulin
2017-10-16drm/i915: Rename obj->pin_display to obj->pin_globalChris Wilson
2017-10-16drm/i915: Refactor testing obj->mm.pagesChris Wilson
2017-10-10drm/i915: Preallocate our mmu notifier workequeu to unbreak cpu hotplug deadlockDaniel Vetter
2017-10-09drm/i915: s/sg_mask/sg_page_sizes/Matthew Auld
2017-10-07drm/i915: introduce page_size membersMatthew Auld
2017-10-07drm/i915: push set_pages down to the callersMatthew Auld
2017-09-28Merge drm-upstream/drm-next into drm-intel-next-queuedJani Nikula
2017-09-15drm/i915: Mark the userptr invalidate workqueue as WQ_MEM_RECLAIMChris Wilson
2017-09-13mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko
2017-09-08lib/interval_tree: fast overlap detectionDavidlohr Bueso
2017-09-07drm/i915: Use __sg_alloc_table_from_pages for userptr allocationsTvrtko Ursulin
2017-08-15drm/i915: Split obj->cache_coherent to track r/wChris Wilson
2017-06-16drm/i915: Wait upon userptr get-user-pages within execbufferChris Wilson
2017-06-16drm/i915: Store i915_gem_object_is_coherent() as a bit next to cache-dirtyChris Wilson
2017-06-16drm/i915: Mark CPU cache as dirty on every transition for CPU writesChris Wilson
2017-05-18drm: drop drm_[cm]alloc* helpersMichal Hocko
2017-03-16drm/i915/userptr: Reinvent GGTT self-faulting protectionChris Wilson
2017-03-09drm/i915/userptr: Disallow wrapping GTT into a userptrChris Wilson
2017-03-09drm/i915/userptr: Only flush the workqueue if requiredChris Wilson
2017-03-09drm/i915/userptr: Deactivate a failed userptr if the worker reports an EFAULTChris Wilson
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