1. 261aeba drm/i915: use memdup_user_nul by Geliang Tang · 8 years ago
  2. 6f38123 drm/i915: Fix rawclk readout for g4x by Ville Syrjälä · 8 years ago
  3. 5e5655c drm/i915: Micro-optimise hotpath through intel_ring_begin() by Chris Wilson · 8 years ago
  4. 95aebcb drm/i915: Report the ring->space from intel_ring_update_space() by Chris Wilson · 8 years ago
  5. 605d5b3 drm/i915: Avoid the branch in computing intel_ring_space() by Chris Wilson · 8 years ago
  6. 266a240 drm/i915: Use engine->context_pin() to report the intel_ring by Chris Wilson · 8 years ago
  7. c944a30 drm/i915: Implement dma_buf_ops->kmap by Chris Wilson · 8 years ago
  8. ad15f74 Merge tag 'tags/drm-for-v4.12' into drm-intel-next-queued by Daniel Vetter · 8 years ago
  9. 8a2d6ae ALSA: x86: Register multiple PCM devices for the LPE audio card by Ville Syrjälä · 8 years ago
  10. a8562e4 drm/i915: Clean up the LPE audio platform data by Ville Syrjälä · 8 years ago
  11. 20be551 drm/i915: Reorganize intel_lpe_audio_notify() arguments by Ville Syrjälä · 8 years ago
  12. 265fa2e drm/i915: Remove hdmi_connected from LPE audio pdata by Ville Syrjälä · 8 years ago
  13. c98ec5b drm/i915: Replace tmds_clock_speed and link_rate with just ls_clock by Ville Syrjälä · 8 years ago
  14. d220559 drm/i915: Remove the unused pending_notify from LPE platform data by Ville Syrjälä · 8 years ago
  15. ebf5f92 drm/i915: Stop pretending to mask/unmask LPE audio interrupts by Ville Syrjälä · 8 years ago
  16. 183c003 drm/i915: Fix runtime PM for LPE audio by Ville Syrjälä · 8 years ago
  17. 49f0859 drm/i915: Switch the global i915.semaphores check to a local predicate by Chris Wilson · 8 years ago
  18. fc9d4d2 drm/i915: Do not record a successful syncpoint for a dma-await by Chris Wilson · 8 years ago
  19. 7e8894e drm/i915: Rename intel_timeline.sync_seqno[] to .global_sync[] by Chris Wilson · 8 years ago
  20. 4797948 drm/i915: Squash repeated awaits on the same fence by Chris Wilson · 8 years ago
  21. ceae14b drm/i915: Lift timeline ordering to await_dma_fence by Chris Wilson · 8 years ago
  22. 29ef3fa drm/i915: Unwrap top level fence-array by Chris Wilson · 8 years ago
  23. 9431282 drm/i915: Mark up clflushes as belonging to an unordered timeline by Chris Wilson · 8 years ago
  24. 6b07b6d drm/i915: Use wait_for_atomic_us when waiting for gt fifo by Mika Kuoppala · 8 years ago
  25. a338908 drm/i915: Move the GTFIFODBG to the common mmio dbg framework by Mika Kuoppala · 8 years ago
  26. 789a625 drm/i915/guc: Enable send function only after successful init by Michal Wajdeczko · 8 years ago
  27. cefcff8 drm/i915: Do not leak dev_priv->l3_parity.remap_info[] by Joonas Lahtinen · 8 years ago
  28. a021880 drm/i915: Update DRIVER_DATE to 20170502 by Daniel Vetter · 8 years ago
  29. 8b03d1e Merge branch 'linux-4.12' of git://github.com/skeggsb/linux into drm-next by Dave Airlie · 8 years ago
  30. 271393b drm/nouveau/fb/gf100-: Fix 32 bit wraparound in new ram detection by Mario Kleiner · 8 years ago
  31. 48907c2 drm/nouveau/secboot/gm20b: fix the error return code in gm20b_secboot_tegra_read_wpr() by Wei Yongjun · 8 years ago
  32. 60b95d7 drm/nouveau/kms: Increase max retries in scanout position queries. by Mario Kleiner · 8 years ago
  33. a7cb78b drm/nouveau/bios/bitP: check that table is long enough for optional pointers by Ben Skeggs · 8 years ago
  34. eef4988 drm/nouveau/fifo/nv40: no ctxsw for pre-nv44 mpeg engine by Ilia Mirkin · 8 years ago
  35. 73ba2d5 Merge tag 'drm-intel-next-fixes-2017-04-27' of git://anongit.freedesktop.org/git/drm-intel into drm-next by Dave Airlie · 8 years ago
  36. 53cecf1 Merge branch 'drm-vmwgfx-next' of git://people.freedesktop.org/~syeh/repos_linux into drm-next by Dave Airlie · 8 years ago
  37. 3acbec0 drm/i915/glk: Fix DSI "*ERROR* ULPS is still active" messages by Ander Conselvan de Oliveira · 8 years ago
  38. 5de9232 drm/i915: Capture CCID on ILK by Joonas Lahtinen · 8 years ago
  39. ea117b8 drm/i915: Reset ILK during GEM sanitization by Joonas Lahtinen · 8 years ago
  40. f2e4d76 drm/i915: Eliminate HAS_HW_CONTEXTS by Joonas Lahtinen · 8 years ago
  41. 63ffbcd drm/i915: Sanitize engine context sizes by Joonas Lahtinen · 8 years ago
  42. a366283 drm/i915/guc: Fix sleep under spinlock during reset by Tvrtko Ursulin · 8 years ago
  43. 3204c34 drm/i915: Defer context state allocation for legacy ring submission by Chris Wilson · 8 years ago
  44. e3895af drm/i915: Rename gen8_(un)request_engine_reset to gen8_reset_engine_start/cancel by Michel Thierry · 8 years ago
  45. 56306c6 drm/i915: Fix stale comment about I915_RESET_IN_PROGRESS flag by Michel Thierry · 8 years ago
  46. 763656d drm: mali-dp: use div_u64 for expensive 64-bit divisions by Arnd Bergmann · 8 years ago
  47. 46649d8 drm/i915/glk: Don't allow 12 bpc when htotal is too big by Ander Conselvan de Oliveira · 8 years ago
  48. 88326ef drm/i915: Confirm the request is still active before adding it to the await by Chris Wilson · 8 years ago
  49. 96dabe9 drm/i915: Avoid busy-spinning on VLV_GLTC_PW_STATUS mmio by Chris Wilson · 8 years ago
  50. b162d47 drm/i915/selftests: Allocate inode/file dynamically by Chris Wilson · 8 years ago
  51. acf2dc2 drm/i915: Fix system hang with EI UP masked on Haswell by Mika Kuoppala · 8 years ago
  52. 5af9e67 drm/i915: checking for NULL instead of IS_ERR() in mock selftests by Dan Carpenter · 8 years ago
  53. dea6559 drm/i915: Perform link quality check unconditionally during long pulse by Ville Syrjälä · 8 years ago
  54. dde7b00 drm/i915: Fix use after free in lpe_audio_platdev_destroy() by Chris Wilson · 8 years ago
  55. bdb57b8 drm/i915: Use the right mapping_gfp_mask for final shmem allocation by Chris Wilson · 8 years ago
  56. 440df93 drm/i915: Make legacy cursor updates more unsynced by Ville Syrjälä · 8 years ago
  57. d445aaa drm/i915: Apply a cond_resched() to the saturated signaler by Chris Wilson · 8 years ago
  58. 1676a2b drm/i915: Park the signaler before sleeping by Chris Wilson · 8 years ago
  59. f7b02a5 drm/i915: Skip waking the signaler when enabling before request submission by Chris Wilson · 8 years ago
  60. f8a7715 Merge tag 'gvt-next-fixes-2017-04-20' of https://github.com/01org/gvt-linux into drm-intel-next-fixes by Jani Nikula · 8 years ago
  61. 0100186 drm/i915: Poison the request before emitting commands by Chris Wilson · 8 years ago
  62. e6ba999 drm/i915: Differentiate between sw write location into ring and last hw read by Chris Wilson · 8 years ago
  63. 6b764a5 drm/i915: Report request restarts for both execlists/guc by Chris Wilson · 8 years ago
  64. 695eaa3 drm/i915: Include interesting seqno in the missed breadcrumb debug by Chris Wilson · 8 years ago
  65. c2e7f82 drm: mali-dp: Check the mclk rate and allow up/down scaling by Mihail Atanassov · 8 years ago
  66. 0274e6a drm: mali-dp: Enable image enhancement when scaling by Mihail Atanassov · 9 years ago
  67. 28ce675 drm: mali-dp: Add plane upscaling support by Mihail Atanassov · 8 years ago
  68. 50c7512 drm/mali-dp: Add core_id file to the sysfs interface by Liviu Dudau · 8 years ago
  69. 6954f24 drm: mali-dp: Add CTM support by Mihail Atanassov · 8 years ago
  70. 02725d3 drm: mali-dp: enable gamma support by Mihail Atanassov · 9 years ago
  71. 99665d0 drm: mali-dp: add malidp_crtc_state struct by Mihail Atanassov · 9 years ago
  72. fe10cd6 drm: mali-dp: add custom reset hook for planes by Mihail Atanassov · 9 years ago
  73. c03c17c drm: mali-dp: remove unused variable by Arnd Bergmann · 8 years ago
  74. 88d4d90 drm: mali-dp: add atomic_print_state for planes by Mihail Atanassov · 9 years ago
  75. 85f6421 drm: mali-dp: Enable power management for the device. by Liviu Dudau · 8 years ago
  76. 46f1d42 drm: mali-dp: Update the state of all planes before re-enabling active CRTCs. by Liviu Dudau · 8 years ago
  77. ade0b0c drm/i915: Confirm the request is still active before adding it to the await by Chris Wilson · 8 years ago
  78. 7a9d200 drm/vmwgfx: Convert macro to octal representation by Øyvind A. Holm · 8 years ago
  79. 3dd14c0 drm/i915: Avoid busy-spinning on VLV_GLTC_PW_STATUS mmio by Chris Wilson · 8 years ago
  80. 546cdbc drm/i915: Stop touching hangcheck.seqno from intel_engine_init_global_seqno() by Chris Wilson · 8 years ago
  81. 6b14627 Merge tag 'drm-misc-next-fixes-2017-04-20' of git://anongit.freedesktop.org/git/drm-misc into drm-next by Dave Airlie · 8 years ago
  82. 2d6c4c8 drm/i915: Use discardable buffers for rings by Chris Wilson · 8 years ago
  83. 2310b3c drm/i915/selftests: Allocate inode/file dynamically by Chris Wilson · 8 years ago
  84. f9b67f0 dma-buf: Rename dma-ops to prevent conflict with kunmap_atomic macro by Logan Gunthorpe · 8 years ago
  85. cb2e77c Merge tag 'sunxi-drm-for-4.12' of https://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux into drm-next by Dave Airlie · 8 years ago
  86. 916a491 drm/i915: Avoid format string expansion from engine names by Kees Cook · 8 years ago
  87. 939cf46 drm/i915: Fix GCC 4.4 build issue with __intel_wait_for_register_fw by Tvrtko Ursulin · 8 years ago
  88. 856ee92 Merge tag 'v4.11-rc7' into drm-next by Dave Airlie · 8 years ago
  89. 3396a27 drm/i915: Fix system hang with EI UP masked on Haswell by Mika Kuoppala · 8 years ago
  90. 418d59e drm: atmel-hlcdc: Uninitialized return in atmel_hlcdc_create_outputs() by Dan Carpenter · 8 years ago
  91. c821ee6 drm/i915/gvt: fix a bounds check in ring_id_to_context_switch_event() by Dan Carpenter · 8 years ago
  92. a0242b0 drm/i915: Update DRIVER_DATE to 20170418 by Daniel Vetter · 8 years ago
  93. b0fd47a drm/i915: Copy user requested buffers into the error state by Chris Wilson · 8 years ago
  94. f4bf77b drm/i915: set "ret" correctly on error paths by Dan Carpenter · 8 years ago
  95. be02f75 drm/i915: checking for NULL instead of IS_ERR() in mock selftests by Dan Carpenter · 8 years ago
  96. 9301397 drm/i915: Implement Link Rate fallback on Link training failure by Manasi Navare · 8 years ago
  97. 1a36147 drm/i915: Perform link quality check unconditionally during long pulse by Ville Syrjälä · 8 years ago
  98. 13f6c71 drm/i915/guc: write wopcm related register once during uc init by daniele.ceraolospurio@intel.com · 8 years ago
  99. 2f410f8 drm/sti: fix GDP size to support up to UHD resolution by Vincent Abriou · 8 years ago
  100. 5ad59bf drm/i915/gvt: Fix PTE write flush for taking runtime pm properly by Zhenyu Wang · 8 years ago