1. e71a82d Revert "drm/i915/cnl: Use mmio access to context status buffer" by Chris Wilson · 7 years ago
  2. 77dfedb drm/i915/execlists: Use rmb() to order CSB reads by Chris Wilson · 7 years ago
  3. 73f4e8a drm/i915/icl: WaForwardProgressSoftReset by Oscar Mateo · 7 years ago
  4. 5ba700c drm/i915/icl: Wa_1406838659 by Oscar Mateo · 7 years ago
  5. 5215eef drm/i915/icl: Wa_1604302699 by Oscar Mateo · 7 years ago
  6. 36204d8 drm/i915/icl: Wa_1406680159 by Oscar Mateo · 7 years ago
  7. 0a437d4 drm/i915/icl: Wa_1405779004 by Oscar Mateo · 7 years ago
  8. 908ae05 drm/i915/icl: WaDisCtxReload by Oscar Mateo · 7 years ago
  9. 6b967dc drm/i915/icl: WaCL2SFHalfMaxAlloc by Oscar Mateo · 7 years ago
  10. 5246ae4 drm/i915/icl: WaDisableCleanEvicts by Oscar Mateo · 7 years ago
  11. f4a3571 drm/i915/icl: WaModifyGamTlbPartitioning by Oscar Mateo · 7 years ago
  12. d41bab6 drm/i915/icl: WaL3BankAddressHashing by Oscar Mateo · 7 years ago
  13. 5bcebe7 drm/i915/icl: WaGAPZPriorityScheme by Oscar Mateo · 7 years ago
  14. d65dc3e drm/i915/icl: Enable Sampler DFR by Oscar Mateo · 7 years ago
  15. cc38cae drm/i915/icl: Introduce initial Icelake Workarounds by Oscar Mateo · 7 years ago
  16. ca6acc2 drm/i915/gtt: Trust the uncached store to flush wcb by Mika Kuoppala · 7 years ago
  17. 429204f drm/i915: Add NV12 as supported format for sprite plane by Chandra Konduru · 7 years ago
  18. c0b56ab drm/i915: Add NV12 as supported format for primary plane by Chandra Konduru · 7 years ago
  19. e44134f drm/i915: Add NV12 support to intel_framebuffer_init by Chandra Konduru · 7 years ago
  20. 5d79428 drm/i915: Add skl_check_nv12_surface for NV12 by Maarten Lankhorst · 7 years ago
  21. 6deef9b drm/i915: Enable Display WA 0528 by Vidya Srinivas · 7 years ago
  22. 8e02115 drm/i915: Enable display workaround 827 for all planes, v2. by Maarten Lankhorst · 7 years ago
  23. 2bdd045 drm/i915/psr: Check if VBT says PSR can be enabled. by Dhinakaran Pandiyan · 7 years ago
  24. 6486d84 drm/i915/guc: Make submission tasklet hardirq safe by Chris Wilson · 7 years ago
  25. 4413c47 drm/i915/execlists: Make submission tasklet hardirq safe by Chris Wilson · 7 years ago
  26. b9777c6 drm/i915/selftests: Only switch to kernel context when locked by Chris Wilson · 7 years ago
  27. 1d7a99f drm/i915/selftests: Create mock_engine() under struct_mutex by Chris Wilson · 7 years ago
  28. 0adb90d drm/i915: Annotate timeline lock nesting by Chris Wilson · 7 years ago
  29. a33f084 drm/i915: Remove unused i915_flip tracepoints by Chris Wilson · 7 years ago
  30. 71ace7c drm/i915: Disable tasklet scheduling across initial scheduling by Chris Wilson · 7 years ago
  31. 4f6d8fc drm/i915: Flush submission tasklet after bumping priority by Chris Wilson · 7 years ago
  32. 4cdf65c drm/i915/selftests: Return to kernel context after each test by Chris Wilson · 7 years ago
  33. aaefa06 drm/i915: don't leak the pin_map on error by Matthew Auld · 7 years ago
  34. 7c2f5bc drm/i915/selftests: Flush GPU activity before completing live_contexts by Chris Wilson · 7 years ago
  35. 98dc045 drm/i915/selftests: Refactor common flush_test() by Chris Wilson · 7 years ago
  36. c11c7bf drm/i915/userptr: reject zero user_size by Matthew Auld · 7 years ago
  37. a02eb97 drm/i915/execlists: Cache the priolist when rescheduling by Chris Wilson · 7 years ago
  38. 87c7acf drm/i915/execlists: Drop unused parameter to lookup_priolist() by Chris Wilson · 7 years ago
  39. 4e8507b drm/i915: Don't request a bug report for unsafe module parameters by Chris Wilson · 7 years ago
  40. 145ef0d drm/i915/icl: compute the MG PLL registers by Paulo Zanoni · 7 years ago
  41. bb82139 drm/i915/icl: compute the combo PHY (DPLL) DP registers by Paulo Zanoni · 7 years ago
  42. febafb93 drm/i915/icl: compute the combo PHY (DPLL) HDMI registers by Paulo Zanoni · 7 years ago
  43. c27e917 drm/i915/icl: add basic support for the ICL clocks by Paulo Zanoni · 7 years ago
  44. 13e1592 drm/i915: Add documentation to gen9_set_dc_state() by Imre Deak · 7 years ago
  45. 52cc801 drm/i915/selftests: Skip the execlists tests on !execlists machines by Chris Wilson · 7 years ago
  46. 280b54a drm/i915: Fix drm:intel_enable_lvds ERROR message in kernel log by Florent Flament · 7 years ago
  47. f2742e4 drm/i915: Include priority and completed status in request in/out tracepoints by Tvrtko Ursulin · 7 years ago
  48. 43c8c44 drm/i915: Remove assertion of active_rings must be non-empty if active_requests by Chris Wilson · 7 years ago
  49. c258f91 drm/i915/gtt: Tidy up duplicate branches in gen8_gmch_probe() by Chris Wilson · 7 years ago
  50. 47d4cb8 i915: Convert to use match_string() helper by Andy Shevchenko · 7 years ago
  51. 74f947412 drm/i915/execlists: Drop preemption arbitrations points along the ring by Chris Wilson · 7 years ago
  52. 7c572e1 drm/i915: Keep one request in our ring_list by Chris Wilson · 7 years ago
  53. 3365e22 drm/i915: Lazily unbind vma on close by Chris Wilson · 7 years ago
  54. dc74f6f drm/i915/selftests: fix spelling mistake: "parmaters" -> "parameters" by Colin Ian King · 7 years ago
  55. 74ba22e drm/i915/icl: Add configuring MOCS in new Icelake engines by Tomasz Lis · 7 years ago
  56. bd4cd03 drm/i915: Correctly populate user mode h/vdisplay with pipe src size during readout by Ville Syrjälä · 7 years ago
  57. 9ba59b7 drm/i915: Remove redundant check for negative timeout while doing an atomic pipe update by Tarun · 7 years ago
  58. 3297234a drm/i915: Adjust eDP's logical vco in a reliable place. by Rodrigo Vivi · 7 years ago
  59. e21b141 drm/i915: Mark the hangcheck as idle when unparking the engines by Chris Wilson · 7 years ago
  60. ea491b2 drm/i915: Reset the hangcheck timestamp before repeating a seqno by Chris Wilson · 7 years ago
  61. e01569a drm/i915: Silence debugging DRM_ERROR for failing to suspend vlv powerwells by Chris Wilson · 7 years ago
  62. b9b7742 drm/i915/execlists: Emit i915_trace_request_out for preemption by Chris Wilson · 7 years ago
  63. a89d1f9 drm/i915: Split i915_gem_timeline into individual timelines by Chris Wilson · 7 years ago
  64. 65fcb80 drm/i915: Move timeline from GTT to ring by Chris Wilson · 7 years ago
  65. 81cf8b7 drm/i915/firmware: Correct URL for firmware by Anusha Srivatsa · 7 years ago
  66. 0d4b78b drm/i915/guc: Assert we have the doorbell before setting it up by Chris Wilson · 7 years ago
  67. 46e2068 drm/i915: Disable some extra clang warnings by Matthias Kaehlcke · 7 years ago
  68. 3a06872 drm/i915: Show ring->start for the ELSP context/request queue by Chris Wilson · 7 years ago
  69. 77cbe92 drm/i915/selftests: Fix error checking for wait_var_timeout by Chris Wilson · 7 years ago
  70. f425d08 drm/i915: add support for specifying DMC firmware override by module param by Jani Nikula · 7 years ago
  71. 53f071e Merge drm/drm-next into drm-intel-next-queued by Jani Nikula · 7 years ago
  72. 043477b drm/i915: Print error state times relative to capture by Mika Kuoppala · 7 years ago
  73. c5ce3b8 drm/i915/execlists: Don't trigger preemption if complete by Chris Wilson · 7 years ago
  74. 36cf89f drm/i915/icl: Fix the DP Max Voltage for ICL by Manasi Navare · 7 years ago
  75. fb5c8e9 drm/i915/icl: Implement voltage swing programming sequence for Combo PHY DDI by Manasi Navare · 7 years ago
  76. 643b450 drm/i915: Only track live rings for retiring by Chris Wilson · 7 years ago
  77. b887d61 drm/i915: Retire requests along rings by Chris Wilson · 7 years ago
  78. ab82a06 drm/i915: Wrap engine->context_pin() and engine->context_unpin() by Chris Wilson · 7 years ago
  79. 52d7f16 drm/i915: Stop tracking timeline->inflight_seqnos by Chris Wilson · 7 years ago
  80. 5692251 drm/i915/lrc: Scrub the GPU state of the guilty hanging request by Chris Wilson · 7 years ago
  81. 0ab3902 Merge tag 'drm-misc-next-2018-04-26' of git://anongit.freedesktop.org/drm/drm-misc into drm-next by Dave Airlie · 7 years ago
  82. 6da6c0d Linux v4.17-rc3 by Linus Torvalds · 7 years ago
  83. c61a56a Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  84. 65f4d6d Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  85. 810fb07 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  86. 7d9e55f Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  87. cdface5 Merge tag 'for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 7 years ago
  88. 19b9ad6 <linux/stringhash.h>: fix end_name_hash() for 64bit long by Amir Goldstein · 7 years ago
  89. bf8f5de MAINTAINERS: add myself as maintainer of AFFS by David Sterba · 7 years ago
  90. a97d8ef Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 7 years ago
  91. 6e041ff Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  92. cac2642 Merge tag '4.17-rc2-smb3' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 7 years ago
  93. 0d95cfa Merge tag 'powerpc-4.17-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 7 years ago
  94. 78b60ce drm/i915/icl: add definitions for the ICL PLL registers by Paulo Zanoni · 7 years ago
  95. 37cde11 drm/i915/icl: update ddb entry start/end mask during hw ddb readout by Mahesh Kumar · 7 years ago
  96. aa9664f drm/i915/icl: Enable 2nd DBuf slice only when needed by Mahesh Kumar · 7 years ago
  97. 74bd800 drm/i915/icl: track dbuf slice-2 status by Mahesh Kumar · 7 years ago
  98. 46dc111 rMerge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  99. 077ef1f drm/i915/icl: Don't set pipe CSC/Gamma in PLANE_COLOR_CTL by James Ausmus · 7 years ago
  100. 19b522d Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 7 years ago