1. 9138475 Merge branch 'linux-3.17' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 by Linus Torvalds · 10 years ago
  2. 27111a2 drm/nouveau: expose the full object/event interfaces to userspace by Ben Skeggs · 10 years ago
  3. 771fa0e drm/nouveau: fix headless mode by Ben Skeggs · 10 years ago
  4. 648d4df drm/nouveau/disp: audit and version display classes by Ben Skeggs · 10 years ago
  5. bbf8906 drm/nouveau/fifo: audit and version fifo channel classes by Ben Skeggs · 10 years ago
  6. 4acfd70 drm/nouveau/dma: audit and version NV_DMA classes by Ben Skeggs · 10 years ago
  7. 586491e drm/nouveau/device: audit and version NV_DEVICE class by Ben Skeggs · 10 years ago
  8. fdb751e drm/nouveau: remove as much direct use of core headers as possible by Ben Skeggs · 10 years ago
  9. 0ad7286 drm/nouveau: port to nvif client/device/objects by Ben Skeggs · 10 years ago
  10. 967e7bd drm/nouveau: initial pass at moving to struct nvif_device by Ben Skeggs · 10 years ago
  11. db2bec1 drm/nouveau: kill nouveau_dev() + wrap register macros by Ben Skeggs · 10 years ago
  12. 3ee6f5b drm/nouveau: store a pointer to vm in nouveau_cli by Ben Skeggs · 10 years ago
  13. 8ba9ff1 drm/nouveau: support for probing platform devices by Alexandre Courbot · 10 years ago
  14. 90125ed Merge 3.16-rc6 into driver-core-next by Greg Kroah-Hartman · 10 years ago
  15. 3aac450 dma-buf: use reservation objects by Maarten Lankhorst · 10 years ago
  16. 028791b drm/nouveau/kms: restore fbcon after display has been resumed by Ben Skeggs · 10 years ago
  17. 9f97ba8 Merge tag 'drm-intel-fixes-2014-04-04' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 11 years ago
  18. 05c63c2 drm/nouveau: don't suspend/resume display on runtime s/r by Dave Airlie · 11 years ago
  19. adbbdba drm/nouveau: fail runtime pm properly. by Dave Airlie · 11 years ago
  20. 40189b0 drm/nouveau: fix missing newline by Alexandre Courbot · 11 years ago
  21. 420b946 support for platform devices by Alexandre Courbot · 11 years ago
  22. c33e05a drm/nouveau: use nv_debug for NV_DEBUG, make DRM a separate subflag by Ilia Mirkin · 11 years ago
  23. 46941b0 drm/nouveau: make hdmi device finding failure prints debug level by Ilia Mirkin · 11 years ago
  24. b6c4285 drm/nouveau: handle -EACCES runtime PM return code by Alexandre Courbot · 11 years ago
  25. 7d3428c drm/nouveau: set irq_enabled manually by Ilia Mirkin · 11 years ago
  26. f3980dc drm/nouveau: resume display if any later suspend bits fail by Ilia Mirkin · 11 years ago
  27. d83ef85 drm/nouveau: implement hooks for needed for drm vblank timestamping support by Ben Skeggs · 11 years ago
  28. b25b442 drm/nouveau: only runtime suspend by default in optimus configuration by Ilia Mirkin · 11 years ago
  29. 69a6146 drm/nv10-: we no longer need to create nvsw object on user channels by Ben Skeggs · 11 years ago
  30. 26fdd78 drm/nouveau: implement a simple sysfs interface to new pm code by Ben Skeggs · 11 years ago
  31. b9ed919 drm/nouveau/drm/pm: remove everything except the hwmon interfaces to THERM by Ben Skeggs · 11 years ago
  32. c52f4fa drm/nouveau/core: make all info-level messages silent for runtime pm by Ben Skeggs · 11 years ago
  33. 8aa816b drm/nv10: fix chipset checks, mostly for the benefit of nv1a by Ilia Mirkin · 11 years ago
  34. 51cb4b3 drm/nouveau/core: convert event handler apis to split create/enable semantics by Ben Skeggs · 11 years ago
  35. ac51bb09 drm/nouveau/core: Allow asymmetric nouveau_event_get/_put by Peter Hurley · 11 years ago
  36. ca35622 drm/nouveau: off by one in nouveau_drm_vblank_enable() by Dan Carpenter · 11 years ago
  37. 16eb5f4 drm: kill ->gem_init_object() and friends by David Herrmann · 11 years ago
  38. 0117277 drm/nouveau: fix oops on runtime suspend/resume by Dave Airlie · 11 years ago
  39. 7d76125 drm/nouveau: Support render nodes by Martin Peres · 11 years ago
  40. 5addcf0 nouveau: add runtime PM support (v0.9) by Dave Airlie · 12 years ago
  41. b0e898ac drm: remove FASYNC support by Daniel Vetter · 11 years ago
  42. 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
  43. baa7094 drm: const'ify ioctls table (v2) by Rob Clark · 11 years ago
  44. 43387b3 drm/gem: create drm_gem_dumb_destroy by Daniel Vetter · 11 years ago
  45. 4cb4ea3 drm/nouveau: drop DRIVER_PCI_DMA and DRIVER_SG by Daniel Vetter · 11 years ago
  46. 00fc6f6 drm/nouveau: use dedicated channel for async moves on GT/GF chipsets. by Ben Skeggs · 11 years ago
  47. 060810d drm/nouveau: fix locking issues in page flipping paths by Ben Skeggs · 11 years ago
  48. 1af7c7d drm/nouveau: implement prime helper unpin function by Maarten Lankhorst · 11 years ago
  49. 81dff21 drm/nouveau: ensure channels are stopped before saving fences for suspend by Ben Skeggs · 12 years ago
  50. 9fe72f9 drm/nouveau: force noaccel when no PFIFO support present by Ben Skeggs · 12 years ago
  51. dded35d drm/nouveau/device: convert to engine, rather than subdev by Ben Skeggs · 12 years ago
  52. 0fa9061 drm/nouveau/mc: handle irq-related setup ourselves by Ben Skeggs · 12 years ago
  53. e4604d8 drm/nouveau: fix NULL ptr dereference from nv50_disp_intr() by Maarten Lankhorst · 12 years ago
  54. fffddfd Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 12 years ago
  55. e9f211a Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-next by Dave Airlie · 12 years ago
  56. 33b903e drm/nouveau: restore debugfs/vbios.rom support by Marcin Slusarz · 12 years ago
  57. 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
  58. 60e5cb7 drm/nv17/fence: split from nv10 code by Ben Skeggs · 12 years ago
  59. 1d7c71a drm/nouveau/disp: port vblank handling to event interface by Ben Skeggs · 12 years ago
  60. cd89783 drm/nouveau: quiet static-related sparse noise by Marcin Slusarz · 12 years ago
  61. a2896ce drm/nouveau: prepare for reporting channel owner by Marcin Slusarz · 12 years ago
  62. e28f639 Merge branch 'drm-nouveau-fixes-3.8' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-next by Dave Airlie · 12 years ago
  63. 5f97ab9 drm/nouveau: add lockdep annotations by Marcin Slusarz · 12 years ago
  64. ab9ccb9 drm/nouveau: use prime helpers by Aaron Plattner · 12 years ago
  65. 94bc70a Merge branch 'drm-nouveau-fixes' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-next by Dave Airlie · 12 years ago
  66. dd5700e drm/nouveau: fix nouveau_client allocation failure path by Marcin Slusarz · 12 years ago
  67. 56550d9 Drivers: gpu: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  68. 1a1494d Merge branch 'drm-next-3.8' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 12 years ago
  69. 24c89e9 drm/nouveau: remove duplicate inclusion of nouveau_ttm.h by Sachin Kamat · 12 years ago
  70. 4946980 drm/nve0: allow specification of channel engine type in abi16 call by Ben Skeggs · 12 years ago
  71. 2d8b9cc drm/nouveau: convert to dev_pm_ops by Dave Airlie · 12 years ago
  72. ace5a9b drm/nouveau: use the correct fence implementation for nv50 by Maarten Lankhorst · 12 years ago
  73. 83ef777 drm/nouveau: free memory allocated with alloc_apertures() by Tommi Rantala · 12 years ago
  74. e412e95 drm/nouveau: headless mode by default if pci class != vga display by Ben Skeggs · 12 years ago
  75. 9430738 drm/nouveau: resurrect headless mode since rework by Ben Skeggs · 12 years ago
  76. 612a9aa Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 12 years ago
  77. fa6df8c drm/nouveau/core: have client-id be a string, rather than an integer by Ben Skeggs · 12 years ago
  78. 5b8a43a drm/nouveau: quiet some static-related sparse noise by Marcin Slusarz · 12 years ago
  79. 4998104 drm/nve0: use async copy engine for ttm buffer moves if available by Ben Skeggs · 12 years ago
  80. 77145f1 drm/nouveau: port remainder of drm code, and rip out compat layer by Ben Skeggs · 12 years ago
  81. ebb945a drm/nouveau: port all engines to new engine module format by Ben Skeggs · 12 years ago
  82. cb75d97 drm/nouveau: implement devinit subdev, and new init table parser by Ben Skeggs · 12 years ago
  83. 9458029 drm/nouveau: implement module init functions in nouveau_drm.c by Ben Skeggs · 12 years ago