1. 1717c0e Revert "drm/ttm: add a way to bo_wait for either the last read or last write" by Dave Airlie · 14 years ago
  2. 83f30d0 Revert "drm/radeon/kms: add a new gem_wait ioctl with read/write flags" by Dave Airlie · 14 years ago
  3. 9b553f7 Merge branch 'drm-intel-next' of git://people.freedesktop.org/~keithp/linux into drm-core-next by Dave Airlie · 14 years ago
  4. c5c4236 vmwgfx: Don't pass unused arguments to do_dirty functions by Jakob Bornecrantz · 14 years ago
  5. 64fc994 vmwgfx: Emulate depth 32 framebuffers by Jakob Bornecrantz · 14 years ago
  6. 1970305 drm/radeon: Lower the severity of the radeon lockup messages. by Dave Jones · 14 years ago
  7. 82d1655 drm/i915/dp: Fix eDP on PCH DP on CPT/PPT by Adam Jackson · 14 years ago
  8. 1c95822 drm/i915/dp: Introduce is_cpu_edp() by Adam Jackson · 14 years ago
  9. 2600521 drm/i915: use correct SPD type value by Jesse Barnes · 14 years ago
  10. 64a8fc0 drm/i915: fix ILK+ infoframe support by Jesse Barnes · 14 years ago
  11. a60f0e3 drm/i915: add DP test request handling by Jesse Barnes · 14 years ago
  12. a2006cf drm/i915: read full receiver capability field during DP hot plug by Jesse Barnes · 14 years ago
  13. dc22ee6 drm/i915/dp: Remove eDP special cases from bandwidth checks by Adam Jackson · 14 years ago
  14. cd9dde4 drm/i915/dp: Fix the math in intel_dp_link_required by Adam Jackson · 14 years ago
  15. f52c619 drm/i915/panel: Always record the backlight level again (but cleverly) by Takashi Iwai · 14 years ago
  16. f700088 i915: Move i915_read/write out of line by Andi Kleen · 14 years ago
  17. a487928 drm/i915: remove transcoder PLL mashing from mode_set per specs by Jesse Barnes · 14 years ago
  18. 4c9c18c drm/i915: if transcoder disable fails, say which by Jesse Barnes · 14 years ago
  19. d6c892d drm/i915: set watermarks for third pipe on IVB by Jesse Barnes · 14 years ago
  20. d4270e5 drm/i915: export a CPT mode set verification function by Jesse Barnes · 14 years ago
  21. d64311a drm/i915: fix transcoder PLL select masking by Jesse Barnes · 14 years ago
  22. 65a21cd drm/i915: fix IVB cursor support by Jesse Barnes · 14 years ago
  23. f7cb34d drm/i915: fix debug output for 3 pipe configs by Jesse Barnes · 14 years ago
  24. 4b645f1 drm/i915: add PLL sharing support to handle 3 pipes by Jesse Barnes · 14 years ago
  25. d3ccbe8 drm/i915: fix PCH PLL assertion check for 3 pipes by Jesse Barnes · 14 years ago
  26. 7577056 drm/i915: use transcoder select bits on VGA and HDMI on CPT by Jesse Barnes · 14 years ago
  27. d9d444c drm/i915: split refclk code out of ironlake_crtc_mode_set by Jesse Barnes · 14 years ago
  28. 27f8227 drm/i915: support 3 pipes on IVB+ by Jesse Barnes · 14 years ago
  29. 4c609cb drm/i915: PLL macro cleanup and pipe assertion check by Jesse Barnes · 14 years ago
  30. c4f9c4c drm/i915: always set FDI composite sync bit by Jesse Barnes · 14 years ago
  31. 8d31528 drm/i915: Use PIPE_CONTROL for flushing on gen6+. by Jesse Barnes · 14 years ago
  32. 9d971b3 drm/i915: Rename PIPE_CONTROL bit defines to be less terse. by Kenneth Graunke · 14 years ago
  33. fcbc34e drm/i915: Remove implied length of 2 from GFX_OP_PIPE_CONTROL #define. by Kenneth Graunke · 14 years ago
  34. b73fe58 drm: Add Panel Self Refresh DP addresses by Ben Widawsky · 14 years ago
  35. 5c04228 drm/i915: ILK + VT-d workaround by Ben Widawsky · 14 years ago
  36. f372b85 drm/i915: Remove early exit on i915_gpu_idle by Ben Widawsky · 14 years ago
  37. bab31a2 intel-iommu: Export a flag indicating that the IOMMU is used for iGFX. by David Woodhouse · 14 years ago
  38. d15bf23 intel-iommu: Workaround IOTLB hang on Ironlake GPU by David Woodhouse · 14 years ago
  39. 130c256 drm/i915: drop KM_USER0 argument to k(un)map_atomic by Daniel Vetter · 14 years ago
  40. 24dd85f io-mapping: ensure io_mapping_map_atomic _is_ atomic by Daniel Vetter · 14 years ago
  41. 8ffc024 drm/i915: Defend against userspace creating a gem object with size==0 by Chris Wilson · 14 years ago
  42. 6dacfd2 drm/i915: simplify swapin/out swizzle checking a bit by Daniel Vetter · 14 years ago
  43. acc83eb drm/i915: fix swizzling on gen6+ by Daniel Vetter · 14 years ago
  44. 6fdd4d9 drm/i915: properly cancel rps_work on module unload v2 by Daniel Vetter · 14 years ago
  45. a9e2641 drm/i915: close PM interrupt masking races in the rps work func by Daniel Vetter · 14 years ago
  46. 4fb066a drm/i915: close PM interrupt masking races in the irq handler by Daniel Vetter · 14 years ago
  47. d5090b9 drm/i915: Remove redundant bit shifting from intel_gmbus_set_speed by Adam Jackson · 14 years ago
  48. 8bf3848 drm/i915: Rename intel_sdvo_hdmi_sink_detect by Adam Jackson · 14 years ago
  49. 2294488 drm/i915: Fix multifunction SDVO detection by Adam Jackson · 14 years ago
  50. 46eb303 drm/i915: Remove "i2c_speed" nonsense from child device table by Adam Jackson · 14 years ago
  51. 9a1f578 Merge branch 'fix-pch-refclk' into foo by Keith Packard · 14 years ago
  52. 86a3073 Merge branch 'edp-training-fixes' into drm-intel-next by Keith Packard · 14 years ago
  53. dd2351d drm: drm_ioctl() should zero-init extra data by Rob Clark · 14 years ago
  54. 017ed80 Merge tag 'v3.1-rc10' into drm-core-next by Dave Airlie · 14 years ago
  55. 80d9b24 vmwgfx: information leak in vmw_execbuf_copy_fence_user() by Dan Carpenter · 14 years ago
  56. 0c5d370 vmwgfx: memory leaks caused by double allocation by Dan Carpenter · 14 years ago
  57. d2c184f vmwgfx: return -EFAULT instead of number of bytes remaining by Dan Carpenter · 14 years ago
  58. bd8315c drm: simplify error printing in drm_debugfs_create_files by Marcin Slusarz · 14 years ago
  59. a0f9219 drm: fix error message about failed procfs file registration by Marcin Slusarz · 14 years ago
  60. 6ddddfe drm/radeon/kms: make r600-NI blit suspend code common by Alex Deucher · 14 years ago
  61. fb3d9e9 drm/radeon/kms: blit code commoning by Ilija Hadzic · 14 years ago
  62. b353096 drm/radeon/kms: rename a variable for consistency by Ilija Hadzic · 14 years ago
  63. 8eec9d6 drm/radeon/kms: cleanup r600 blit code by Ilija Hadzic · 14 years ago
  64. 638dd7d drm/radeon/kms: add more elaborate benchmarks by Ilija Hadzic · 14 years ago
  65. cc34051 drm/radeon/kms: cleanup benchmark code by Ilija Hadzic · 14 years ago
  66. 3a38612 drm/radeon/kms: demystify r600 blit code by Ilija Hadzic · 14 years ago
  67. 6018faf drm/radeon/kms: demystify evergreen blit code by Ilija Hadzic · 14 years ago
  68. 7dbf41d drm/radeon/kms: simplify r6xx blit code by Alex Deucher · 14 years ago
  69. eb32d0c drm/radeon/kms: simplify evergreen blit code by Ilija Hadzic · 14 years ago
  70. 43e5f61 drm/radeon/kms: Simplify I2C post_xfer function by Jean Delvare · 14 years ago
  71. a88cab2 drm/exynos: fixed build warnings and comments. by Inki Dae · 14 years ago
  72. ccf4d88 drm/exynos: fixed page flip bug. by Inki Dae · 14 years ago
  73. f6b9825 drm/exynos: added comments and code clean. by Inki Dae · 14 years ago
  74. 601b44e drm/exynos: fixed bug to exynos_drm_fb_dev_reinit(). by Inki Dae · 14 years ago
  75. 41c2434 drm/exynos: added device object as argument of subdrv_probe(). by Inki Dae · 14 years ago
  76. 8e9cc6a drm/exynos: fixed overlay updating time at page flip. by Inki Dae · 14 years ago
  77. 19c8b83 drm/exynos: fixed overlay data updating. by Inki Dae · 14 years ago
  78. 6fcbef7 drm/radeon: Move r100_*_*reg out of line by Andi Kleen · 14 years ago
  79. ce580fa drm/radeon: Move more code out of line by Andi Kleen · 14 years ago
  80. cbdd450 drm/radeon: Remove more bogus inlines in the radeon driver. by Andi Kleen · 14 years ago
  81. 6a2f371 drm/radeon: Remove now unused functions in radeon driver by Andi Kleen · 14 years ago
  82. 74740c8 drm/radeon: drop inlines in r600_blit.c by Andi Kleen · 14 years ago
  83. 488479e drm/radeon: Drop inlines from evergreen_cs.c / r600_cs.c by Andi Kleen · 14 years ago
  84. 1c482ab vmwgfx: Add vblank stubs by Jakob Bornecrantz · 14 years ago
  85. 74b5ea3 vmwgfx: Whitespace & code style in display unit by Jakob Bornecrantz · 14 years ago
  86. 60a16a3 vmwgfx: Fix display system init & close functions by Jakob Bornecrantz · 14 years ago
  87. 899e3ee Linux 3.1-rc10 by Linus Torvalds · 14 years ago
  88. a84a79e Avoid using variable-length arrays in kernel/sys.c by Linus Torvalds · 14 years ago
  89. 8bc03e8 Merge branch 'fixes' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm by Linus Torvalds · 14 years ago
  90. f8be12d ARM: 7128/1: vic: Don't write to the read-only register VIC_IRQ_STATUS by Zoltan Devai · 14 years ago
  91. bb1ac3e ARM: 7122/1: localtimer: add header linux/errno.h explicitly by Shawn Guo · 14 years ago
  92. 29a541f ARM: 7117/1: perf: fix HW_CACHE_* events on Cortex-A9 by Will Deacon · 14 years ago
  93. 4c41042 Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 14 years ago
  94. e9308cf Merge branch 'gpio/merge' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  95. 4800829 Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 14 years ago
  96. 95bc156 Merge branch 'stable' of git://github.com/cmetcalf-tilera/linux-tile by Linus Torvalds · 14 years ago
  97. 2ad5311 Merge branch 'x86-urgent-for-linus' of git://tesla.tglx.de/git/linux-2.6-tip by Linus Torvalds · 14 years ago
  98. 153b19a x86, mrst: use a temporary variable for SFI irq by Mika Westerberg · 14 years ago
  99. bf164c5 hwmon: (w83627ehf) Properly report thermal diode sensors by Jean Delvare · 14 years ago
  100. 25fcf2b gpio-pca953x: fix gpio_base by Hartmut Knaack · 14 years ago