1. e3eb325 drm: add support for tiled/compressed/etc modifier in addfb2 by Rob Clark · 9 years ago
  2. d34f20d drm: Atomic modeset ioctl by Rob Clark · 10 years ago
  3. 88a48e2 drm: add atomic properties by Rob Clark · 10 years ago
  4. 735b9ff drm: Driver-specific ioctls range from 0x40 to 0x9f by Damien Lespiau · 10 years ago
  5. 2844ea3 Merge branch 'primary-plane' of git://people.freedesktop.org/~robclark/linux into drm-next by Dave Airlie · 10 years ago
  6. bfe8b57 drm: Specify a bit more the DRM_CAP_CURSOR_{WIDTH, HEIGHT} caps by Lespiau, Damien · 10 years ago
  7. 681e7ec drm: Allow userspace to ask for universal plane list (v2) by Matt Roper · 10 years ago
  8. 8716ed4 drm: add DRM_CAPs for cursor size by Alex Deucher · 10 years ago
  9. 05f5172 drm/bufs: remove handling of _DRM_GEM mappings by Daniel Vetter · 11 years ago
  10. 61d8e32 drm: Add a STEREO_3D capability to the SET_CLIENT_CAP ioctl by Damien Lespiau · 11 years ago
  11. 1c0814f drm: Add a SET_CLIENT_CAP ioctl by Damien Lespiau · 11 years ago
  12. a99b57d drm: Move the GET_CAP macros next to the corresponding ioctl structure by Damien Lespiau · 11 years ago
  13. 62f2104 drm: Advertise async page flip ability through GETCAP ioctl by Keith Packard · 11 years ago
  14. 0de2397 drm/gem: convert to new unified vma manager by David Herrmann · 11 years ago
  15. 4c813d4 drm: add hotspot support for cursors. by Dave Airlie · 11 years ago
  16. c55b6b3 drm: Kill user_modes list and the associated ioctls by Ville Syrjälä · 11 years ago
  17. b633054 drm.h: Fix DRM compilation with bare-metal toolchain. by Paul Sokolovsky · 11 years ago
  18. c61eef7 drm: add support for monotonic vblank timestamps by Imre Deak · 12 years ago
  19. 718dced UAPI: (Scripted) Disintegrate include/drm by David Howells · 12 years ago[Renamed from include/drm/drm.h]
  20. a1ce392 UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel system headers by David Howells · 12 years ago
  21. 4271a40 drm/prime: expose capability flags for userspace. by Dave Airlie · 12 years ago
  22. c543188 drm: add generic ioctls to get/set properties on any object by Paulo Zanoni · 12 years ago
  23. 3248877 drm: base prime/dma-buf support (v5) by Dave Airlie · 13 years ago
  24. 019d96c drm: add some caps for userspace to discover more info for dumb KMS driver (v2) by Dave Airlie · 13 years ago
  25. 308e5bc drm: add an fb creation ioctl that takes a pixel format v5 by Jesse Barnes · 13 years ago
  26. 8cf5c91 drm: add plane support v3 by Jesse Barnes · 13 years ago
  27. 51eab41 drm/vblank: update recently added vbl interface to be more future proof. by Dave Airlie · 13 years ago
  28. 19b01b5 drm/kernel: vblank wait on crtc > 1 by Ilija Hadzic · 13 years ago
  29. e73f88a drm: add cap bit to denote if dumb ioctl is available or not. by Dave Airlie · 13 years ago
  30. 9f35421 drm/core: add ioctl to query device/driver capabilities by Ben Skeggs · 13 years ago
  31. ff72145b drm: dumb scanout create/mmap for intel/radeon (v3) by Dave Airlie · 13 years ago
  32. ba4420c drm: move ttm global code to core drm by Dave Airlie · 14 years ago
  33. 3ff9916 Merge remote branch 'anholt/drm-intel-next' into drm-linus by Dave Airlie · 15 years ago
  34. 884840a drm: Add dirty ioctl and property by Jakob Bornecrantz · 15 years ago
  35. 1a95916 drm: Add compatibility #ifdefs for *BSD by Kristian Høgsberg · 15 years ago
  36. 7bd4d7b drm: use page flip event to signal flip completion by Jesse Barnes · 15 years ago
  37. d91d8a3 drm/kms: add page flipping ioctl by Kristian Høgsberg · 15 years ago
  38. c9a9c5e drm: Add async event synchronization for drmWaitVblank by Kristian Høgsberg · 15 years ago
  39. 1d7f83d make drm headers use strict integer types by Arnd Bergmann · 15 years ago
  40. 30b2363 drm: Rip out the racy, unused vblank signal code. by Eric Anholt · 15 years ago
  41. 0c7c266 drm: drop DRM_IOCTL_MODE_REPLACEFB, add+remove works just as well. by Kristian H�gsberg · 16 years ago
  42. f453ba0 DRM: add mode setting support by Dave Airlie · 16 years ago
  43. a2c0a97 drm: GEM mmap support by Jesse Barnes · 16 years ago
  44. 7c1c287 drm: move to kref per-master structures. by Dave Airlie · 16 years ago
  45. 673a394 drm: Add GEM ("graphics execution manager") to i915 driver. by Eric Anholt · 16 years ago
  46. 0a3e67a drm: Rework vblank-wait handling to allow interrupt reduction. by Jesse Barnes · 16 years ago
  47. ddb7f4c drm: remove #define's for non-linux systems by Carlos R. Mafra · 16 years ago
  48. c0e0920 drm: reorganise drm tree to be more future proof. by Dave Airlie · 16 years ago[Renamed from drivers/char/drm/drm.h]
  49. b554305 drm: the sg alloc ioctl should write back the handle to userspace by Dave Airlie · 16 years ago
  50. af6061a Revert "drm/vbl rework: rework how the drm deals with vblank." by Dave Airlie · 16 years ago
  51. ac741ab drm/vbl rework: rework how the drm deals with vblank. by Jesse Barnes · 16 years ago
  52. e3236a1 drm: add _DRM_DRIVER flag, and re-order unload. by Dave Airlie · 17 years ago
  53. b589ee5 drm: remove XFREE86_VERSION macros. by Dave Airlie · 17 years ago
  54. c60ce62 drm: remove a bunch of typedefs on the userspace interface by Dave Airlie · 17 years ago
  55. 99da6d8 drm: allow for more generic drm ioctls by Thomas Hellstrom · 17 years ago
  56. 3417f33 drm: add flag for mapping PCI DMA buffers read-only. by George Sapountzis · 18 years ago
  57. ab285d7 drm: Core vsync: Add flag DRM_VBLANK_NEXTONMISS. by =?utf-8?q?Michel_D=C3=A4nzer?= · 18 years ago
  58. bea5679 drm: Add support for tracking drawable information to core by =?utf-8?q?Michel_D=C3=A4nzer?= · 18 years ago
  59. 776c944 drm: add support for secondary vertical blank interrupt to DRM core by =?utf-8?q?Michel_D=C3=A4nzer?= · 18 years ago
  60. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  61. b3a80a2 drm: update lock flags from userspace by Dave Airlie · 19 years ago
  62. b5e89ed drm: lindent the drm directory. by Dave Airlie · 19 years ago
  63. db21532 drm: switch drm_handle_t to unsigned int by Dave Airlie · 19 years ago
  64. b84397d6 drm: add framebuffer maps by Dave Airlie · 19 years ago
  65. 2d0f9ea drm: add _DRM_CONSISTENT map type by Dave Airlie · 19 years ago
  66. 850eb83 drm: wrap config.h include in a ifdef KERNEL by Dave Airlie · 19 years ago
  67. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago