1. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  2. d704f8e drm/armada: Remove NULL open/pre/postclose hooks by Daniel Vetter · 9 years ago
  3. f884a50 Merge branch 'drm-armada-devel' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into drm-next by Dave Airlie · 9 years ago
  4. a02fb90 drm/armada: Constify function pointer structs by Ville Syrjälä · 9 years ago
  5. b0b3b79 drm: Pass 'name' to drm_universal_plane_init() by Ville Syrjälä · 9 years ago
  6. f988287 drm: Pass 'name' to drm_crtc_init_with_planes() by Ville Syrjälä · 9 years ago
  7. 0b8ebea drm/armada: use a private mutex to protect priv->linear by Daniel Vetter · 9 years ago
  8. 4bd3fd4 drm/armada: drop struct_mutex from cursor paths by Daniel Vetter · 9 years ago
  9. 39146d6 drm/armada: don't grab dev->struct_mutex for in mmap offset ioctl by Daniel Vetter · 9 years ago
  10. 8d6185b drm/armada: plug leak in dumb_map_offset by Daniel Vetter · 9 years ago
  11. 7a6f713 drm/armada: use unlocked gem unreferencing by Daniel Vetter · 9 years ago
  12. 1eb8345 drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create() by Ville Syrjälä · 9 years ago
  13. 7fc7e86 drm/armada: Convert the probe function to the generic drm_of_component_probe() by Liviu Dudau · 9 years ago
  14. affa0e0 Merge tag 'topic/drm-misc-2015-10-19' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  15. f8c4714 drm/<drivers>: Drop DRM_UNLOCKED from modeset drivers by Daniel Vetter · 9 years ago
  16. 6b62b3e Merge tag 'topic/drm-misc-2015-10-08' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  17. bbbe29d Merge branch 'drm-armada-devel' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into drm-next by Dave Airlie · 9 years ago
  18. b44f840 drm: Stop using drm_vblank_count() as the hw frame counter by Ville Syrjälä · 9 years ago
  19. 88e7271 drm/irq: Use unsigned int pipe in public API by Thierry Reding · 9 years ago
  20. 7cb410c drm/armada: move frame wait wakeup into plane work by Russell King · 9 years ago
  21. 4a8506d drm/armada: convert overlay plane vbl worker to a armada plane worker by Russell King · 9 years ago
  22. 4b5dda8 drm/armada: move CRTC flip work to primary plane work by Russell King · 9 years ago
  23. 5740d27 drm/armada: move frame wait into armada_frame by Russell King · 9 years ago
  24. 6908cf7 drm/armada: move the locking for armada_drm_vbl_event_remove() by Russell King · 9 years ago
  25. 5c8752c drm/armada: move the update of dplane->ctrl0 out of spinlock by Russell King · 9 years ago
  26. 9099ea1 drm/armada: move write to dma_ctrl0 to armada_drm_crtc_plane_disable() by Russell King · 9 years ago
  27. 5832680 drm/armada: provide a common helper to disable a plane by Russell King · 9 years ago
  28. de32301 drm/armada: allocate primary plane ourselves by Russell King · 9 years ago
  29. 1c914ce drm/armada: add primary plane creation by Russell King · 9 years ago
  30. 561f60b drm/armada: introduce generic armada_plane struct by Russell King · 9 years ago
  31. d563c24 drm/armada: update armada overlay to use drm_universal_plane_init() by Russell King · 9 years ago
  32. 66377ef drm/armada: use xchg() to atomically update dplane->old_fb by Russell King · 9 years ago
  33. fecfdb2 drm/armada: factor out retirement of old fb by Russell King · 9 years ago
  34. 28a2aeb drm/armada: rename overlay identifiers by Russell King · 9 years ago
  35. 709ffd8 drm/armada: redo locking and atomics for armada_drm_crtc_complete_frame_work() by Russell King · 9 years ago
  36. e0ac5e9 drm/armada: disable CRTC clock during DPMS by Russell King · 9 years ago
  37. f8e1406 drm/armada: use drm_plane_force_disable() to disable the overlay plane by Russell King · 9 years ago
  38. 7c8f7e1 drm/armada: move vbl code into armada_crtc by Russell King · 9 years ago
  39. 0fb2970 drm/armada: remove non-component support by Russell King · 9 years ago
  40. e8b70e4 drm/armada: Use new drm_fb_helper functions by Archit Taneja · 9 years ago
  41. 8f6644c Merge branch 'drm-armada-fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into drm-fixes by Dave Airlie · 9 years ago
  42. c62ff6b drm/armada: avoid saving the adjusted mode to crtc->mode by Russell King · 9 years ago
  43. 73068ce drm/armada: fix overlay when partially off-screen by Russell King · 9 years ago
  44. 98fb74f drm/armada: convert overlay to use drm_plane_helper_check_update() by Russell King · 9 years ago
  45. 0481c8c drm/armada: fix gem object free after failed prime import by Russell King · 9 years ago
  46. 41dbb2d drm/armada: fix incorrect overlay plane cleanup by Russell King · 9 years ago
  47. 070f3f6 drm/armada: fix missing overlay wake-up by Russell King · 9 years ago
  48. dde1006 Merge branch 'drm-armada-devel' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into drm-next by Dave Airlie · 9 years ago
  49. d8fbe34 dma-buf: cleanup dma_buf_export() to make it easily extensible by Sumit Semwal · 9 years ago
  50. 0d4d936 drm/armada: constify struct drm_encoder_helper_funcs pointer by Jani Nikula · 9 years ago
  51. 38bf3ae drm/armada: armada_drv: Remove unused function by Rickard Strandqvist · 10 years ago
  52. 5a413df drm/armada: armada_output: Remove some unused functions by Rickard Strandqvist · 10 years ago
  53. e5202a2 Merge tag 'topic/core-stuff-2014-12-19' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 10 years ago
  54. 988adfd Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 10 years ago
  55. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  56. e1f69e6 drm/armada: Remove dummy ->load_lut() implementation by Thierry Reding · 10 years ago
  57. ba00410 Merge branch 'iov_iter' into for-next by Al Viro · 10 years ago
  58. a455589 assorted conversions to %p[dD] by Al Viro · 10 years ago
  59. 51b44eb Merge tag 'v3.18-rc4' into drm-next by Dave Airlie · 10 years ago
  60. 3cb9ae4 drm: Move drm_crtc_init from drm_crtc.h to drm_plane_helper.h by Daniel Vetter · 10 years ago
  61. a8a93c6 Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux into driver-core-next by Greg Kroah-Hartman · 10 years ago
  62. 30aad89 Merge branch 'drm-armada-fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into drm-fixes by Dave Airlie · 10 years ago
  63. 85a4389 gpu: drm: armada: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  64. 178e561 drm/armada: convert to use vblank_on/off calls by Russell King · 10 years ago
  65. c548830 drm/armada: fix page_flip refcounting leak by Russell King · 10 years ago
  66. 0544e38 drm/armada: add IRQ support back by Russell King · 10 years ago
  67. d9fc941 drm: Extract <drm/drm_gem.h> by Daniel Vetter · 10 years ago
  68. 915b4d1 drm: add driver->set_busid() callback by David Herrmann · 10 years ago
  69. a7d7a14 Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 10 years ago
  70. 8a105aa Merge branch 'drm-armada-devel' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into drm-next by Dave Airlie · 10 years ago
  71. 9611cb9 drm/armada: register crtc with port by Russell King · 10 years ago
  72. d8c9608 drm/armada: permit CRTCs to be registered as separate devices by Russell King · 10 years ago
  73. fe42487 drm/armada: update Armada 510 (Dove) to use "ext_ref_clk1" as the clock by Russell King · 10 years ago
  74. 0101fd0 drm/armada: convert to componentized support by Russell King · 10 years ago
  75. 3aac450 dma-buf: use reservation objects by Maarten Lankhorst · 10 years ago
  76. 10a2310 drm: Introduce drm_fb_helper_prepare() by Thierry Reding · 10 years ago
  77. 3a49387 drm: Constify struct drm_fb_helper_funcs by Thierry Reding · 10 years ago
  78. 42e62ba drm/armada: make variant a CRTC thing by Russell King · 10 years ago
  79. 3ecea26 drm/armada: move variant initialisation to CRTC init by Russell King · 10 years ago
  80. d016540 drm/armada: use number of CRTCs registered by Russell King · 10 years ago
  81. e5d9ddf drm/armada: move IRQ handling into CRTC by Russell King · 10 years ago
  82. c9d53c0 devres: remove devm_request_and_ioremap() by Jingoo Han · 10 years ago
  83. 34ea3d3 drm: add register and unregister functions for connectors by Thomas Wood · 10 years ago
  84. f95aeb1 drm: Remove DRM_ARRAY_SIZE() for ARRAY_SIZE() by Damien Lespiau · 10 years ago
  85. 5ea1f75 drm: add drm_fb_helper_restore_fbdev_mode_unlocked() by Rob Clark · 10 years ago
  86. 2524fc7 drm/armada: use shmem helpers if possible by David Herrmann · 10 years ago
  87. bb0f1b5 drm: pass the irq explicitly to drm_irq_install by Daniel Vetter · 11 years ago
  88. c39b069 DRM: armada: fix corruption while loading cursors by Russell King · 10 years ago
  89. f4510a2 drm: Replace crtc fb with primary plane fb (v3) by Matt Roper · 10 years ago
  90. ae69340 Merge branch 'drm-armada-fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-cubox into drm-fixes by Dave Airlie · 10 years ago
  91. d13c46c DRM: armada: fix use of kfifo_put() by Russell King · 10 years ago
  92. a5bd4f8 Merge branch 'drm-armada-fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-cubox into drm-next by Dave Airlie · 10 years ago
  93. bed86f1 DRM: armada: fix missing DRM_KMS_FB_HELPER select by Russell King · 10 years ago
  94. cfd72a4 Merge branch 'drm-intel-next' of git://people.freedesktop.org/~danvet/drm-intel into drm-next by Dave Airlie · 11 years ago
  95. 50fb3c3 drm/armada: directly call drm_put_dev in ->remove by Daniel Vetter · 11 years ago
  96. 5c015db Merge branch 'drm-tda998x-3.12-fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-cubox into drm-fixes by Dave Airlie · 11 years ago
  97. 5cd5268 DRM: Armada: prime refcounting bug fix by Russell King · 11 years ago
  98. 7513e09 DRM: Armada: fix printing of phys_addr_t/dma_addr_t by Russell King · 11 years ago
  99. 077acba DRM: Armada: destroy framebuffer after helper by Russell King · 11 years ago
  100. 2f5ae49 DRM: Armada: implement lastclose() for fbhelper by Russell King · 11 years ago