1. 2add8d13 drm/omap: fix YUV422 90/270 rotation with mirroring by Tomi Valkeinen · 8 years ago
  2. c4df6e4 drm/omap: fix YUV422 rotation with TILER by Tomi Valkeinen · 8 years ago
  3. 16f9ede drm/omap: pass rotation to dispc by Tomi Valkeinen · 8 years ago
  4. 4eebb80 drm/omap: DRM_MODE_REFLECT_* instead of mirror boolean by Tomi Valkeinen · 8 years ago
  5. 0bd97c4 drm/omap: use DRM_MODE_ROTATE_* instead of OMAP_DSS_ROT_* by Tomi Valkeinen · 8 years ago
  6. 218ed53 drm/omap: remove omap_drm_win by Tomi Valkeinen · 8 years ago
  7. 8958aeb drm/omap: add drm_rotation_to_tiler helper() by Tomi Valkeinen · 8 years ago
  8. 41aff42 drm/omap: rename color_mode to fourcc by Tomi Valkeinen · 8 years ago
  9. c2e52e3 drm/omap: cleanup formats array by Tomi Valkeinen · 8 years ago
  10. eecad43 drm/omap: remove omap_framebuffer_get_formats() by Tomi Valkeinen · 8 years ago
  11. 3e1d65c drm/omap: use DRM_FORMAT_* instead of OMAP_DSS_COLOR_* by Tomi Valkeinen · 8 years ago
  12. 9c39d17 drm/omap: use u32 instead of enum omap_color_mode by Tomi Valkeinen · 8 years ago
  13. 18c0d62 drm/omap: change supported_modes to an array by Tomi Valkeinen · 8 years ago
  14. 22245f5 drm/omap: remove unneeded prototypes by Tomi Valkeinen · 8 years ago
  15. 5edec14 drm/omap: add format_is_yuv() helper by Tomi Valkeinen · 8 years ago
  16. 185e23e drm/omap: cleanup offset calculation by Tomi Valkeinen · 8 years ago
  17. 517a8a95 drm/omap: remove dma & vrfb rotation by Tomi Valkeinen · 8 years ago
  18. dc50be8 drm/omap: ratelimit OCP error by Tomi Valkeinen · 8 years ago
  19. 4b9cdd9 drm/omap: remove CLUT by Tomi Valkeinen · 8 years ago
  20. 6d86278 drm/omap: fix setting & clearing DOUBLESTRIDE by Tomi Valkeinen · 9 years ago
  21. eb06225 drm/omap: Remove unused omap_dss_find_output() function by Laurent Pinchart · 8 years ago
  22. b82f6cc drm/omap: remove omap_overlay & omap_overlay_manager by Tomi Valkeinen · 8 years ago
  23. c632047 drm/omap: remove unused fields by Tomi Valkeinen · 8 years ago
  24. d2935c1 drm/omap: remove legacy get_resolution by Tomi Valkeinen · 8 years ago
  25. fb251e3 drm/omap: remove unused get_dimensions() by Tomi Valkeinen · 8 years ago
  26. aa61321 drm/omap: remove rfbi by Tomi Valkeinen · 8 years ago
  27. b42d7f5 drm/omap: dpi: remove legacy data_lines by Tomi Valkeinen · 8 years ago
  28. e0eb2ac drm/omap: remove recommended_bpp by Tomi Valkeinen · 8 years ago
  29. f2214bc drm/omap: venc: remove set_type & invert_vid_out_polarity by Tomi Valkeinen · 8 years ago
  30. 111d47d drm/omap: sdi: remove legacy set_datapairs by Tomi Valkeinen · 8 years ago
  31. c08feea drm/omap: connector-dvi/hdmi: remove extra include by Tomi Valkeinen · 8 years ago
  32. 11b23e1 drm/omap: connector-analog-tv: remove non-DT support by Tomi Valkeinen · 8 years ago
  33. de63742 drm/omap: acx565akm: remove non-DT support by Tomi Valkeinen · 8 years ago
  34. bf31ce7 drm/omap: panel-dpi: remove non-DT support by Tomi Valkeinen · 8 years ago
  35. 9d24159a drm/omap: define compat_ioctl by Tomi Valkeinen · 8 years ago
  36. 2150c19 drm/omap: 64bit compile fixes by Tomi Valkeinen · 8 years ago
  37. 2e953d8 drm/omap: remove read_irqenable() by Tomi Valkeinen · 8 years ago
  38. 49a3057 drm/omap: remove ovl_set_channel_out by Tomi Valkeinen · 8 years ago
  39. 5806bce drm/omap: remove unused ovl_enabled() by Tomi Valkeinen · 8 years ago
  40. 564f88c drm/omap: add new connector types by Tomi Valkeinen · 8 years ago
  41. 54156c2 drm: omapdrm: sdi: Remove platform driver by Laurent Pinchart · 8 years ago
  42. 5115bba drm: omapdrm: dpi: Remove platform driver by Laurent Pinchart · 8 years ago
  43. 6e471fa drm: omapdrm: Infer the OMAP version from the SoC family by Laurent Pinchart · 8 years ago
  44. 278cba7 drm: omapdrm: Remove unused default display name support by Laurent Pinchart · 8 years ago
  45. fd07ab7 drm: omapdrm: Remove unused dss_get_core_pdev() function by Laurent Pinchart · 8 years ago
  46. 1dff212 drm: omapdrm: Drop support for non-DT devices by Laurent Pinchart · 8 years ago
  47. b22622f drm: omapdrm: Remove duplicate error messages when mapping memory by Laurent Pinchart · 8 years ago
  48. c488dd2 drm: omapdrm: Take GEM object reference when exporting dmabuf by Laurent Pinchart · 8 years ago
  49. 97817fd drm: omapdrm: Map pages for DMA in DMA_TO_DEVICE direction by Laurent Pinchart · 8 years ago
  50. 930dc19 drm: omapdrm: DMA-unmap pages for all buffer types when freeing buffers by Laurent Pinchart · 8 years ago
  51. 24fbaca drm: omapdrm: Fix incorrect usage of the term 'cache coherency' by Laurent Pinchart · 8 years ago
  52. d61ce7d drm: omapdrm: Rename GEM DMA sync functions by Laurent Pinchart · 8 years ago
  53. 57c22f7 drm: omapdrm: Rename the omap_gem_object addrs field to dma_addrs by Laurent Pinchart · 8 years ago
  54. 4fa6ce4 drm: omapdrm: Lower indentation level in omap_gem_dma_sync_buffer() by Laurent Pinchart · 8 years ago
  55. bc20c85 drm: omapdrm: Rename omap_gem_(get|put)_paddr() to omap_gem_(un)pin() by Laurent Pinchart · 8 years ago
  56. 1686908 drm: omapdrm: Rename occurrences of paddr to dma_addr by Laurent Pinchart · 8 years ago
  57. aa0408b drm: omapdrm: Remove remap argument to omap_gem_get_paddr() by Laurent Pinchart · 8 years ago
  58. dff6c24 drm: omapdrm: Add zpos property by Laurent Pinchart · 8 years ago
  59. d980278 drm: omapdrm: Remove custom plane state by Laurent Pinchart · 8 years ago
  60. ba527c1 drm: omapdrm: Store the Z order in the plane state zpos field by Laurent Pinchart · 8 years ago
  61. d6f544f drm: omapdrm: Remove legacy buffer synchronization support by Laurent Pinchart · 8 years ago
  62. a9e6f9f drm: omapdrm: Use DRM core's atomic commit helper by Laurent Pinchart · 8 years ago
  63. ce9a8f1 drm: omapdrm: Handle events when enabling/disabling CRTCs by Laurent Pinchart · 8 years ago
  64. 2a1720376 Backmerge tag 'v4.12-rc3' into drm-next by Dave Airlie · 8 years ago
  65. a82256b Merge tag 'drm-intel-next-2017-05-29' of git://anongit.freedesktop.org/git/drm-intel into drm-next by Dave Airlie · 8 years ago
  66. cd9f468 drm/i915: Update DRIVER_DATE to 20170529 by Daniel Vetter · 8 years ago
  67. 5ed02db Linux 4.12-rc3 by Linus Torvalds · 8 years ago
  68. d09bc68 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal by Linus Torvalds · 8 years ago
  69. 1afc454 Merge tag 'drm-misc-next-2017-05-26' of git://anongit.freedesktop.org/git/drm-misc into drm-next by Dave Airlie · 8 years ago
  70. 249f1ef Merge tag 'tty-4.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 8 years ago
  71. 6f68a6a Merge tag 'powerpc-4.12-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  72. 38e6bf2 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  73. 39b8ab3 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  74. de0b9d7 Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  75. fac3fca Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  76. 805f286 Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  77. d024baa Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  78. 77d6465 Merge tag 'trace-v4.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 8 years ago
  79. 6ee98ff x86/ftrace: Make sure that ftrace trampolines are not RWX by Thomas Gleixner · 8 years ago
  80. a53276e x86/mm/ftrace: Do not bug in early boot on irqs_disabled in cpu_flush_range() by Steven Rostedt (VMware) · 8 years ago
  81. bdd7e3d selftests/ftrace: Add a testcase for many kprobe events by Masami Hiramatsu · 8 years ago
  82. c93f5cf kprobes/x86: Fix to set RWX bits correctly before releasing trampoline by Masami Hiramatsu · 8 years ago
  83. f9797c2 ftrace: Fix memory leak in ftrace_graph_release() by Luis Henriques · 8 years ago
  84. c86daad Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 8 years ago
  85. e2a9aa5 Merge tag 'led_fixes_for_4-12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds by Linus Torvalds · 8 years ago
  86. 6741d51 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  87. cdbe020 Merge tag 'xfs-4.12-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 8 years ago
  88. 3fb07da ipv4: add reference counting to metrics by Eric Dumazet · 8 years ago
  89. 82533ad net: ethernet: ax88796: don't call free_irq without request_irq first by Uwe Kleine-König · 8 years ago
  90. 0e9a709 ip6_tunnel, ip6_gre: fix setting of DSCP on encapsulated packets by Peter Dawson · 8 years ago
  91. 804ec7e sctp: fix ICMP processing if skb is non-linear by Davide Caratti · 8 years ago
  92. 0908cf4 net: llc: add lock_sock in llc_ui_bind to avoid a race condition by linzhang · 8 years ago
  93. 1b8f2ff Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  94. 6ce4782 Merge tag 'pci-v4.12-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 8 years ago
  95. 80941b2 Merge tag 'ceph-for-4.12-rc3' of git://github.com/ceph/ceph-client by Linus Torvalds · 8 years ago
  96. a38b461 Merge tag 'mmc-v4.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc by Linus Torvalds · 8 years ago
  97. e95806d Merge tag 'sound-4.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 8 years ago
  98. 876ca8f Merge tag 'drm-fixes-for-v4.12-rc3' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 8 years ago
  99. 83b4605 PCI/msi: fix the pci_alloc_irq_vectors_affinity stub by Christoph Hellwig · 8 years ago
  100. 8aa6382 Merge branch 'nvme-4.12' of git://git.infradead.org/nvme into for-linus by Jens Axboe · 8 years ago