aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_userptr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-28drm/i915: Move more GEM objects under gem/Chris Wilson1-851/+0
2019-05-28drm/i915: Pull GEM ioctls interface to its own fileChris Wilson1-4/+8
2019-05-14mm/mmu_notifier: convert user range->blockable to helper functionJérôme Glisse1-1/+1
2019-03-31drm/i915: Check domains for userptr on releaseChris Wilson1-3/+1
2019-02-28drm/i915: Make object/vma allocation caches globalChris Wilson1-1/+1
2019-01-16drm/i915/userptr: Fix error handling of mutex_lock_killable()Chris Wilson1-1/+1
2019-01-15drm/i915/userptr: Avoid struct_mutex recursion for mmu_invalidate_range_startChris Wilson1-116/+108
2019-01-09drm/i915: drop all drmP.h includesJani Nikula1-1/+0
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-2/+1
2018-12-28mm/mmu_notifier: use structure for invalidate_range_start/end callbackJérôme Glisse1-8/+6
2018-08-22mm, oom: distinguish blockable mode for mmu notifiersMichal Hocko1-3/+10
2018-07-13drm/i915/userptr: Enable read-only support on gen8+Chris Wilson1-6/+12
2018-05-08drm/i915/userptr: reject zero user_sizeMatthew Auld1-0/+3
2018-02-16drm: move read_domains and write_domain into i915Christian König1-2/+2
2018-02-08drm/i915: Fix kerneldoc warnings for i915_gem_userptrChris Wilson1-2/+4
2017-11-28Merge tag 'drm-for-v4.15-part2-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-2/+4
2017-11-21drm/i915: Mark the userptr invalidate workqueue as WQ_MEM_RECLAIMChris Wilson1-2/+4
2017-11-15Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-75/+69
2017-11-15mm: remove cold parameter for release_pagesMel Gorman1-2/+2
2017-10-18drm/i915: Fixup userptr mmu notifier registration error handlingTvrtko Ursulin1-4/+6
2017-10-16drm/i915: Rename obj->pin_display to obj->pin_globalChris Wilson1-2/+2
2017-10-16drm/i915: Refactor testing obj->mm.pagesChris Wilson1-1/+1
2017-10-10drm/i915: Preallocate our mmu notifier workequeu to unbreak cpu hotplug deadlockDaniel Vetter1-15/+23
2017-10-09drm/i915: s/sg_mask/sg_page_sizes/Matthew Auld1-3/+3
2017-10-07drm/i915: introduce page_size membersMatthew Auld1-1/+4
2017-10-07drm/i915: push set_pages down to the callersMatthew Auld1-6/+6
2017-09-28Merge drm-upstream/drm-next into drm-intel-next-queuedJani Nikula1-5/+5
2017-09-15drm/i915: Mark the userptr invalidate workqueue as WQ_MEM_RECLAIMChris Wilson1-1/+3
2017-09-13mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko1-2/+2
2017-09-08lib/interval_tree: fast overlap detectionDavidlohr Bueso1-3/+3
2017-09-07drm/i915: Use __sg_alloc_table_from_pages for userptr allocationsTvrtko Ursulin1-50/+29
2017-08-15drm/i915: Split obj->cache_coherent to track r/wChris Wilson1-3/+1
2017-06-16drm/i915: Wait upon userptr get-user-pages within execbufferChris Wilson1-3/+15
2017-06-16drm/i915: Store i915_gem_object_is_coherent() as a bit next to cache-dirtyChris Wilson1-1/+2
2017-06-16drm/i915: Mark CPU cache as dirty on every transition for CPU writesChris Wilson1-2/+3
2017-05-18drm: drop drm_[cm]alloc* helpersMichal Hocko1-4/+4
2017-03-16drm/i915/userptr: Reinvent GGTT self-faulting protectionChris Wilson1-41/+13
2017-03-09drm/i915/userptr: Disallow wrapping GTT into a userptrChris Wilson1-26/+62
2017-03-09drm/i915/userptr: Only flush the workqueue if requiredChris Wilson1-1/+2
2017-03-09drm/i915/userptr: Deactivate a failed userptr if the worker reports an EFAULTChris Wilson1-0/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h>Ingo Molnar1-0/+1
2017-02-27mm: use mmget_not_zero() helperVegard Nossum1-1/+1
2017-02-27mm: add new mmgrab() helperVegard Nossum1-1/+1
2017-01-04Merge tag 'v4.10-rc2' into drm-intel-next-queuedDaniel Vetter1-1/+1
2016-12-14mm: add locked parameter to get_user_pages_remote()Lorenzo Stoakes1-1/+1
2016-12-01drm/i915: Make GEM object alloc/free and stolen created take dev_privTvrtko Ursulin1-1/+1
2016-11-11drm/i915: Assorted dev_priv cleanupsTvrtko Ursulin1-1/+2
2016-11-01drm/i915: Allow shrinking of userptr objects once againTvrtko Ursulin1-1/+2
2016-11-01drm/i915: Improve lockdep tracking for obj->mm.lockChris Wilson1-1/+1
2016-10-28drm/i915: Use lockless object freeChris Wilson1-2/+2