1. 0553572 drm/i915: Delay queuing hangcheck to wait-request by Chris Wilson · 8 years ago
  2. 0c5eed6 drm/i915: Remove request->reset_counter by Chris Wilson · 8 years ago
  3. 6e5a5be drm/i915: Split idling from forcing context switch by Chris Wilson · 8 years ago
  4. 62e6300 drm/i915: Skip idling an idle engine by Chris Wilson · 8 years ago
  5. aeecc96 drm/i915: use ORIGIN_CPU for frontbuffer invalidation on WC mmaps by Chris Wilson · 8 years ago
  6. 6eae005 drm/i915: pwrite/pread do not require obj->base.filp, just pages by Chris Wilson · 8 years ago
  7. b9bcd14 drm/i915: Extract checking for backing struct pages to a helper by Chris Wilson · 8 years ago
  8. b50a537 drm/i915: Support for pread/pwrite from/to non shmem backed objects by Ankitprasad Sharma · 8 years ago
  9. 4f1959e drm/i915: Use insert_page for pwrite_fast by Ankitprasad Sharma · 8 years ago
  10. e556f7c drm/i915/guc: fix GuC loading/submission check by Dave Gordon · 8 years ago
  11. 14bb2c1 drm/i915: Fix a buch of kerneldoc warnings by Tvrtko Ursulin · 8 years ago
  12. 5599617 Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued by Daniel Vetter · 8 years ago
  13. 66fd7a6 Merge branch 'drm-intel-next' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 8 years ago
  14. 7fa1d27 Merge tag 'drm-intel-next-fixes-2016-05-25' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 8 years ago
  15. e2efd13 drm/i915: Rename struct intel_context by Chris Wilson · 8 years ago
  16. 84787c5 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  17. 80a89a5 drm/i915: make i915_gem_mmap_ioctl wait for mmap_sem killable by Michal Hocko · 8 years ago
  18. 1d6da87 Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 8 years ago
  19. fce91f2 drm/i915/guc: add enable_guc_loading parameter by Dave Gordon · 8 years ago
  20. 1a3d189 drm/i915/guc: distinguish HAS_GUC() from HAS_GUC_UCODE/HAS_GUC_SCHED by Dave Gordon · 8 years ago
  21. f09d675 drm/i915/guc: rename loader entry points by Dave Gordon · 8 years ago
  22. 157d2c7 drm/i915: Stop automatically retiring requests after a GPU hang by Chris Wilson · 8 years ago
  23. 5fbd041 drm/i915: Re-enable GGTT earlier during resume on pre-gen6 platforms by Ville Syrjälä · 8 years ago
  24. 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
  25. 85d1225 drm/i915: Introduce & use new lightweight SGL iterators by Dave Gordon · 8 years ago
  26. b338fa4 drm/i915: optimise i915_gem_object_map() for small objects by Dave Gordon · 8 years ago
  27. dd6034c drm/i915: refactor i915_gem_object_pin_map() by Dave Gordon · 8 years ago
  28. 72778cb drm/i915/userptr: Convert to drm_i915_private by Chris Wilson · 8 years ago
  29. 9a652cc Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued by Daniel Vetter · 8 years ago
  30. a8ad0bd drm: Remove unused drm_device from drm_gem_object_lookup() by Chris Wilson · 8 years ago
  31. 461fb99 drm/i915: Update domain tracking for GEM objects on hibernation by Chris Wilson · 8 years ago
  32. e075a32 drm/i915: Stop automatically retiring requests after a GPU hang by Chris Wilson · 8 years ago
  33. e6db746 drm/i915: Stop retiring requests from busy/wait ioctls by Chris Wilson · 8 years ago
  34. 7e22dbb drm/i915: Replace "INTEL_INFO->gen == x" checks with IS_GENx by Tvrtko Ursulin · 8 years ago
  35. ac840ae drm/i915: Re-enable GGTT earlier during resume on pre-gen6 platforms by Ville Syrjälä · 8 years ago
  36. c033666 drm/i915: Store a i915 backpointer from engine, and use it by Chris Wilson · 8 years ago
  37. 7d99373 drm/i915: Simplify intel_mark_busy/idle by Tvrtko Ursulin · 8 years ago
  38. fffb675 Merge tag 'drm-intel-next-2016-04-25' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 8 years ago
  39. 3ed605b kernel.h: add u64_to_user_ptr() by Gustavo Padovan · 8 years ago
  40. 0e4ca10 drm/i915: Fix ordering of sanitize ppgtt and sanitize execlists by Chris Wilson · 8 years ago
  41. e7ae86b drm/i915: Unify GPU resets upon shutdown by Chris Wilson · 8 years ago
  42. e39d42f drm/i915: Stop tracking execlists retired requests by Tvrtko Ursulin · 8 years ago
  43. a16a405 drm/i915: Track the previous pinned context inside the request by Chris Wilson · 8 years ago
  44. 73db04c drm/i915: Move releasing of the GEM request from free to retire/cancel by Chris Wilson · 8 years ago
  45. 24f1d3cc drm/i915: Refactor execlists default context pinning by Chris Wilson · 8 years ago
  46. bfa0120 drm/i915: Manually unwind after a failed request allocation by Chris Wilson · 8 years ago
  47. 0251a96 drm/i915: Remove the identical implementations of request space reservation by Chris Wilson · 8 years ago
  48. f9326be drm/i915: Rearrange switch_context to load the aliasing ppgtt on first use by Chris Wilson · 8 years ago
  49. d200cda drm/i915: Remove early l3-remap by Chris Wilson · 8 years ago
  50. b0ebde3 drm/i915: L3 cache remapping is part of context switching by Chris Wilson · 8 years ago
  51. b2e862d drm/i915: Mark the current context as lost on suspend by Chris Wilson · 8 years ago
  52. 8ef8561 drm/i915: Move ioremap_wc tracking onto VMA by Chris Wilson · 8 years ago
  53. fe3db79 drm/i915: Propagate error from drm_gem_object_init() by Chris Wilson · 8 years ago
  54. ff5ec22 drm/i915: Simplify i915_gem_obj_ggtt_bound_view by Tvrtko Ursulin · 8 years ago
  55. 8aac222 drm/i915: Simplify i915_gem_obj_ggtt_offset_view by Tvrtko Ursulin · 8 years ago
  56. 598b9ec drm/i915: Simplify i915_gem_obj_to_ggtt_view by Tvrtko Ursulin · 8 years ago
  57. 8da3272 drm/i915: Remove i915_gem_obj_size by Tvrtko Ursulin · 8 years ago
  58. d37cd8a drm/i915: rename i915_gem_alloc_object() to i915_gem_object_create() by Dave Gordon · 8 years ago
  59. 605b28c Merge tag 'drm-intel-next-2016-04-11' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 8 years ago
  60. 4904796 Merge tag 'v4.6-rc3' into drm-next by Dave Airlie · 8 years ago
  61. f74418a drm/vma_manage: Drop has_offset by Daniel Vetter · 8 years ago
  62. 791bee1 drm/i915: Remove a couple pointless WARN_ONs by Tvrtko Ursulin · 8 years ago
  63. 6666ea5 Merge tag 'v4.6-rc4' into x86/asm, to pick up fixes by Ingo Molnar · 8 years ago
  64. 0ccdacf drm/i915/mocs: Program MOCS for all engines on init by Peter Antoine · 8 years ago
  65. aa9b781 drm/i915: Late request cancellations are harmful by Chris Wilson · 8 years ago
  66. 349f2cc drm/i915: Move the mb() following release-mmap into release-mmap by Chris Wilson · 8 years ago
  67. f4457ae drm/i915: Prevent leaking of -EIO from i915_wait_request() by Chris Wilson · 8 years ago
  68. 299259a drm/i915: Store the reset counter when constructing a request by Chris Wilson · 8 years ago
  69. d98c52c drm/i915: Tighten reset_counter for reset status by Chris Wilson · 8 years ago
  70. c19ae98 drm/i915: Hide the atomic_read(reset_counter) behind a helper by Chris Wilson · 8 years ago
  71. d501b1d drm/i915: Add GEM debugging Kconfig option by Chris Wilson · 8 years ago
  72. 3accaf7 drm/i915: Store and use edram capabilities by Mika Kuoppala · 8 years ago
  73. 666fbcf drm/i915: Don't program eLLC IDI hash mask for gen9+ by Mika Kuoppala · 8 years ago
  74. 3970285 Merge tag 'v4.6-rc3' into drm-intel-next-queued by Daniel Vetter · 8 years ago
  75. fb8621d drm/i915: Avoid allocating a vmap arena for a single page by Chris Wilson · 8 years ago
  76. f2a85e1 drm,i915: Introduce drm_malloc_gfp() by Chris Wilson · 8 years ago
  77. 0a798eb drm/i915: Refactor duplicate object vmap functions by Chris Wilson · 8 years ago
  78. 7c90b7d drm/i915: Apply a mb between emitting the request and hangcheck by Chris Wilson · 8 years ago
  79. 29dcb57 drm/i915: Move the hw semaphore initialisation from GEM to the engine by Chris Wilson · 8 years ago
  80. 2ed53a9 drm/i915: On GPU reset, set the HWS breadcrumb to the last seqno by Chris Wilson · 8 years ago
  81. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  82. 27af5ee drm/i915: Move execlists irq handler to a bottom half by Tvrtko Ursulin · 8 years ago
  83. 72e96d6 drm/i915: Refer to GGTT {,VM} consistently by Joonas Lahtinen · 8 years ago
  84. 568a58e x86/mm/pat, x86/cpufeature: Remove cpu_has_pat by Borislav Petkov · 8 years ago
  85. d85489d drm/i915: Rename GGTT init functions by Joonas Lahtinen · 8 years ago
  86. ade7daa drm/i915: BUG_ON when ggtt_view is NULL by Matthew Auld · 8 years ago
  87. b4ac5af drm/i915: replace for_each_engine() by Dave Gordon · 8 years ago
  88. 62106b4 drm/i915: Rename dev_priv->gtt to dev_priv->ggtt by Joonas Lahtinen · 8 years ago
  89. 39dabec drm/i915: Use shorter route to dev_private where possible by Tvrtko Ursulin · 8 years ago
  90. a112dba drm/i915: Remove unused variable in i915_gem_request_add_to_client by Tvrtko Ursulin · 8 years ago
  91. 40ae4e1 drm/i915: Move load time gem_load_init earlier by Imre Deak · 8 years ago
  92. ee4b6fa drm/i915: Modify reset func to handle per engine resets by Mika Kuoppala · 8 years ago
  93. 117897f drm/i915: More renaming of rings to engines by Tvrtko Ursulin · 8 years ago
  94. 666796d drm/i915: More intel_engine_cs renaming by Tvrtko Ursulin · 8 years ago
  95. 4a570db drm/i915: Rename intel_engine_cs struct members by Tvrtko Ursulin · 8 years ago
  96. 0bc40be drm/i915: Rename intel_engine_cs function parameters by Tvrtko Ursulin · 8 years ago
  97. e2f8039 drm/i915: Rename local struct intel_engine_cs variables by Tvrtko Ursulin · 8 years ago
  98. ca37780 drm/i915: Avoid snooping with userptr where not supported by Tvrtko Ursulin · 8 years ago
  99. 596c592 drm/i915: Reduce the pointer dance of i915_is_ggtt() by Chris Wilson · 8 years ago
  100. 1c7f4bc drm/i915: Rename vma->*_list to *_link for consistency by Chris Wilson · 8 years ago