1. 2ca17b8 drm/i915: Add missing rpm wakelock to GGTT pread by Chris Wilson · 8 years ago
  2. fae82e5 drm/i915: Handle ENOSPC after failing to insert a mappable node by Chris Wilson · 8 years ago
  3. b06bc7e drm/i915: Flush GT idle status upon reset by Chris Wilson · 8 years ago
  4. 731c7d3 Merge tag 'drm-for-v4.8' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 8 years ago
  5. 5b58592 drm/i915/breadcrumbs: Queue hangcheck before sleeping by Chris Wilson · 8 years ago
  6. 91c8a32 drm/i915: Convert dev_priv->dev backpointers to dev_priv->drm by Chris Wilson · 8 years ago
  7. b1379d4 drm/i915: Replace lockless_dereference(bool) with READ_ONCE() by Chris Wilson · 8 years ago
  8. f19ec8c drm/i915: convert a few more E->dev_private to to_i915(E) by Dave Gordon · 8 years ago
  9. fac5e23 drm/i915: Mass convert dev->dev_private to to_i915(dev) by Chris Wilson · 8 years ago
  10. 7b4d3a1 drm/i915: Remove stop-rings debugfs interface by Chris Wilson · 8 years ago
  11. df4ba50 drm/i915: Add background commentary to "waitboosting" by Chris Wilson · 8 years ago
  12. 0e6883b drm/i915: Restore waitboost credit to the synchronous waiter by Chris Wilson · 8 years ago
  13. e307d62 drm/i915: Remove redundant queue_delayed_work() from throttle ioctl by Chris Wilson · 8 years ago
  14. 1b51bce drm/i915: Do not keep postponing the idle-work by Chris Wilson · 8 years ago
  15. 67d97da drm/i915: Only start retire worker when idle by Chris Wilson · 8 years ago
  16. c81d461 drm/i915: Convert trace-irq to the breadcrumb waiter by Chris Wilson · 8 years ago
  17. 1137fa8 drm/i915: Stop setting wraparound seqno on initialisation by Chris Wilson · 8 years ago
  18. f69a02c drm/i915: Spin after waking up for an interrupt by Chris Wilson · 8 years ago
  19. 688e6c7 drm/i915: Slaughter the thundering i915_wait_request herd by Chris Wilson · 8 years ago
  20. 1f15b76 drm/i915: Separate GPU hang waitqueue from advance by Chris Wilson · 8 years ago
  21. 0553572 drm/i915: Delay queuing hangcheck to wait-request by Chris Wilson · 8 years ago
  22. 0c5eed6 drm/i915: Remove request->reset_counter by Chris Wilson · 8 years ago
  23. 6e5a5be drm/i915: Split idling from forcing context switch by Chris Wilson · 8 years ago
  24. 62e6300 drm/i915: Skip idling an idle engine by Chris Wilson · 8 years ago
  25. aeecc96 drm/i915: use ORIGIN_CPU for frontbuffer invalidation on WC mmaps by Chris Wilson · 8 years ago
  26. 6eae005 drm/i915: pwrite/pread do not require obj->base.filp, just pages by Chris Wilson · 8 years ago
  27. b9bcd14 drm/i915: Extract checking for backing struct pages to a helper by Chris Wilson · 8 years ago
  28. b50a537 drm/i915: Support for pread/pwrite from/to non shmem backed objects by Ankitprasad Sharma · 8 years ago
  29. 4f1959e drm/i915: Use insert_page for pwrite_fast by Ankitprasad Sharma · 8 years ago
  30. e556f7c drm/i915/guc: fix GuC loading/submission check by Dave Gordon · 8 years ago
  31. 14bb2c1 drm/i915: Fix a buch of kerneldoc warnings by Tvrtko Ursulin · 8 years ago
  32. 5599617 Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued by Daniel Vetter · 8 years ago
  33. 66fd7a6 Merge branch 'drm-intel-next' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 8 years ago
  34. 93c76a3 file_inode(f)->i_mapping is f->f_mapping by Al Viro · 9 years ago
  35. 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
  36. e2efd13 drm/i915: Rename struct intel_context by Chris Wilson · 8 years ago
  37. 84787c5 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  38. 80a89a5 drm/i915: make i915_gem_mmap_ioctl wait for mmap_sem killable by Michal Hocko · 8 years ago
  39. 1d6da87 Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 8 years ago
  40. fce91f2 drm/i915/guc: add enable_guc_loading parameter by Dave Gordon · 8 years ago
  41. 1a3d189 drm/i915/guc: distinguish HAS_GUC() from HAS_GUC_UCODE/HAS_GUC_SCHED by Dave Gordon · 8 years ago
  42. f09d675 drm/i915/guc: rename loader entry points by Dave Gordon · 8 years ago
  43. 157d2c7 drm/i915: Stop automatically retiring requests after a GPU hang by Chris Wilson · 8 years ago
  44. 5fbd041 drm/i915: Re-enable GGTT earlier during resume on pre-gen6 platforms by Ville Syrjälä · 8 years ago
  45. 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
  46. 85d1225 drm/i915: Introduce & use new lightweight SGL iterators by Dave Gordon · 8 years ago
  47. b338fa4 drm/i915: optimise i915_gem_object_map() for small objects by Dave Gordon · 8 years ago
  48. dd6034c drm/i915: refactor i915_gem_object_pin_map() by Dave Gordon · 8 years ago
  49. 72778cb drm/i915/userptr: Convert to drm_i915_private by Chris Wilson · 8 years ago
  50. 9a652cc Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued by Daniel Vetter · 8 years ago
  51. a8ad0bd drm: Remove unused drm_device from drm_gem_object_lookup() by Chris Wilson · 8 years ago
  52. 461fb99 drm/i915: Update domain tracking for GEM objects on hibernation by Chris Wilson · 8 years ago
  53. e075a32 drm/i915: Stop automatically retiring requests after a GPU hang by Chris Wilson · 8 years ago
  54. e6db746 drm/i915: Stop retiring requests from busy/wait ioctls by Chris Wilson · 8 years ago
  55. 7e22dbb drm/i915: Replace "INTEL_INFO->gen == x" checks with IS_GENx by Tvrtko Ursulin · 8 years ago
  56. ac840ae drm/i915: Re-enable GGTT earlier during resume on pre-gen6 platforms by Ville Syrjälä · 8 years ago
  57. c033666 drm/i915: Store a i915 backpointer from engine, and use it by Chris Wilson · 8 years ago
  58. 7d99373 drm/i915: Simplify intel_mark_busy/idle by Tvrtko Ursulin · 8 years ago
  59. 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
  60. 3ed605b kernel.h: add u64_to_user_ptr() by Gustavo Padovan · 8 years ago
  61. 0e4ca10 drm/i915: Fix ordering of sanitize ppgtt and sanitize execlists by Chris Wilson · 8 years ago
  62. e7ae86b drm/i915: Unify GPU resets upon shutdown by Chris Wilson · 8 years ago
  63. e39d42f drm/i915: Stop tracking execlists retired requests by Tvrtko Ursulin · 8 years ago
  64. a16a405 drm/i915: Track the previous pinned context inside the request by Chris Wilson · 8 years ago
  65. 73db04c drm/i915: Move releasing of the GEM request from free to retire/cancel by Chris Wilson · 8 years ago
  66. 24f1d3cc drm/i915: Refactor execlists default context pinning by Chris Wilson · 8 years ago
  67. bfa0120 drm/i915: Manually unwind after a failed request allocation by Chris Wilson · 8 years ago
  68. 0251a96 drm/i915: Remove the identical implementations of request space reservation by Chris Wilson · 8 years ago
  69. f9326be drm/i915: Rearrange switch_context to load the aliasing ppgtt on first use by Chris Wilson · 8 years ago
  70. d200cda drm/i915: Remove early l3-remap by Chris Wilson · 8 years ago
  71. b0ebde3 drm/i915: L3 cache remapping is part of context switching by Chris Wilson · 8 years ago
  72. b2e862d drm/i915: Mark the current context as lost on suspend by Chris Wilson · 8 years ago
  73. 8ef8561 drm/i915: Move ioremap_wc tracking onto VMA by Chris Wilson · 8 years ago
  74. fe3db79 drm/i915: Propagate error from drm_gem_object_init() by Chris Wilson · 8 years ago
  75. ff5ec22 drm/i915: Simplify i915_gem_obj_ggtt_bound_view by Tvrtko Ursulin · 8 years ago
  76. 8aac222 drm/i915: Simplify i915_gem_obj_ggtt_offset_view by Tvrtko Ursulin · 8 years ago
  77. 598b9ec drm/i915: Simplify i915_gem_obj_to_ggtt_view by Tvrtko Ursulin · 8 years ago
  78. 8da3272 drm/i915: Remove i915_gem_obj_size by Tvrtko Ursulin · 8 years ago
  79. d37cd8a drm/i915: rename i915_gem_alloc_object() to i915_gem_object_create() by Dave Gordon · 8 years ago
  80. 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
  81. 4904796 Merge tag 'v4.6-rc3' into drm-next by Dave Airlie · 8 years ago
  82. f74418a drm/vma_manage: Drop has_offset by Daniel Vetter · 8 years ago
  83. 791bee1 drm/i915: Remove a couple pointless WARN_ONs by Tvrtko Ursulin · 8 years ago
  84. 6666ea5 Merge tag 'v4.6-rc4' into x86/asm, to pick up fixes by Ingo Molnar · 8 years ago
  85. 0ccdacf drm/i915/mocs: Program MOCS for all engines on init by Peter Antoine · 8 years ago
  86. aa9b781 drm/i915: Late request cancellations are harmful by Chris Wilson · 8 years ago
  87. 349f2cc drm/i915: Move the mb() following release-mmap into release-mmap by Chris Wilson · 8 years ago
  88. f4457ae drm/i915: Prevent leaking of -EIO from i915_wait_request() by Chris Wilson · 8 years ago
  89. 299259a drm/i915: Store the reset counter when constructing a request by Chris Wilson · 8 years ago
  90. d98c52c drm/i915: Tighten reset_counter for reset status by Chris Wilson · 8 years ago
  91. c19ae98 drm/i915: Hide the atomic_read(reset_counter) behind a helper by Chris Wilson · 8 years ago
  92. d501b1d drm/i915: Add GEM debugging Kconfig option by Chris Wilson · 8 years ago
  93. 3accaf7 drm/i915: Store and use edram capabilities by Mika Kuoppala · 8 years ago
  94. 666fbcf drm/i915: Don't program eLLC IDI hash mask for gen9+ by Mika Kuoppala · 8 years ago
  95. 3970285 Merge tag 'v4.6-rc3' into drm-intel-next-queued by Daniel Vetter · 8 years ago
  96. fb8621d drm/i915: Avoid allocating a vmap arena for a single page by Chris Wilson · 8 years ago
  97. f2a85e1 drm,i915: Introduce drm_malloc_gfp() by Chris Wilson · 8 years ago
  98. 0a798eb drm/i915: Refactor duplicate object vmap functions by Chris Wilson · 8 years ago
  99. 7c90b7d drm/i915: Apply a mb between emitting the request and hangcheck by Chris Wilson · 8 years ago
  100. 29dcb57 drm/i915: Move the hw semaphore initialisation from GEM to the engine by Chris Wilson · 8 years ago