1. eb6944f vgaarb: Stop complaining about absent devices by Thierry Reding · 9 years ago
  2. 8452491 drm/atomic: fix null pointer access to mode_fixup callback by Inki Dae · 9 years ago
  3. 0695726 drm/i915: Use CONFIG_DRM_FBDEV_EMULATION by Daniel Vetter · 9 years ago
  4. cebbb73 drm/core: Set mode to NULL when connectors in a set drops to 0. by Maarten Lankhorst · 9 years ago
  5. 992cbf1 drm/atomic: Call ww_acquire_done after check phase is complete by Daniel Vetter · 9 years ago
  6. 460e8e2 drm/atomic: Paper over locking WARN in default_state_clear by Daniel Vetter · 9 years ago
  7. fbb40b2 drm/edid: Use ARRAY_SIZE in drm_add_modes_noedid by Daniel Vetter · 9 years ago
  8. 2143287 drm/qxl: Don't take dev->struct_mutex in bo_force_delete by Daniel Vetter · 9 years ago
  9. c325f88 drm/nouveau: Don't take dev->struct_mutex in ttm_fini by Daniel Vetter · 9 years ago
  10. 648a4ce drm/rockchip: Don't grab dev->struct_mutex for in mmap offset ioctl by Daniel Vetter · 9 years ago
  11. 141518b drm/cma-helper: Don't grab dev->struct_mutex for in mmap offset ioctl by Daniel Vetter · 9 years ago
  12. 6cc5623 drm/cirrus: Don't grab dev->struct_mutex for in mmap offset ioctl by Daniel Vetter · 9 years ago
  13. bf89209 drm/mga200g: Hold a proper reference for cursor_set by Daniel Vetter · 9 years ago
  14. 34c294f drm/mga200g: Don't grab dev->struct_mutex for in mmap offset ioctl by Daniel Vetter · 9 years ago
  15. 37ae75c drm/bochs: Don't grab dev->struct_mutex for in mmap offset ioctl by Daniel Vetter · 9 years ago
  16. a66b2ea drm/ast: Don't grab dev->struct_mutex for in mmap offset ioctl by Daniel Vetter · 9 years ago
  17. 8d77a94 drm/gem: Be more friendly with locking checks by Daniel Vetter · 9 years ago
  18. 0630db4 drm: Remove two-level menu in Kconfig by Thierry Reding · 9 years ago
  19. a03fdcb drm: Add top level Kconfig option for DRM fbdev emulation by Archit Taneja · 9 years ago
  20. 2c4124f drm/fb-helper: Move drm_fb_helper_force_kernel_mode() inside #ifdef by Geert Uytterhoeven · 9 years ago
  21. 3d9e35a drm/fb-helper: Clarify drm_fb_helper_restore_fbdev_mode*() by Geert Uytterhoeven · 9 years ago
  22. 55579cf drivers: gpu: Drop unlikely before IS_ERR(_OR_NULL) by Viresh Kumar · 9 years ago
  23. 0843010 drm/virtio: Use new drm_fb_helper functions by Archit Taneja · 9 years ago
  24. 2dbaf392 drm/amdgpu: Use new drm_fb_helper functions by Archit Taneja · 9 years ago
  25. 6a75297 drm/bochs: Use new drm_fb_helper functions by Archit Taneja · 9 years ago
  26. b166aeb drm/nouveau: Use new drm_fb_helper functions by Archit Taneja · 9 years ago
  27. 21cff14 drm/i915: Use new drm_fb_helper functions by Archit Taneja · 9 years ago
  28. 0045005 drm/radeon: Use new drm_fb_helper functions by Archit Taneja · 9 years ago
  29. 4f72a6e drm/mgag200: Use new drm_fb_helper functions by Archit Taneja · 9 years ago
  30. 231e6fa drm/omap: Use new drm_fb_helper functions by Archit Taneja · 9 years ago
  31. 2b9e6e3 drm/cirrus: Use new drm_fb_helper functions by Archit Taneja · 9 years ago
  32. f8c2ba3 drm: Fixup locking WARNINGs in drm_mode_config_reset by Daniel Vetter · 9 years ago
  33. bf9e37b drm: Remove __drm_modeset_lock_all by Daniel Vetter · 9 years ago
  34. dd908c8 drm/fb-helper: Stop using trylocks in force_restore by Daniel Vetter · 9 years ago
  35. c50bfd0 drm/fbdev: Return -EBUSY when oopsing by Daniel Vetter · 9 years ago
  36. 85f2edf drm/fb_cma_helper: Use new drm_fb_helper functions by Archit Taneja · 9 years ago
  37. 41ba2f3 drm/udl: Use new drm_fb_helper functions by Archit Taneja · 9 years ago
  38. e7cd84c drm/qxl: Use new drm_fb_helper functions by Archit Taneja · 9 years ago
  39. 546187c drm/gma500: Use new drm_fb_helper functions by Archit Taneja · 9 years ago
  40. 7c7d450 drm/exynos: Use new drm_fb_helper functions by Archit Taneja · 9 years ago
  41. 778014f drm/msm: Use new drm_fb_helper functions by Archit Taneja · 9 years ago
  42. 0f7d905 drm/tegra: Use new drm_fb_helper functions by Archit Taneja · 9 years ago
  43. 990e844 drm/ast: Use new drm_fb_helper functions by Archit Taneja · 9 years ago
  44. e8b70e4 drm/armada: Use new drm_fb_helper functions by Archit Taneja · 9 years ago
  45. df3b031 drm/rockchip: Use new drm_fb_helper functions by Archit Taneja · 9 years ago
  46. fdefa58 drm/fb_helper: Create a wrapper for fb_set_suspend by Archit Taneja · 9 years ago
  47. 742547b drm/fb_helper: Create wrappers for blit, copyarea and fillrect funcs by Archit Taneja · 9 years ago
  48. cbb1a82 drm/fb_helper: Create wrappers for fb_sys_read/write funcs by Archit Taneja · 9 years ago
  49. 47074ab drm/fb_helper: Create a wrapper for unlink_framebuffer by Archit Taneja · 9 years ago
  50. b8017d6 drm/fb_helper: Add drm_fb_helper functions to manage fb_info creation by Archit Taneja · 9 years ago
  51. c201d00 drm/omap: Fixup compile fail by Daniel Vetter · 9 years ago
  52. 8c10342 drm/atomic: Update legacy DPMS state during modesets, v3. by Maarten Lankhorst · 9 years ago
  53. 9a69a9a drm: Make the connector dpms callback return a value, v2. by Maarten Lankhorst · 9 years ago
  54. 613d2b2 drm/atomic: pass old crtc state to atomic_begin/flush. by Maarten Lankhorst · 9 years ago
  55. fc59666 drm/atomic: add connectors_changed to separate it from mode_changed, v2 by Maarten Lankhorst · 9 years ago
  56. 90a2170 drm: Fix DP_TEST_COUNT_MASK by Rodrigo Vivi · 9 years ago
  57. 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
  58. 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
  59. 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
  60. 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
  61. 5da612f Merge tag 'drm-amdkfd-next-2015-07-20' of git://people.freedesktop.org/~gabbayo/linux into drm-next by Dave Airlie · 9 years ago
  62. 3fdefa3 drm: gc now dead mode_group code by Daniel Vetter · 9 years ago
  63. 9c7060f drm: Stop filtering according to mode_group in getresources by Daniel Vetter · 9 years ago
  64. e4f6254 drm: Roll out drm_for_each_{plane,crtc,encoder} by Daniel Vetter · 9 years ago
  65. 9e75c0e drm/cma-helper: Fix locking in drm_fb_cma_debugfs_show by Daniel Vetter · 9 years ago
  66. 9a9f5ce drm: Roll out drm_for_each_connector more by Daniel Vetter · 9 years ago
  67. cff20ba drm: Amend connector list locking rules by Daniel Vetter · 9 years ago
  68. 2ee6bcd drm/radeon: Take all modeset locks for DP MST hotplug by Daniel Vetter · 9 years ago
  69. 8bb4da1 drm/i915: Take all modeset locks for DP MST hotplug by Daniel Vetter · 9 years ago
  70. 4676ba0 drm: Check locking in drm_for_each_fb by Daniel Vetter · 9 years ago
  71. 3a58ee1 drm/i915: Use drm_for_each_fb in i915_debugfs.c by Daniel Vetter · 9 years ago
  72. 7a3f3d6 drm: Check locking in drm_for_each_connector by Daniel Vetter · 9 years ago
  73. 169faec drm/fbdev-helper: Grab mode_config.mutex in drm_fb_helper_single_add_all_connectors by Daniel Vetter · 9 years ago
  74. 8c4ccc4 drm/probe-helper: Grab mode_config.mutex in poll_init/enable by Daniel Vetter · 9 years ago
  75. 6295d60 drm: Add modeset object iterators by Daniel Vetter · 9 years ago
  76. 4ea50e9 drm: Simplify drm_for_each_legacy_plane arguments by Daniel Vetter · 9 years ago
  77. 04cbfe6 mfd: Add GPIOLIB dependency if INTEL_SOC_PMIC is to be enabled by Shobhit Kumar · 9 years ago
  78. b029e66 drm/i915: Backlight control using CRC PMIC based PWM driver by Shobhit Kumar · 9 years ago
  79. fc45e82 drm/i915: Use the CRC gpio for panel enable/disable by Shobhit Kumar · 9 years ago
  80. a3f37a1 pwm: crc: Add Crystalcove (CRC) PWM driver by Shobhit Kumar · 9 years ago
  81. a3aa9a9 mfd: intel_soc_pmic_core: ADD PWM lookup table for CRC PMIC based PWM by Shobhit Kumar · 9 years ago
  82. 3d5e10e mfd: intel_soc_pmic_crc: Add PWM cell device for Crystalcove PMIC by Shobhit Kumar · 9 years ago
  83. 61dd2ca mfd: intel_soc_pmic_core: Add lookup table for Panel Control as GPIO signal by Shobhit Kumar · 9 years ago
  84. be9015a gpiolib: Add support for removing registered consumer lookup table by Shobhit Kumar · 9 years ago
  85. 7639a8c drm/amdkfd: Set correct doorbell packet type for Carrizo by Ben Goz · 9 years ago
  86. 3d30b28 drm/amdkfd: Use generic defines in new amd headers by Oded Gabbay · 9 years ago
  87. d7b8f73 drm/amdkfd: Implement create_map_queues() for Carrizo by Ben Goz · 10 years ago
  88. e1940fa drm/amdkfd: fix runlist length calculation by Ben Goz · 10 years ago
  89. 914bea6 drm/amdkfd: Add support for VI in DQM by Ben Goz · 10 years ago
  90. d696d53 drm/amdkfd: add support for VI in MQD manager by Ben Goz · 10 years ago
  91. 2d8f1f3 drm/amdkfd: add CP HWS packet headers for VI by Ben Goz · 10 years ago
  92. 123576d drm/amdkfd: add supported CZ devices PCI IDs to amdkfd by Ben Goz · 10 years ago
  93. bd72a72 drm/amdkfd: Add dependency of DRM_AMDGPU to Kconfig by Oded Gabbay · 10 years ago
  94. ff758a1 drm/amdgpu: Add amdgpu <--> amdkfd gfx8 interface by Ben Goz · 10 years ago
  95. 32c22e9 drm/amdgpu: add amdgpu <--> amdkfd gfx7 interface by Oded Gabbay · 9 years ago
  96. 130e037 drm/amdgpu: Add H/W agnostic amdgpu <--> amdkfd interface by Oded Gabbay · 9 years ago
  97. 22801f7 drm/radeon: Modify kgd_engine_type enum to match CZ by Oded Gabbay · 10 years ago
  98. 52721d9 Linux 4.2-rc3 by Linus Torvalds · 9 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