1. 864ee9e drm/exynos: Add plane support with fimd by Joonyoung Shim · 13 years ago
  2. cb91f6a drm/exynos: add runtime pm feature for fimd by Joonyoung Shim · 13 years ago
  3. ec05da9 drm/exynos: updated crtc and encoder dpms framework. by Inki Dae · 13 years ago
  4. a794d57 drm/exynos: Use struct drm_mode_fb_cmd2 by Joonyoung Shim · 13 years ago
  5. ac2bdf7 drm/exynos: Fix compile errors by Joonyoung Shim · 13 years ago
  6. d0d110e drm: Add drm_format_num_planes() utility function by Ville Syrjälä · 13 years ago
  7. c754883 drm: call connector dpms fxn, when setting config by Rob Clark · 13 years ago
  8. 06e4cd6 drm/radeon/kms: don't use 0 bpc for adjusting hdmi clock by Dave Airlie · 13 years ago
  9. b15ba51 drm/radeon: introduce a sub allocator and convert ib pool to it v4 by Jerome Glisse · 13 years ago
  10. 1b37078 drm/radeon/kms: add support for per-ring fence interrupts by Alex Deucher · 13 years ago
  11. b40e7e1 drm/radeon/kms: add cayman specific fence_ring_emit by Alex Deucher · 13 years ago
  12. 78c5560 drm/radeon/kms: add some new ring params to better handle other ring types by Alex Deucher · 13 years ago
  13. ce95488 drm/radeon: improve radeon_test_syncing function by Christian König · 13 years ago
  14. 30eb77f drm/radeon: precompute fence cpu/gpu addr once v3 by Jerome Glisse · 13 years ago
  15. af9720f drm/radeon: move ring debugfs into radeon_ring.c by Christian König · 13 years ago
  16. e32eb50 drm/radeon: rename struct radeon_cp to radeon_ring by Christian König · 13 years ago
  17. d6d2730 drm/radeon: disable compute rings on cayman for now by Christian König · 13 years ago
  18. 47492a2 drm/radeon: add radeon_fence_count_emited function by Christian König · 13 years ago
  19. 4c87bc2 drm/radeon: make some asic pointers per ring by Christian König · 13 years ago
  20. 60a7e39 drm/radeon: Add radeon_test_syncing function v2 by Christian König · 13 years ago
  21. bf85279 drm/radeon: make cp variable an array by Christian König · 13 years ago
  22. 5596a9d drm/radeon: make ring rptr and wptr register offsets variable by Christian König · 13 years ago
  23. 7b1f248 drm/radeon: make all functions work with multiple rings. by Christian König · 13 years ago
  24. 15d3332 drm/radeon/kms: add support for semaphores v3 by Christian König · 13 years ago
  25. 7465280 drm/radeon/kms: add support for multiple fence queues v2 by Alex Deucher · 13 years ago
  26. 851a6bd drm/radeon: fix a spelling mistake by Christian König · 13 years ago
  27. 16557f1 drm/radeon: no need to check all relocs for duplicates by Christian König · 13 years ago
  28. 4d8bf9a drm/radeon: fix debugfs handling v3 by Christian König · 13 years ago
  29. e2e022e gma500/oaktrail: panel display quality fix by Alan Cox · 13 years ago
  30. 5d3852d gma500: Oaktrail fixes by Alan Cox · 13 years ago
  31. 1fbe6f6 Merge tag 'v3.2-rc6' of /home/airlied/devel/kernel/linux-2.6 into drm-core-next by Dave Airlie · 13 years ago
  32. 0cecdd8 gma500: Final enables for Oaktrail by Alan Cox · 13 years ago
  33. fea578b gma500: SDVO DDC bus guessing isn't working so hardcode it instead by Patrik Jakobsson · 13 years ago
  34. 9bd81ac gma500: Convert Oaktrail to work with new output handling by Patrik Jakobsson · 13 years ago
  35. a12d6a0 gma500: Convert Cedarview to work with new output handling by Patrik Jakobsson · 13 years ago
  36. 5736995 gma500: Replace SDVO code with slightly modified version from i915 by Patrik Jakobsson · 13 years ago
  37. 5c0c1d5 gma500: Add support for Intel GMBUS by Patrik Jakobsson · 13 years ago
  38. 9c8cee4 gma500: Convert PSB LVDS to new output handling by Patrik Jakobsson · 13 years ago
  39. 1730f89 gma500: Fix encoder type checking for connectors by Patrik Jakobsson · 13 years ago
  40. 352b16a gma500: Remove psb_intel_output from ddc_probe and ddc_get_modes by Patrik Jakobsson · 13 years ago
  41. 75e9d01 gma500: Initial support for our encoder and connector structs by Patrik Jakobsson · 13 years ago
  42. 9e38a66 staging/gma500: fixup staging code to build following core changes. by Dave Airlie · 13 years ago
  43. 01f2c77 drm: Replace pitch with pitches[] in drm_framebuffer by Ville Syrjälä · 13 years ago
  44. 935b597 drm: Check that the requested pixel format is valid by Ville Syrjälä · 13 years ago
  45. 62443be drm: plane: Check that the fb pixel format is supported by the plane by Ville Syrjälä · 13 years ago
  46. 22cd7c6 drm: plane: Make 'formats' parameter to drm_plane_init() const by Ville Syrjälä · 13 years ago
  47. 687a040 drm: plane: Check crtc coordinates against integer overflows in setplane ioctl by Ville Syrjälä · 13 years ago
  48. 42ef878 drm: plane: Check source coordinates by Ville Syrjälä · 13 years ago
  49. e5e3b44 drm: plane: Clear plane.crtc and plane.fb after disable_plane() by Ville Syrjälä · 13 years ago
  50. 81f6c7f drm: Fix __user sparse warnings by Ville Syrjälä · 13 years ago
  51. 10bf573 drm: plane: mutex_unlock() was missing by Ville Syrjälä · 13 years ago
  52. 59df7b1 drm/intel: Fix initialization if startup happens in interlaced mode [v2] by Christian Schmidt · 13 years ago
  53. 4966b2a Fix wrong assumptions in cea_for_each_detailed_block v2 by Christian Schmidt · 13 years ago
  54. a0ab734 drm_edid_to_eld: check for CEA data blocks only from structure revision 3 on by Christian Schmidt · 13 years ago
  55. 54ac76f drm/edid: support CEA video modes. by Christian Schmidt · 13 years ago
  56. ed4a518 Revert "drm/i915: fix infinite recursion on unbind due to ilk vt-d w/a" by Linus Torvalds · 13 years ago
  57. 64b3dcc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 13 years ago
  58. 24545cf Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 13 years ago
  59. 2cfab8d Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~keithp/linux by Linus Torvalds · 13 years ago
  60. 1c5ff0f Merge branch 'gpio/merge' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 13 years ago
  61. b0d78ee Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 13 years ago
  62. 3b5c78a drm/i915/dp: Dither down to 6bpc if it makes the mode fit by Adam Jackson · 13 years ago
  63. f45b555 drm/i915: enable semaphores on per-device defaults by Eugeni Dodonov · 13 years ago
  64. 7317c75e6 drm/i915: don't set unpin_work if vblank_get fails by Jesse Barnes · 13 years ago
  65. c0f372b3 drm/i915: By default, enable RC6 on IVB and SNB when reasonable by Keith Packard · 13 years ago
  66. 8bc1f85 iommu: Export intel_iommu_enabled to signal when iommu is in use by Eugeni Dodonov · 13 years ago
  67. 5222008 drm/i915/sdvo: Include LVDS panels for the IS_DIGITAL check by Chris Wilson · 13 years ago
  68. 4ed0b57 drm/i915: prevent division by zero when asking for chipset power by Eugeni Dodonov · 13 years ago
  69. 03d00ac drm/i915: add PCH info to i915_capabilities by Paulo Zanoni · 13 years ago
  70. 3573c41 drm/i915: set the right SDVO transcoder for CPT by Paulo Zanoni · 13 years ago
  71. 0999bbe drm/i915: no-lvds quirk for ASUS AT5NM10T-I by Adam Jackson · 13 years ago
  72. 6f12d2e Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/ibft by Linus Torvalds · 13 years ago
  73. 88703f2 Merge branch 'staging-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 13 years ago
  74. f242bbc Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 13 years ago
  75. 42ebfc6 Merge branch 'stable/for-linus-fixes-3.2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
  76. 87b9b0e gpio: Fix DA9052 GPIO build errors. by Ashish Jangam · 13 years ago
  77. 63a7417 xen/swiotlb: Use page alignment for early buffer allocation. by Konrad Rzeszutek Wilk · 13 years ago
  78. c7caf4d staging: r8712u: Add new USB ID by Larry Finger · 13 years ago
  79. ed625b9 staging: tidspbridge: request dmtimer clocks on init by Omar Ramirez Luna · 13 years ago
  80. 0a7e22e staging: tidspbridge: include module.h by default by Omar Ramirez Luna · 13 years ago
  81. 653f42f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 13 years ago
  82. 28538df gpio: mpc8xxx: don't allow input-only pins to be output for MPC5121 by Wolfram Sang · 13 years ago
  83. 4d05221 gpio-ml-ioh: Add the irq_disable/irq_enable hooks for ml-ioh irq chip by Feng Tang · 13 years ago
  84. f9ea14e gpio-ml-ioh: fix a bug in the interrupt handler by Feng Tang · 13 years ago
  85. b288809 gpio: pl061: drop extra check for NULL platform_data by Rob Herring · 13 years ago
  86. 02a551c USB: option: Removing one bogus and adding some new Huawei combinations by Bjørn Mork · 13 years ago
  87. 935a9fe ibft: Fix finding IBFT ACPI table on UEFI by Yinghai Lu · 13 years ago
  88. 12870da Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 13 years ago
  89. 71fe5cc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc by Linus Torvalds · 13 years ago
  90. 6abff5d USB: cdc-acm: add IDs for Motorola H24 HSPA USB module. by Krzysztof Hałasa · 13 years ago
  91. 414b591 usb: option: Add Huawei E398 controlling interfaces by Alex Hermann · 13 years ago
  92. d6c4f2a hwmon: (jz4740) Staticise jz4740_hwmon_driver by Axel Lin · 13 years ago
  93. 0b57d76 hwmon: (jz4740) fix signedness bug by Axel Lin · 13 years ago
  94. b302545 block/swim3: Locking fixes by Benjamin Herrenschmidt · 13 years ago
  95. 1115b9e usb: renesas_usbhs: add hcd->has_tt for low/full speed by Kuninori Morimoto · 13 years ago
  96. b95eb747 usb: renesas_usbhs: typofix: irq_dtch control DTCHE by Kuninori Morimoto · 13 years ago
  97. f44b915 usb: gadget: storage: release superspeed descriptors. by Yu Xu · 13 years ago
  98. 49df780 mmc: core: Fix deadlock when the CONFIG_MMC_UNSAFE_RESUME is not defined by Sujit Reddy Thumma · 13 years ago
  99. 524bfca mmc: sdhci-s3c: Remove old and misprototyped suspend operations by Mark Brown · 13 years ago
  100. f6b8b52 mmc: tmio: fix clock gating on platforms with a .set_pwr() method by Guennadi Liakhovetski · 13 years ago