1. 166c5a6 gma500: remove annoying deprecation warning by Linus Torvalds · 8 years ago
  2. afe7ef9 drm/gma: removed optional dummy crtc mode_fixup function. by Carlos Palminha · 8 years ago
  3. b3c9b8a drm/gma500: removed optional dummy encoder mode_fixup function. by Carlos Palminha · 8 years ago
  4. 52dfa12 drm/gma500: fix error path in gma_intel_setup_gmbus() by Rasmus Villemoes · 8 years ago
  5. 316e376 Merge tag 'topic/drm-misc-2016-02-08' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 8 years ago
  6. 13619ce gma500: clean up an excessive and confusing helper by Alan Cox · 8 years ago
  7. db9b604 drm/gma500: remove helper function by Sudip Mukherjee · 8 years ago
  8. 941a77b drm/gma500: Remove empty preclose hook by Daniel Vetter · 9 years ago
  9. 9840650 Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 9 years ago
  10. 0cbeafb Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  11. 01c8f1c mm, dax, gpu: convert vm_insert_mixed to pfn_t by Dan Williams · 9 years ago
  12. d21b02a drm/gma500: use to_pci_dev() by Geliang Tang · 9 years ago
  13. 4f25070 drm/gma500: Sanity-check pipe index by Thierry Reding · 9 years ago
  14. 13a3d91 drm: Pass 'name' to drm_encoder_init() by Ville Syrjälä · 9 years ago
  15. d56f57a drm/gma500: Move to private save/restore hooks by Daniel Vetter · 9 years ago
  16. 737292a drm/gma500: Add driver private mutex for the fault handler by Daniel Vetter · 9 years ago
  17. 0e3089f drm/gma500: Drop dev->struct_mutex from mmap offset function by Daniel Vetter · 9 years ago
  18. 46a0f22 drm/gma500: Drop dev->struct_mutex from fbdev init/teardown code by Daniel Vetter · 9 years ago
  19. 663ab9c drm/gma500: Drop dev->struct_mutex from modeset code by Daniel Vetter · 9 years ago
  20. d3e376f drm/gma500: Use correct unref in the gem bo create function by Daniel Vetter · 9 years ago
  21. 1eb8345 drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create() by Ville Syrjälä · 9 years ago
  22. 88e7271 drm/irq: Use unsigned int pipe in public API by Thierry Reding · 9 years ago
  23. 5fbec901 drm/gma500: Remove DP_LINK_STATUS_SIZE redefinition by Thierry Reding · 9 years ago
  24. 546187c drm/gma500: Use new drm_fb_helper functions by Archit Taneja · 9 years ago
  25. 45fe734 drm/gma500: constify all struct drm_*_helper funcs pointers by Jani Nikula · 9 years ago
  26. 01934c2 drm/fb-helper: Propagate errors from initial config failure by Thierry Reding · 10 years ago
  27. 5a52b1f drm/gma500: add support for atom e6xx lpc lvds i2c by Jan Safrata · 10 years ago
  28. 4fb2ac6 Merge tag 'drm/fixes/for-3.19-rc1' of git://people.freedesktop.org/~tagr/linux into drm-next by Dave Airlie · 10 years ago
  29. 8446956 drm/gma500: mdfld: Reuse video/mipi_display.h by Thierry Reding · 10 years ago
  30. 122387a Merge tag 'topic/atomic-helpers-2014-11-09' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 10 years ago
  31. 3cb9ae4 drm: Move drm_crtc_init from drm_crtc.h to drm_plane_helper.h by Daniel Vetter · 10 years ago
  32. ba8ce31 drm/gma500: Don't destroy DRM properties in the driver by Damien Lespiau · 10 years ago
  33. e457089 drm/dp-helper: Move the legacy helpers to gma500 by Daniel Vetter · 10 years ago
  34. c39aa6a drm/gma500: use container_of to resolve psb_fbdev from drm_fb_helper by Fabian Frederick · 10 years ago
  35. d9fc941 drm: Extract <drm/drm_gem.h> by Daniel Vetter · 10 years ago
  36. 40d201a Merge tag 'drm-intel-next-2014-09-05' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 10 years ago
  37. 915b4d1 drm: add driver->set_busid() callback by David Herrmann · 10 years ago
  38. 3116000 drm/gma500: Renaming DP training vswing pre emph defines by Sonika Jindal · 10 years ago
  39. 9baa3c3 PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use by Benoit Taine · 10 years ago
  40. a7d7a14 Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 10 years ago
  41. 158c129 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  42. 10a2310 drm: Introduce drm_fb_helper_prepare() by Thierry Reding · 10 years ago
  43. 3a49387 drm: Constify struct drm_fb_helper_funcs by Thierry Reding · 10 years ago
  44. f71c5d9 Merge branch 'drm-next' of git://people.freedesktop.org/~dvdhrm/linux into drm-next by Dave Airlie · 10 years ago
  45. 0cdbe8a drm/gem: remove misleading gfp parameter to get_pages() by David Herrmann · 10 years ago
  46. 06d62f8 gma500: remove duplicate FB_REG09 define by Dan Carpenter · 10 years ago
  47. 34ea3d3 drm: add register and unregister functions for connectors by Thomas Wood · 10 years ago
  48. f95aeb1 drm: Remove DRM_ARRAY_SIZE() for ARRAY_SIZE() by Damien Lespiau · 10 years ago
  49. 10d9b4e drm: Remove spurious ';' by Damien Lespiau · 10 years ago
  50. 5ea1f75 drm: add drm_fb_helper_restore_fbdev_mode_unlocked() by Rob Clark · 10 years ago
  51. bb0f1b5 drm: pass the irq explicitly to drm_irq_install by Daniel Vetter · 11 years ago
  52. e9f37d3 Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 10 years ago
  53. f4510a2 drm: Replace crtc fb with primary plane fb (v3) by Matt Roper · 10 years ago
  54. 4dedde7 Merge tag 'pm+acpi-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  55. c7cc512 drm/gma500: Replace DRM_LOG_KMS() by DRM_DEBUG_KMS() by Lespiau, Damien · 10 years ago
  56. c46145a drm/gma500: add locking to fixed panel edid probing by Daniel Vetter · 10 years ago
  57. a386c00 ACPI / gpu / drm: Stop selecting VIDEO_OUTPUT_CONTROL by Jean Delvare · 10 years ago
  58. 7514409 drm/gma500: remove stub .open/postclose by David Herrmann · 10 years ago
  59. 9083eb3 drm/gma500: Code cleanup - inline documentation by Arthur Borsboom · 10 years ago
  60. f90cd81 drm/gma500: Code cleanup - style fixes by Arthur Borsboom · 10 years ago
  61. af3765c drm/gma500: Code cleanup - removal of centralized exiting of function by Arthur Borsboom · 10 years ago
  62. e85cbbf drm/gma500/cdv: Cedarview display cleanups by Patrik Jakobsson · 10 years ago
  63. 1951994 drm/gma500: Unify encoder mode fixup by Patrik Jakobsson · 10 years ago
  64. f35257a drm/gma500: Unify _get_core_freq for cdv and psb by Patrik Jakobsson · 10 years ago
  65. 778e26d drm/gma500: Move asle interrupt work into a work task by Patrik Jakobsson · 10 years ago
  66. c7829b2 drm/gma500: Remove dead code by Thierry Reding · 10 years ago
  67. c269c68 drm/gma500: Add backing type and base align to psb_gem_create() by Patrik Jakobsson · 11 years ago
  68. ae0b931 drm/gma500: Remove unused ioctls by Patrik Jakobsson · 11 years ago
  69. 8f39487 drm/gma500: Always trap MMU page faults by Patrik Jakobsson · 11 years ago
  70. ae012bd drm/gma500: Hook up the MMU by Patrik Jakobsson · 11 years ago
  71. 1c6b5d1 drm/gma500: Add first piece of blitter code by Patrik Jakobsson · 11 years ago
  72. ac1b01b drm/gma500: Give MMU code it's own header file by Patrik Jakobsson · 11 years ago
  73. 64a4aff drm/gma500: Add support for SGX interrupts by Patrik Jakobsson · 11 years ago
  74. b219372 drm/gma500: Make SGX MMU driver actually do something by Patrik Jakobsson · 11 years ago
  75. 840d283 x86, cpufeature: Rename X86_FEATURE_CLFLSH to X86_FEATURE_CLFLUSH by H. Peter Anvin · 10 years ago
  76. 9b0cd30 Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 10 years ago
  77. 5a0abe3 Merge branch 'gma500-next' of git://github.com/patjak/drm-gma500 into drm-next by Dave Airlie · 10 years ago
  78. 631794b drm/gma500: Lock struct_mutex around cursor updates by Patrik Jakobsson · 11 years ago
  79. 09da8df Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  80. e13e64e drivers/gpu/drm/gma500/backlight.c: fix a defined-but-not-used warning for do_gma_backlight_set() by David Howells · 11 years ago
  81. c85dd51 drm/gma500: Remove unused function declaration by Daniel Vetter · 11 years ago
  82. a4ab86b drivers: gpu: Mark function as static in cdv_intel_dp.c by Rashika Kheria · 11 years ago
  83. b8673b6 drm/gma500: Remove dead code by Daniel Vetter · 11 years ago
  84. 85b2331 drm: Kill DRM_*MEMORYBARRIER by Daniel Vetter · 11 years ago
  85. e9f0d76 drm: Kill DRM_IRQ_ARGS by Daniel Vetter · 11 years ago
  86. bfd8303 drm: Kill DRM_HZ by Daniel Vetter · 11 years ago
  87. 6b27f7f drm/dp: Use AUX constants from specification by Thierry Reding · 11 years ago
  88. 27d50c8 ACPI / i915: Fix incorrect <acpi/acpi.h> inclusions via <linux/acpi_io.h> by Lv Zheng · 11 years ago
  89. 049ffa8 Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 11 years ago
  90. 16735d0 tree-wide: use reinit_completion instead of INIT_COMPLETION by Wolfram Sang · 11 years ago
  91. cd3fdbe drm/gma500/mrst: Add SDVO to output init by Patrik Jakobsson · 11 years ago
  92. 49a5d87 drm/gma500/mrst: Don't blindly guess a mode for LVDS by Patrik Jakobsson · 11 years ago
  93. 6528c89 drm/gma500/mrst: Setup GMBUS for oaktrail/mrst by Patrik Jakobsson · 11 years ago
  94. 99d754b drm/gma500/mrst: Replace WMs and chickenbits with values from EMGD by Patrik Jakobsson · 11 years ago
  95. fb8e34d drm/gma500/mrst: Add aux register writes to SDVO by Patrik Jakobsson · 11 years ago
  96. 5aac788 drm/gma500/mrst: Properly route oaktrail hdmi hooks by Patrik Jakobsson · 11 years ago
  97. b97b828 drm/gma500/mrst: Add aux register writes when programming pipe by Patrik Jakobsson · 11 years ago
  98. ac6113e drm/gma500/mrst: Add SDVO clock calculation by Patrik Jakobsson · 11 years ago
  99. 86bd410 drm/gma500: Add aux device support for gmbus by Patrik Jakobsson · 11 years ago
  100. 2657929 drm/gma500: Add support for aux pci vdc device by Patrik Jakobsson · 11 years ago