1. 7e22dbb drm/i915: Replace "INTEL_INFO->gen == x" checks with IS_GENx by Tvrtko Ursulin · 8 years ago
  2. ac840ae drm/i915: Re-enable GGTT earlier during resume on pre-gen6 platforms by Ville Syrjälä · 8 years ago
  3. c033666 drm/i915: Store a i915 backpointer from engine, and use it by Chris Wilson · 8 years ago
  4. 7d99373 drm/i915: Simplify intel_mark_busy/idle by Tvrtko Ursulin · 8 years ago
  5. 0e4ca10 drm/i915: Fix ordering of sanitize ppgtt and sanitize execlists by Chris Wilson · 8 years ago
  6. e7ae86b drm/i915: Unify GPU resets upon shutdown by Chris Wilson · 8 years ago
  7. e39d42f drm/i915: Stop tracking execlists retired requests by Tvrtko Ursulin · 8 years ago
  8. a16a405 drm/i915: Track the previous pinned context inside the request by Chris Wilson · 8 years ago
  9. 73db04c drm/i915: Move releasing of the GEM request from free to retire/cancel by Chris Wilson · 8 years ago
  10. 24f1d3cc drm/i915: Refactor execlists default context pinning by Chris Wilson · 8 years ago
  11. bfa0120 drm/i915: Manually unwind after a failed request allocation by Chris Wilson · 8 years ago
  12. 0251a96 drm/i915: Remove the identical implementations of request space reservation by Chris Wilson · 8 years ago
  13. f9326be drm/i915: Rearrange switch_context to load the aliasing ppgtt on first use by Chris Wilson · 8 years ago
  14. d200cda drm/i915: Remove early l3-remap by Chris Wilson · 8 years ago
  15. b0ebde3 drm/i915: L3 cache remapping is part of context switching by Chris Wilson · 8 years ago
  16. b2e862d drm/i915: Mark the current context as lost on suspend by Chris Wilson · 8 years ago
  17. 8ef8561 drm/i915: Move ioremap_wc tracking onto VMA by Chris Wilson · 8 years ago
  18. fe3db79 drm/i915: Propagate error from drm_gem_object_init() by Chris Wilson · 8 years ago
  19. ff5ec22 drm/i915: Simplify i915_gem_obj_ggtt_bound_view by Tvrtko Ursulin · 8 years ago
  20. 8aac222 drm/i915: Simplify i915_gem_obj_ggtt_offset_view by Tvrtko Ursulin · 8 years ago
  21. 598b9ec drm/i915: Simplify i915_gem_obj_to_ggtt_view by Tvrtko Ursulin · 8 years ago
  22. 8da3272 drm/i915: Remove i915_gem_obj_size by Tvrtko Ursulin · 8 years ago
  23. d37cd8a drm/i915: rename i915_gem_alloc_object() to i915_gem_object_create() by Dave Gordon · 8 years ago
  24. 791bee1 drm/i915: Remove a couple pointless WARN_ONs by Tvrtko Ursulin · 8 years ago
  25. 0ccdacf drm/i915/mocs: Program MOCS for all engines on init by Peter Antoine · 8 years ago
  26. aa9b781 drm/i915: Late request cancellations are harmful by Chris Wilson · 8 years ago
  27. 349f2cc drm/i915: Move the mb() following release-mmap into release-mmap by Chris Wilson · 8 years ago
  28. f4457ae drm/i915: Prevent leaking of -EIO from i915_wait_request() by Chris Wilson · 8 years ago
  29. 299259a drm/i915: Store the reset counter when constructing a request by Chris Wilson · 8 years ago
  30. d98c52c drm/i915: Tighten reset_counter for reset status by Chris Wilson · 8 years ago
  31. c19ae98 drm/i915: Hide the atomic_read(reset_counter) behind a helper by Chris Wilson · 8 years ago
  32. d501b1d drm/i915: Add GEM debugging Kconfig option by Chris Wilson · 8 years ago
  33. 3accaf7 drm/i915: Store and use edram capabilities by Mika Kuoppala · 8 years ago
  34. 666fbcf drm/i915: Don't program eLLC IDI hash mask for gen9+ by Mika Kuoppala · 8 years ago
  35. 3970285 Merge tag 'v4.6-rc3' into drm-intel-next-queued by Daniel Vetter · 8 years ago
  36. fb8621d drm/i915: Avoid allocating a vmap arena for a single page by Chris Wilson · 8 years ago
  37. f2a85e1 drm,i915: Introduce drm_malloc_gfp() by Chris Wilson · 8 years ago
  38. 0a798eb drm/i915: Refactor duplicate object vmap functions by Chris Wilson · 8 years ago
  39. 7c90b7d drm/i915: Apply a mb between emitting the request and hangcheck by Chris Wilson · 8 years ago
  40. 29dcb57 drm/i915: Move the hw semaphore initialisation from GEM to the engine by Chris Wilson · 8 years ago
  41. 2ed53a9 drm/i915: On GPU reset, set the HWS breadcrumb to the last seqno by Chris Wilson · 8 years ago
  42. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  43. 27af5ee drm/i915: Move execlists irq handler to a bottom half by Tvrtko Ursulin · 8 years ago
  44. 72e96d6 drm/i915: Refer to GGTT {,VM} consistently by Joonas Lahtinen · 8 years ago
  45. d85489d drm/i915: Rename GGTT init functions by Joonas Lahtinen · 8 years ago
  46. ade7daa drm/i915: BUG_ON when ggtt_view is NULL by Matthew Auld · 8 years ago
  47. b4ac5af drm/i915: replace for_each_engine() by Dave Gordon · 8 years ago
  48. 62106b4 drm/i915: Rename dev_priv->gtt to dev_priv->ggtt by Joonas Lahtinen · 8 years ago
  49. 39dabec drm/i915: Use shorter route to dev_private where possible by Tvrtko Ursulin · 8 years ago
  50. a112dba drm/i915: Remove unused variable in i915_gem_request_add_to_client by Tvrtko Ursulin · 8 years ago
  51. 40ae4e1 drm/i915: Move load time gem_load_init earlier by Imre Deak · 8 years ago
  52. ee4b6fa drm/i915: Modify reset func to handle per engine resets by Mika Kuoppala · 8 years ago
  53. 117897f drm/i915: More renaming of rings to engines by Tvrtko Ursulin · 8 years ago
  54. 666796d drm/i915: More intel_engine_cs renaming by Tvrtko Ursulin · 8 years ago
  55. 4a570db drm/i915: Rename intel_engine_cs struct members by Tvrtko Ursulin · 8 years ago
  56. 0bc40be drm/i915: Rename intel_engine_cs function parameters by Tvrtko Ursulin · 8 years ago
  57. e2f8039 drm/i915: Rename local struct intel_engine_cs variables by Tvrtko Ursulin · 8 years ago
  58. ca37780 drm/i915: Avoid snooping with userptr where not supported by Tvrtko Ursulin · 9 years ago
  59. 596c592 drm/i915: Reduce the pointer dance of i915_is_ggtt() by Chris Wilson · 9 years ago
  60. 1c7f4bc drm/i915: Rename vma->*_list to *_link for consistency by Chris Wilson · 9 years ago
  61. 1db6e2e drm/i915: Check for get_pages instead of shmem (filp) by Ben Widawsky · 9 years ago
  62. 3f441b8 drm/i915: Use appropriate spinlock flavour by Tvrtko Ursulin · 9 years ago
  63. 1ffedc0 Revert "drm/i915: fix context/engine cleanup order" by Daniel Vetter · 9 years ago
  64. 1b39a91 drm/i915: fix context/engine cleanup order by Nick Hoath · 9 years ago
  65. de47266 drm/i915: Allow i915_gem_object_get_page() on userptr as well by Chris Wilson · 9 years ago
  66. e5292823 drm/i915: Make LRC (un)pinning work on context and engine by Tvrtko Ursulin · 9 years ago
  67. d64aa09 drm/i915: Sanitize i915_gem_load() init and clean-up by Imre Deak · 9 years ago
  68. a8a4058 drm/i915: Sanitize GEM shrinker init and clean-up by Imre Deak · 9 years ago
  69. 9a15a87 Revert "drm/i915: Fix context/engine cleanup order" by Daniel Vetter · 9 years ago
  70. 1803c03 drm/i915: Fix context/engine cleanup order by Nick Hoath · 9 years ago
  71. 426960b drm/i915: Seal busy-ioctl uABI and prevent leaking of internal ids by Chris Wilson · 9 years ago
  72. de1add3 drm/i915: Decouple execbuf uAPI from internal implementation by Tvrtko Ursulin · 9 years ago
  73. e28e404 drm/i915: tidy up a few leftovers by Dave Gordon · 9 years ago
  74. ed54c1a drm/i915: abolish separate per-ring default_context pointers by Dave Gordon · 9 years ago
  75. 2682708 drm/i915: simplify allocation of driver-internal requests by Dave Gordon · 9 years ago
  76. e0313db drm/i915: Only grab timestamps when needed by Tvrtko Ursulin · 9 years ago
  77. 1df59b8 Merge tag 'drm-intel-next-fixes-2016-01-14' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  78. 48ea1e3 drm/i915/gen9: Set PIN_ZONE_4G end to 4GB - 1 page by Michel Thierry · 9 years ago
  79. ade1ba7 Merge tag 'drm-intel-next-2015-12-18' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  80. 821485d drm/i915: Only spin whilst waiting on the current request by Chris Wilson · 9 years ago
  81. ca5b721 drm/i915: Limit the busy wait on requests to 5us not 10ms! by Chris Wilson · 9 years ago
  82. 91b0c35 drm/i915: Break busywaiting for requests on pending signals by Chris Wilson · 9 years ago
  83. d0710ab drm/i915: Set the map-and-fenceable flag for preallocated objects by Chris Wilson · 9 years ago
  84. 51bce5b Merge tag 'drm-intel-next-2015-12-04-1' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  85. 618100f Merge tag 'drm-i915-get-eld' of tiwai/sound into drm-intel-next-queued by Daniel Vetter · 9 years ago
  86. 9e7d18c drm/i915: mark a newly-created GEM object dirty when filled with data by Dave Gordon · 9 years ago
  87. 033908a drm/i915: mark GEM object pages dirty when mapped & written by the CPU by Dave Gordon · 9 years ago
  88. c5baa56 drm/i915: Update to post-reset execlist queue clean-up by Tomas Elf · 9 years ago
  89. bf6ce93 drm/i915: Remove VLV A0 hack by Wayne Boyer · 9 years ago
  90. 666a453 drm/i915: Separate cherryview from valleyview by Wayne Boyer · 9 years ago
  91. 506a8e8 drm/i915: Add soft-pinning API for execbuffer by Chris Wilson · 9 years ago
  92. 30ecad7 drm: Move drm_display_mode an related docs into kerneldoc by Daniel Vetter · 9 years ago
  93. e876b41 Back merge tag 'v4.4-rc4' into drm-next by Dave Airlie · 9 years ago
  94. af3302b Revert "drm/i915: Extend LRC pinning to cover GPU context writeback" by Daniel Vetter · 9 years ago
  95. b6aa087 drm/i915: Fix RPS pointer passed from wait_ioctl to i915_wait_request by Chris Wilson · 9 years ago
  96. 6d65ba9 drm/i915: Extend LRC pinning to cover GPU context writeback by Nick Hoath · 9 years ago
  97. bb6d198 drm/i915: Check the timeout passed to i915_wait_request by Chris Wilson · 9 years ago
  98. 92907cb Merge tag 'v4.4-rc2' into drm-intel-next-queued by Daniel Vetter · 9 years ago
  99. f92a916 drm/i915: Add functions to emit register offsets to the ring by Ville Syrjälä · 9 years ago
  100. 6fa1c5f drm/i915: Parametrize L3 error registers by Ville Syrjälä · 9 years ago