1. 9360bd1 drm/nouveau: when bailing out of a pushbuf ioctl, do not remove previous fence by Ben Skeggs · 11 years ago
  2. 5d216f6 drm/nouveau: allow nouveau_fence_ref() to be a noop by Ben Skeggs · 11 years ago
  3. 16eb5f4 drm: kill ->gem_init_object() and friends by David Herrmann · 11 years ago
  4. 55fb74a drm/nouveau: embed gem object in nouveau_bo by David Herrmann · 11 years ago
  5. c859074 drm/nouveau: fix command submission to use vmalloc for big allocations by Maarten Lankhorst · 11 years ago
  6. 32c913e Merge tag 'drm-intel-next-2013-07-26-fixed' of git://people.freedesktop.org/~danvet/drm-intel into drm-next by Dave Airlie · 11 years ago
  7. 72525b3 drm/ttm: convert to unified vma offset manager by David Herrmann · 11 years ago
  8. 4f38559 drm/nouveau: do not unpin in nouveau_gem_object_del by Maarten Lankhorst · 11 years ago
  9. f7d452f Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-next by Dave Airlie · 11 years ago
  10. c4c7044 drm/nouveau: delay busy bo vma removal until fence signals by Ben Skeggs · 11 years ago
  11. 5e33840 drm/ttm: convert to the reservation api by Maarten Lankhorst · 11 years ago
  12. ecff665 drm/ttm: make ttm reservation calls behave like reservation calls by Maarten Lankhorst · 11 years ago
  13. 27f06b2 drm/nouveau: complain loudly if buffer is pinned during destruction by Maarten Lankhorst · 11 years ago
  14. 1f3a574 Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-next by Dave Airlie · 12 years ago
  15. 264ce19 drm/nv84-/fence: prepare for emit/sync support of sysram sequences by Ben Skeggs · 12 years ago
  16. a84fa1a drm/nouveau: report channel owner in ioctl error paths by Marcin Slusarz · 12 years ago
  17. b9e5071 Merge branch 'for-airlied' of git://people.freedesktop.org/~mlankhorst/linux into drm-next by Dave Airlie · 12 years ago
  18. ab9ccb9 drm/nouveau: use prime helpers by Aaron Plattner · 12 years ago
  19. c354c89 drm/nouveau: use ttm_bo_reserve_slowpath in validate_init, v2 by Maarten Lankhorst · 12 years ago
  20. 979ee29 drm/nouveau: increase reservation sequence every retry by Maarten Lankhorst · 12 years ago
  21. 97a875c drm/ttm: remove no_wait_reserve, v3 by Maarten Lankhorst · 12 years ago
  22. 612a9aa Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 12 years ago
  23. 77145f1 drm/nouveau: port remainder of drm code, and rip out compat layer by Ben Skeggs · 12 years ago
  24. ebb945a drm/nouveau: port all engines to new engine module format by Ben Skeggs · 12 years ago
  25. 861d210 drm/nouveau/fb: merge fb/vram and port to subdev interfaces by Ben Skeggs · 12 years ago
  26. 9458029 drm/nouveau: implement module init functions in nouveau_drm.c by Ben Skeggs · 12 years ago
  27. 3a92d37 drm/nouveau/gem: use bo.offset rather than mm_node.start by Ben Skeggs · 12 years ago
  28. 760285e UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/ by David Howells · 12 years ago
  29. 4126d5d UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/. by David Howells · 12 years ago
  30. 2536f7d Merge branch 'drm-nouveau-fixes' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-next by Dave Airlie · 12 years ago
  31. 5086f69 drm/nouveau/gem: fix object reference leak in a failure path by Ben Skeggs · 12 years ago
  32. 949c4a3 drm: track dev_mapping in more robust and flexible way by Ilija Hadzic · 12 years ago
  33. 5e120f6 drm/nouveau/fence: convert to exec engine, and improve channel sync by Ben Skeggs · 12 years ago
  34. d375e7d5 drm/nouveau/fence: minor api changes for an upcoming rework by Ben Skeggs · 12 years ago
  35. 22b33e8 nouveau: add PRIME support by Dave Airlie · 12 years ago
  36. accf949 drm/nouveau/ttm: always do buffer moves on kernel channel by Ben Skeggs · 13 years ago
  37. 525895b drm/nouveau/gem: fix fence_sync race / oops by Ben Skeggs · 13 years ago
  38. 8fe198b drm/nouveau: fix nouveau_vma object leak by Marcin Slusarz · 13 years ago
  39. 2fd3db6 drm/nouveau: remove implicit mapping of every bo into chan_vm by Ben Skeggs · 13 years ago
  40. 7375c95 drm/nouveau: remove 'chan' argument from nouveau_bo_new by Ben Skeggs · 13 years ago
  41. e758a31 drm/nouveau: fixup gem_info ioctl to return client-specific bo virtual by Ben Skeggs · 13 years ago
  42. a3fcd0a drm/nv50-nvc0: completely disable relocs by Ben Skeggs · 13 years ago
  43. 07533ea drm/nouveau: convert some bo.offset use to vma.offset by Ben Skeggs · 13 years ago
  44. 639212d drm/nouveau/gem: implement stub hooks for GEM object open/close by Ben Skeggs · 13 years ago
  45. f6d4e62 drm/nouveau: remove 'chan' argument from nouveau_gem_new by Ben Skeggs · 13 years ago
  46. e8a863c drm/nouveau: store a per-client channel list by Ben Skeggs · 13 years ago
  47. 5df2397 drm: fix "persistant" typo by Jan Engelhardt · 13 years ago
  48. 7fa0cba2 drm/nouveau: properly handle pushbuffer check failures by Marcin Slusarz · 14 years ago
  49. db5c8e2 drm/nv50-nvc0: restrict memtype to those specified at creation time by Ben Skeggs · 14 years ago
  50. 6ba9a68 drm/nouveau: pass domain rather than ttm flags to gem_new() by Ben Skeggs · 14 years ago
  51. d550c41 drm/nouveau: remove no_vm/mappable flags from nouveau_bo by Ben Skeggs · 14 years ago
  52. 60d2a88 drm/nouveau: kick vram functions out into an "engine" by Ben Skeggs · 14 years ago
  53. 7a45d76 drm/nouveau: wrap calls to ttm_bo_validate() by Ben Skeggs · 14 years ago
  54. 332b242 drm/nouveau: Implement the pageflip ioctl. by Francisco Jerez · 14 years ago
  55. 382d62e drm/nouveau: fix annoying nouveau_fence type issue by Marcin Slusarz · 14 years ago
  56. 938c40e drm/nouveau: use interruptible waits during pushbuf validation by Ben Skeggs · 14 years ago
  57. 21e86c1 drm/nouveau: remove cpu_writers lock by Ben Skeggs · 14 years ago
  58. cff5c13 drm/nouveau: add more fine-grained locking to channel list + structures by Ben Skeggs · 14 years ago
  59. 702adba drm/ttm/radeon/nouveau: Kill the bo lock in favour of a bo device fence_lock by Thomas Hellstrom · 14 years ago
  60. f13b326 drm/nouveau: Expose some BO usage flags to userspace. by Francisco Jerez · 14 years ago
  61. 0c8eb0d Merge remote branch 'nouveau/for-airlied' of ../drm-nouveau-next into drm-core-next by Dave Airlie · 14 years ago
  62. 2730723 drm/nouveau: Minor refactoring/cleanup of the fence code. by Francisco Jerez · 14 years ago
  63. 29d08b3 drm/gem: handlecount isn't really a kref so don't make it one. by Dave Airlie · 14 years ago
  64. 4645b94 Merge remote branch 'nouveau/for-airlied' of /ssd/git/drm-nouveau-next into drm-fixes by Dave Airlie · 14 years ago
  65. 374c3af drm/nouveau: Don't take struct_mutex around the pushbuf IOCTL. by Francisco Jerez · 14 years ago
  66. 5afda9e Merge remote branch 'nouveau/for-airlied' of /ssd/git/drm-nouveau-next into drm-fixes by Dave Airlie · 14 years ago
  67. ab699ec drm/nouveau: drop drm_global_mutex before sleeping in submission path by Ben Skeggs · 14 years ago
  68. ee508b8 drm/nv20: Don't use pushbuf calls on the original nv20. by Francisco Jerez · 14 years ago
  69. d033303 Merge remote branch 'nouveau/for-airlied' of /ssd/git/drm-nouveau-next into drm-core-next by Dave Airlie · 14 years ago
  70. 415e618 drm/nouveau: fix race condition when under memory pressure by Ben Skeggs · 14 years ago
  71. bf79cb9 drm: Use ENOENT consistently for the error return for an unmatched handle. by Chris Wilson · 14 years ago
  72. b6d3d87 drm/nouveau: remove dev_priv->init_state and friends by Ben Skeggs · 14 years ago
  73. 6e86e04 drm/nouveau: Fix a couple of sparse warnings. by Francisco Jerez · 14 years ago
  74. 7547a91 Merge branch 'drm-ttm-unmappable' into drm-core-next by Dave Airlie · 14 years ago
  75. fd632aa drm: free core gem object from driver callbacks by Daniel Vetter · 14 years ago
  76. 78ad0f7 drm/nouveau: Make use of TTM busy_placements. by Francisco Jerez · 15 years ago
  77. 9d87fa2 drm/ttm: split no_wait argument in 2 GPU or reserve wait by Jerome Glisse · 14 years ago
  78. aa71fa3 Merge remote branch 'nouveau/for-airlied' into drm-next-stage by Dave Airlie · 15 years ago
  79. e32b2c8 drm/nouveau: fix missing spin_unlock in failure path by Luca Barbieri · 15 years ago
  80. a1606a9 drm/nouveau: new gem pushbuf interface, bump to 0.0.16 by Ben Skeggs · 15 years ago
  81. 2ccb04e drm/nouveau: remove PUSHBUF_CAL macro by Ben Skeggs · 15 years ago
  82. 9a391ad drm/nv50: switch to indirect push buffer controls by Ben Skeggs · 15 years ago
  83. bc9025b Use drm_gem_object_[handle_]unreference_unlocked where possible by Luca Barbieri · 15 years ago
  84. f0fbe3e drm/nouveau: call ttm_bo_wait with the bo lock held to prevent hang by Luca Barbieri · 15 years ago
  85. 0208843 drm/nouveau: fix failure path if userspace specifies no valid memtypes by Ben Skeggs · 15 years ago
  86. 12f735b drm/nouveau: check pushbuffer bounds in ioctl by Luca Barbieri · 15 years ago
  87. 234896a drm/nouveau: Fix null deref in nouveau_fence_emit due to deleted fence by Luca Barbieri · 15 years ago
  88. 9ddc8c5 drm/nouveau: remove use of -ERESTART by Ben Skeggs · 15 years ago
  89. 6ee7386 drm/nouveau: Add DRM driver for NVIDIA GPUs by Ben Skeggs · 15 years ago