1. 0ee931c mm: treewide: remove GFP_TEMPORARY allocation flag by Michal Hocko · 8 years ago
  2. d2d8f51 Merge branch 'i2c/for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 8 years ago
  3. f808c13 lib/interval_tree: fast overlap detection by Davidlohr Bueso · 8 years ago
  4. 44ccba3 Merge tag 'gcc-plugins-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 8 years ago
  5. 7d95565 Merge tag 'drm-intel-next-fixes-2017-09-07' of git://anongit.freedesktop.org/git/drm-intel by Linus Torvalds · 8 years ago
  6. 912d572 drm/i915: wire up shrinkctl->nr_scanned by Chris Wilson · 8 years ago
  7. 426ca2c Merge tag 'gvt-fixes-2017-09-06' of https://github.com/01org/gvt-linux into drm-intel-next-fixes by Rodrigo Vivi · 8 years ago
  8. bcd7726 drm/i915: Re-enable GTT following a device reset by Chris Wilson · 8 years ago
  9. 389e0d3 drm/i915: Annotate user relocs with __user by Ville Syrjälä · 8 years ago
  10. 4bce4e9 drm/i915: Silence sparse by using gfp_t by Chris Wilson · 8 years ago
  11. 6910d85 drm/i915: Add __rcu to radix tree slot pointer by Ville Syrjälä · 8 years ago
  12. a338d5f drm/i915: Fix the missing PPAT cache attributes on CNL by Zhi Wang · 8 years ago
  13. d02fd5f drm/i915/gvt: Remove one duplicated MMIO by Jian Jun Chen · 8 years ago
  14. b1b6f83 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  15. edc2988 Merge branch 'linus' into locking/core, to fix up conflicts by Ingo Molnar · 8 years ago
  16. 906dde0 Merge tag 'drm-for-v4.14' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 8 years ago
  17. 034263a drm/i915: Fix enum pipe vs. enum transcoder for the PCH transcoder by Ville Syrjälä · 8 years ago
  18. 43d5741 drm/i915: Make i2c lock ops static by Ville Syrjälä · 8 years ago
  19. 54706fa drm/i915: Make i9xx_load_ycbcr_conversion_matrix() static by Ville Syrjälä · 8 years ago
  20. 5b2eff5 drm/i915/edp: Increase T12 panel delay to 900 ms to fix DP AUX CH timeouts by Manasi Navare · 8 years ago
  21. c90270a drm/amdgpu: update to new mmu_notifier semantic by Jérôme Glisse · 8 years ago
  22. fa3722f drm/i915: Ignore duplicate VMA stored within the per-object handle LUT by Chris Wilson · 8 years ago
  23. 18db229 drm/i915: Skip fence alignemnt check for the CCS plane by Ville Syrjälä · 8 years ago
  24. e8837d9 drm/i915: Treat fb->offsets[] as a raw byte offset instead of a linear offset by Ville Syrjälä · 8 years ago
  25. 0168bdf drm/i915: Always wake the device to flush the GTT by Chris Wilson · 8 years ago
  26. 3b24e7e drm/i915: Recreate vmapping even when the object is pinned by Chris Wilson · 8 years ago
  27. 9c8eb2d drm/i915: Quietly cancel FBC activation if CRTC is turned off before worker by Chris Wilson · 8 years ago
  28. 58aec87 Merge branch 'drm-vmwgfx-fixes' of git://people.freedesktop.org/~syeh/repos_linux into drm-fixes by Dave Airlie · 8 years ago
  29. 021aba7 drm/vmwgfx: Fix F26 Wayland screen update issue by Sinclair Yeh · 8 years ago
  30. e38f516 Merge tag 'drm-misc-fixes-2017-08-28' of git://anongit.freedesktop.org/git/drm-misc into drm-fixes by Dave Airlie · 8 years ago
  31. 7846b12 Merge branch 'drm-vmwgfx-next' of git://people.freedesktop.org/~syeh/repos_linux into drm-next by Dave Airlie · 8 years ago
  32. 7ebdb0d Merge tag 'exynos-drm-next-for-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-next by Dave Airlie · 8 years ago
  33. ffa9443 drm/syncobj: Add a signal ioctl (v3) by Jason Ekstrand · 8 years ago
  34. aa4035d drm/syncobj: Add a reset ioctl (v3) by Jason Ekstrand · 8 years ago
  35. 3e6fb72 drm/syncobj: Add a syncobj_array_find helper by Jason Ekstrand · 8 years ago
  36. e7aca503 drm/syncobj: Allow wait for submit and signal behavior (v5) by Jason Ekstrand · 8 years ago
  37. 1fc0821 drm/syncobj: Add a CREATE_SIGNALED flag by Jason Ekstrand · 8 years ago
  38. 9c19fb1 drm/syncobj: Add a callback mechanism for replace_fence (v3) by Jason Ekstrand · 8 years ago
  39. 5e60a10 drm/syncobj: add sync obj wait interface. (v8) by Dave Airlie · 8 years ago
  40. afca421 i915: Use drm_syncobj_fence_get by Jason Ekstrand · 8 years ago
  41. 309a548 drm/syncobj: Add a race-free drm_syncobj_fence_get helper (v2) by Jason Ekstrand · 8 years ago
  42. afaf592 drm/syncobj: Rename fence_get to find_fence by Jason Ekstrand · 8 years ago
  43. 71f2354 drm: kirin: Add mode_valid logic to avoid mode clocks we can't generate by John Stultz · 8 years ago
  44. d78acfe drm/vmwgfx: Bump the version for fence FD support by Sinclair Yeh · 8 years ago
  45. c906965d drm/vmwgfx: Add export fence to file descriptor support by Sinclair Yeh · 8 years ago
  46. 58585116 drm/vmwgfx: Add support for imported Fence File Descriptor by Sinclair Yeh · 8 years ago
  47. 2cfa0bb drm/vmwgfx: Prepare to support fence fd by Sinclair Yeh · 8 years ago
  48. 1f1a36c drm/vmwgfx: Fix incorrect command header offset at restart by Thomas Hellstrom · 8 years ago
  49. 5f55be5f drm/vmwgfx: Support the NOP_ERROR command by Thomas Hellstrom · 8 years ago
  50. 65b97a2 drm/vmwgfx: Restart command buffers after errors by Thomas Hellstrom · 8 years ago
  51. ef36990 drm/vmwgfx: Move irq bottom half processing to threads by Thomas Hellstrom · 8 years ago
  52. e300173 drm/vmwgfx: Don't use drm_irq_[un]install by Thomas Hellstrom · 8 years ago
  53. 8ce0436 Merge branch 'i2c-mux/for-next' of https://github.com/peda-r/i2c-mux into i2c/for-4.14 by Wolfram Sang · 8 years ago
  54. 413d63d71b Merge branch 'linus' into x86/mm to pick up fixes and to fix conflicts by Ingo Molnar · 8 years ago
  55. 10c9850 Merge branch 'linus' into locking/core, to pick up fixes by Ingo Molnar · 8 years ago
  56. 5b7b1b7 drm/exynos: simplify set_pixfmt() in DECON and FIMD drivers by Tobias Jakobi · 8 years ago
  57. ac60944 drm/exynos: consistent use of cpp by Tobias Jakobi · 8 years ago
  58. 5dff690 drm/exynos: mixer: remove src offset from mixer_graph_buffer() by Tobias Jakobi · 8 years ago
  59. 1e60d62 drm/exynos: mixer: simplify mixer_graph_buffer() by Tobias Jakobi · 8 years ago
  60. 0f75269 drm/exynos: mixer: simplify vp_video_buffer() by Tobias Jakobi · 8 years ago
  61. f40031c drm/exynos: mixer: enable NV12MT support for the video plane by Tobias Jakobi · 8 years ago
  62. dc500cf drm/exynos: mixer: fix chroma comment in vp_video_buffer() by Tobias Jakobi · 8 years ago
  63. 461e60e drm/exynos/decon5433: use mode info stored in CRTC to detect i80 mode by Andrzej Hajda · 8 years ago
  64. c3653fe drm/exynos: add mode_valid callback to exynos_drm by Andrzej Hajda · 8 years ago
  65. 34c3db6 drm/exynos/decon5433: refactor irq requesting code by Andrzej Hajda · 8 years ago
  66. 29c5079 drm/exynos/mic: use mode info stored in CRTC to detect i80 mode by Andrzej Hajda · 8 years ago
  67. c038f53 drm/exynos/dsi: propagate info about command mode from panel by Andrzej Hajda · 8 years ago
  68. 295e795 drm/exynos/dsi: refactor panel detection logic by Andrzej Hajda · 8 years ago
  69. 1ca582f drm/exynos: use helper to set possible crtcs by Andrzej Hajda · 8 years ago
  70. 30b8913 drm/exynos/decon5433: use readl_poll_timeout helpers by Andrzej Hajda · 8 years ago
  71. e47ef30 Merge tag 'sunxi-drm-for-4.14-2' of https://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux into drm-next by Dave Airlie · 8 years ago
  72. 72d45a7 Merge tag 'omapdrm-4.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux into drm-next by Dave Airlie · 8 years ago
  73. cfcfb65 Merge tag 'drm-msm-next-2017-08-22' of git://people.freedesktop.org/~robclark/linux into drm-next by Dave Airlie · 8 years ago
  74. da61197 Merge tag 'drm-misc-fixes-2017-08-24' of git://anongit.freedesktop.org/git/drm-misc into drm-fixes by Dave Airlie · 8 years ago
  75. 4b5587c Merge tag 'drm-intel-fixes-2017-08-24' of git://anongit.freedesktop.org/git/drm-intel into drm-fixes by Dave Airlie · 8 years ago
  76. 79964db drm/bridge/sii8620: Fix memory corruption by Maciej Purski · 8 years ago
  77. 0bd46d7 drm/sun4i: use of_graph_get_remote_endpoint() by Kuninori Morimoto · 8 years ago
  78. fc5cc967 drm/omap: work-around for omap3 display enable by Tomi Valkeinen · 8 years ago
  79. 0c43f1e0 drm/omap: fix i886 work-around by Tomi Valkeinen · 8 years ago
  80. beea621 drm/omap: fix analog tv-out modecheck by Tomi Valkeinen · 8 years ago
  81. e7c50e1 Merge tag 'gvt-fixes-2017-08-23' of https://github.com/01org/gvt-linux into drm-intel-fixes by Jani Nikula · 8 years ago
  82. ffeaf9a drm/i915/gvt: Fix the kernel null pointer error by fred gao · 8 years ago
  83. d1f08d8 drm/msm/mdp5: mark runtime_pm functions as __maybe_unused by Arnd Bergmann · 8 years ago
  84. 6e05899 drm/msm: remove unused variable by Arnd Bergmann · 8 years ago
  85. 5c3ddb8 drm/msm/mdp5: make helper function static by Rob Clark · 8 years ago
  86. 6c0693b drm/msm: make msm_framebuffer_init() static by Rob Clark · 8 years ago
  87. 466e560 drm/msm: add helper to allocate stolen fb by Rob Clark · 8 years ago
  88. 38958ba drm/msm: don't track fbdev's gem object separately by Rob Clark · 8 years ago
  89. ba4dd71 drm/msm: add modeset module param by Rob Clark · 8 years ago
  90. a7d3bb0 drm/msm/mdp5: add tracking for clk enable-count by Rob Clark · 8 years ago
  91. a0ce4d2 drm/msm: remove unused define by Rob Clark · 8 years ago
  92. 8223286 drm/msm: Add a helper function for in-kernel buffer allocations by Jordan Crouse · 8 years ago
  93. 1267a4d drm/msm: Attach the GPU MMU when it is created by Jordan Crouse · 8 years ago
  94. fe4600a drm: Release driver tracking before making the object available again by Chris Wilson · 8 years ago
  95. 27a451e drm/nouveau/kms/nv50: perform null check on msto[i] rathern than msto by Colin Ian King · 8 years ago
  96. bc60c90 drm/nouveau/pci/msi: disable MSI on big-endian platforms by default by Ilia Mirkin · 8 years ago
  97. 2d38a53 drm/nouveau: silence suspend/resume debugging messages by Ben Skeggs · 8 years ago
  98. 8567180 drm/nouveau/kms/nv04-nv4x: fix exposed format list by Ilia Mirkin · 8 years ago
  99. 7fa620d5 drm/nouveau/kms/nv10-nv40: add NV21 support to overlay by Ilia Mirkin · 8 years ago
  100. 9a6edc3 drm/nouveau/kms/nv04-nv40: improve overlay error detection, fix pitch setting by Ilia Mirkin · 8 years ago