1. b9e56e4 Merge branch 'drm-next-4.15-dc' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 7 years ago
  2. bb7a9c8 Merge branch 'drm-next-4.15' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 7 years ago
  3. d3f04c9 drm/radeon/dp: make radeon_dp_get_dp_link_config static by Alex Deucher · 7 years ago
  4. c3b16f1 drm/radeon: move ci_send_msg_to_smc to where it's used by Alex Deucher · 7 years ago
  5. 7986746 drm/amd/sched: fix deadlock caused by unsignaled fences of deleted jobs by Nicolai Hähnle · 7 years ago
  6. 29d2535 drm/amd/sched: NULL out the s_fence field after run_job by Nicolai Hähnle · 7 years ago
  7. 214a91e drm/amd/sched: move adding finish callback to amd_sched_job_begin by Nicolai Hähnle · 7 years ago
  8. 1650c14 drm/amd/sched: fix an outdated comment by Nicolai Hähnle · 7 years ago
  9. 515c6fa drm/amd/sched: rename amd_sched_entity_pop_job by Nicolai Hähnle · 7 years ago
  10. c38e069 drm/amdgpu: minor coding style fix by Christian König · 7 years ago
  11. 648bc35 drm/ttm: add transparent huge page support for DMA allocations v2 by Christian König · 7 years ago
  12. d188bfa drm/ttm: add support for different pool sizes by Christian König · 7 years ago
  13. f9ebec5 drm/ttm: remove unsued options from ttm_mem_global_alloc_page by Christian König · 7 years ago
  14. 65da0d4 drm/amdgpu: add uvd enc irq by James Zhu · 7 years ago
  15. e0128ef drm/amdgpu: add uvd enc ib test by James Zhu · 7 years ago
  16. 2a91f27 drm/amdgpu: add uvd enc ring test by James Zhu · 7 years ago
  17. c259ee6 drm/amdgpu: add uvd enc vm functions (v2) by James Zhu · 7 years ago
  18. 296191c drm/amdgpu: add uvd enc into run queue by James Zhu · 7 years ago
  19. 06a7e9c drm/amdgpu: add uvd enc rings by James Zhu · 7 years ago
  20. c0f2f2e drm/amdgpu: add new uvd enc ring methods by James Zhu · 7 years ago
  21. 8ed8415 drm/amdgpu: add uvd enc command in header by James Zhu · 7 years ago
  22. d0e6285 drm/amdgpu: add uvd enc registers in header by James Zhu · 7 years ago
  23. 4b6aca2 drm/amd/powerplay: fix mclk can't switch on Tonga by Rex Zhu · 7 years ago
  24. 1756f1b drm/amd/powerplay: Partially revert changes and fix smu7_notify_smc_display() by Tom St Denis · 7 years ago
  25. de19603 drm/amd/powerplay: fix typo on avfs disable by Evan Quan · 7 years ago
  26. 5f628d9 drm/amd/powerplay: get raven sclk and mclk levels (v2) by Evan Quan · 7 years ago
  27. 88ed337 drm/amd/powerplay: get raven current sclk and mclk (v2) by Evan Quan · 7 years ago
  28. 2b95315 drm/amd/powerplay: get raven max/min gfx clocks (v2) by Evan Quan · 7 years ago
  29. d0d9db8 drm/amd/powerplay: added new raven ppsmc messages by Evan Quan · 7 years ago
  30. 64e66cf drm/amd/powerplay: fixed wrong return value on error (v2) by Evan Quan · 7 years ago
  31. a50ecc5 drm/amdgpu: Fixed a potential circular lock by ozeng · 7 years ago
  32. c3fa35a drm/radeon: make functions alloc_pasid and free_pasid static by Colin Ian King · 7 years ago
  33. 7ca24cf drm/amdgpu: add FENCE_TO_HANDLE ioctl that returns syncobj or sync_file by Marek Olšák · 7 years ago
  34. 684fd0a drm/syncobj: add a new helper drm_syncobj_get_fd by Marek Olšák · 7 years ago
  35. 1321fd2 drm/syncobj: extract two helpers from drm_syncobj_create by Marek Olšák · 7 years ago
  36. e1827a3 drm/amd/powerplay: delete flag PP_VALID by Rex Zhu · 7 years ago
  37. 3811f8f drm/amd/powerplay: move set_clockgating_by_smu to pp func table by Rex Zhu · 7 years ago
  38. ae97988 drm/amd/powerplay: tidy up ret checks in amd_powerplay.c (v3) by Rex Zhu · 7 years ago
  39. 8ee5702 amdgpu/dc: use kref for dc_state. by Dave Airlie · 7 years ago
  40. cb56ace amdgpu/dc: convert dc_sink to kref. by Dave Airlie · 7 years ago
  41. bfe0feb amdgpu/dc: convert dc_stream_state to kref. by Dave Airlie · 7 years ago
  42. 4d090f0 amdgpu/dc: use kref for dc_plane_state. by Dave Airlie · 7 years ago
  43. 5c58ab0 amdgpu/dc: convert dc_gamma to kref reference counting. by Dave Airlie · 7 years ago
  44. 9305213 amdgpu/dc: convert dc_transfer to use a kref. by Dave Airlie · 7 years ago
  45. 5d15ae2 amdgpu/dc: kill a bunch of dead code. by Dave Airlie · 7 years ago
  46. 4485805 amdgpu/dc: set a bunch of functions to static. by Dave Airlie · 7 years ago
  47. c6fa531 amdgpu/dc: kill some deadcode in dc core. by Dave Airlie · 7 years ago
  48. c119996 amdgpu/dc: fix indentation on a couple of returns. by Dave Airlie · 7 years ago
  49. ae3a27d1 amdgpu/dm: don't use after free. by Dave Airlie · 7 years ago
  50. d029810 amdgpu/dc: kfree already checks for NULL. by Dave Airlie · 7 years ago
  51. 5667ff5 amdgpu/dc: fix a bunch of misc whitespace. by Dave Airlie · 7 years ago
  52. 2016b64 amdgpu/dc: drop hw_sequencer_types.h by Dave Airlie · 7 years ago
  53. bd42a6f amdgpu/dc: drop dce110_types.h by Dave Airlie · 7 years ago
  54. 23d433f amdgpu/dc: use kernel ilog2 for log_2. by Dave Airlie · 7 years ago
  55. 4ee67c7 amdgpu/dc: don't memset after kzalloc. by Dave Airlie · 7 years ago
  56. 48aa3dd amdgpu/dc: inline dal grph object id functions. by Dave Airlie · 7 years ago
  57. 15438ab Merge tag 'drm-misc-next-2017-10-05' of git://anongit.freedesktop.org/git/drm-misc into drm-next by Dave Airlie · 7 years ago
  58. 5b9fbff drm: fix typo in drm_gem_get_pages() comment by Jordan Crouse · 7 years ago
  59. 47d0467 MAINTAINERS: Add dri-devel as a mailing list for anything fbdev by Daniel Vetter · 7 years ago
  60. 0d3c24e Merge airlied/drm-next into drm-misc-next by Daniel Vetter · 7 years ago
  61. ebec44a BackMerge tag 'v4.14-rc3' into drm-next by Dave Airlie · 7 years ago
  62. 1af0838 drm/virtio: Replace instances of reference/unreference with get/put by Srishti Sharma · 7 years ago
  63. 9e66317 Linux 4.14-rc3 by Linus Torvalds · 7 years ago
  64. e5f2373 drm/amd/powerplay: refine code in amd_powerplay.c (v2) by Rex Zhu · 7 years ago
  65. 368f899 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  66. c42ed9f Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  67. 8251354 Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  68. 7e103ac Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  69. 1c6f705 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  70. 1de47f3 Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  71. 3d9d62b Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  72. 156069f Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  73. c0f095f drm/fb-cma-helper: Remove unused functions by Noralf Trønnes · 7 years ago
  74. 57b8a4b drm/tve200: Use drm_gem_fb_create() and drm_gem_fb_prepare_fb() by Noralf Trønnes · 7 years ago
  75. 1287c94 drm/sun4i: Use drm_gem_fb_create() by Noralf Trønnes · 7 years ago
  76. 5d43aa7 drm/shmobile: Use drm_gem_fb_create() by Noralf Trønnes · 7 years ago
  77. 365c385 drm/rcar-du: Use drm_gem_fb_create() by Noralf Trønnes · 7 years ago
  78. 98f3eac drm/mxsfb: Use drm_gem_fb_create() and drm_gem_fb_prepare_fb() by Noralf Trønnes · 7 years ago
  79. 24ef815 drm/meson: Use drm_gem_fb_create() by Noralf Trønnes · 7 years ago
  80. 503ad2e drm/hisilicon/kirin: Use drm_gem_fb_create() by Noralf Trønnes · 7 years ago
  81. ba22bf6 drm/fsl-dcu: Use drm_gem_fb_create() by Noralf Trønnes · 7 years ago
  82. cce1a87 drm/tinydrm: Use drm_gem_framebuffer_helper by Noralf Trønnes · 7 years ago
  83. 659333d drm/amdgpu: use designated initialiser for thermal_irq_src. by Dave Airlie · 7 years ago
  84. 320e421 drm: of: always initialize panel in drm_of_find_panel_or_bridge() by Dan Carpenter · 7 years ago
  85. 44390ef drm/tve200: Check for IS_ERR instead of NULL in probe by Dan Carpenter · 7 years ago
  86. 4ea3095 drm/tve200: make two functions static by Colin Ian King · 7 years ago
  87. a8c964e Merge tag 'mtd/fixes-for-4.14-rc3' of git://git.infradead.org/linux-mtd by Linus Torvalds · 7 years ago
  88. 0b33ce7 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 7 years ago
  89. 74d83ec Merge tag 'platform-drivers-x86-v4.14-2' of git://git.infradead.org/linux-platform-drivers-x86 by Linus Torvalds · 7 years ago
  90. 95dcc4d Merge tag 'led_fixes-4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds by Linus Torvalds · 7 years ago
  91. 99637e4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  92. 5ba88cd Merge branch 'for-4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 7 years ago
  93. 7b5ef82 Merge tag 'md/4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md by Linus Torvalds · 7 years ago
  94. 93b5533 Merge tag 'pci-v4.14-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 7 years ago
  95. a358320 Merge tag 'drm-fixes-for-v4.14-rc3' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 7 years ago
  96. 35dbba3 Merge tag 'iommu-fixes-v4.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 7 years ago
  97. 0648260 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 7 years ago
  98. 9f2a512 Merge tag 'for-linus-4.14c-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 7 years ago
  99. 42057e1 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  100. 6c85501 fix infoleak in waitid(2) by Al Viro · 7 years ago