1. c6782b7 drm/i915/gen9: Reset secondary power well requests left on by DMC/KVMR by Imre Deak · 8 years ago
  2. 28ca693 drm/i915/bxt: Add a note about BXT_PORT_CL1CM_DW30 being read-only by Imre Deak · 8 years ago
  3. d1e082f drm/i915/bxt: Fix GRC code register field definitions by Imre Deak · 8 years ago
  4. e796853 drm/i915/bxt: Reject DMC firmware versions with known bugs by Imre Deak · 8 years ago
  5. 560ce1d drm/i915: use drm_crtc_send_vblank_event() by Gustavo Padovan · 8 years ago
  6. 3d7d0c8 drm/i915: Use fw_domains_put_with_fifo() on HSW by Ville Syrjälä · 8 years ago
  7. e30e251 drm/i915: Split gen8_gt_irq_handler into ack+handle by Ville Syrjälä · 8 years ago
  8. 261e40b drm/i915: Eliminate passing dev+dev_priv to {snb,ilk}_gt_irq_handler() by Ville Syrjälä · 8 years ago
  9. 5289487 drm/i915: Move gt/pm irq handling out from irq disabled section on VLV by Ville Syrjälä · 8 years ago
  10. 2ecb8ca drm/i915: Split VLV/CVH PIPESTAT handling into ack+handler by Ville Syrjälä · 8 years ago
  11. 1ae3c34 drm/i915: Split PORT_HOTPLUG_STAT ack out from i9xx_hpd_irq_handler() by Ville Syrjälä · 8 years ago
  12. 6e81480 drm/i915: Move variables to narrower scope in VLV/CHV irq handlers by Ville Syrjälä · 8 years ago
  13. 1e1cace drm/i915: Eliminate loop from VLV irq handler by Ville Syrjälä · 8 years ago
  14. a5e485a drm/i915: Clear VLV_IER around irq processing by Ville Syrjälä · 8 years ago
  15. 4a0a020 drm/i915: Clear VLV_MASTER_IER around irq processing by Ville Syrjälä · 8 years ago
  16. 7ce4d1f drm/i915: Clear VLV_IIR after PIPESTAT by Ville Syrjälä · 8 years ago
  17. 34c7b8a drm/i915: Set up VLV_MASTER_IER consistently by Ville Syrjälä · 8 years ago
  18. e5328c4 drm/i915: Use GEN8_MASTER_IRQ_CONTROL consistently by Ville Syrjälä · 8 years ago
  19. 297b32e drm/i915: Ignore GTFIFODBG FIFO free entry fields on CHV by Ville Syrjälä · 8 years ago
  20. 0ccdacf drm/i915/mocs: Program MOCS for all engines on init by Peter Antoine · 8 years ago
  21. aa9b781 drm/i915: Late request cancellations are harmful by Chris Wilson · 8 years ago
  22. fcb5106 drm/i915: Reorganise legacy context switch to cope with late failure by Chris Wilson · 8 years ago
  23. e1a8daa drm/i915: Split out !RCS legacy context switching by Chris Wilson · 8 years ago
  24. 349f2cc drm/i915: Move the mb() following release-mmap into release-mmap by Chris Wilson · 8 years ago
  25. a687a43 drm/i915: Force ringbuffers to not be at offset 0 by Chris Wilson · 8 years ago
  26. e9135c4 drm/i915: Prevent machine death on Ivybridge context switching by Chris Wilson · 8 years ago
  27. 804e59a drm/i915: Suppress error message when GPU resets are disabled 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. f7e5838 drm/i915: Simplify reset_counter handling during atomic modesetting by Chris Wilson · 8 years ago
  30. 299259a drm/i915: Store the reset counter when constructing a request by Chris Wilson · 8 years ago
  31. d98c52c drm/i915: Tighten reset_counter for reset status by Chris Wilson · 8 years ago
  32. 7f1847e drm/i915: Simplify checking of GPU reset_counter in display pageflips by Chris Wilson · 8 years ago
  33. c19ae98 drm/i915: Hide the atomic_read(reset_counter) behind a helper by Chris Wilson · 8 years ago
  34. d501b1d drm/i915: Add GEM debugging Kconfig option by Chris Wilson · 8 years ago
  35. e73bdd2 drm/i915: Disentangle i915_drv.h includes by Chris Wilson · 8 years ago
  36. 0a793ad drm/i915: Force clean compilation with -Werror by Chris Wilson · 8 years ago
  37. c02e85a drm/i915: Calculate edram size by Mika Kuoppala · 8 years ago
  38. 3accaf7 drm/i915: Store and use edram capabilities by Mika Kuoppala · 8 years ago
  39. 666fbcf drm/i915: Don't program eLLC IDI hash mask for gen9+ by Mika Kuoppala · 8 years ago
  40. 3cb26e2 drm/i915/opregion: remove unnecessary ifdefs on CONFIG_ACPI by Jani Nikula · 8 years ago
  41. ce81a65 drm/i915: Adjust size of PIPE_CONTROL used for gen8 render seqno write by Michał Winiarski · 8 years ago
  42. 97ea6be drm/i915/skl: Fix spurious gpu hang with gt3/gt4 revs by Mika Kuoppala · 8 years ago
  43. 185c66e drm/i915/skl: Fix rc6 based gpu/system hang by Mika Kuoppala · 8 years ago
  44. 3f10e82 drm/i915: add INTEL_GEN() helper shorthand for INTEL_INFO()->gen by Jani Nikula · 8 years ago
  45. 7d774ca drm/i915: Use new i915_gem_object_pin_map for LRC by Tvrtko Ursulin · 8 years ago
  46. 04794ad drm/i915: Split execlists hardware status page initialisation from setup by Tvrtko Ursulin · 8 years ago
  47. b521973 drm/i915: Don't read out port_clock on CHV when DPLL is disabled by Ville Syrjälä · 8 years ago
  48. 7f7d8dd drm/i915: Dump pfit PGM_RATIOS as hex by Ville Syrjälä · 8 years ago
  49. ae9ec62 drm/i915: Fix CHV DSI PLL refclk during state readout by Ville Syrjälä · 8 years ago
  50. f00b568 drm/i915: Power down the DSI PLL before reconfiguring it by Ville Syrjälä · 8 years ago
  51. 50dd63a drm/i915: Change lfsr_converts[] to u16 by Ville Syrjälä · 8 years ago
  52. 522bad5 Revert "drm/i915: Limit the auto arming of mmio debugs on vlv/chv" by Ville Syrjälä · 8 years ago
  53. 71b8b41 drm/i915: Move DPINVGTT setup to vlv_display_irq_reset() by Ville Syrjälä · 8 years ago
  54. 766078d drm/i915: Move vlv_init_display_clock_gating() to the display power well by Ville Syrjälä · 8 years ago
  55. 6b7eafc drm/i915: Warn if irq_mask isn't ~0 during vlv/cvh display irq postinstall by Ville Syrjälä · 8 years ago
  56. 9ab981f drm/i915: Use GEN5_IRQ_INIT() in vlv_display_irq_postinstall() by Ville Syrjälä · 8 years ago
  57. d6c6980 drm/i915: Clear display interrupt before enabling when turning on the power well by Ville Syrjälä · 8 years ago
  58. 8bb6130 drm/i915: Move vlv/chv display irq code to a more logical place by Ville Syrjälä · 8 years ago
  59. 9918271 drm/i915: Skip display irq setup if display irqs aren't flagged as enabled by Ville Syrjälä · 8 years ago
  60. ad22d10 drm/i915: Fix up vlv/chv display irq setup by Ville Syrjälä · 8 years ago
  61. 93de68f drm/i915: Remove "VLV magic" from irq setup by Ville Syrjälä · 8 years ago
  62. 6b23f3e drm/i915: Replace ILK eDP underrun suppression with something better by Ville Syrjälä · 8 years ago
  63. 1204d5b drm/i915: Make sure LP1+ watermarks levels are preserved when going from 1 to 2 pipes by Ville Syrjälä · 8 years ago
  64. b2c0593 drm/i915: Try to shut up more ILK underruns by Ville Syrjälä · 8 years ago
  65. 3756685 drm/i915: Only grab correct forcewake for the engine with execlists by Tvrtko Ursulin · 8 years ago
  66. a70ecc1 drm/i915: Remove forcewake request registers from the shadowed table by Tvrtko Ursulin · 8 years ago
  67. 6863b76 drm/i915: Extract knowledge of register forcewake domains by Tvrtko Ursulin · 8 years ago
  68. 4e1176d drm/i915: Do not serialize forcewake acquire across domains by Tvrtko Ursulin · 8 years ago
  69. 33c582c drm/i915: Simplify for_each_fw_domain iterators by Tvrtko Ursulin · 8 years ago
  70. a57a4a6 drm/i915: Use consistent forcewake auto-release timeout across kernel configs by Tvrtko Ursulin · 8 years ago
  71. a056281 drm/i915: Get panel_type from OpRegion panel details by Ville Syrjälä · 8 years ago
  72. 3e845c7 drm/i915: Replace the static panel_type variable with dev_priv->vbt.panel_type by Ville Syrjälä · 8 years ago
  73. eeeebea drm/i915: Reject panel_type > 0xf from VBT by Ville Syrjälä · 8 years ago
  74. 7067780 drm/i915: Make GMBUS timeout message DRM_DEBUG_KMS by Ville Syrjälä · 8 years ago
  75. 3e4d44e drm/i915: Restore GMBUS operation after a failed bit-banging fallback by Ville Syrjälä · 8 years ago
  76. ade754e drm/i915: Protect force_bit with gmbus_mutex by Ville Syrjälä · 8 years ago
  77. f470b19 drm/i915/userptr: Store i915 backpointer for i915_mm_struct by Chris Wilson · 8 years ago
  78. 40313f0 drm/i915/userptr: Hold mmref whilst calling get-user-pages by Chris Wilson · 8 years ago
  79. 393afc2 drm/i915/userptr: Flush cancellations before mmu-notifier invalidate returns by Chris Wilson · 8 years ago
  80. ba3150a drm/i915: Update DRIVER_DATE to 20160411 by Daniel Vetter · 8 years ago
  81. 3970285 Merge tag 'v4.6-rc3' into drm-intel-next-queued by Daniel Vetter · 8 years ago
  82. fb8621d drm/i915: Avoid allocating a vmap arena for a single page by Chris Wilson · 8 years ago
  83. f2a85e1 drm,i915: Introduce drm_malloc_gfp() by Chris Wilson · 8 years ago
  84. eae2c43 drm/i915/shrinker: Restrict vmap purge to objects with vmaps by Chris Wilson · 8 years ago
  85. 0a798eb drm/i915: Refactor duplicate object vmap functions by Chris Wilson · 8 years ago
  86. d2cad53 drm/i915: Consolidate common error handling in intel_pin_and_map_ringbuffer_obj by Chris Wilson · 8 years ago
  87. 6d19245 drm/i915/dmabuf: Tighten struct_mutex for unmap_dma_buf by Chris Wilson · 8 years ago
  88. b1e429f drm/i915: implement WaClearTdlStateAckDirtyBits by Tim Gore · 8 years ago
  89. 25a5670 drm/i915/bxt: Reversed polarity of PORT_PLL_REF_SEL bit by Dongwon Kim · 8 years ago
  90. c0ead70 drm/i915: Rename hw state checker to hw state verifier. by Maarten Lankhorst · 8 years ago
  91. f6d1973 drm/i915: Move modeset state verifier calls. by Maarten Lankhorst · 8 years ago
  92. e7c8454 drm/i915: Make modeset state verifier take crtc as argument. by Maarten Lankhorst · 8 years ago
  93. bf16200 Linux 4.6-rc3 by Linus Torvalds · 8 years ago
  94. 08b15d1 Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 8 years ago
  95. 2f422f9 Merge tag 'mmc-v4.6-rc1' of git://git.linaro.org/people/ulf.hansson/mmc by Linus Torvalds · 8 years ago
  96. 6a7c924 Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 8 years ago
  97. 9f2394c Revert "ext4: allow readdir()'s of large empty directories to be interrupted" by Linus Torvalds · 8 years ago
  98. 5b5b7fd Merge branch 'parisc-4.6-3' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 8 years ago
  99. 239467e Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  100. 289b7bf Merge tag 'gpio-v4.6-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 8 years ago