1. cd4f013 drm/gem: switch dev->object_name_lock to a mutex by Daniel Vetter · 11 years ago
  2. becee2a drm/gem: make drm_gem_object_handle_unreference_unlocked static by Daniel Vetter · 11 years ago
  3. a8e11d1 drm/gem: fix up flink name create race by Daniel Vetter · 11 years ago
  4. 66cc8b6 drm: Make drm_get_platform_dev() static by Lespiau, Damien · 11 years ago
  5. f51607a drm: Remove stale prototypes by Lespiau, Damien · 11 years ago
  6. cb6458f drm: remove procfs code, take 2 by Daniel Vetter · 11 years ago
  7. 6eb9278 drm: remove the dma_ioctl special-case by Daniel Vetter · 11 years ago
  8. 2818564 drm: rip out drm_core_has_MTRR checks by Daniel Vetter · 11 years ago
  9. 36da590 drm/gem: move drm_gem_object_handle_unreference_unlocked into drm_gem.c by Daniel Vetter · 11 years ago
  10. 7106bf9 drm/prime: add a bit of documentation about gem_obj->import_attach by Daniel Vetter · 11 years ago
  11. c1d6798 drm: use common drm_gem_dmabuf_release in i915/exynos drivers by Daniel Vetter · 11 years ago
  12. bcc5c9d drm/gem: add shmem get/put page helpers by Rob Clark · 11 years ago
  13. 367bbd4 drm/gem: add drm_gem_create_mmap_offset_size() by Rob Clark · 11 years ago
  14. fac3eaf drm: remove a bunch of unused #defines from drmP.h by Daniel Vetter · 11 years ago
  15. 74867e3 drm: rip out a few unused DRIVER flags by Daniel Vetter · 11 years ago
  16. 687fbb2 drm: rip out DRIVER_FB_DMA and related code by Daniel Vetter · 11 years ago
  17. b0e898a drm: remove FASYNC support by Daniel Vetter · 11 years ago
  18. 7c51013 drm: mark context support as a legacy subsystem by Daniel Vetter · 11 years ago
  19. e2e99a8 drm: mark dma setup/teardown as legacy systems by Daniel Vetter · 11 years ago
  20. 3d914e8 drm: hide legacy sg cleanup better from common code by Daniel Vetter · 11 years ago
  21. 45886af drm: kill dev->driver->set_version by Daniel Vetter · 11 years ago
  22. 00fd78e drm: provide agp dummies for CONFIG_AGP=n by David Herrmann · 11 years ago
  23. 28ec711 drm/agp: move AGP cleanup paths to drm_agpsupport.c by David Herrmann · 11 years ago
  24. baa7094 drm: const'ify ioctls table (v2) by Rob Clark · 11 years ago
  25. 7fc65eb drm: Apply kref_put_mutex() optimisations to drm_gem_object_unreference_unlocked() by Chris Wilson · 11 years ago
  26. 43387b3 drm/gem: create drm_gem_dumb_destroy by Daniel Vetter · 11 years ago
  27. 0de2397 drm/gem: convert to new unified vma manager by David Herrmann · 11 years ago
  28. 85d9cb4 drm: remove drm_order by Daniel Vetter · 11 years ago
  29. da5cbe3 drm/gem: remove drm_gem_object_handle_unreference by Daniel Vetter · 11 years ago
  30. 89c8233 drm/gem: simplify object initialization by David Herrmann · 11 years ago
  31. 23367ff drm: rip out dev->last_checked by Daniel Vetter · 11 years ago
  32. 1d8d29c drm: fold in drm_sg_alloc into the ioctl by Daniel Vetter · 11 years ago
  33. 494f38e drm: kill dev->buf_readers and dev->buf_writers by Daniel Vetter · 11 years ago
  34. c7e00b6 drm: kill dev->ctx_start and dev->lck_start by Daniel Vetter · 11 years ago
  35. c78d753 drm: kill dev->interrupt_flag and dev->dma_flag by Daniel Vetter · 11 years ago
  36. a17800c drm: remove dev->last_switch by Daniel Vetter · 11 years ago
  37. 3dadef6 drm: kill dev->context_wait by Daniel Vetter · 11 years ago
  38. 492d774 drm: remove drm_modctx ioctl and use drm_noop instead by Daniel Vetter · 11 years ago
  39. 7c397cd drm: add mmap function to prime helpers by Joonyoung Shim · 11 years ago
  40. edee06b Merge branch 'drm/next' of git://linuxtv.org/pinchartl/fbdev into drm-next by Dave Airlie · 11 years ago
  41. d20d317 drm: Constify the pretty-print functions by Ville Syrjälä · 11 years ago
  42. 102d6db drm: add unpin function to prime helpers by Maarten Lankhorst · 11 years ago
  43. 1c5aafa drm/gem: Split drm_gem_mmap() into object search and object mapping by Laurent Pinchart · 11 years ago
  44. 03dae7c drm: Remove mtrr_add and mtrr_del fallback hack for non-MTRR systems by Andy Lutomirski · 11 years ago
  45. 247d36d drm (ast, cirrus, mgag200, nouveau, savage, vmwgfx): Remove drm_mtrr_{add, del} by Andy Lutomirski · 11 years ago
  46. fea0f9f Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 11 years ago
  47. b9434d0 drm: Use names of ioctls in debug traces by Chris Cummins · 11 years ago
  48. 20a2078c Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 11 years ago
  49. b63e6aa drm: proc: Use minor->index to label things, not PDE->name by David Howells · 11 years ago
  50. ce089b5 drm: Constify drm_proc_list[] by David Howells · 11 years ago
  51. 219b473 drm/prime: keep a reference from the handle to exported dma-buf (v6) by Dave Airlie · 11 years ago
  52. 8917764 drm: add prime helpers by Aaron Plattner · 12 years ago
  53. ed914f6 Merge tag 'of_videomode_helper' of git://git.pengutronix.de/git/str/linux into drm-next by Dave Airlie · 12 years ago
  54. edb37a9 drm_modes: add of_videomode helpers by Steffen Trumtrar · 12 years ago
  55. ebc64e4 drm_modes: add videomode helpers by Steffen Trumtrar · 12 years ago
  56. 4b096ac drm: revamp locking around fb creation/destruction by Daniel Vetter · 12 years ago
  57. 8faf6b1 drm: review locking rules in drm_crtc.c by Daniel Vetter · 12 years ago
  58. c61eef7 drm: add support for monotonic vblank timestamps by Imre Deak · 12 years ago
  59. c6eefa1 drm: add drm_send_vblank_event() helper (v5) by Rob Clark · 12 years ago
  60. 612a9aa Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 12 years ago
  61. 9b2e077c Merge tag 'uapi-prep-20121002' of git://git.infradead.org/users/dhowells/linux-headers by Linus Torvalds · 12 years ago
  62. a1ce392 UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel system headers by David Howells · 12 years ago
  63. 19218e4 UAPI: Refer to the DRM UAPI headers with <...> and from certain headers only by David Howells · 12 years ago
  64. 9da3da6 drm/i915: Replace the array of pages with a scatterlist by Chris Wilson · 12 years ago
  65. 5fce5e0 userns: Convert drm to use kuid and kgid and struct pid where appropriate by Eric W. Biederman · 13 years ago
  66. a344a7e drm: kill dma queue support by Daniel Vetter · 13 years ago
  67. b0071ef drm: kill reclaim_buffers callback by Daniel Vetter · 13 years ago
  68. 923d1fe drm: kill reclaim_buffers_locked by Daniel Vetter · 13 years ago
  69. 3ae6b64 drm: kill reclaim_buffers_idlelocked functions by Daniel Vetter · 13 years ago
  70. f429778 drm/pci: add support for getting the supported link bw. by Dave Airlie · 12 years ago
  71. 51ab7ba drm/prime: introduce sg->pages/addr arrays helper by Dave Airlie · 12 years ago
  72. 78b6855 drm: Constify gem_vm_ops pointer by Laurent Pinchart · 12 years ago
  73. 3b02ab8 drm: Miscellaneous typo fixes and documentation updates by Laurent Pinchart · 12 years ago
  74. b06d66b drm: pass dev to drm_vm_{open,close}_locked() by Rob Clark · 12 years ago
  75. effbc4f Merge branch 'drm-intel-next' of git://people.freedesktop.org/~danvet/drm-intel into drm-core-next by Dave Airlie · 12 years ago
  76. 3248877 drm: base prime/dma-buf support (v5) by Dave Airlie · 13 years ago
  77. 6d5cd9c drm: add helper to clflush a virtual address range by Daniel Vetter · 13 years ago
  78. 2c07a21 drm: add core support for unplugging a device (v2) by Dave Airlie · 13 years ago
  79. 884a53e drm: remove unused code by Sascha Hauer · 13 years ago
  80. 598781d drm: Fix authentication kernel crash by Thomas Hellstrom · 13 years ago
  81. 1a464cb Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 13 years ago
  82. cc1f719 drm: introduce drm_can_sleep and use in intel/radeon drivers. (v2) by Dave Airlie · 13 years ago
  83. 1fbe6f6 Merge tag 'v3.2-rc6' of /home/airlied/devel/kernel/linux-2.6 into drm-core-next by Dave Airlie · 13 years ago
  84. 42b2aa8 treewide: Fix typos in various parts of the kernel, and fix some comments. by Justin P. Mattock · 13 years ago
  85. e08e96d drm: Make the per-driver file_operations struct const by Arjan van de Ven · 13 years ago
  86. b3e067c drm: serialize access to list of debugfs files by Marcin Slusarz · 13 years ago
  87. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  88. b9075fa treewide: use __printf not __attribute__((format(printf,...))) by Joe Perches · 13 years ago
  89. de47725 include: replace linux/module.h with "struct module" wherever possible by Paul Gortmaker · 13 years ago
  90. 75ef8b3 drm/gem: add functions for mmap offset creation by Rob Clark · 13 years ago
  91. 62cb7011 drm/gem: add support for private objects by Alan Cox · 13 years ago
  92. 58b6542 DRM: remove drm_pci_device_is_pcie by Jon Mason · 13 years ago
  93. 304eda3 drm/gem: add hooks to notify driver when object handle is created/destroyed by Ben Skeggs · 13 years ago
  94. 1794d25 drm: Export the command-line mode parser by Chris Wilson · 13 years ago
  95. bbb0aef drm: Verify debug message arguments by Joe Perches · 13 years ago
  96. 5ad3d88 drm: Create and use drm_err by Joe Perches · 13 years ago
  97. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  98. 34db18ab Merge remote branch 'intel/drm-intel-next' of ../drm-next into drm-core-next by Dave Airlie · 14 years ago
  99. 9f35421 drm/core: add ioctl to query device/driver capabilities by Ben Skeggs · 14 years ago
  100. 1922756 drm: fix unsigned vs signed comparison issue in modeset ctl ioctl. by Dave Airlie · 14 years ago