1. cf4b91f drm: Convert drm class driver from legacy pm ops to dev_pm_ops by Shuah Khan · 11 years ago
  2. 5849556 drm: remove legacy drm_connector_property fxns by Rob Clark · 12 years ago
  3. 760285e UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/ by David Howells · 12 years ago
  4. 49099c4 drm: fail gracefully when proc isn't setup. by Dave Airlie · 12 years ago
  5. 3b02ab8 drm: Miscellaneous typo fixes and documentation updates by Laurent Pinchart · 12 years ago
  6. 4a1b071 drm: Don't initialize local ret variable when not needed by Laurent Pinchart · 12 years ago
  7. 1828fe6 drm/sysfs: protect sysfs removal code against being run twice. by Dave Airlie · 12 years ago
  8. 2c9ede5 switch device_get_devnode() and ->devnode() to umode_t * by Al Viro · 13 years ago
  9. 2d1a8a4 gpu: Add export.h as required to drivers/gpu files. by Paul Gortmaker · 13 years ago
  10. 007c80a drm: Hold the mode mutex whilst probing for sysfs status by Chris Wilson · 13 years ago
  11. 7b334fc drm: Use a nondestructive mode for output detect when polling by Chris Wilson · 14 years ago
  12. db8cc27 Merge branch 'drm-platform' into drm-testing by Dave Airlie · 14 years ago
  13. dcdb167 drm: Add support for platform devices to register as DRM devices by Jordan Crouse · 14 years ago
  14. 59534f7 Merge branch 'drm-for-2.6.35' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 14 years ago
  15. 2c3c8be sysfs: add struct file* to bin_attr callbacks by Chris Wright · 14 years ago
  16. 34dc4d4 Merge remote branch 'origin/master' into drm-intel-next by Eric Anholt · 14 years ago
  17. 7ebd467 Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 14 years ago
  18. a1c4560 drivers/gpu/drm/drm_sysfs.c: sysfs files error handling by Dan Carpenter · 14 years ago
  19. c9c2625 Merge branch 'drm-edid-fixes' into drm-core-next by Dave Airlie · 14 years ago
  20. 7466f4c drm/edid: Remove arbitrary EDID extension limit by Adam Jackson · 14 years ago
  21. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  22. 0933e2d driver core: Convert some drivers to CLASS_ATTR_STRING by Andi Kleen · 15 years ago
  23. 28812fe driver-core: Add attribute argument to class_attribute show/store by Andi Kleen · 15 years ago
  24. 44040f1 Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 15 years ago
  25. e454cea Driver-Core: extend devnode callbacks to provide permissions by Kay Sievers · 15 years ago
  26. 11670d3 Merge intel drm-intel-next branch by Dave Airlie · 15 years ago
  27. 08e4d53 drm: Fix sysfs device confusion. by Thomas Hellstrom · 15 years ago
  28. 327c225 drm: Enable drm drivers to add drm sysfs devices. by Thomas Hellstrom · 15 years ago
  29. 74bd3c2 drm: Define DRM_MODE_CONNECTOR_TV by Francisco Jerez · 15 years ago
  30. 02200d0 Driver Core: drm: add nodename for drm devices by Kay Sievers · 15 years ago
  31. e36ebaf drm: set permissions on edid file to 0444 by Keith Packard · 15 years ago
  32. 75185c9 drm: add newlines to text sysfs files by Keith Packard · 15 years ago
  33. 400138b drm: remove unreachable code in drm_sysfs.c by Jonas Bonn · 15 years ago
  34. 77d26dc drm: clean dirty memory after device release by Ma Ling · 15 years ago
  35. 5ca5828 drm/i915: add VGA hotplug support for 945+ by Jesse Barnes · 15 years ago
  36. 90f959b drm: merge Linux master into HEAD by Dave Airlie · 15 years ago
  37. 2ead054 drm: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 15 years ago
  38. 8e10045 drm: Drop unused and broken dri_library_name sysfs attribute. by Kristian Høgsberg · 16 years ago
  39. 112b715 drm: claim PCI device when running in modesetting mode. by Kristian Høgsberg · 16 years ago
  40. 8f4bbd9 gpu: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  41. f453ba0 DRM: add mode setting support by Dave Airlie · 16 years ago
  42. 38eda21 drm: fix sysfs error path. by Dave Airlie · 16 years ago
  43. c0e0920 drm: reorganise drm tree to be more future proof. by Dave Airlie · 16 years ago[Renamed from drivers/char/drm/drm_sysfs.c]
  44. 57f7bd5 remove debug printk from DRM suspend path by Jesse Barnes · 16 years ago
  45. bf9d892 drivers/char: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  46. 2c14f28 drm: reorganise minor number handling using backported modesetting code. by Dave Airlie · 16 years ago
  47. b932ccb drm: add support for passing state into the suspend hooks. by Dave Airlie · 16 years ago
  48. 77e27e9 drm: enable udev node creation by Dave Airlie · 17 years ago
  49. e8b962b drm: update DRM sysfs support by Jesse Barnes · 17 years ago
  50. 84b1fd1 drm: remove drm_file_t, drm_device_t and drm_head_t typedefs by Dave Airlie · 17 years ago
  51. 94f060b drm: fix return value check by Akinobu Mita · 18 years ago
  52. 24f73c9 drm: fix error returns, sysfs error handling by Jeff Garzik · 18 years ago
  53. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  54. 0650fd5 [PATCH] DRM: fix up classdev interface for drm core by Greg Kroah-Hartman · 18 years ago
  55. 732052e drm: simplify sysfs code for drm by Dave Airlie · 19 years ago
  56. 4e57b68 [PATCH] fix missing includes by Tim Schmielau · 19 years ago
  57. f210973 drm: small cleanups by Dave Airlie · 19 years ago
  58. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago