1. 3b96a0b drm: document drm_auth.c by Daniel Vetter · 8 years ago
  2. b3ac9f2 drm: Extract drm_is_current_master by Daniel Vetter · 8 years ago
  3. a325725 drm: Lobotomize set_busid nonsense for !pci drivers by Daniel Vetter · 8 years ago
  4. 46bfdf9 drm: Nuke SET_UNIQUE ioctl by Daniel Vetter · 8 years ago
  5. 5079c46 drm: Use dev->name as fallback for dev->unique by Daniel Vetter · 8 years ago
  6. ce833ba drm: Mark set/drop master ioctl as unlocked. by Daniel Vetter · 8 years ago
  7. 94e86f5 drm: Mark authmagic ioctls as unlocked by Daniel Vetter · 8 years ago
  8. ec1f52e drm: Move drm_getmap into drm_bufs.c and give it a legacy prefix by Daniel Vetter · 8 years ago
  9. ea48783 drm: Enforce unlocked ioctl operation for kms driver ioctls by Daniel Vetter · 9 years ago
  10. 0aaf20c drm/drm_ioctl.c: kerneldoc by Daniel Vetter · 9 years ago
  11. 4b63539 drm: Define a drm_invalid_op ioctl implementation by Daniel Vetter · 9 years ago
  12. a7fb8a2 drm: Remove __OS_HAS_AGP by Daniel Vetter · 9 years ago
  13. 30c6466 drm: Allow also control clients to check the drm version by Thomas Hellstrom · 9 years ago
  14. 5101020 drm: export the DRM permission check code by Thomas Hellstrom · 9 years ago
  15. 099bfbf Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 9 years ago
  16. 8b72ce1 drm: Always enable atomic API by Daniel Stone · 9 years ago
  17. 7d010fd x86/mm/mtrr: Avoid #ifdeffery with phys_wc_to_mtrr_index() by Luis R. Rodriguez · 9 years ago
  18. e2f5d2e drm/mode: Add user blob-creation ioctl by Daniel Stone · 9 years ago
  19. 066626d drm: line wrap DRM_IOCTL_DEF* macros by Emil Velikov · 10 years ago
  20. 7ef5f82 drm: Rewrite drm_ioctl_flags() to resemble the new drm_ioctl() code by Ville Syrjälä · 10 years ago
  21. 53615af drm: Use max() to make the ioctl alloc size code cleaner by Ville Syrjälä · 10 years ago
  22. 83be003 drm: Simplify core vs. drv ioctl handling by Ville Syrjälä · 10 years ago
  23. 7e7392a drm: Drop ioctl->cmd_drv by Ville Syrjälä · 10 years ago
  24. e3eb325 drm: add support for tiled/compressed/etc modifier in addfb2 by Rob Clark · 10 years ago
  25. 179f158 drm: Ensure universal_planes is set for atomic by Daniel Vetter · 10 years ago
  26. a97df1c drm/atomic: Hide drm.ko internal interfaces by Daniel Vetter · 10 years ago
  27. d34f20d drm: Atomic modeset ioctl by Rob Clark · 10 years ago
  28. 88a48e2 drm: add atomic properties by Rob Clark · 10 years ago
  29. 7823875 drm: Purge ioctl forward declarations from drmP.h by Daniel Vetter · 10 years ago
  30. 1888299 drm: Move vblank related module options into drm_irq.c by Daniel Vetter · 10 years ago
  31. 9ec4e2f drm: Move sg functions into drm_legacy.h by Daniel Vetter · 10 years ago
  32. bb6d822 drm: move drm-lock API to drm_legacy.h by David Herrmann · 10 years ago
  33. c5786fe drm: Goody bye, drm_bus! by David Herrmann · 10 years ago
  34. 915b4d1 drm: add driver->set_busid() callback by David Herrmann · 10 years ago
  35. 1e444be drm: drop unused drm_master->unique_size by David Herrmann · 10 years ago
  36. 9fc5cde drm: mark drm_buf and drm_map as legacy by David Herrmann · 10 years ago
  37. 7963e9d Revert "drm: drop redundant drm_file->is_master" by Dave Airlie · 10 years ago
  38. e7b96070 drm: mark drm_context support as legacy by David Herrmann · 10 years ago
  39. ec8f112 drm: merge drm_drv.c into drm_ioctl.c by David Herrmann · 10 years ago
  40. c7dbc6c drm: Remove command line guard for universal planes by Matt Roper · 10 years ago
  41. ca8e2ad drm: Introduce drm_dev_set_unique() by Thierry Reding · 11 years ago
  42. 5829d18 drm: rip out dev->devname by Daniel Vetter · 11 years ago
  43. 53bf2a2 drm: inline drm_pci_set_unique by Daniel Vetter · 11 years ago
  44. 681e7ec drm: Allow userspace to ask for universal plane list (v2) by Matt Roper · 11 years ago
  45. 8716ed4 drm: add DRM_CAPs for cursor size by Alex Deucher · 11 years ago
  46. 61d8e32 drm: Add a STEREO_3D capability to the SET_CLIENT_CAP ioctl by Damien Lespiau · 11 years ago
  47. 1c0814f drm: Add a SET_CLIENT_CAP ioctl by Damien Lespiau · 11 years ago
  48. 62f2104 drm: Advertise async page flip ability through GETCAP ioctl by Keith Packard · 11 years ago
  49. d79cdc8 drm: no-op out GET_STATS ioctl by Daniel Vetter · 11 years ago
  50. 719524d drm: hollow-out GET_CLIENT ioctl by Daniel Vetter · 11 years ago
  51. 45886af drm: kill dev->driver->set_version by Daniel Vetter · 11 years ago
  52. 0dd99f1 drm: Don't leak phys_wc "handles" to userspace by Andy Lutomirski · 11 years ago
  53. c61eef7 drm: add support for monotonic vblank timestamps by Imre Deak · 12 years ago
  54. 9b2e077c Merge tag 'uapi-prep-20121002' of git://git.infradead.org/users/dhowells/linux-headers by Linus Torvalds · 12 years ago
  55. 760285e UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/ by David Howells · 12 years ago
  56. 5fce5e0 userns: Convert drm to use kuid and kgid and struct pid where appropriate by Eric W. Biederman · 13 years ago
  57. 4271a40 drm/prime: expose capability flags for userspace. by Dave Airlie · 13 years ago
  58. 019d96c drm: add some caps for userspace to discover more info for dumb KMS driver (v2) by Dave Airlie · 13 years ago
  59. b2c606f drm/i915: kill i915_mem.c by Daniel Vetter · 13 years ago
  60. 09b4ea4 drm: make DRM_UNLOCKED ioctls with their own mutex by Ilija Hadzic · 13 years ago
  61. 51eab41 drm/vblank: update recently added vbl interface to be more future proof. by Dave Airlie · 14 years ago
  62. 19b01b5 drm/kernel: vblank wait on crtc > 1 by Ilija Hadzic · 14 years ago
  63. e73f88a drm: add cap bit to denote if dumb ioctl is available or not. by Dave Airlie · 14 years ago
  64. 9f35421 drm/core: add ioctl to query device/driver capabilities by Ben Skeggs · 14 years ago
  65. 8410ea3 drm: rework PCI/platform driver interface. by Dave Airlie · 14 years ago
  66. c17c2f8 drm: Fix support for PCI domains by Benjamin Herrenschmidt · 14 years ago
  67. 3fb688f drm: Cleanup after failing to create master->unique and dev->name by Chris Wilson · 14 years ago
  68. dcdb167 drm: Add support for platform devices to register as DRM devices by Jordan Crouse · 14 years ago
  69. 9a298b2 drm: Remove memory debugging infrastructure. by Eric Anholt · 16 years ago
  70. 1147c9c drm: fix leak of uninitialized data to userspace by Vegard Nossum · 16 years ago
  71. 7c1c287 drm: move to kref per-master structures. by Dave Airlie · 16 years ago
  72. c0e0920 drm: reorganise drm tree to be more future proof. by Dave Airlie · 16 years ago[Renamed from drivers/char/drm/drm_ioctl.c]
  73. b018fcd drm: Make DRM_IOCTL_GET_CLIENT return EINVAL when it can't find client #idx. by Eric Anholt · 17 years ago
  74. bc5f452 drm: run cleanfile across drm tree by Dave Airlie · 17 years ago
  75. 246a3d1 drm: DRM: fix memset size error by Li Zefan · 17 years ago
  76. c153f45 drm: Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE. by Eric Anholt · 17 years ago
  77. 6c340ea drm: Replace filp in ioctl arguments with drm_file *file_priv. by Eric Anholt · 17 years ago
  78. 20caafa drm: Remove DRM_ERR OS macro. by Eric Anholt · 17 years ago
  79. 5591051 drm: detypedeffing continues... by Dave Airlie · 17 years ago
  80. 84b1fd1 drm: remove drm_file_t, drm_device_t and drm_head_t typedefs by Dave Airlie · 17 years ago
  81. c60ce62 drm: remove a bunch of typedefs on the userspace interface by Dave Airlie · 17 years ago
  82. bd1b331 drm: cleanup use of Linux list handling macros by Dave Airlie · 17 years ago
  83. 1f27ce6 drm: fixup setversion return codes.. by Dave Airlie · 18 years ago
  84. 33229601 drm: remove the DRM pci domain by Dave Airlie · 18 years ago
  85. 242ef0e drm: remove local copies of pci bus/slot/func by Dave · 18 years ago
  86. 3d77461 drm: cleanup old compat code and DRM fns from Linux only code by Dave Airlie · 18 years ago
  87. 30e2fb1 sem2mutex: drivers/char/drm/ by Dave Airlie · 19 years ago
  88. fe34765 drm: drm_ioctl.c sync with fixes from CVS by Dave Airlie · 19 years ago
  89. 22eae94 drm: rename driver hooks more understandably by Dave Airlie · 19 years ago
  90. b5e89ed drm: lindent the drm directory. by Dave Airlie · 19 years ago
  91. d1f2b55 drm: updated DRM map patch for 32/64 bit systems by Dave Airlie · 19 years ago
  92. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago