1. f5395ba Merge branch 'drm-vbl-timestamp' of git://gitorious.org/vsyrjala/linux into drm-next by Dave Airlie · 11 years ago
  2. 2b76a67 Merge branch 'topic/core-stuff' of git://people.freedesktop.org/~danvet/drm-intel into drm-next by Dave Airlie · 11 years ago
  3. f5f1f89 drm/radeon: add query to fetch the max engine clock (v2) by Alex Deucher · 11 years ago
  4. 985e5dc drm/edid: Populate picture aspect ratio for CEA modes by Vandana Kannan · 11 years ago
  5. 0993f1d drm: Make the connector mode_valid() vfunc return a drm_mode_status enum by Damien Lespiau · 11 years ago
  6. abca9e4 drm: Pass 'flags' from the caller to .get_scanout_position() by Ville Syrjälä · 11 years ago
  7. 3c184f6 drm: Change {pixel,line,frame}dur_ns from s64 to int by Ville Syrjälä · 11 years ago
  8. 7da903e drm: Pass the display mode to drm_calc_vbltimestamp_from_scanoutpos() by Ville Syrjälä · 11 years ago
  9. 545cdd5 drm: Pass the display mode to drm_calc_timestamping_constants() by Ville Syrjälä · 11 years ago
  10. cfd72a4 Merge branch 'drm-intel-next' of git://people.freedesktop.org/~danvet/drm-intel into drm-next by Dave Airlie · 11 years ago
  11. 311474d drm/vmwgfx: Add a parameter to get max MOB memory size by Thomas Hellstrom · 12 years ago
  12. 1d7a5cb drm/vmwgfx: Implement a buffer object synccpu ioctl. by Thomas Hellstrom · 12 years ago
  13. 15c6f65 drm/vmwgfx: Make sure that the multisampling is off by Zack Rusin · 12 years ago
  14. cfe4d53 drm/vmwgfx: Update the driver user-space interface for guest-backed objects by Thomas Hellstrom · 12 years ago
  15. 0d9d349 Merge commit origin/master into drm-intel-next by Daniel Vetter · 11 years ago
  16. b04a590 drm: store the gem vma offset manager in a typed pointer by Daniel Vetter · 11 years ago
  17. faf096f Merge tag 'vmwgfx-next-2014-01-13' of git://people.freedesktop.org/~thomash/linux into drm-next by Dave Airlie · 11 years ago
  18. f663dd9 net: core: explicitly select a txq before doing l2 forwarding by Jason Wang · 11 years ago
  19. 05efb1a drm/ttm: ttm object security fixes for render nodes by Thomas Hellstrom · 11 years ago
  20. 58aa662 drm/ttm: Correctly set page mapping and -index members by Thomas Hellstrom · 11 years ago
  21. a707271 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  22. 23e8e59 Merge tag 'pm+acpi-3.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  23. 7a7ffba ipv4: fix tunneled VM traffic over hw VXLAN/GRE GSO NIC by Wei-Chun Chao · 11 years ago
  24. 619a60e sctp: Remove outqueue empty state by Vlad Yasevich · 11 years ago
  25. 7e03096 net: llc: fix order of evaluation in llc_conn_ac_inc_vr_by_1 by Daniel Borkmann · 11 years ago
  26. 9a0bb29 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 11 years ago
  27. 61ef8be Merge branch 'drm-fixes-3.13' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 11 years ago
  28. 2205369 vlan: Fix header ops passthru when doing TX VLAN offload. by David S. Miller · 11 years ago
  29. 4706515 Merge branches 'acpi-pci-pm' and 'acpi-pci-hotplug' by Rafael J. Wysocki · 11 years ago
  30. 6b8c982 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 11 years ago
  31. f244d8b ACPIPHP / radeon / nouveau: Fix VGA switcheroo problem related to hotplug by Rafael J. Wysocki · 11 years ago
  32. 67e0c1b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  33. 73409f3 net: Add some clarification to skb_tx_timestamp() comment. by David S. Miller · 11 years ago
  34. f639860 Merge branch 'for-3.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 11 years ago
  35. 4b69316 Merge branch 'for-3.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata by Linus Torvalds · 11 years ago
  36. f60900f auxvec.h: account for AT_HWCAP2 in AT_VECTOR_SIZE_BASE by Ard Biesheuvel · 11 years ago
  37. 6961bc6 Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 11 years ago
  38. 439a1cf drm/radeon: expose render backend mask to the userspace by Marek Olšák · 11 years ago
  39. d00adcc drm/radeon: 0x9649 is SUMO2 not SUMO by Alex Deucher · 11 years ago
  40. 785e15e Merge tag 'drm/for-3.14-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-next by Dave Airlie · 11 years ago
  41. 1733348 Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 11 years ago
  42. 8e321fe aio/migratepages: make aio migrate pages sane by Benjamin LaHaise · 11 years ago
  43. df36ac1 pstore: Don't allow high traffic options on fragile devices by Luck, Tony · 11 years ago
  44. 597d795 mm: do not allocate page->ptl dynamically, if spinlock_t fits to long by Kirill A. Shutemov · 11 years ago
  45. ee53664 mm: Fix NULL pointer dereference in madvise(MADV_WILLNEED) support by Kirill A. Shutemov · 11 years ago
  46. 4203d0e Merge tag 'stable/for-linus-3.13-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 11 years ago
  47. b1aca94 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net by David S. Miller · 11 years ago
  48. 58cac3f Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  49. 4de6a2d gpu: host1x: Add MIPI pad calibration support by Thierry Reding · 11 years ago
  50. 95cadac target/file: Update hw_max_sectors based on current block_size by Nicholas Bellinger · 11 years ago
  51. 86fbf16 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 11 years ago
  52. af2c140 mm: numa: guarantee that tlb_flush_pending updates are visible before page table updates by Mel Gorman · 11 years ago
  53. 2084140 mm: fix TLB flush race between migration, and change_protection_range by Rik van Riel · 11 years ago
  54. de466bd mm: numa: avoid unnecessary disruption of NUMA hinting during migration by Mel Gorman · 11 years ago
  55. c97102b kexec: migrate to reboot cpu by Vivek Goyal · 11 years ago
  56. 0e3da5b ip_gre: fix msg_name parsing for recvfrom/recvmsg by Timo Teräs · 11 years ago
  57. 8532824 net: allow netdev_all_upper_get_next_dev_rcu with rtnl lock held by John Fastabend · 11 years ago
  58. fe3c703 drm/dp: Clarify automated test constant and add constant for FAUX test pattern by Todd Previte · 11 years ago
  59. 99c09e7 drm: remove dev->vma_count by Daniel Vetter · 11 years ago
  60. 5952fba drm: Kill file_priv->ioctl_count tracking by Daniel Vetter · 11 years ago
  61. 43d1337 drm: rip out dev->ioctl_count tracking by Daniel Vetter · 11 years ago
  62. 4cda878 drm: Kill DRM_SUSER by Daniel Vetter · 11 years ago
  63. 85b2331 drm: Kill DRM_*MEMORYBARRIER by Daniel Vetter · 11 years ago
  64. 1d6ac18 drm: Kill DRM_COPY_(TO|FROM)_USER by Daniel Vetter · 11 years ago
  65. 57ed0f7 drm: Kill DRM_WAKUP and DRM_INIT_WAITQUEUE by Daniel Vetter · 11 years ago
  66. e9f0d76 drm: Kill DRM_IRQ_ARGS by Daniel Vetter · 11 years ago
  67. bfd8303 drm: Kill DRM_HZ by Daniel Vetter · 11 years ago
  68. d2e546b drm: rip out DRM_AGP_MEM and DRM_AGP_KERN by Daniel Vetter · 11 years ago
  69. 4efafeb drm: kill the ->agp_destroy callback by Daniel Vetter · 11 years ago
  70. d6e4b28b drm: inline drm_agp_destroy by Daniel Vetter · 11 years ago
  71. 2c695fa drm: remove agp_init() bus callback by Daniel Vetter · 11 years ago
  72. d990675 drm: rip out drm_core_has_AGP by Daniel Vetter · 11 years ago
  73. 8da79cc drm: ->agp_init can't fail by Daniel Vetter · 11 years ago
  74. 24986ee drm: kill DRIVER_REQUIRE_AGP by Daniel Vetter · 11 years ago
  75. 6b27f7f drm/dp: Use AUX constants from specification by Thierry Reding · 11 years ago
  76. 05f5172 drm/bufs: remove handling of _DRM_GEM mappings by Daniel Vetter · 11 years ago
  77. b3f2333 drm: restrict the device list for shadow attached drivers by Daniel Vetter · 11 years ago
  78. e2577d4 drm: rip out drm_platform_exit by Daniel Vetter · 11 years ago
  79. 35eecf0 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 11 years ago
  80. 66ee52e drm: Implement dummies for debugfs helpers by Thierry Reding · 11 years ago
  81. 46eeb2c video/fb: Propagate error code from failing to unregister conflicting fb by Chris Wilson · 11 years ago
  82. 5d13d42 drm: add DRM_ERROR_RATELIMITED by Rob Clark · 11 years ago
  83. da32cc9 Merge tag 'drm-intel-next-2013-11-29' of git://people.freedesktop.org/~danvet/drm-intel into drm-next by Dave Airlie · 11 years ago
  84. dd05080 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  85. aead40e drm: Add panel support by Thierry Reding · 11 years ago
  86. 068a002 drm: Add MIPI DSI bus support by Andrzej Hajda · 11 years ago
  87. a4d86e5 Merge tag 'tegra-for-3.14-powergate' into drm/for-next by Thierry Reding · 11 years ago
  88. b03bb79 Merge tag 'tegra-for-3.14-dmas-resets-rework' into drm/for-next by Thierry Reding · 11 years ago
  89. 189b84f perf: Document the new transaction sample type by Vince Weaver · 11 years ago
  90. f78dea0 libata: implement ATA_HORKAGE_NO_NCQ_TRIM and apply it to Micro M500 SSDs by Marc Carino · 11 years ago
  91. 9d4450a ARM: tegra: Add IO rail support by Thierry Reding · 11 years ago
  92. 9a716579 ARM: tegra: Add Tegra124 powergate support by Thierry Reding · 11 years ago
  93. 309243e IB/core: const'ify inbuf in struct ib_udata by Yann Droneaud · 11 years ago
  94. 2a4d815 Input: define KEY_WWAN for Wireless WAN by Rafał Miłecki · 11 years ago
  95. 4a251dd Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  96. 908bfda Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  97. 9199c4c Merge tag 'pci-v3.13-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 11 years ago
  98. 380108d xen/block: Correctly define structures in public headers on ARM32 and ARM64 by Julien Grall · 11 years ago
  99. 8d27637 Merge branch 'akpm' (fixes from Andrew) by Linus Torvalds · 11 years ago
  100. 3e1e4a5 mfd/rtc: s5m: fix register updating by adding regmap for RTC by Krzysztof Kozlowski · 11 years ago