summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_userptr.c
AgeCommit message (Expand)Author
2016-04-18drm/i915/userptr: Hold mmref whilst calling get-user-pagesChris 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-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