1. 62d622c drm/i915: Set the map-and-fenceable flag for preallocated objects by Chris Wilson · 9 years ago
  2. bb6d198 drm/i915: Check the timeout passed to i915_wait_request by Chris Wilson · 9 years ago
  3. fd0fe6a drm/i915: get runtime PM reference around GEM set_caching IOCTL by Imre Deak · 9 years ago
  4. 3e82806 Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 9 years ago
  5. c62d255 mm, fs: introduce mapping_gfp_constraint() by Michal Hocko · 9 years ago
  6. 71baba4 mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIM by Mel Gorman · 9 years ago
  7. d0164ad mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd by Mel Gorman · 9 years ago
  8. ef55f92 drm/i915: Drop i915_gem_obj_is_pinned() from set-cache-level by Chris Wilson · 9 years ago
  9. d39398f drm/i915/snb: remove pre-production hardware workaround by Jani Nikula · 9 years ago
  10. e9f24d5 drm/i915: Clean up associated VMAs on context destruction by Tvrtko Ursulin · 9 years ago
  11. 101b506 drm/i915: Wa32bitGeneralStateOffset & Wa32bitInstructionBaseOffset by Michel Thierry · 9 years ago
  12. 44cc6c0 Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next by Daniel Vetter · 9 years ago
  13. a2cad9d drm/i915/gtt: Do not initialize drm_mm twice. by Michał Winiarski · 9 years ago
  14. d9072a3 drm/i915: fix kernel-doc warnings in i915_gem.c by Geliang Tang · 9 years ago
  15. e84fe80 drm/i915: Split alloc from init for lrc by Nick Hoath · 9 years ago
  16. 87bcdd2 drm/i915: don't try to load GuC fw on pre-gen9 by Jesse Barnes · 9 years ago
  17. f0fea8d drm/i915: Remove one very outdated comment by Tvrtko Ursulin · 9 years ago
  18. f377ea8 Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 9 years ago
  19. e5756c1 drm/i915/bxt: don't allow cached GEM mappings on A stepping by Imre Deak · 9 years ago
  20. 33a732f drm/i915: GuC-specific firmware loader by Alex Dai · 9 years ago
  21. ed75a55 drm/i915: clflush on pin_to_display after pwrite to UC bo in LLC by Ville Syrjälä · 9 years ago
  22. 088e0df drm/i915/gtt: Allow >= 4GB offsets in X86_32 by Michel Thierry · 9 years ago
  23. 65bd342 drm/i915: object size needs to be u64 by Michel Thierry · 9 years ago
  24. 6c24695 drm/i915: Keep the mm.bound_list in rough LRU order by Chris Wilson · 9 years ago
  25. 805de8f4 atomic: Replace atomic_{set,clear}_mask() usage by Peter Zijlstra · 9 years ago
  26. 41a36b7 drm/i915: Extract i915_gem_fence.c by Daniel Vetter · 9 years ago
  27. ea70299 drm/i915: Add i915_gem_object_create_from_data() by Dave Gordon · 9 years ago
  28. ca6e440 Merge tag 'drm-intel-fixes-2015-07-15' into drm-intel-next-queued by Daniel Vetter · 9 years ago
  29. 5ec5b51 drm/i915: remove unused has_dma_mapping flag by Imre Deak · 9 years ago
  30. e227330 drm/i915: avoid leaking DMA mappings by Imre Deak · 9 years ago
  31. 94f7bbe drm/i915: Snapshot seqno of most recently submitted request. by Tomas Elf · 9 years ago
  32. de152b6 drm/i915: Add origin to frontbuffer tracking flush by Rodrigo Vivi · 9 years ago
  33. 8ba319d drm/i915: Convert intel_lr_context_pin() for requests by Mika Kuoppala · 9 years ago
  34. a647828 drm/i915: Also perform gpu reset under execlist mode. by Niu,Bing · 9 years ago
  35. ca1543b drm/i915: Report correct GGTT space usage by Tvrtko Ursulin · 9 years ago
  36. 031b698 drm/i915: Unconditionally do fb tracking invalidate in set_domain by Daniel Vetter · 9 years ago
  37. 099bfbf Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 9 years ago
  38. c44ef60 drm/i915/gtt: Allow >= 4GB sizes for vm. by Mika Kuoppala · 9 years ago
  39. a5ac0f9 drm/i915: Remove the now obsolete 'i915_gem_check_olr()' by John Harrison · 9 years ago
  40. fcfa423c drm/i915: Move the request/file and request/pid association to creation time by John Harrison · 9 years ago
  41. bccca49 drm/i915: Remove the now obsolete 'outstanding_lazy_request' by John Harrison · 9 years ago
  42. ccd98fe drm/i915: Add *_ring_begin() to request allocation by John Harrison · 9 years ago
  43. 5fb9de1 drm/i915: Update intel_ring_begin() to take a request structure by John Harrison · 9 years ago
  44. 599d924 drm/i915: Update ring->sync_to() to take a request structure by John Harrison · 9 years ago
  45. c4e7663 drm/i915: Update ring->emit_request() to take a request structure by John Harrison · 9 years ago
  46. ee044a8 drm/i915: Update ring->add_request() to take a request structure by John Harrison · 9 years ago
  47. 4866d72 drm/i915: Update flush_all_caches() to take request structures by John Harrison · 9 years ago
  48. 6909a66 drm/i915: Update l3_remap to take a request structure by John Harrison · 9 years ago
  49. b2af037 drm/i915: Update [vma|object]_move_to_active() to take request structures by John Harrison · 9 years ago
  50. 7528987 drm/i915: Update add_request() to take a request structure by John Harrison · 9 years ago
  51. 91af127 drm/i915: Update i915_gem_object_sync() to take a request structure by John Harrison · 9 years ago
  52. ba01cc9 drm/i915: Update i915_switch_context() to take a request structure by John Harrison · 9 years ago
  53. b3dd6b9 drm/i915: Update ppgtt_init_ring() & context_enable() to take requests by John Harrison · 9 years ago
  54. dc4be6071 drm/i915: Add explicit request management to i915_gem_init_hw() by John Harrison · 9 years ago
  55. 90638cc drm/i915: Moved the for_each_ring loop outside of i915_gem_context_enable() by John Harrison · 9 years ago
  56. 4ad2fd8 drm/i915: Split i915_ppgtt_init_hw() in half - generic and per ring by John Harrison · 9 years ago
  57. 73cfa86 drm/i915: Update i915_gpu_idle() to manage its own request by John Harrison · 9 years ago
  58. 5b4a60c drm/i915: Add flag to i915_add_request() to skip the cache flush by John Harrison · 9 years ago
  59. 217e46b drm/i915: Update alloc_request to return the allocated request by John Harrison · 9 years ago
  60. 40e895c drm/i915: Set context in request from creation even in legacy mode by John Harrison · 9 years ago
  61. bf7dc5b drm/i915: i915_add_request must not fail by John Harrison · 9 years ago
  62. 29b1b41 drm/i915: Reserve ring buffer space for i915_add_request() commands by John Harrison · 9 years ago
  63. 0b076ec Merge remote-tracking branch 'airlied/drm-next' into HEAD by Daniel Vetter · 9 years ago
  64. 77a0d1c drm/i915: Remove unused ring argument from frontbuffer invalidate and busy functions. by Rodrigo Vivi · 9 years ago
  65. 245ec9d Revert "drm/i915: Don't skip request retirement if the active list is empty" by Jani Nikula · 9 years ago
  66. 11ee961 drm/i915: Don't skip request retirement if the active list is empty by Ville Syrjälä · 9 years ago
  67. 016a65a drm/i915: Always reset vma->ggtt_view.pages cache on unbinding by Chris Wilson · 9 years ago
  68. 0aedb16 drm/i915: Don't skip request retirement if the active list is empty by Ville Syrjälä · 9 years ago
  69. 8d3afd7 drm/i915: Use spinlocks for checking when to waitboost by Chris Wilson · 9 years ago
  70. d0bc54f drm/i915: Introduce DRM_I915_THROTTLE_JIFFIES by Chris Wilson · 9 years ago
  71. 9a0c1e2 drm/i915: Use the correct destructor for freeing requests on error by Chris Wilson · 9 years ago
  72. e61b995 drm/i915: Free RPS boosts for all laggards by Chris Wilson · 9 years ago
  73. 2e1b873 drm/i915: Convert RPS tracking to a intel_rps_client struct by Chris Wilson · 9 years ago
  74. a6f766f drm/i915: Limit ring synchronisation (sw sempahores) RPS boosts by Chris Wilson · 9 years ago
  75. b471618 drm/i915: Implement inter-engine read-read optimisations by Chris Wilson · 9 years ago
  76. eed29a5 drm/i915: s/\<rq\>/req/g by Daniel Vetter · 9 years ago
  77. 2e2f351 drm/i915: Remove domain flubbing from i915_gem_object_finish_gpu() by Chris Wilson · 9 years ago
  78. 5e024f3 drm/i915: Remove unused variable from i915_gem_mmap_gtt by Daniel Vetter · 9 years ago
  79. e7ded2d drm/i915: Reject huge tiled objects by Joonas Lahtinen · 9 years ago
  80. c5ad54c drm/i915: Use partial view in mmap fault handler by Joonas Lahtinen · 9 years ago
  81. a6631ae drm/i915: Consider object pinned if any VMA is pinned by Joonas Lahtinen · 9 years ago
  82. 91e6711 drm/i915: Do not make assumptions on GGTT VMA sizes by Joonas Lahtinen · 9 years ago
  83. 432be69 drm/i915: Remove locking for get-caching query by Chris Wilson · 9 years ago
  84. 5e562f1 drm/i915: Clear vma->bound on unbinding by Mika Kuoppala · 9 years ago
  85. e1dee19 Merge tag 'drm-intel-next-2015-04-23-fixed' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  86. 53292cd drm/i915: Workaround to avoid lite restore with HEAD==TAIL by Michel Thierry · 9 years ago
  87. 0875546 drm/i915: Fix up the vma aliasing ppgtt binding by Daniel Vetter · 9 years ago
  88. cd102a6 drm/i915: Remove misleading comment around bind_to_vm by Daniel Vetter · 9 years ago
  89. 777dc5b drm/i915: Move vma vfuns to adddress_space by Daniel Vetter · 9 years ago
  90. 8a0c39b drm/i915: Simplify and fix object to display tracking by Tvrtko Ursulin · 9 years ago
  91. 5678ad7 drm/i915: Fix view type in warning message by Tvrtko Ursulin · 9 years ago
  92. 3015465 drm/i915: Remove obj->pin_mappable by Chris Wilson · 9 years ago
  93. 2def4ad9 drm/i915: Optimistically spin for the request completion by Chris Wilson · 9 years ago
  94. 1d335d1 drm/i915: Move vm page allocation in proper place by Mika Kuoppala · 9 years ago
  95. d7b9ca2 drm/i915: Remove request->uniq by Chris Wilson · 9 years ago
  96. 423795c drm/i915: Prefer to check for idleness in worker rather than sync-flush by Chris Wilson · 9 years ago
  97. e20d2ab drm/i915: Use a separate slab for vmas by Chris Wilson · 9 years ago
  98. efab6d8 drm/i915: Use a separate slab for requests by Chris Wilson · 9 years ago
  99. 4bb1bed drm/i915: Use the global runtime-pm wakelock for a busy GPU for execlists by Chris Wilson · 9 years ago
  100. 8d9d574 drm/i915: Split batch pool into size buckets by Chris Wilson · 9 years ago