1. cb75d97 drm/nouveau: implement devinit subdev, and new init table parser by Ben Skeggs · 12 years ago
  2. 70790f4 drm/nouveau/clock: pull in the implementation from all over the place by Ben Skeggs · 12 years ago
  3. 8aceb7d drm/nouveau/clk: implement stub clock subdev by Ben Skeggs · 12 years ago
  4. 4196faa drm/nouveau/i2c: port to subdev interfaces by Ben Skeggs · 12 years ago
  5. e0996ae drm/nouveau/gpio: port gpio to subdev interfaces by Ben Skeggs · 12 years ago
  6. cd42439 drm/nouveau/oldbios: remove shadowing support, use bios subdev's image by Ben Skeggs · 12 years ago
  7. 70c0f26 drm/nouveau/bios: pull in basic vbios subdev, more to come later by Ben Skeggs · 12 years ago
  8. 586c55f drm/nouveau: have non-core mmio accesses go through device object by Ben Skeggs · 12 years ago
  9. 9458029 drm/nouveau: implement module init functions in nouveau_drm.c by Ben Skeggs · 12 years ago
  10. 9274f4a drm/nouveau/core: pull in most of the new core infrastructure by Ben Skeggs · 12 years ago
  11. aa4cc5d2 drm/nouveau/agp: move all agp stuff into its own source file by Ben Skeggs · 12 years ago
  12. 02a841d drm/nouveau: restructure source tree, split core from drm implementation by Ben Skeggs · 12 years ago
  13. 3a92d37 drm/nouveau/gem: use bo.offset rather than mm_node.start by Ben Skeggs · 12 years ago
  14. d6ba6d2 drm/nvc0/fence: restore pre-suspend fence buffer context on resume by Ben Skeggs · 12 years ago
  15. d638163 Merge branch 'drm-nouveau-fixes' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-fixes by Dave Airlie · 12 years ago
  16. 833dd82 drm/nvc0/fifo: ignore bits in PFIFO_INTR that aren't set in PFIFO_INTR_EN by Ben Skeggs · 12 years ago
  17. 3a75885 drm/udl: limit modes to the sku pixel limits. by Dave Airlie · 12 years ago
  18. 68c4fce vmwgfx: corruption in vmw_event_fence_action_create() by Dan Carpenter · 12 years ago
  19. 79eee7a drm/nvc0/ltcg: mask off intr 0x10 by Ben Skeggs · 12 years ago
  20. c7ead11 drm/nouveau: silence a debug message triggered by newer userspace by Ben Skeggs · 12 years ago
  21. 017a27e Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intel into drm-fixes by Dave Airlie · 12 years ago
  22. 6c06d60 drm/nouveau: add dmi quirk for gpio reset by Dave Airlie · 12 years ago
  23. 8e910d0 Merge branch 'drm-fixes-3.6' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 12 years ago
  24. 16c5808 drm/radeon: Prevent leak of scratch register on resume from suspend by Simon Kitching · 12 years ago
  25. 18d4dbd Revert "drm/nv50-/gpio: initialise to vbios defaults during init" by Dave Airlie · 12 years ago
  26. 2f1f4d9 Revert "drm/radeon: rework pll selection (v3)" by Alex Deucher · 12 years ago
  27. b98b601 drm/i915: HDMI - Clear Audio Enable bit for Hot Plug by Wang Xingchao · 12 years ago
  28. 7e81a42 drm/i915: Reduce a pin-leak BUG into a WARN by Chris Wilson · 12 years ago
  29. 5b5896e drm/i915: enable lvds pin pairs before dpll on gen2 by Daniel Vetter · 12 years ago
  30. 610bd7d drm/nouveau: fix booting with plymouth + dumb support by Dave Airlie · 12 years ago
  31. f492c17 drm/radeon: make 64bit fences more robust v3 by Christian König · 12 years ago
  32. 985f61f drm/radeon: rework pll selection (v3) by Alex Deucher · 12 years ago
  33. b655232 Merge branch 'exynos-drm-fixes' of git://git.infradead.org/users/kmpark/linux-samsung into drm-fixes by Dave Airlie · 12 years ago
  34. ece82d6 drm/exynos: remove DRM_FORMAT_NV12M from plane module by Inki Dae · 12 years ago
  35. 525ee69 drm/exynos: fix double call of drm_prime_(init/destroy)_file_private by Mandeep Singh Baines · 12 years ago
  36. b716d46 drm/exynos: add dummy support for dmabuf-mmap by Tomasz Stanislawski · 12 years ago
  37. e25e1b6 drm/exynos: Add missing braces around sizeof in exynos_mixer.c by Sachin Kamat · 12 years ago
  38. adc837a drm/exynos: Add missing braces around sizeof in exynos_hdmi.c by Sachin Kamat · 12 years ago
  39. 9e1355e drm/exynos: Make g2d_pm_ops static by Sachin Kamat · 12 years ago
  40. 254d4d1 drm/exynos: Add dependency for G2D in Kconfig by Sachin Kamat · 12 years ago
  41. 7da5907 drm/exynos: fixed page align bug. by Inki Dae · 12 years ago
  42. 4fbd9a4 drm/exynos: Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(.. [1] by Thomas Meyer · 12 years ago
  43. b767593 drm/exynos: Use devm_* functions in exynos_drm_g2d.c file by Sachin Kamat · 12 years ago
  44. ae18294 drm/exynos: Use devm_kzalloc in exynos_drm_hdmi.c file by Sachin Kamat · 12 years ago
  45. 59848db drm/exynos: Use devm_kzalloc in exynos_drm_vidi.c file by Sachin Kamat · 12 years ago
  46. 16e1974 drm/exynos: Remove redundant check in exynos_drm_fimd.c file by Sachin Kamat · 12 years ago
  47. 7ba073c drm/exynos: Remove redundant check in exynos_hdmi.c file by Sachin Kamat · 12 years ago
  48. 5e1782d vmwgfx: add dumb ioctl support by Dave Airlie · 12 years ago
  49. 26df641 gma500: Fix regression on Oaktrail devices by Alan Cox · 12 years ago
  50. 6426a7b Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intel into drm-fixes by Dave Airlie · 12 years ago
  51. 75c5da2 drm/i915: fix up the IBX transcoder B check by Daniel Vetter · 12 years ago
  52. 974a3b0 drm/i915: set the right gen3 flip_done mode also at resume by Daniel Vetter · 12 years ago
  53. 99d0b1d drm/i915: initialize dpio_lock spin lock by Alexander Shishkin · 12 years ago
  54. c490342 drm/vmwgfx: add MODULE_DEVICE_TABLE so vmwgfx loads at boot by Dave Airlie · 12 years ago
  55. 5d2afab drm/vmwgfx: allow a kconfig option to choose if fbcon is enabled by Dave Airlie · 12 years ago
  56. 804d74a drm: use drm_compat_ioctl for 32-bit apps by Keith Packard · 12 years ago
  57. 28dcc2d drm/i915: do not expose a dysfunctional backlight interface to userspace by Jani Nikula · 12 years ago
  58. fcbc50d drm/i915: only enable sdvo hotplug irq if needed by Jani Nikula · 12 years ago
  59. c1f0526 drm/i915/edp: get the panel delay before powering up by Dave Airlie · 12 years ago
  60. 0273de0 drm/ast: drop debug level on error printk by Dave Airlie · 12 years ago
  61. f4fe968 Merge branch 'drm-nouveau-fixes' of git://anongit.freedesktop.org/nouveau/linux-2.6 into drm-fixes by Dave Airlie · 12 years ago
  62. 991083b drm/nv50-/gpio: initialise to vbios defaults during init by Ben Skeggs · 12 years ago
  63. a348cd5 drm/nvd0/disp: hopefully fix selection of 6/8bpc mode on DP outputs by Ben Skeggs · 12 years ago
  64. 6f33814 drm: Add EDID_QUIRK_FORCE_REDUCED_BLANKING for ASUS VW222S by Paul Menzel · 12 years ago
  65. c1b5112 Merge branch 'drm-fixes-3.6' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 12 years ago
  66. 4a68a74 gma500: Consider CRTC initially active. by Forest Bond · 12 years ago
  67. 41fa543 drm/radeon: fix dig encoder selection on DCE61 by Alex Deucher · 12 years ago
  68. f54b350 drm/radeon: fix double free in radeon_gpu_reset by Christian König · 12 years ago
  69. 4a2b666 drm/radeon: force dma32 to fix regression rs4xx,rs6xx,rs740 by Jerome Glisse · 12 years ago
  70. 0ceb996 drm/radeon: rework panel mode setup by Alex Deucher · 12 years ago
  71. c205b23 drm/radeon/atom: powergating fixes for DCE6 by Alex Deucher · 12 years ago
  72. 8d1af57 drm/radeon/atom: rework DIG modesetting on DCE3+ by Alex Deucher · 12 years ago
  73. 4e58591 drm/radeon: don't disable plls that are in use by other crtcs by Alex Deucher · 12 years ago
  74. 523885d drm/radeon: add proper checking of RESOLVE_BOX command for r600-r700 by Marek Olšák · 12 years ago
  75. 3b5ef59 drm/radeon: initialize tracked CS state by Marek Olšák · 12 years ago
  76. 305a3d2 drm/radeon: fix reading CB_COLORn_MASK from the CS by Marek Olšák · 12 years ago
  77. 84f720e Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intel into drm-fixes by Dave Airlie · 12 years ago
  78. f08859a Merge branch 'drm-nouveau-fixes' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-fixes by Dave Airlie · 12 years ago
  79. 14f0458 drm/nvc0/copy: check PUNITS to determine which copy engines are disabled by Ben Skeggs · 12 years ago
  80. a51d4ed i915: Quirk no_lvds on Gigabyte GA-D525TUD ITX motherboard by Calvin Walton · 12 years ago
  81. 9a0f938 drm/i915: Use the correct size of the GTT for placing the per-process entries by Chris Wilson · 12 years ago
  82. 7c4eaca drm: Check for invalid cursor flags by Jakob Bornecrantz · 12 years ago
  83. 5ee3691 drm/i915: fix color order for BGR formats on IVB by Vijay Purushothaman · 12 years ago
  84. b70ad58 drm/i915: fix wrong order of parameters in port checking functions by Xu, Anhua · 12 years ago
  85. 4ff63e4 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 12 years ago
  86. 27fc4f1 drm: Add missing static storage class specifiers in drm_proc.c file by Sachin Kamat · 12 years ago
  87. d5c2c20 drm/udl: dpms off the crtc when disabled. by Dave Airlie · 12 years ago
  88. 04ccfe7 drm: Remove two unused fields from struct drm_display_mode by Damien Lespiau · 12 years ago
  89. f5869a8 drm: stop vmgfx driver explosion by Alan Cox · 12 years ago
  90. 85119c1 Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intel into drm-fixes by Dave Airlie · 12 years ago
  91. 5317670 drm/radeon/ss: use num_crtc rather than hardcoded 6 by Alex Deucher · 12 years ago
  92. 676bc2e Revert "drm/radeon: fix bo creation retry path" by Alex Deucher · 12 years ago
  93. 10c63c9 Merge tag 'usb-3.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 12 years ago
  94. 8f057d7 gpu/mfd/usb: Fix USB randconfig problems by Guenter Roeck · 12 years ago
  95. 1ee9ae3 drm/i915: use hsw rps tuning values everywhere on gen6+ by Daniel Vetter · 12 years ago
  96. c61e277 drm/radeon: split ATRM support out from the ATPX handler (v3) by Alex Deucher · 12 years ago
  97. 7c3906d drm/radeon: convert radeon vfct code to use acpi_get_table_with_size by Alex Deucher · 12 years ago
  98. 268ba0a drm/radeon: implement ACPI VFCT vbios fetch (v3) by David Lamparter · 12 years ago
  99. 52e9b39 drm/radeon/kms: extend the Fujitsu D3003-S2 board connector quirk to cover later silicon stepping by Tvrtko Ursulin · 12 years ago
  100. fcdeefe drm/radeon: fix checking of MSAA renderbuffers on r600-r700 by Marek Olšák · 12 years ago