1. ea0dd85 drm/doc: use preferred struct reference in kernel-doc by Daniel Vetter · 9 years ago
  2. e9b4d7b dma-buf: Use recommended structure member reference by Daniel Vetter · 9 years ago
  3. f641d3b dma-buf: use preferred struct reference in kernel-doc by Daniel Vetter · 9 years ago
  4. 05fc032 drm/mm: Some doc polish by Daniel Vetter · 9 years ago
  5. 6d1b81d drm: add crtc helper drm_crtc_from_index() by Shawn Guo · 9 years ago
  6. b5c3714 drm/mm: Convert to drm_printer by Daniel Vetter · 9 years ago
  7. 3d387d9 drm/printer: add debug printer by Daniel Vetter · 9 years ago
  8. adb040b drm: Use drm_mm_insert_node_in_range_generic() for everyone by Chris Wilson · 9 years ago
  9. 3f85fb3 drm: Wrap drm_mm_node.hole_follows by Chris Wilson · 9 years ago
  10. 3fa489d drm: Apply tight eviction scanning to color_adjust by Chris Wilson · 9 years ago
  11. f29051f drm: Simplify drm_mm scan-list manipulation by Chris Wilson · 9 years ago
  12. 9a956b1 drm: Optimise power-of-two alignments in drm_mm_scan_add_block() by Chris Wilson · 9 years ago
  13. 0b04d47 drm: Compute tight evictions for drm_mm_scan by Chris Wilson · 9 years ago
  14. 2c4b389 drm: Unconditionally do the range check in drm_mm_scan_add_block() by Chris Wilson · 9 years ago
  15. 9a71e27 drm: Extract struct drm_mm_scan from struct drm_mm by Chris Wilson · 9 years ago
  16. ac9bb7b drm: Simplify drm_mm_clean() by Chris Wilson · 9 years ago
  17. ba004e3 drm: Fix kerneldoc for drm_mm_scan_remove_block() by Chris Wilson · 9 years ago
  18. 7173320 drm: Promote drm_mm alignment to u64 by Chris Wilson · 9 years ago
  19. cf4a720 lib: Add a simple prime number generator by Chris Wilson · 9 years ago
  20. b3ee963 drm: Compile time enabling for asserts in drm_mm by Chris Wilson · 9 years ago
  21. 2bc98c8 drm: Use drm_mm_nodes() as shorthand for the list of nodes under struct drm_mm by Chris Wilson · 9 years ago
  22. a743d75 drm: Wrap the check for atomic_commit implementation by Dhinakaran Pandiyan · 9 years ago
  23. f2b0fee drm/atomic: Remove drm_atomic_helper_framebuffer_changed. by Maarten Lankhorst · 9 years ago
  24. bdc5714 drm/atomic: Clean up wait_for_vblanks, v2. by Maarten Lankhorst · 9 years ago
  25. 188f7882 drm: Fix spelling of clock in drm_connector.h by Peter Meerwald-Stadler · 9 years ago
  26. 91eefc0 drm: Tighten locking in drm_mode_getconnector by Daniel Vetter · 9 years ago
  27. e73ab00 drm: prevent double-(un)registration for connectors by Daniel Vetter · 9 years ago
  28. 613051d drm: locking&new iterators for connector_list by Daniel Vetter · 9 years ago
  29. 5bc9cb4 drm: Move atomic debugfs functions into drm_crtc_internal.h by Daniel Vetter · 9 years ago
  30. 4a878c0 drm: bridge: Detach bridge from encoder at encoder cleanup time by Laurent Pinchart · 9 years ago
  31. 3bb80f2 drm: bridge: Link encoder and bridge in core code by Laurent Pinchart · 9 years ago
  32. 2407d1d drm: Fix compilation warning caused by static inline forward declaration by Laurent Pinchart · 9 years ago
  33. 9338203 drm: Don't include <drm/drm_encoder.h> in <drm/drm_crtc.h> by Laurent Pinchart · 9 years ago
  34. 45b186f drm: Constify the drm_mm API by Chris Wilson · 9 years ago
  35. ad57900 drm: Add drm_mm_for_each_node_safe() by Chris Wilson · 9 years ago
  36. 56e3d1c kref: prefer atomic_inc_not_zero to atomic_add_unless by Jason A. Donenfeld · 9 years ago
  37. 438b74a drm: Nuke fb->pixel_format by Ville Syrjälä · 9 years ago
  38. 272725c drm: Nuke fb->bits_per_pixel by Ville Syrjälä · 9 years ago
  39. b00c600 drm: Nuke fb->depth by Ville Syrjälä · 9 years ago
  40. 8f8f6a6 drm: Add drm_framebuffer_plane_{width,height}() by Ville Syrjälä · 9 years ago
  41. e14c23c drm: Store a pointer to drm_format_info under drm_framebuffer by Ville Syrjälä · 9 years ago
  42. a3f913c drm: Pass 'dev' to drm_helper_mode_fill_fb_struct() by Ville Syrjälä · 9 years ago
  43. 010f5b9 Merge tag 'drm-for-v4.10' of git://people.freedesktop.org/~airlied/linux into drm-misc-next by Daniel Vetter · 9 years ago
  44. af91341 drm_fourcc: Fix DRM_FORMAT_MOD_LINEAR #define by Kristian H. Kristensen · 9 years ago
  45. 0959a16 dma-buf: Update cpu access documentation by Daniel Vetter · 9 years ago
  46. 2904a8c dma-buf: Reorganize device dma access docs by Daniel Vetter · 9 years ago
  47. c248891 Merge tag 'docs-4.10' of git://git.lwn.net/linux into drm-misc-next by Daniel Vetter · 9 years ago
  48. 5acc614 drm: Protect master->unique with dev->master_mutex by Daniel Vetter · 9 years ago
  49. b9fb2a2 drm_fourcc: Document linear modifier by Daniel Vetter · 9 years ago
  50. 2601a15 Merge tag 'drm-vc4-next-2016-12-09' of https://github.com/anholt/linux into drm-next by Dave Airlie · 9 years ago
  51. 122020a dma-buf: Provide wrappers for reservation's lock by Chris Wilson · 9 years ago
  52. 299a16b drm: Add TV connector states to drm_connector_state by Boris Brezillon · 9 years ago
  53. dee7a4f drm: Turn DRM_MODE_SUBCONNECTOR_xx definitions into an enum by Boris Brezillon · 9 years ago
  54. acc5ddd Merge tag 'drm-misc-next-2016-12-08' of git://anongit.freedesktop.org/git/drm-misc into drm-next by Dave Airlie · 9 years ago
  55. bfd5be0 Merge branch 'drm-next-4.10' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 9 years ago
  56. 40ee588 drm/amd/amdgpu: export vbios information (v2) by Evan Quan · 9 years ago
  57. 5cd57a4 drm: fix possible_crtc's type by Tomi Valkeinen · 9 years ago
  58. 75e75cb Merge remote-tracking branch 'airlied/drm-next' into drm-misc-next by Daniel Vetter · 9 years ago
  59. f03ee46 Backmerge tag 'v4.9-rc8' into drm-next by Dave Airlie · 9 years ago
  60. 8bca927 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  61. 8ab2ae6 default exported asm symbols to zero by Arnd Bergmann · 9 years ago
  62. 4db5e63 Merge tag 'pci-v4.9-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 9 years ago
  63. 92cf44e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 9 years ago
  64. 3d2dd61 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 9 years ago
  65. 949f088 drm: Make the connector .detect() callback optional by Laurent Pinchart · 9 years ago
  66. 5cbc198 mm: fix false-positive WARN_ON() in truncate/invalidate for hugetlb by Kirill A. Shutemov · 9 years ago
  67. 045d599 kasan: update kasan_global for gcc 7 by Dmitry Vyukov · 9 years ago
  68. f559013 Merge branch 'msm-next' of git://people.freedesktop.org/~robclark/linux into drm-next by Dave Airlie · 9 years ago
  69. 0382a25 l2tp: lock socket before checking flags in connect() by Guillaume Nault · 9 years ago
  70. 2425f18 Input: change KEY_DATA from 0x275 to 0x277 by Ping Cheng · 9 years ago
  71. a90f583 Merge tag 'drm-misc-next-2016-11-29' of git://anongit.freedesktop.org/git/drm-misc into drm-next by Dave Airlie · 9 years ago
  72. 35838b4 Merge tag 'drm-intel-next-2016-11-21' of git://anongit.freedesktop.org/git/drm-intel into drm-next by Dave Airlie · 9 years ago
  73. 6320745 Merge tag 'drm-qemu-20161121' of git://git.kraxel.org/linux into drm-next by Dave Airlie · 9 years ago
  74. 3f65047 of_mdio: add helper to deregister fixed-link PHYs by Johan Hovold · 9 years ago
  75. 389f78b drm: Introduce drm_framebuffer_assign() by Chris Wilson · 9 years ago
  76. b435370 Revert "net/mlx4_en: Avoid unregister_netdev at shutdown flow" by Tariq Toukan · 9 years ago
  77. faa1fa5 net/sched: Export tc_tunnel_key so its UAPI accessible by Roi Dayan · 9 years ago
  78. 79b9555 drm/atomic: Constify drm_atomic_crtc_needs_modeset() by Ville Syrjälä · 9 years ago
  79. 8b2fb7b drm: Fix conflicting macro parameter in drm_mm_for_each_node_in_range() by Chris Wilson · 9 years ago
  80. 105ecad Merge git://git.infradead.org/intel-iommu by Linus Torvalds · 9 years ago
  81. a0d60e6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  82. 7f6337f drm/msm: update uapi header license by Rob Clark · 9 years ago
  83. 218adc1 drm: Fixup kernel doc for driver->gem_create_object by Chris Wilson · 9 years ago
  84. f9e154a Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth by David S. Miller · 9 years ago
  85. 5173bc6 netfilter: nat: fix crash when conntrack entry is re-used by Florian Westphal · 9 years ago
  86. d3e2a11 netfilter: nf_tables: fix inconsistent element expiration calculation by Anders K. Pedersen · 9 years ago
  87. 7223ecd netfilter: nat: switch to new rhlist interface by Florian Westphal · 9 years ago
  88. 522e85d drm: Define drm_mm_for_each_node_in_range() by Chris Wilson · 9 years ago
  89. 920c1cd netdevice.h: fix kernel-doc warning by Randy Dunlap · 9 years ago
  90. e784930 PCI: Export pcie_find_root_port by Johannes Thumshirn · 9 years ago
  91. 39385cb Bluetooth: Fix using the correct source address type by Johan Hedberg · 9 years ago
  92. 8e5bfa8 sched/autogroup: Do not use autogroup->tg in zombie threads by Oleg Nesterov · 9 years ago
  93. 1ea0c02 drm/atomic: Unconfuse the old_state mess in commmit_tail by Daniel Vetter · 9 years ago
  94. 27e7ab9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  95. 8c0b55e drm/atomic: cleanup debugfs entries on un-registering the driver. by Liviu Dudau · 9 years ago
  96. dce9ce3 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  97. e3fd9a9 kvm: kvmclock: let KVM_GET_CLOCK return whether the master clock is in use by Paolo Bonzini · 9 years ago
  98. 9101704 iommu/vt-d: Fix PASID table allocation by David Woodhouse · 9 years ago
  99. 20afa6e Merge tag 'acpi-4.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  100. aad931a3 Merge tag 'nfsd-4.9-2' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 9 years ago