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