1. ce0c575 drm/fb_cma_helper: Implement fb_mmap callback by Robin Murphy · 9 years ago
  2. cb76e35 drm/qxl: Remove useless drm_fb_get_bpp_depth() call by Laurent Pinchart · 9 years ago
  3. 683aa14 drm/ast: Remove useless drm_fb_get_bpp_depth() call by Laurent Pinchart · 9 years ago
  4. c61b93f drm/atomic: Fix remaining places where !funcs->best_encoder is valid by Boris Brezillon · 9 years ago
  5. 7ea7728 drm/core: Change declaration for gamma_set. by Maarten Lankhorst · 9 years ago
  6. ddac4b5 Documentation: add fence-array to kernel DocBook by Gustavo Padovan · 9 years ago
  7. 097f0ab drm/shmobile: use drm_crtc_vblank_{get,put}() by Gustavo Padovan · 9 years ago
  8. a782bca drm/radeon: use drm_crtc_vblank_{get,put}() by Gustavo Padovan · 9 years ago
  9. 078ace6 drm/qxl: use drm_crtc_vblank_{get,put}() by Gustavo Padovan · 9 years ago
  10. 23a25ed drm/atmel: use drm_crtc_vblank_{get,put}() by Gustavo Padovan · 9 years ago
  11. accbaf6 drm/armada: use drm_crtc_vblank_{get,put}() by Gustavo Padovan · 9 years ago
  12. 60629c4 drm/amdgpu: use drm_crtc_vblank_{get,put}() by Gustavo Padovan · 9 years ago
  13. a288c1e drm/virtio: use drm_crtc_send_vblank_event() by Gustavo Padovan · 9 years ago
  14. 06413e4 drm/udl: use drm_crtc_send_vblank_event() by Gustavo Padovan · 9 years ago
  15. 8a60522 drm/qxl: use drm_crtc_send_vblank_event() by Gustavo Padovan · 9 years ago
  16. 8176731 drm/atmel: use drm_crtc_send_vblank_event() by Gustavo Padovan · 9 years ago
  17. dd54b80 drm/armada: use drm_crtc_send_vblank_event() by Gustavo Padovan · 9 years ago
  18. da5335b drm/doc: Switch to sphinx/rst fixed-width quoting by Daniel Vetter · 9 years ago
  19. 00edbe1 drm/doc: Drop kerneldoc for static functions in drm_irq.c by Daniel Vetter · 9 years ago
  20. aca8338 drm/gpu.tmpl: Don't forget to rename the include directives, too by Daniel Vetter · 9 years ago
  21. 890358a drm/doc: Improve kernel-doc for drm_fb_cma_helper.c by Daniel Vetter · 9 years ago
  22. 6136bfb drm/atomic-helper: Fixup kerneldoc for drm_atomic_helper_legacy_gamma_set by Daniel Vetter · 9 years ago
  23. ac3ba4a drm/doc: Update kerneldoc for drm_crtc.h by Daniel Vetter · 9 years ago
  24. 041916a dma-buf/sync_file: fix build warning with context format type by Gustavo Padovan · 9 years ago
  25. 490d3d1 drm: Store the plane's index by Chris Wilson · 9 years ago
  26. 1b47aaf drm/fence: add fence to drm_pending_event by Gustavo Padovan · 9 years ago
  27. 60c9e190 drm/atomic-docs: Spelling fixups by Daniel Vetter · 9 years ago
  28. 5d943aa6 drm: Consolidate crtc arrays in drm_atomic_state by Daniel Vetter · 9 years ago
  29. b8b5342 drm: Consolidate plane arrays in drm_atomic_state by Daniel Vetter · 9 years ago
  30. 63e83c1 drm: Consolidate connector arrays in drm_atomic_state by Daniel Vetter · 9 years ago
  31. 2f196b7 drm/atomic: Add drm_atomic_crtc_state_for_each_plane_state by Daniel Vetter · 9 years ago
  32. 2e7a570 drm/doc: Appease sphinx by Daniel Vetter · 9 years ago
  33. 8e01550 drm/exynos: Use for_each_crtc_in_state by Daniel Vetter · 9 years ago
  34. 8207257 drm/omap: Use for_each_plane_in_state by Daniel Vetter · 9 years ago
  35. 833cd78 drm/vc4: Use for_each_plane_in_state by Daniel Vetter · 9 years ago
  36. 09ad807 drm/rcar-du: Use for_each_*_in_state by Daniel Vetter · 9 years ago
  37. 8d76b79 drm/msm: Use for_each_*_in_state by Daniel Vetter · 9 years ago
  38. 831655e drm/i915: Use drm_atomic_get_existing_plane_state by Daniel Vetter · 9 years ago
  39. 9fb3fc7 drm/hdlcd: Clean up crtc hooks by Daniel Vetter · 9 years ago
  40. be9174a drm/atomic-helper: use for_each_*_in_state more by Daniel Vetter · 9 years ago
  41. 5f0c3f99 drm: Only create a cmdline mode if no probed modes match by Chris Wilson · 9 years ago
  42. f710456 dma-buf/fence: add signal_on_any to the fence array v2 by Christian König · 9 years ago
  43. b3dfbdf dma-buf/fence: add fence_array fences v6 by Gustavo Padovan · 9 years ago
  44. 76bf0db dma-buf/fence: make fence context 64 bit v2 by Christian König · 9 years ago
  45. 3377900 drm: Update obsolete information from {enable/disable}_vblank hooks. by Liviu Dudau · 9 years ago
  46. a0909cc drm/atomic: Handle funcs->best_encoder == NULL case by Boris Brezillon · 9 years ago
  47. 66fd7a6 Merge branch 'drm-intel-next' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  48. 65439b6 Merge tag 'topic/drm-misc-2016-06-01' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  49. e42aeef drm/i915: Revert async unpin and nonblocking atomic commit by Daniel Vetter · 9 years ago
  50. b82caaf drm/vc4: Use lockless gem BO free callback by Daniel Vetter · 9 years ago
  51. db36972 drm/vc4: Use drm_gem_object_unreference_unlocked by Daniel Vetter · 9 years ago
  52. cf48e29 drm: Initialize a linear gamma table by default by Daniel Vetter · 9 years ago
  53. 1bd816f drm/vgem: Use lockless gem BO free callback by Daniel Vetter · 9 years ago
  54. 0eef29d drm/qxl: Don't set a gamma table size by Daniel Vetter · 9 years ago
  55. 7b28ca2 drm/msm: Nuke dummy gamma_set/get functions by Daniel Vetter · 9 years ago
  56. 3abb263 drm/cirrus: Drop redundnant gamma size check by Daniel Vetter · 9 years ago
  57. fef1480 drm/fb-helper: Remove dead code in setcolreg by Daniel Vetter · 9 years ago
  58. 564dd27 drm/mediatek: Use lockless gem BO free callback by Daniel Vetter · 9 years ago
  59. 3d6ab09 drm/hisilicon: Use lockless gem BO free callback by Daniel Vetter · 9 years ago
  60. 6d910bf drm/hlcd: Use lockless gem BO free callback by Daniel Vetter · 9 years ago
  61. a345918 vga_switcheroo: Support deferred probing of audio clients by Lukas Wunner · 9 years ago
  62. b00e533 vga_switcheroo: Add helper for deferred probing by Lukas Wunner · 9 years ago
  63. d1e372c virtio-gpu: fix output lookup by Gerd Hoffmann · 9 years ago
  64. 0645de5 drm/doc: Unify KMS Locking docs by Daniel Vetter · 9 years ago
  65. f55f170 drm/atomic-helper: Do not call ->mode_fixup for CRTC which will be disabled by Liu Ying · 9 years ago
  66. c67f695 Fix annoyingly awkward typo in drm_edid_load.c by Valdis Kletnieks · 9 years ago
  67. 1a695a9 Linux 4.7-rc1 by Linus Torvalds · 9 years ago
  68. e0ab7af hash_string: Fix zero-length case for !DCACHE_WORD_ACCESS by George Spelvin · 9 years ago
  69. f2a031b Rename other copy of hash_string to hashlen_string by George Spelvin · 9 years ago
  70. 037369b hpfs: implement the show_options method by Mikulas Patocka · 9 years ago
  71. 01d6e08 affs: fix remount failure when there are no options changed by Mikulas Patocka · 9 years ago
  72. 44d5170 hpfs: fix remount failure when there are no options changed by Mikulas Patocka · 9 years ago
  73. 4029632 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 9 years ago
  74. d66492b fs: fix binfmt_aout.c build error by Guenter Roeck · 9 years ago
  75. 7e0fb73 Merge branch 'hash' of git://ftp.sciencehorizons.net/linux by Linus Torvalds · 9 years ago
  76. 4684fe9 h8300: Add <asm/hash.h> by George Spelvin · 9 years ago
  77. 7b13277 microblaze: Add <asm/hash.h> by George Spelvin · 9 years ago
  78. 14c44b9 m68k: Add <asm/hash.h> by George Spelvin · 9 years ago
  79. 468a942 <linux/hash.h>: Add support for architecture-specific functions by George Spelvin · 9 years ago
  80. 2a18da7a fs/namei.c: Improve dcache hash function by George Spelvin · 9 years ago
  81. ef703f4 Eliminate bad hash multipliers from hash_32() and hash_64() by George Spelvin · 9 years ago
  82. 92d5677 Change hash_64() return value to 32 bits by George Spelvin · 9 years ago
  83. 917ea16 <linux/sunrpc/svcauth.h>: Define hash_str() in terms of hashlen_string() by George Spelvin · 9 years ago
  84. fcfd2fb fs/namei.c: Add hashlen_string() function by George Spelvin · 9 years ago
  85. f4bcbe7 Pull out string hash to <linux/stringhash.h> by George Spelvin · 9 years ago
  86. 4e8440b Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 9 years ago
  87. a1842b2 Merge tag 'chrome-platform' of git://git.kernel.org/pub/scm/linux/kernel/git/olof/chrome-platform by Linus Torvalds · 9 years ago
  88. 0723ab4 Merge tag 'sound-4.7-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 9 years ago
  89. 9ba55cf Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 9 years ago
  90. 1cbe06c Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 9 years ago
  91. 8d057e3 Revert "platform/chrome: chromeos_laptop: Add Leon Touch" by Benson Leung · 9 years ago
  92. e6be18f i2c: dev: use after free in detach by Dan Carpenter · 9 years ago
  93. a8c5ddf MIPS: Add missing FROZEN hotplug notifier transitions by Anna-Maria Gleixner · 9 years ago
  94. bb93078 MIPS: Build microMIPS VDSO for microMIPS kernels by James Hogan · 9 years ago
  95. 13eb192 MIPS: Fix sigreturn via VDSO on microMIPS kernel by James Hogan · 9 years ago
  96. 5214cae MIPS: devicetree: fix cpu interrupt controller node-names by Antony Pavlov · 9 years ago
  97. 94cc36b MIPS: VDSO: Build with `-fno-strict-aliasing' by Maciej W. Rozycki · 9 years ago
  98. 41cc07b MIPS: Pistachio: Enable KASLR by Matt Redfearn · 9 years ago
  99. aedcfbe MIPS: lib: Mark intrinsics notrace by Harvey Hunt · 9 years ago
  100. aa76042 MIPS: Fix 64-bit HTW configuration by James Hogan · 9 years ago