1. 0a19b06 Merge tag 'drm-misc-next-2020-06-19' of git://anongit.freedesktop.org/drm/drm-misc into drm-next by Dave Airlie · 4 years, 9 months ago
  2. d3faddc drm/nouveau: fix runtime pm imbalance on error by Dinghao Liu · 4 years, 10 months ago
  3. d7372df drm/nouveau: fix runtime pm imbalance on error by Dinghao Liu · 4 years, 10 months ago
  4. cdc194c drm/nouveau: remove _unlocked suffix in drm_gem_object_put_unlocked by Emil Velikov · 4 years, 10 months ago
  5. 0352029 drm/nouveau: support synchronous pushbuf submission by Ben Skeggs · 5 years ago
  6. 0181f4b drm/nouveau: reject attempts to submit to dead channels by Ben Skeggs · 5 years ago
  7. 03e0d26 drm/nouveau: slowpath for pushbuf ioctl by Daniel Vetter · 5 years ago
  8. 641f53c drm/nouveau: Fix ordering between TTM and GEM release by Thierry Reding · 5 years ago
  9. 9ca7f79 drm/nouveau: Fix fallout from reservation object rework by Thierry Reding · 5 years ago
  10. 019cbd4 drm/nouveau: Initialize GEM object before TTM object by Thierry Reding · 6 years ago
  11. 52791ee dma-buf: rename reservation_object to dma_resv by Christian König · 6 years ago
  12. 27c44ac drm/nouveau: switch driver from bo->resv to bo->base.resv by Gerd Hoffmann · 6 years ago
  13. b96f3e7 drm/ttm: use gem vma_node by Gerd Hoffmann · 6 years ago
  14. f8659be drm/nouveau: use embedded gem object by Gerd Hoffmann · 6 years ago
  15. bfe91af drm/nouveau: prepare for enabling svm with existing userspace interfaces by Ben Skeggs · 6 years ago
  16. 829eee6 drm/nouveau: Replace ttm_bo_unref with ttm_bo_put by Thomas Zimmermann · 6 years ago
  17. 3fce461 BackMerge v4.18-rc7 into drm-next by Dave Airlie · 7 years ago
  18. 743e0f07 drm/nouveau: Replace drm_gem_object_unreference_unlocked with put function by Thomas Zimmermann · 7 years ago
  19. 7f073d0 drm/nouveau/gem: off by one bugs in nouveau_gem_pushbuf_reloc_apply() by Dan Carpenter · 7 years ago
  20. 470db8b7 drm/nouveau/gem: tie deferred unmapping of buffers to VMA fence completion by Ben Skeggs · 7 years ago
  21. 0db912a drm/nouveau/gem: attach fences to VMAs to track GPU usage by Ben Skeggs · 7 years ago
  22. 19ca10d drm/nouveau/gem: lookup VMAs for buffers referenced by pushbuf ioctl by Ben Skeggs · 7 years ago
  23. add526b drm/ttm: remove ttm_bo_unreserve_ticket by Christian König · 7 years ago
  24. 632b740 drm/nouveau/mmu: remove old vmm frontend by Ben Skeggs · 7 years ago
  25. d772213 drm/nouveau: switch over to new memory and vmm interfaces by Ben Skeggs · 7 years ago
  26. 00d041d drm/nouveau: queue delayed unmapping of VMAs on client workqueue by Ben Skeggs · 7 years ago
  27. 96da0bc drm/nouveau: allocate vmm object for every client by Ben Skeggs · 7 years ago
  28. 24e8375 drm/nouveau: separate constant-va tracking from nvkm vma structure by Ben Skeggs · 7 years ago
  29. 7760a2e drm/nouveau: split various bo flags out into their own members by Ben Skeggs · 7 years ago
  30. e75c091 drm/nouveau: store nouveau_drm in nouveau_cli, as opposed to drm_device by Ben Skeggs · 7 years ago
  31. 752ade6 treewide: use kv[mz]alloc* rather than opencoded variants by Michal Hocko · 8 years ago
  32. 4d8b3d3 drm/nouveau: size is u64 everywhere by Ben Skeggs · 9 years ago
  33. 1167c6b drm/nouveau: allocate device object for every client by Ben Skeggs · 9 years ago
  34. fc1b0a0 drm/nouveau: pass nvif_client to nouveau_gem_new() instead of drm_device by Ben Skeggs · 9 years ago
  35. bab7cc1 drm/nouveau: pass nvif_client to nouveau_bo_new() instead of drm_device by Ben Skeggs · 9 years ago
  36. b74c0a9 drm/nouveau: hide gcc-4.9 -Wmaybe-uninitialized by Arnd Bergmann · 8 years ago
  37. f54d186 dma-buf: Rename struct fence to dma_fence by Chris Wilson · 8 years ago
  38. 491d8a1 drm/nouveau: Remove call to reservation_object_test_signaled_rcu before wait by Chris Wilson · 9 years ago
  39. d5fa33f Merge branch 'linux-4.7' of git://github.com/skeggsb/linux into drm-next by Dave Airlie · 9 years ago
  40. 4dc2813 drm/nouveau: rename nouveau_drm.h to nouveau_drv.h by Ben Skeggs · 9 years ago
  41. c6740c9 drm: remove unused dev variables by Arnd Bergmann · 9 years ago
  42. a8ad0bd drm: Remove unused drm_device from drm_gem_object_lookup() by Chris Wilson · 9 years ago
  43. 8aa6d4f drm/ttm: remove lazy parameter from ttm_bo_wait by Christian König · 9 years ago
  44. dfd5e50 drm/ttm: remove use_ticket parameter from ttm_bo_reserve by Christian König · 9 years ago
  45. 09433f2 drm/nouveau/abi16: remove unused argument from nouveau_abi16_get() by Ben Skeggs · 9 years ago
  46. bad4274 drm/nouveau: fix memory leak by Sudip Mukherjee · 10 years ago
  47. fcf3f91 drm/nouveau: remove unnecessary usage of object handles by Ben Skeggs · 10 years ago
  48. 04b8a4b drm/nouveau/gem: return only valid domain when there's only one by Ilia Mirkin · 9 years ago
  49. 03c8952 drm/nouveau/fb: convert to new-style nvkm_subdev by Ben Skeggs · 10 years ago
  50. a01ca78 drm/nouveau/nvif: simplify and tidy library interfaces by Ben Skeggs · 10 years ago
  51. 9ad97ed drm/nouveau: use dev_* for logging by Ben Skeggs · 10 years ago
  52. b1e4553 drm/nouveau/fb: cosmetic changes by Ben Skeggs · 10 years ago
  53. 48a2013 drm/nouveau/gem: use kvfree() in u_free() by Pekka Enberg · 10 years ago
  54. 996f545 drm/nouveau/gem: allow user-space to specify an object should be coherent by Alexandre Courbot · 10 years ago
  55. be83cd4 drm/nouveau: finalise nvkm namespace switch (no binary change) by Ben Skeggs · 10 years ago
  56. 989aa5b drm/nouveau/nvif: namespace of nvkm accessors (no binary change) by Ben Skeggs · 10 years ago
  57. 1119eef drm/nouveau/gem: Remove unused function by Rickard Strandqvist · 10 years ago
  58. f662488 Merge branch 'linux-3.19' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-fixes by Dave Airlie · 10 years ago
  59. da6b51d Revert "drm/gem: Warn on illegal use of the dumb buffer interface v2" by Dave Airlie · 10 years ago
  60. 5cc8d53 drm/nouveau: wake up the card if necessary during gem callbacks by Ben Skeggs · 10 years ago
  61. b22870b drm/nouveau: synchronize BOs when required by Alexandre Courbot · 10 years ago
  62. 355a701 drm/gem: Warn on illegal use of the dumb buffer interface v2 by Thomas Hellstrom · 10 years ago
  63. bb6178b drm/nouveau: export reservation_object from dmabuf to ttm by Maarten Lankhorst · 11 years ago
  64. e3be4c2 drm/nouveau: specify if interruptible wait is desired in nouveau_fence_sync by Maarten Lankhorst · 10 years ago
  65. 809e944 drm/nouveau: use shared fences for readable objects by Maarten Lankhorst · 11 years ago
  66. 9242829 drm/nouveau: Keep only a single list for validation. by Maarten Lankhorst · 11 years ago
  67. 59701f9 drm/nouveau: use rcu in nouveau_gem_ioctl_cpu_prep by Maarten Lankhorst · 11 years ago
  68. f2c24b8 drm/ttm: flip the switch, and convert to dma_fence by Maarten Lankhorst · 11 years ago
  69. 29ba89b drm/nouveau: rework to new fence interface by Maarten Lankhorst · 11 years ago
  70. dd7cfd6 drm/ttm: kill fence_lock by Maarten Lankhorst · 11 years ago
  71. d0b3c3b drm/nouveau: add reservation to nouveau_gem_ioctl_cpu_prep by Maarten Lankhorst · 11 years ago
  72. 0ad7286 drm/nouveau: port to nvif client/device/objects by Ben Skeggs · 11 years ago
  73. 967e7bd drm/nouveau: initial pass at moving to struct nvif_device by Ben Skeggs · 11 years ago
  74. fa2bade drm/nouveau: fix some usages of the wrong print function by Ben Skeggs · 11 years ago
  75. 3ee6f5b drm/nouveau: store a pointer to vm in nouveau_cli by Ben Skeggs · 11 years ago
  76. ee3939e drm/ttm: Fix a few sparse warnings by Thierry Reding · 11 years ago
  77. 44d847b drm: init TTM dev_mapping in ttm_bo_device_init() by David Herrmann · 12 years ago
  78. 6796cb1 drm: use anon-inode instead of relying on cdevs by David Herrmann · 11 years ago
  79. d96bf43 drm/nouveau/gem: remove (now) unneeded pre-validate fence sync by Ben Skeggs · 11 years ago
  80. 1d6ac18 drm: Kill DRM_COPY_(TO|FROM)_USER by Daniel Vetter · 11 years ago
  81. 9360bd1 drm/nouveau: when bailing out of a pushbuf ioctl, do not remove previous fence by Ben Skeggs · 11 years ago
  82. 5d216f6 drm/nouveau: allow nouveau_fence_ref() to be a noop by Ben Skeggs · 11 years ago
  83. 16eb5f4 drm: kill ->gem_init_object() and friends by David Herrmann · 11 years ago
  84. 55fb74a drm/nouveau: embed gem object in nouveau_bo by David Herrmann · 11 years ago
  85. c859074 drm/nouveau: fix command submission to use vmalloc for big allocations by Maarten Lankhorst · 12 years ago
  86. 32c913e Merge tag 'drm-intel-next-2013-07-26-fixed' of git://people.freedesktop.org/~danvet/drm-intel into drm-next by Dave Airlie · 12 years ago
  87. 72525b3 drm/ttm: convert to unified vma offset manager by David Herrmann · 12 years ago
  88. 4f38559 drm/nouveau: do not unpin in nouveau_gem_object_del by Maarten Lankhorst · 12 years ago
  89. f7d452f Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-next by Dave Airlie · 12 years ago
  90. c4c7044 drm/nouveau: delay busy bo vma removal until fence signals by Ben Skeggs · 12 years ago
  91. 5e33840 drm/ttm: convert to the reservation api by Maarten Lankhorst · 12 years ago
  92. ecff665 drm/ttm: make ttm reservation calls behave like reservation calls by Maarten Lankhorst · 12 years ago
  93. 27f06b2 drm/nouveau: complain loudly if buffer is pinned during destruction by Maarten Lankhorst · 12 years ago
  94. 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
  95. 264ce19 drm/nv84-/fence: prepare for emit/sync support of sysram sequences by Ben Skeggs · 12 years ago
  96. a84fa1a drm/nouveau: report channel owner in ioctl error paths by Marcin Slusarz · 12 years ago
  97. b9e5071 Merge branch 'for-airlied' of git://people.freedesktop.org/~mlankhorst/linux into drm-next by Dave Airlie · 12 years ago
  98. ab9ccb9 drm/nouveau: use prime helpers by Aaron Plattner · 12 years ago
  99. c354c89 drm/nouveau: use ttm_bo_reserve_slowpath in validate_init, v2 by Maarten Lankhorst · 12 years ago
  100. 979ee29 drm/nouveau: increase reservation sequence every retry by Maarten Lankhorst · 12 years ago