1. d66a1e3 drm: Zero out invalid vblank timestamp in drm_update_vblank_count. (v2) by Mario Kleiner · 9 years ago
  2. 5a8b21b drm: Prevent invalid use of vblank_disable_immediate. (v2) by Mario Kleiner · 9 years ago
  3. 99264a6 drm/vblank: Fixup and document timestamp update/read barriers by Daniel Vetter · 9 years ago
  4. a3c6d68 DRM: Don't re-poll connector for disconnect by Josef Holzmayr · 9 years ago
  5. 396aa44 drm: Fix for DP CTS test 4.2.2.5 - I2C DEFER handling by Todd Previte · 9 years ago
  6. 747552b9 drm: Fix the 'native defer' message in drm_dp_i2c_do_msg() by Todd Previte · 9 years ago
  7. 475d231 drm/atomic-helper: Don't call atomic_update_plane when it stays off by Daniel Vetter · 9 years ago
  8. 3968be9 drm: Make integer overflow checking cover universal cursor updates (v2) by Matt Roper · 9 years ago
  9. 0d4d936 drm/armada: constify struct drm_encoder_helper_funcs pointer by Jani Nikula · 9 years ago
  10. 16bb079 drm/radeon: constify more struct drm_*_helper funcs pointers by Jani Nikula · 9 years ago
  11. df63b99 drm/atomic: Add for_each_{connector,crtc,plane}_in_state helper macros by Ander Conselvan de Oliveira · 9 years ago
  12. be26a66 drm/drm: constify all struct drm_*_helper funcs pointers by Jani Nikula · 9 years ago
  13. 71279a1 drm/qxl: constify all struct drm_*_helper funcs pointers by Jani Nikula · 9 years ago
  14. d58ded7 drm/nouveau: constify all struct drm_*_helper funcs pointers by Jani Nikula · 9 years ago
  15. 319d1e1 drm/radeon: constify all struct drm_*_helper funcs pointers by Jani Nikula · 9 years ago
  16. 45fe734 drm/gma500: constify all struct drm_*_helper funcs pointers by Jani Nikula · 9 years ago
  17. d584ff8 drm/mgag200: constify all struct drm_*_helper funcs pointers by Jani Nikula · 9 years ago
  18. b0f8778 drm/exynos: constify all struct drm_*_helper funcs pointers by Jani Nikula · 9 years ago
  19. 16d78bc2e drm: Fix some typos by John Hunter · 9 years ago
  20. 502e95c drm/vgem: implement virtual GEM by Zach Reizner · 9 years ago
  21. 564b687 drm/bochs: disable video before changing video mode by Chris Ruffin · 9 years ago
  22. 53d8858 Merge tag 'topic/drm-misc-2015-03-31' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  23. 9e87e48 Merge tag 'drm-intel-next-2015-03-27-merge' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  24. 066626d drm: line wrap DRM_IOCTL_DEF* macros by Emil Velikov · 9 years ago
  25. d7de390 Merge branch 'drm-atmel-hlcdc-4.1-fixes' of git://github.com/bbrezillon/linux-at91 into drm-next by Dave Airlie · 9 years ago
  26. b1f389e Merge tag 'drm-amdkfd-next-2015-03-25' of git://people.freedesktop.org/~gabbayo/linux into drm-next by Dave Airlie · 9 years ago
  27. a0211bb drm/atomic: Don't try to free a NULL state by Ander Conselvan de Oliveira · 9 years ago
  28. 6e0aa80 Merge tag 'v4.0-rc6' into drm-intel-next by Daniel Vetter · 9 years ago
  29. 8a5c0bd drm/atomic: Clear crtcs, connectors and planes when clearing state by Ander Conselvan de Oliveira · 9 years ago
  30. 4a89452 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  31. 1ff27a3 drm/i915: Update DRIVER_DATE to 20150327 by Daniel Vetter · 9 years ago
  32. 7ef5f82 drm: Rewrite drm_ioctl_flags() to resemble the new drm_ioctl() code by Ville Syrjälä · 9 years ago
  33. 53615af drm: Use max() to make the ioctl alloc size code cleaner by Ville Syrjälä · 9 years ago
  34. 83be003 drm: Simplify core vs. drv ioctl handling by Ville Syrjälä · 9 years ago
  35. 7e7392a drm: Drop ioctl->cmd_drv by Ville Syrjälä · 9 years ago
  36. 743e78c drm/i915: Skip allocating shadow batch for 0-length batches by Chris Wilson · 9 years ago
  37. 9d918c1 drm/i915: Handle error to get connector state when staging config by Ander Conselvan de Oliveira · 9 years ago
  38. 9abc464 drm/i915: Compare GGTT view structs instead of types by Joonas Lahtinen · 9 years ago
  39. 2f2cf68 drm/i915: fix simple_return.cocci warnings by kbuild test robot · 9 years ago
  40. 4218a32 drm/atomic-helpers: Properly avoid full modeset dance by Daniel Vetter · 9 years ago
  41. 5bedeb2 drm/i915: Add module param to test the load detect code by Daniel Vetter · 9 years ago
  42. 55bb999 drm/i915: Remove usage of encoder->new_crtc from clock computations by Ander Conselvan de Oliveira · 9 years ago
  43. 723f9aa drm/i915: Don't look at staged config crtc when changing DRRS state by Ander Conselvan de Oliveira · 9 years ago
  44. a93e255 drm/i915: Convert intel_pipe_will_have_type() to using atomic state by Ander Conselvan de Oliveira · 9 years ago
  45. 679dacd drm/i915: Pass an atomic state to modeset_global_resources() functions by Ander Conselvan de Oliveira · 9 years ago
  46. 72744cb drm/i915: Add dynamic page trace events by Michel Thierry · 9 years ago
  47. 4933d51 drm/i915: Finish gen6/7 dynamic page table allocation by Michel Thierry · 9 years ago
  48. 59568eb drm/i915: Remove unnecessary gen6_ppgtt_unmap_pages by Michel Thierry · 9 years ago
  49. 1266cdb drm/i915: Fix i915_dma_map_single positive error code by Michel Thierry · 9 years ago
  50. fdc454c drm/i915: Prevent out of range pt in gen6_for_each_pde by Michel Thierry · 9 years ago
  51. a8265c5 drm/i915: Rip out GET_SPRITE_COLORKEY ioctl by Daniel Vetter · 9 years ago
  52. ae6ee2f watchdog: imgpdc: Fix default heartbeat by James Hogan · 10 years ago
  53. a629c08 watchdog: imgpdc: Fix probe NULL pointer dereference by James Hogan · 10 years ago
  54. 9ffd906 watchdog: mtk_wdt: signedness bug in mtk_wdt_start() by Dan Carpenter · 10 years ago
  55. 517bc04 Merge branch 'drm-st-next-2015-03-19' of git://git.linaro.org/people/benjamin.gaignard/kernel into drm-next by Dave Airlie · 9 years ago
  56. 3c435c1 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 9 years ago
  57. be8a9bc Merge tag 'dm-4.0-fix-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 9 years ago
  58. d21bd67 drm/i915: Don't use encoder->new_crtc in intel_lvds_compute_config() by Ander Conselvan de Oliveira · 9 years ago
  59. e75f477 drm/i915: Don't use staged config in intel_dp_mst_compute_config() by Ander Conselvan de Oliveira · 9 years ago
  60. 3165c07 drm/i915: Use atomic state in intel_ddi_crtc_get_new_encoder() by Ander Conselvan de Oliveira · 9 years ago
  61. 77f06c8 drm/i915: Don't depend on encoder->new_crtc in intel_hdmi_compute_config by Ander Conselvan de Oliveira · 9 years ago
  62. 84556d5 drm/i915: Don't depend on encoder->new_crtc in intel_dp_compute_config() by Ander Conselvan de Oliveira · 9 years ago
  63. 1486017 drm/i915: Don't use encoder->new_crtc in compute_baseline_pipe_bpp() by Ander Conselvan de Oliveira · 9 years ago
  64. 0b90187 drm/i915: Don't use encoder->new_crtc in intel_modeset_pipe_config() by Ander Conselvan de Oliveira · 9 years ago
  65. 944b0c7 drm/i915: Copy the staged connector config to the legacy atomic state by Ander Conselvan de Oliveira · 9 years ago
  66. d29b2f9 drm/i915: Update dummy connector atomic state with current config by Ander Conselvan de Oliveira · 9 years ago
  67. 9896972 drm/i915: Implement connector state duplication by Ander Conselvan de Oliveira · 9 years ago
  68. 2f0b579 drm/i915/skl: fix semicolon.cocci warnings by kbuild test robot · 9 years ago
  69. db7542d drm/i915: Allocate a crtc_state also when the crtc is being disabled by Ander Conselvan de Oliveira · 9 years ago
  70. 83a5715 drm/i915: Allocate a drm_atomic_state for the legacy modeset code by Ander Conselvan de Oliveira · 9 years ago
  71. 49172fe drm/i915: Pass acquire ctx also to intel_release_load_detect_pipe() by Ander Conselvan de Oliveira · 9 years ago
  72. 10f81c1 drm/i915: Add intel_atomic_get_crtc_state() helper function by Ander Conselvan de Oliveira · 9 years ago
  73. 88595ac drm/i915: always preserve bios swizzling by Daniel Vetter · 9 years ago
  74. f6936e2 drm/i915: Add initial_ prefix to bios fb takeover code by Daniel Vetter · 9 years ago
  75. 3cd919f drm/i915: Remove duplicated psr.active unset by Rodrigo Vivi · 9 years ago
  76. 5097f8c drm/i915: Fixup legacy plane->crtc link for initial fb config by Daniel Vetter · 9 years ago
  77. ab585de drm/i915: kill i915.powersave by Rodrigo Vivi · 9 years ago
  78. 5f40775 drm/i915: Fixup legacy plane->crtc link for initial fb config by Daniel Vetter · 9 years ago
  79. 3164a80 drm/i915: Fix atomic state when reusing the firmware fb by Damien Lespiau · 10 years ago
  80. 6e20602 clocksource/drivers/sun5i: Fix cpufreq interaction with sched_clock() by Maxime Ripard · 9 years ago
  81. 11bc26f clocksource/drivers: Fix various !CONFIG_HAS_IOMEM build errors by Richard Weinberger · 9 years ago
  82. 832a3aa drm/i915: Keep ring->active_list and ring->requests_list consistent by Chris Wilson · 9 years ago
  83. 9c8e30d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  84. ddd2a30 drivers/rtc/rtc-mrst: fix suspend/resume by Lars-Peter Clausen · 9 years ago
  85. b8517e9 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  86. 6c826f3 drm/i915: Add fault address to error state for gen8 and gen9 by Mika Kuoppala · 9 years ago
  87. 1d00dad drm/i915/skl: Fix up positive error code by Tvrtko Ursulin · 9 years ago
  88. c0f4042 drm/i915: make unsupported fb modifier message DRM_DEBUG by Jesse Barnes · 9 years ago
  89. cea405b drm/amdkfd: Add multiple kgd support by Xihan Zhang · 9 years ago
  90. affa7d8 drm/amdkfd: Convert timestamping to use 64bit time accessors by John Stultz · 9 years ago
  91. 94a1ee0 drm/amdkfd: add debug prints for process teardown by Oded Gabbay · 10 years ago
  92. 0d92008 drm/amdkfd: Remove unused field from struct qcm_process_device by Oded Gabbay · 10 years ago
  93. a9243ed drm/amdkfd: rename fence_wait_timeout by Oded Gabbay · 10 years ago
  94. 1401b7c Merge branch 'for-4.0-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata by Linus Torvalds · 9 years ago
  95. 5cf955e Merge tag 'mfd-fixes-4.0' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd by Linus Torvalds · 9 years ago
  96. 59a58cb drm/i915: Don't try to reference the fb in get_initial_plane_config() by Damien Lespiau · 10 years ago
  97. 8696938 Merge tag 'spi-v4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 9 years ago
  98. 7c9049d Merge tag 'regulator-fix-v4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator by Linus Torvalds · 9 years ago
  99. 7c90de3 Merge tag 'regmap-fix-v4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 9 years ago
  100. 072ac04 Merge remote-tracking branches 'spi/fix/dw', 'spi/fix/queue' and 'spi/fix/qup' into spi-linus by Mark Brown · 9 years ago