1. 500ea70 drm/i915: Set alternate aux for DDI-E by Rodrigo Vivi · 9 years ago
  2. a513e3d drm/i915: Set power domain for DDI-E by Rodrigo Vivi · 9 years ago
  3. 3774eb5 drm/i915: fix stolen bios_reserved checks by Paulo Zanoni · 9 years ago
  4. cc53699 drm/i915: Use masked write for Context Status Buffer Pointer by Mika Kuoppala · 9 years ago
  5. 9bd9dfb drm/i915/skl WaDisableSbeCacheDispatchPortSharing by Mika Kuoppala · 9 years ago
  6. 02196c7 drm/i915: Spam less on dp aux send/receive problems by Mika Kuoppala · 9 years ago
  7. 842315e drm/i915: Handle return value in intel_pin_and_fence_fb_obj, v2. by Maarten Lankhorst · 9 years ago
  8. 4740b0f drm/i915: Only update mode related state if a modeset happened. by Maarten Lankhorst · 9 years ago
  9. 2d406bb drm/i915: Remove connectors_active. by Maarten Lankhorst · 9 years ago
  10. e02f9a0 drm/i915: Remove connectors_active from intel_dp.c, v2. by Maarten Lankhorst · 9 years ago
  11. 873ffe6 drm/i915: Remove connectors_active from sanitization, v2. by Maarten Lankhorst · 9 years ago
  12. 4d688a2 drm/i915: Get rid of dpms handling. by Maarten Lankhorst · 9 years ago
  13. 4d20cd8 drm/i915: Make crtc checking use the atomic state, v2. by Maarten Lankhorst · 9 years ago
  14. 7c60d19 drm/i915: Remove connectors_active from state checking. by Maarten Lankhorst · 9 years ago
  15. 7b89b8d drm/i915: Remove some unneeded checks from check_crtc_state. by Maarten Lankhorst · 9 years ago
  16. 35dd3c6 drm/i915: Convert connector checking to atomic, v3. by Maarten Lankhorst · 9 years ago
  17. 20fae98 drm/i915: Update atomic state when removing mst connector, v3. by Maarten Lankhorst · 9 years ago
  18. ee165b1 drm/i915: Validate the state after an atomic modeset only, and pass the state. by Maarten Lankhorst · 9 years ago
  19. c4e2d04 drm/i915: Make the force_thru workaround atomic, v2. by Maarten Lankhorst · 9 years ago
  20. 06059d5 Merge tag 'topic/drm-misc-2015-07-28' into drm-intel-next-queued by Daniel Vetter · 9 years ago
  21. 80aa931 drm/i915: disable_shared_pll doesn't work on pre-gen5 by Jesse Barnes · 9 years ago
  22. 245d966 drm/i915:skl: Add WaEnableGapsTsvCreditFix by Arun Siluvery · 9 years ago
  23. a7f749f drm/i915/gen9: Removed byte swapping for csr firmware by Animesh Manna · 9 years ago
  24. 22ce562 drm/i915: read bpp from vbt only for older panels by Thulasimani,Sivakumar · 9 years ago
  25. d37ae19 drm/i915/skl: send opregion_nofify_adapter(PCI_D1) instead of PCI_D3 by Paulo Zanoni · 9 years ago
  26. dcddab3 drm/i915: Extract a intel_power_well_disable() function by Damien Lespiau · 9 years ago
  27. e8ca932 drm/i915: Extract a intel_power_well_enable() function by Damien Lespiau · 9 years ago
  28. 0667405 drm/i915/skl: revert duplicated WaBarrierPerformanceFixDisable:skl by Marc Herbert · 9 years ago
  29. 30886c5 drm/i915: VLV/CHV PSR: Increase wait delay time before active PSR. by Rodrigo Vivi · 9 years ago
  30. 082dcc7 drm/i915: Split sink_crc function in start, stop and read. by Rodrigo Vivi · 9 years ago
  31. 74b4ea1 drm/i915: special-case dirtyfb for frontbuffer tracking by Paulo Zanoni · 9 years ago
  32. 4e1e26f drm/i915: don't disable FBC for pipe A when flipping pipe B by Paulo Zanoni · 9 years ago
  33. 698e84e drm/i915: don't call intel_fbc_update() at intel_unpin_work_fn() by Paulo Zanoni · 9 years ago
  34. 6f4551f drm/i915: fix FBC frontbuffer tracking flushing code by Paulo Zanoni · 9 years ago
  35. 5d8a0d0 drm/i915: Update DRIVER_DATE to 20150731 by Daniel Vetter · 9 years ago
  36. 8453580 drm/i915: Fix command parser table validator by Hanno Böck · 9 years ago
  37. 9f58582 drm/i915: Properly sort MI coomand table by Hanno Böck · 9 years ago
  38. dcc13bc drm/i915: Don't return error on sink crc stop. by Rodrigo Vivi · 9 years ago
  39. afe0d67 drm/i915: Try to stop sink crc calculation on error. by Rodrigo Vivi · 9 years ago
  40. 6c24695 drm/i915: Keep the mm.bound_list in rough LRU order by Chris Wilson · 9 years ago
  41. 3b9a02e drm/i915: Fake AGP is dead by Daniel Vetter · 9 years ago
  42. 8c10342 drm/atomic: Update legacy DPMS state during modesets, v3. by Maarten Lankhorst · 9 years ago
  43. 9a69a9a drm: Make the connector dpms callback return a value, v2. by Maarten Lankhorst · 9 years ago
  44. 613d2b2 drm/atomic: pass old crtc state to atomic_begin/flush. by Maarten Lankhorst · 9 years ago
  45. 3271dca drm/i915: kerneldoc for tiling IOCTL and swizzle functions by Daniel Vetter · 9 years ago
  46. 7f96eca drm/i915: Move low-level swizzling code to i915_gem_fence.c by Daniel Vetter · 9 years ago
  47. a794f62 drm/i915: kerneldoc for fences by Daniel Vetter · 9 years ago
  48. 41a36b7 drm/i915: Extract i915_gem_fence.c by Daniel Vetter · 9 years ago
  49. 042794b drm/i915: Clean up Makefile by Daniel Vetter · 9 years ago
  50. fc59666 drm/atomic: add connectors_changed to separate it from mode_changed, v2 by Maarten Lankhorst · 9 years ago
  51. dcd14dd Merge tag 'topic/connector-locking-2015-07-23' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  52. ce4c464 Merge tag 'topic/crc-pmic-2015-07-23' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  53. f60de97 Merge tag 'drm-intel-next-2015-07-17' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  54. fa78cea Merge tag 'topic/drm-misc-2015-07-23' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  55. 3fdefa3 drm: gc now dead mode_group code by Daniel Vetter · 9 years ago
  56. 9c7060f drm: Stop filtering according to mode_group in getresources by Daniel Vetter · 9 years ago
  57. e4f6254 drm: Roll out drm_for_each_{plane,crtc,encoder} by Daniel Vetter · 9 years ago
  58. 9e75c0e drm/cma-helper: Fix locking in drm_fb_cma_debugfs_show by Daniel Vetter · 9 years ago
  59. 9a9f5ce drm: Roll out drm_for_each_connector more by Daniel Vetter · 9 years ago
  60. 2ee6bcd drm/radeon: Take all modeset locks for DP MST hotplug by Daniel Vetter · 9 years ago
  61. 8bb4da1 drm/i915: Take all modeset locks for DP MST hotplug by Daniel Vetter · 9 years ago
  62. 3a58ee1 drm/i915: Use drm_for_each_fb in i915_debugfs.c by Daniel Vetter · 9 years ago
  63. 169faec drm/fbdev-helper: Grab mode_config.mutex in drm_fb_helper_single_add_all_connectors by Daniel Vetter · 9 years ago
  64. 8c4ccc4 drm/probe-helper: Grab mode_config.mutex in poll_init/enable by Daniel Vetter · 9 years ago
  65. 6295d60 drm: Add modeset object iterators by Daniel Vetter · 9 years ago
  66. 4ea50e9 drm: Simplify drm_for_each_legacy_plane arguments by Daniel Vetter · 9 years ago
  67. 04cbfe6 mfd: Add GPIOLIB dependency if INTEL_SOC_PMIC is to be enabled by Shobhit Kumar · 9 years ago
  68. 63c88d2 drm/i915/bxt: add support for HPD long/short pulse detection on HPD_PORT_A pin by Imre Deak · 9 years ago
  69. cc24fcd drm/i915: don't use HPD_PORT_A as an alias for HPD_NONE by Imre Deak · 9 years ago
  70. fd63e2a drm/i915: combine i9xx_get_hpd_pins and pch_get_hpd_pins by Imre Deak · 9 years ago
  71. b8bb08e drm/i915: remove redundant if check by Sudip Mukherjee · 9 years ago
  72. 9aaffa3 drm/i915: remove unnecessary null test by Sudip Mukherjee · 9 years ago
  73. 84e8102 drm/i915: Add provision to extend Golden context batch by Arun Siluvery · 9 years ago
  74. dd72bde drm/i915: Do kunmap if renderstate parsing fails by Mika Kuoppala · 9 years ago
  75. b029e66 drm/i915: Backlight control using CRC PMIC based PWM driver by Shobhit Kumar · 9 years ago
  76. fc45e82 drm/i915: Use the CRC gpio for panel enable/disable by Shobhit Kumar · 9 years ago
  77. a3f37a1 pwm: crc: Add Crystalcove (CRC) PWM driver by Shobhit Kumar · 9 years ago
  78. a3aa9a9 mfd: intel_soc_pmic_core: ADD PWM lookup table for CRC PMIC based PWM by Shobhit Kumar · 9 years ago
  79. 3d5e10e mfd: intel_soc_pmic_crc: Add PWM cell device for Crystalcove PMIC by Shobhit Kumar · 9 years ago
  80. 61dd2ca mfd: intel_soc_pmic_core: Add lookup table for Panel Control as GPIO signal by Shobhit Kumar · 9 years ago
  81. be9015a gpiolib: Add support for removing registered consumer lookup table by Shobhit Kumar · 9 years ago
  82. 2617268 drm/i915: Add GuC-related header files by Dave Gordon · 9 years ago
  83. 63dc044 drm/i915: Add GuC-related module parameters by Alex Dai · 9 years ago
  84. ea70299 drm/i915: Add i915_gem_object_create_from_data() by Dave Gordon · 9 years ago
  85. dd92d8d Partially revert "drm/i915: s/mdelay/msleep/" in ilk rps code by Daniel Vetter · 9 years ago
  86. 7639a8c drm/amdkfd: Set correct doorbell packet type for Carrizo by Ben Goz · 9 years ago
  87. 3d30b28 drm/amdkfd: Use generic defines in new amd headers by Oded Gabbay · 9 years ago
  88. d7b8f73 drm/amdkfd: Implement create_map_queues() for Carrizo by Ben Goz · 10 years ago
  89. e1940fa drm/amdkfd: fix runlist length calculation by Ben Goz · 10 years ago
  90. 914bea6 drm/amdkfd: Add support for VI in DQM by Ben Goz · 10 years ago
  91. d696d53 drm/amdkfd: add support for VI in MQD manager by Ben Goz · 10 years ago
  92. 2d8f1f3 drm/amdkfd: add CP HWS packet headers for VI by Ben Goz · 10 years ago
  93. 123576d drm/amdkfd: add supported CZ devices PCI IDs to amdkfd by Ben Goz · 10 years ago
  94. bd72a72 drm/amdkfd: Add dependency of DRM_AMDGPU to Kconfig by Oded Gabbay · 10 years ago
  95. ff758a1 drm/amdgpu: Add amdgpu <--> amdkfd gfx8 interface by Ben Goz · 10 years ago
  96. 32c22e9 drm/amdgpu: add amdgpu <--> amdkfd gfx7 interface by Oded Gabbay · 9 years ago
  97. 130e037 drm/amdgpu: Add H/W agnostic amdgpu <--> amdkfd interface by Oded Gabbay · 9 years ago
  98. 22801f7 drm/radeon: Modify kgd_engine_type enum to match CZ by Oded Gabbay · 10 years ago
  99. fdbd55f Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 9 years ago
  100. 8bff839 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 9 years ago