1. 25112b6 drm/i915: Wait for all engines to be idle as part of i915_gem_wait_for_idle() by Chris Wilson · 8 years ago
  2. 72022a7 drm/i915: Move retire-requests into i915_gem_wait_for_idle() by Chris Wilson · 8 years ago
  3. 8490ae20 drm/i915: Suppress busy status for engines if wedged by Chris Wilson · 8 years ago
  4. 2c170af drm/i915: Do request retirement before marking engines as wedged by Chris Wilson · 8 years ago
  5. b899140 drm/i915/guc: Take enable_guc_loading check out of GEM core code by Oscar Mateo · 8 years ago
  6. e2a2aa3 drm/i915: Check we have an wake device before flushing GTT writes by Chris Wilson · 8 years ago
  7. 3950bf3 drm/i915/guc: Add onion teardown to the GuC setup by Oscar Mateo · 8 years ago
  8. 40149f0 drm/i915: Actually pass the reclaim gfp_t along to shmemfs! by Chris Wilson · 8 years ago
  9. 24f8e00 drm/i915: Prefer to report ENOMEM rather than incur the oom for gfx allocations by Chris Wilson · 8 years ago
  10. 54ec12a drm/i915: Skip force-wake for uncached mmio flush of GGTT writes by Chris Wilson · 8 years ago
  11. be062fa drm/i915: Initialise i915_gem_object_create_from_data() directly by Chris Wilson · 8 years ago
  12. ce8ff09 drm/i915: i915_gem_object_create_from_data() doesn't require struct_mutex by Chris Wilson · 8 years ago
  13. 2e8f9d3 drm/i915: Restore engine->submit_request before unwedging by Chris Wilson · 8 years ago
  14. 8c185ec drm/i915: Split I915_RESET_IN_PROGRESS into two flags by Chris Wilson · 8 years ago
  15. 6cd5a72 drm/i915/guc: Simplify intel_guc_init_hw() by Arkadiusz Hiler · 8 years ago
  16. 882d1db drm/i915/uc: Rename intel_?uc_{setup, load}() to _init_hw() by Arkadiusz Hiler · 8 years ago
  17. 7f5f95d drm/i915: Move whole object to CPU domain for coherent shmem access by Chris Wilson · 8 years ago
  18. 03d1cac drm/i915: Avoiding recursing on ww_mutex inside shrinker by Chris Wilson · 8 years ago
  19. 7ffe939 Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued by Daniel Vetter · 8 years ago
  20. 2e16101 Merge tag 'drm-intel-next-2017-03-06' of git://anongit.freedesktop.org/git/drm-intel into drm-next by Dave Airlie · 8 years ago
  21. 7c55e2c drm/i915: Use pagecache write to prepopulate shmemfs from pwrite-ioctl by Chris Wilson · 8 years ago
  22. 4e5462e drm/i915: Store a permanent error in obj->mm.pages by Chris Wilson · 8 years ago
  23. 0542524 drm/i915: Generalise wait for execlists to be idle by Chris Wilson · 8 years ago
  24. c8659ef drm/i915: Drop spinlocks around adding to the client request list by Chris Wilson · 8 years ago
  25. c998e8a drm/i915: Hold rpm during GEM suspend in driver unload/suspend by Chris Wilson · 8 years ago
  26. 67b807a8 drm/i915: Delay disabling the user interrupt for breadcrumbs by Chris Wilson · 8 years ago
  27. 11bac80 mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf by Dave Jiang · 8 years ago
  28. ef0f411 drm/i915: Drop support for I915_EXEC_CONSTANTS_* execbuf parameters. by Kenneth Graunke · 8 years ago
  29. 754c9fd drm/i915: Protect the request->global_seqno with the engine->timeline lock by Chris Wilson · 8 years ago
  30. 94000cc Merge tag 'v4.10-rc8' into drm-next by Dave Airlie · 8 years ago
  31. d59b21e drm/i915: Remove 'retire' parameter from intel_fb_obj_flush by Chris Wilson · 8 years ago
  32. 57822dc drm/i915: Perform object clflushing asynchronously by Chris Wilson · 8 years ago
  33. f6aaba4 drm/i915: Skip clflushes for all non-page backed objects by Chris Wilson · 8 years ago
  34. 5a97bcc drm/i915: Amalgamate flushing of display objects by Chris Wilson · 8 years ago
  35. e59dc17 drm/i915: Move cpu_cache_is_coherent() to header by Chris Wilson · 8 years ago
  36. 208b84a drm/i915: Remove change_domain tracepoint by Chris Wilson · 8 years ago
  37. e54ca97 drm/i915: Remove completed fences after a wait by Chris Wilson · 8 years ago
  38. 581ab1f drm/i915: Unwind conversion to i915_gem_phys_ops on failure by Chris Wilson · 8 years ago
  39. c1d2061 drm/i915: Squelch any ktime/jiffie rounding errors for wait-ioctl by Chris Wilson · 8 years ago
  40. 636deb5 drm/i915: Pass timeout==0 on to i915_gem_object_wait_fence() by Chris Wilson · 8 years ago
  41. ec62ed3 drm/i915: Restore context and pd for ringbuffer submission after reset by Chris Wilson · 8 years ago
  42. d892e93 drm/i915: Pass timeout==0 on to i915_gem_object_wait_fence() by Chris Wilson · 8 years ago
  43. 1705945 drm/i915: Test coherency of and barriers between cache domains by Chris Wilson · 8 years ago
  44. 8335fd6 drm/i915: Add selftests for object allocation, phys by Chris Wilson · 8 years ago
  45. 4465398 drm/i915: Create a fake object for testing huge allocations by Chris Wilson · 8 years ago
  46. 66d9cb5 drm/i915: Mock the GEM device for self-testing by Chris Wilson · 8 years ago
  47. 935a2f7 drm/i915: Add some selftests for sg_table manipulation by Chris Wilson · 8 years ago
  48. 2ae5573 drm/i915: Clear the last_retired_context following a hang/reset by Chris Wilson · 8 years ago
  49. fe3288b drm/i915: Park the breadcrumbs signaler across a GPU reset by Chris Wilson · 8 years ago
  50. 1d30963 drm/i915: Kill the tasklet then disable by Chris Wilson · 8 years ago
  51. c00122f3 drm/i915: Assert that the active request hasn't been signaled by Chris Wilson · 8 years ago
  52. 8c12d12 drm/i915: Move the irq_barrier for reset earlier into reset_prepare by Chris Wilson · 8 years ago
  53. c4d4c1c drm/i915: Flush the freed object queue on device release by Chris Wilson · 8 years ago
  54. 51a831a Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued by Daniel Vetter · 8 years ago
  55. 1f7b847 drm/i915: Disable engine->irq_tasklet around resets by Chris Wilson · 8 years ago
  56. d802709 drm/i915: Split GEM resetting into 3 phases by Chris Wilson · 8 years ago
  57. 20a8a74 drm/i915: Move calling engine->init_hw() to its own function by Chris Wilson · 8 years ago
  58. 519d524 drm/i915: i915_gem_shrink_all() needs an awake device by Chris Wilson · 8 years ago
  59. 83bf6d5 drm/i915: Remove overzealous fence warn on runtime suspend by Chris Wilson · 8 years ago
  60. e381869 drm/i915: Flush untouched framebuffers before display on !llc by Chris Wilson · 8 years ago
  61. c0dcb20 drm/i915: Restore context and pd for ringbuffer submission after reset by Chris Wilson · 8 years ago
  62. e0ec3ec drm/i915: Remove overzealous fence warn on runtime suspend by Chris Wilson · 8 years ago
  63. 4e64e55 drm: Improve drm_mm search (and fix topdown allocation) with rbtrees by Chris Wilson · 8 years ago
  64. 69aeafe drm/i915: Flush untouched framebuffers before display on !llc by Chris Wilson · 8 years ago
  65. 2414551 drm/i915: Reset the gpu on takeover by Chris Wilson · 8 years ago
  66. e0216b7 drm/i915: Treat an error from i915_vma_instance() as unlikely by Chris Wilson · 8 years ago
  67. befedbb drm/i915: Use common LRU inactive vma bumping for unpin_from_display by Chris Wilson · 8 years ago
  68. d65415d drm/i915: Do an unlocked wait before set-cache-level ioctl by Chris Wilson · 8 years ago
  69. 718659a drm/i915: Rename some warts in the VMA API by Chris Wilson · 8 years ago
  70. 71895a0 drm/i915: Add comment how we treat hung contexts by Mika Kuoppala · 8 years ago
  71. 0e178ae drm/i915: Detect a failed GPU reset+recovery by Chris Wilson · 8 years ago
  72. 61da536 drm/i915: Tidy up engine reset logic by Mika Kuoppala · 8 years ago
  73. bf2f043 drm/i915: Introduce engine_stalled helper by Mika Kuoppala · 8 years ago
  74. 211b12a drm/i915: Cleanup request skip decision by Mika Kuoppala · 8 years ago
  75. 36193ac drm/i915: Introduce engine_skip_context by Mika Kuoppala · 8 years ago
  76. 4c96554 drm/i915: Move engine reset preparation to i915_gem_reset_prepare() by Chris Wilson · 8 years ago
  77. f131e35 drm/i915: Skip switch to kernel context if already done by Chris Wilson · 8 years ago
  78. 47a8e3f drm/i915: Eliminate superfluous i915_ggtt_view_normal by Chris Wilson · 8 years ago
  79. 8bab1193 drm/i915: Convert i915_ggtt_view to use an anonymous union by Chris Wilson · 8 years ago
  80. 3bf4d57 drm/i915: Stop clearing i915_ggtt_view by Chris Wilson · 8 years ago
  81. e4621b7 drm/i915: Fix phys pwrite for struct_mutex-less operation by Chris Wilson · 8 years ago
  82. f51455d drm/i915: Replace 4096 with PAGE_SIZE or I915_GTT_PAGE_SIZE by Chris Wilson · 8 years ago
  83. 2a20d6f drm/i915: Rename i915_gem_engine_cleanup() to engine_set_wedged() by Chris Wilson · 8 years ago
  84. 3cd9442 drm/i915: Mark all incomplete requests as -EIO when wedged by Chris Wilson · 8 years ago
  85. 3c1b284 drm/i915: Set an error status for a resubmitted request by Chris Wilson · 8 years ago
  86. c0d5f32 drm/i915: Set guilty-flag on fence after detecting a hang by Chris Wilson · 8 years ago
  87. 2edc6e0 drm/i915: Consolidate reset_request() by Chris Wilson · 8 years ago
  88. 05adb18 Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued by Daniel Vetter · 8 years ago
  89. 8201c1f drm/i915: Clip the partial view against the object not vma by Chris Wilson · 8 years ago
  90. 2d4281b drm/i915: Extract compute_partial_view() by Chris Wilson · 8 years ago
  91. 91d4e0aa drm/i915: Move ggtt fence/alignment to i915_gem_tiling.c by Chris Wilson · 8 years ago
  92. 944397f drm/i915: Store required fence size/alignment for GGTT vma by Chris Wilson · 8 years ago
  93. 5b30694 drm/i915: Align GGTT sizes to a fence tile row by Chris Wilson · 8 years ago
  94. 6649a0b drm/i915: Extract tile_row_size for fencing by Chris Wilson · 8 years ago
  95. 5c37daf Merge tag 'drm-intel-next-2017-01-09' of git://anongit.freedesktop.org/git/drm-intel into drm-next by Dave Airlie · 8 years ago
  96. 2fd8774 Merge branch 'stable/for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb by Linus Torvalds · 8 years ago
  97. 7453c54 swiotlb: Export swiotlb_max_segment to users by Konrad Rzeszutek Wilk · 8 years ago
  98. b42a13d drm/i915: Drain freed objects for mmap space exhaustion by Chris Wilson · 8 years ago
  99. 10466d2 drm/i915: Fix phys pwrite for struct_mutex-less operation by Chris Wilson · 8 years ago
  100. 984ff29f drm/i915: Simplify testing for am-I-the-kernel-context? by Chris Wilson · 8 years ago