1. 9beae1e mm: replace get_user_pages_remote() write/force parameters with gup_flags by Lorenzo Stoakes · 8 years ago
  2. ea746f3 drm/i915: Expand bool interruptible to pass flags to i915_wait_request() by Chris Wilson · 8 years ago
  3. 364c817 drm/i915/userptr: Make gup errors stickier by Chris Wilson · 8 years ago
  4. f826ee2 drm/i915/userptr: Remove superfluous interruptible=false on waiting by Chris Wilson · 8 years ago
  5. 8a3b3d5 drm/i915: Convert non-blocking userptr waits for requests over to using RCU by Chris Wilson · 8 years ago
  6. 573adb3 drm/i915: Move obj->active:5 to obj->flags by Chris Wilson · 8 years ago
  7. 776f323 drm/i915: s/__i915_wait_request/i915_wait_request/ by Chris Wilson · 8 years ago
  8. d72d908 drm/i915: Mark up i915_gem_active for locking annotation by Chris Wilson · 8 years ago
  9. 27c01aa drm/i915: Prepare i915_gem_active for annotations by Chris Wilson · 8 years ago
  10. 381f371 drm/i915: Introduce i915_gem_active for request tracking by Chris Wilson · 8 years ago
  11. aa653a6 drm/i915: Be more careful when unbinding vma by Chris Wilson · 8 years ago
  12. 34911fd drm/i915: Rename drm_gem_object_unreference_unlocked in preparation for lockless free by Chris Wilson · 8 years ago
  13. f8c417c drm/i915: Rename drm_gem_object_unreference in preparation for lockless free by Chris Wilson · 8 years ago
  14. 25dc556 drm/i915: Wrap drm_gem_object_reference in i915_gem_object_get by Chris Wilson · 8 years ago
  15. e8a261e drm/i915: Rename request reference/unreference to get/put by Chris Wilson · 8 years ago
  16. 85d1225 drm/i915: Introduce & use new lightweight SGL iterators by Dave Gordon · 8 years ago
  17. 72778cb drm/i915/userptr: Convert to drm_i915_private by Chris Wilson · 8 years ago
  18. f4457ae drm/i915: Prevent leaking of -EIO from i915_wait_request() by Chris Wilson · 8 years ago
  19. 299259a drm/i915: Store the reset counter when constructing a request by Chris Wilson · 8 years ago
  20. f470b19 drm/i915/userptr: Store i915 backpointer for i915_mm_struct by Chris Wilson · 8 years ago
  21. 40313f0 drm/i915/userptr: Hold mmref whilst calling get-user-pages by Chris Wilson · 8 years ago
  22. 393afc2 drm/i915/userptr: Flush cancellations before mmu-notifier invalidate returns by Chris Wilson · 8 years ago
  23. 3970285 Merge tag 'v4.6-rc3' into drm-intel-next-queued by Daniel Vetter · 8 years ago
  24. f2a85e1 drm,i915: Introduce drm_malloc_gfp() by Chris Wilson · 8 years ago
  25. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  26. 266c73b Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 8 years ago
  27. ca37780 drm/i915: Avoid snooping with userptr where not supported by Tvrtko Ursulin · 8 years ago
  28. 1c7f4bc drm/i915: Rename vma->*_list to *_link for consistency by Chris Wilson · 8 years ago
  29. 1e98779 mm/gup: Introduce get_user_pages_remote() by Dave Hansen · 8 years ago
  30. 93232ae drm/i915: Allow i915_gem_object_get_page() on userptr as well by Chris Wilson · 9 years ago
  31. de47266 drm/i915: Allow i915_gem_object_get_page() on userptr as well by Chris Wilson · 9 years ago
  32. 768e159 drm/i915: Improve handling of overlapping objects by Chris Wilson · 9 years ago
  33. 3e82806 Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 9 years ago
  34. cc917ab drm/i915: Deny wrapping an userptr into a framebuffer by Chris Wilson · 9 years ago
  35. 380996a drm/i915: Use a task to cancel the userptr on invalidate_range by Chris Wilson · 9 years ago
  36. e4b946b drm/i915: Fix userptr deadlock with aliased GTT mmappings by Chris Wilson · 9 years ago
  37. 68d6c84 drm/i915: Only update the current userptr worker by Chris Wilson · 9 years ago
  38. c6d576c drm/i915/userptr: Kill user_size limit check by Michel Thierry · 9 years ago
  39. e227330 drm/i915: avoid leaking DMA mappings by Imre Deak · 9 years ago
  40. 281400f drm/i915: Use uninterruptible mutex_lock for userptr bo creation by Chris Wilson · 9 years ago
  41. b588c92 drm/i915: get rid of -Iinclude/drm by Maarten Lankhorst · 9 years ago
  42. 460822b drm/i915: Prevent use-after-free in invalidate_range_start callback by Michał Winiarski · 9 years ago
  43. c479f43 drm/i915: Do not leak pages when freeing userptr objects by Tvrtko Ursulin · 10 years ago
  44. e968136 drm/i915: Do not store the error pointer for a failed userptr registration by Chris Wilson · 10 years ago
  45. ad46cb5 drm/i915: Prevent recursive deadlock on releasing a busy userptr by Chris Wilson · 10 years ago
  46. 4877776 drm/i915/userptr: Keep spin_lock/unlock in the same block by Chris Wilson · 10 years ago
  47. ec8b0dd drm/i915: Allow overlapping userptr objects by Chris Wilson · 10 years ago
  48. 6c308fe drm/i915: Initialise userptr mmu_notifier serial to 1 by Chris Wilson · 10 years ago
  49. 5cc9ed4 drm/i915: Introduce mapping of user pages into video memory (userptr) ioctl by Chris Wilson · 10 years ago