1. 6f63340 drm/i915: Use atomic for dev_priv->mm.bsd_engine_dispatch_index by Joonas Lahtinen · 8 years ago
  2. f7978a0 drm/i915: Allow the user to pass a context to any ring by Chris Wilson · 8 years ago
  3. f7bbe78 drm/i915: Embed the io-mapping struct inside drm_i915_private by Chris Wilson · 8 years ago
  4. 0b53727 drm/i915/cmdparser: Use cached vmappings by Chris Wilson · 8 years ago
  5. 49ef529 drm/i915: Move fence tracking from object to vma by Chris Wilson · 8 years ago
  6. a1e5afb drm/i915: Rename fence.lru_list to link by Chris Wilson · 8 years ago
  7. 05a20d0 drm/i915: Move map-and-fenceable tracking to the VMA by Chris Wilson · 8 years ago
  8. 9e53d9b drm/i915: Disallow direct CPU access to stolen pages for relocations by Chris Wilson · 8 years ago
  9. e8cb909 drm/i915: Fallback to single page GTT mmappings for relocations by Chris Wilson · 8 years ago
  10. d50415c drm/i915: Refactor execbuffer relocation writing by Chris Wilson · 8 years ago
  11. 31a3920 drm/i915: Cache kmap between relocations by Chris Wilson · 8 years ago
  12. 600f436 drm/i915: Unconditionally flush any chipset buffers before execbuf by Chris Wilson · 8 years ago
  13. 058d88c drm/i915: Track pinned VMA by Chris Wilson · 8 years ago
  14. 624192c drm/i915: Add convenience wrappers for vma's object get/put by Chris Wilson · 8 years ago
  15. 17f298cf drm/i915: Move setting of request->batch into its single callsite by Chris Wilson · 8 years ago
  16. 3e510a8 drm/i915: Repack fence tiling mode and stride into a single integer by Chris Wilson · 8 years ago
  17. ad778f8 drm/i915: Export our request as a dma-buf fence on the reservation object by Chris Wilson · 8 years ago
  18. 573adb3 drm/i915: Move obj->active:5 to obj->flags by Chris Wilson · 8 years ago
  19. 5d723d7 drm/i915: Separate intel_frontbuffer into its own header by Chris Wilson · 8 years ago
  20. de89508 drm/i915: Remove highly confusing i915_gem_obj_ggtt_pin() by Chris Wilson · 8 years ago
  21. 3272db5 drm/i915: Combine all i915_vma bitfields into a single set of flags by Chris Wilson · 8 years ago
  22. 59bfa12 drm/i915: Start passing around i915_vma from execbuffer by Chris Wilson · 8 years ago
  23. 20dfbde drm/i915: Wrap vma->pin_count accessors with small inline helpers by Chris Wilson · 8 years ago
  24. 91b2db6 drm/i915: Pad GTT views of exec objects up to user specified size by Chris Wilson · 8 years ago
  25. e655bc3 drm/i915: Remove i915_gem_execbuffer_retire_commands() by Chris Wilson · 8 years ago
  26. 0340d9f drm/i915: Remove request retirement before each batch by Chris Wilson · 8 years ago
  27. b0decaf drm/i915: Track active vma requests by Chris Wilson · 8 years ago
  28. 5cf3d28 drm/i915: i915_vma_move_to_active prep patch by Chris Wilson · 8 years ago
  29. 909d074 drm/i915: Double check activity before relocations by Chris Wilson · 8 years ago
  30. 381f371 drm/i915: Introduce i915_gem_active for request tracking by Chris Wilson · 8 years ago
  31. 5b043f4 drm/i915: Unify legacy/execlists submit_execbuf callbacks by Chris Wilson · 8 years ago
  32. 803688b drm/i915: Unify legacy/execlists emission of MI_BATCHBUFFER_START by Chris Wilson · 8 years ago
  33. 8e63717 drm/i915: Simplify request_alloc by returning the allocated request by Chris Wilson · 8 years ago
  34. 7c9cf4e drm/i915: Reduce engine->emit_flush() to a single mode parameter by Chris Wilson · 8 years ago
  35. c7fe7d2 drm/i915: Remove obsolete engine->gpu_caches_dirty by Chris Wilson · 8 years ago
  36. 7e37f88 drm/i915: Rename struct intel_ringbuffer to struct intel_ring by Chris Wilson · 8 years ago
  37. 1dae2df drm/i915: Rename request->ringbuf to request->ring by Chris Wilson · 8 years ago
  38. b5321f3 drm/i915: Unify intel_logical_ring_emit and intel_ring_emit by Chris Wilson · 8 years ago
  39. c80ff16 drm/i915: Use engine to refer to the user's BSD intel_engine_cs by Chris Wilson · 8 years ago
  40. 33a051a drm/i915/cmdparser: Remove stray intel_engine_cs *ring by Chris Wilson · 8 years ago
  41. f8ca0c0 drm/i915: rename & update eb_select_ring() by Dave Gordon · 8 years ago
  42. f8c417c drm/i915: Rename drm_gem_object_unreference in preparation for lockless free by Chris Wilson · 8 years ago
  43. 25dc556 drm/i915: Wrap drm_gem_object_reference in i915_gem_object_get by Chris Wilson · 8 years ago
  44. 9a6feaf drm/i915: Rename i915_gem_context_reference/unreference() by Chris Wilson · 8 years ago
  45. 4bfa339 drm/i915: refactor eb_get_batch() by Dave Gordon · 8 years ago
  46. 9e2793f6 drm/i915: compile-time consistency check on __EXEC_OBJECT flags by Dave Gordon · 8 years ago
  47. 91c8a32 drm/i915: Convert dev_priv->dev backpointers to dev_priv->drm by Chris Wilson · 8 years ago
  48. fac5e23 drm/i915: Mass convert dev->dev_private to to_i915(dev) by Chris Wilson · 8 years ago
  49. 67d97da drm/i915: Only start retire worker when idle by Chris Wilson · 8 years ago
  50. b3ac9f2 drm: Extract drm_is_current_master by Daniel Vetter · 8 years ago
  51. 5599617 Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued by Daniel Vetter · 8 years ago
  52. 66fd7a6 Merge branch 'drm-intel-next' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 8 years ago
  53. ca585b5 drm/i915: Rename and inline i915_gem_context_get() by Chris Wilson · 8 years ago
  54. e2efd13 drm/i915: Rename struct intel_context by Chris Wilson · 8 years ago
  55. 1d6da87 Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 8 years ago
  56. 5b09c3e x86: remove pointless uaccess_32.h complexity by Linus Torvalds · 8 years ago
  57. 2f37dd1 Merge tag 'staging-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 8 years ago
  58. c033666 drm/i915: Store a i915 backpointer from engine, and use it by Chris Wilson · 8 years ago
  59. 3ed605b kernel.h: add u64_to_user_ptr() by Gustavo Padovan · 8 years ago
  60. 978f1e0 drm/i915: Move the magical deferred context allocation into the request by Chris Wilson · 8 years ago
  61. aa9b781 drm/i915: Late request cancellations are harmful by Chris Wilson · 8 years ago
  62. f2a85e1 drm,i915: Introduce drm_malloc_gfp() by Chris Wilson · 8 years ago
  63. 72e96d6 drm/i915: Refer to GGTT {,VM} consistently by Joonas Lahtinen · 8 years ago
  64. 906bf7f x86/cpufeature: Remove cpu_has_clflush by Borislav Petkov · 8 years ago
  65. 62106b4 drm/i915: Rename dev_priv->gtt to dev_priv->ggtt by Joonas Lahtinen · 8 years ago
  66. 117897f drm/i915: More renaming of rings to engines by Tvrtko Ursulin · 8 years ago
  67. 666796d drm/i915: More intel_engine_cs renaming by Tvrtko Ursulin · 8 years ago
  68. 4a570db drm/i915: Rename intel_engine_cs struct members by Tvrtko Ursulin · 8 years ago
  69. 0bc40be drm/i915: Rename intel_engine_cs function parameters by Tvrtko Ursulin · 8 years ago
  70. e2f8039 drm/i915: Rename local struct intel_engine_cs variables by Tvrtko Ursulin · 8 years ago
  71. 596c592 drm/i915: Reduce the pointer dance of i915_is_ggtt() by Chris Wilson · 8 years ago
  72. 0aa498d Fix pointer tests in error-handling paths by Dave Gordon · 8 years ago
  73. d9da6aa drm/i915: Fix VCS ring selection after uapi decoupling by Tvrtko Ursulin · 8 years ago
  74. de1add3 drm/i915: Decouple execbuf uAPI from internal implementation by Tvrtko Ursulin · 9 years ago
  75. 2682708 drm/i915: simplify allocation of driver-internal requests by Dave Gordon · 9 years ago
  76. aa45950 drm/i915: use hlist_for_each_entry by Geliang Tang · 9 years ago
  77. 9d611c0 drm/i915: Use MI_BATCH_BUFFER_START on 830/845 by Ville Syrjälä · 9 years ago
  78. 934acce drm/i915: Avoid writing relocs with addresses in non-canonical form by Michał Winiarski · 9 years ago
  79. 033908a drm/i915: mark GEM object pages dirty when mapped & written by the CPU by Dave Gordon · 9 years ago
  80. 506a8e8 drm/i915: Add soft-pinning API for execbuffer by Chris Wilson · 9 years ago
  81. f92a916 drm/i915: Add functions to emit register offsets to the ring by Ville Syrjälä · 9 years ago
  82. 2f5945b drm/i915: Kill DRI1 cliprects by Chris Wilson · 9 years ago
  83. 101b506 drm/i915: Wa32bitGeneralStateOffset & Wa32bitInstructionBaseOffset by Michel Thierry · 9 years ago
  84. 44cc6c0 Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next by Daniel Vetter · 9 years ago
  85. e84fe80 drm/i915: Split alloc from init for lrc by Nick Hoath · 9 years ago
  86. 51bc140 drm/i915: Always mark the object as dirty when used by the GPU by Chris Wilson · 9 years ago
  87. ca6e440 Merge tag 'drm-intel-fixes-2015-07-15' into drm-intel-next-queued by Daniel Vetter · 9 years ago
  88. a9ed33c drm/i915: Expose I915_EXEC_RESOURCE_STREAMER flag and getparam by Abdiel Janulgue · 9 years ago
  89. 099bfbf Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 9 years ago
  90. fcfa423c drm/i915: Move the request/file and request/pid association to creation time by John Harrison · 9 years ago
  91. bccca49 drm/i915: Remove the now obsolete 'outstanding_lazy_request' by John Harrison · 9 years ago
  92. 5fb9de1 drm/i915: Update intel_ring_begin() to take a request structure by John Harrison · 9 years ago
  93. 53fddaf drm/i915: Update ring->dispatch_execbuffer() to take a request structure by John Harrison · 9 years ago
  94. 2f20055 drm/i915: Update a bunch of execbuffer helpers to take request structures by John Harrison · 9 years ago
  95. b2af037 drm/i915: Update [vma|object]_move_to_active() to take request structures by John Harrison · 9 years ago
  96. 7528987 drm/i915: Update add_request() to take a request structure by John Harrison · 9 years ago
  97. 91af127 drm/i915: Update i915_gem_object_sync() to take a request structure by John Harrison · 9 years ago
  98. ba01cc9 drm/i915: Update i915_switch_context() to take a request structure by John Harrison · 9 years ago
  99. 5b4a60c drm/i915: Add flag to i915_add_request() to skip the cache flush by John Harrison · 9 years ago
  100. 8a8edb5 drm/i915: Update execbuffer_move_to_active() to take a request structure by John Harrison · 9 years ago