1. 538b269 drm/nouveau/nvif: split out nvsw interface definitons by Ben Skeggs · 9 years ago
  2. 53a6df7 drm/nouveau/nvif: split out fermi interface definitions by Ben Skeggs · 9 years ago
  3. 08f7633 drm/nouveau/nvif: move internal class identifiers to class.h by Ben Skeggs · 9 years ago
  4. e396ecd drm/nouveau/platform: allow to specify the IOMMU bit by Alexandre Courbot · 9 years ago
  5. 43a7066 drm/nouveau/tegra: merge platform setup from nouveau drm by Ben Skeggs · 9 years ago
  6. 340b0e7c drm/nouveau/pci: merge agp handling from nouveau drm by Ben Skeggs · 9 years ago
  7. 68f3f70 drm/nouveau/core: remove the remainder of the previous style by Ben Skeggs · 9 years ago
  8. bd70563f drm/nouveau/dma: convert to new-style nvkm_engine by Ben Skeggs · 9 years ago
  9. 57113c0 drm/nouveau/therm: convert to new-style nvkm_subdev by Ben Skeggs · 9 years ago
  10. c958245 drm/nouveau/mmu: convert to new-style nvkm_subdev by Ben Skeggs · 9 years ago
  11. 49bd8da drm/nouveau/i2c: convert to new-style nvkm_subdev by Ben Skeggs · 9 years ago
  12. 2ea7249 drm/nouveau/gpio: convert to new-style nvkm_subdev by Ben Skeggs · 9 years ago
  13. 03c8952 drm/nouveau/fb: convert to new-style nvkm_subdev by Ben Skeggs · 9 years ago
  14. 6625f55 drm/nouveau/clk: convert to new-style nvkm_subdev by Ben Skeggs · 9 years ago
  15. 4648443 drm/nouveau/bios: convert to new-style nvkm_subdev by Ben Skeggs · 9 years ago
  16. 3293228 drm/nouveau/bar: convert to new-style nvkm_subdev by Ben Skeggs · 9 years ago
  17. 218f978 drm/nouveau/mpeg: convert user classes to new-style nvkm_object by Ben Skeggs · 9 years ago
  18. 27f3d6c drm/nouveau/gr: convert user classes to new-style nvkm_object by Ben Skeggs · 9 years ago
  19. b3c9815 drm/nouveau/cipher: convert user classes to new-style nvkm_object by Ben Skeggs · 9 years ago
  20. e5ff112 drm/nouveau/ce: convert user classes to new-style nvkm_object by Ben Skeggs · 9 years ago
  21. c79a191 drm/nouveau/xtensa: convert user classes to new-style nvkm_object by Ben Skeggs · 9 years ago
  22. 9d498e0 drm/nouveau/falcon: convert user classes to new-style nvkm_object by Ben Skeggs · 9 years ago
  23. 8f0649b drm/nouveau/fifo: convert user classes to new-style nvkm_object by Ben Skeggs · 9 years ago
  24. 24bd093 drm/nouveau/client: convert to new-style nvkm_object by Ben Skeggs · 9 years ago
  25. 898a2b3 drm/nouveau/sw: turn flip completion into an event by Ben Skeggs · 9 years ago
  26. cd459e7 drm/nouveau/sw/nv04: replace direct context access with GetRef method by Ben Skeggs · 9 years ago
  27. 7974dd1 drm/nouveau/device: separate construction of pci/tegra devices by Ben Skeggs · 9 years ago
  28. d61f4c1 drm/nouveau/nvif: device time mthd by Ben Skeggs · 9 years ago
  29. 159045c drm/nouveau/nvif: replace pushbuf with vm in fermi/kepler gpfifo class args by Ben Skeggs · 9 years ago
  30. 22827fa4 drm/nouveau/nvif: return chipset/board names from device info method by Ben Skeggs · 9 years ago
  31. 41a6340 drm/nouveau/nvif: return min/max versions for supported object classes by Ben Skeggs · 9 years ago
  32. f58ddf9 drm/nouveau/nvif: assign internal class identifiers to sw classes by Ben Skeggs · 9 years ago
  33. 315a8b2 drm/nouveau/nvif: use negative oclass identifier for internal classes by Ben Skeggs · 9 years ago
  34. 99d4d36 drm/nouveau/nvif: extend nop ioctl to return nvif version identifier by Ben Skeggs · 9 years ago
  35. bf81df9 drm/nouveau/nvif: replace path-based object identification by Ben Skeggs · 9 years ago
  36. a01ca78 drm/nouveau/nvif: simplify and tidy library interfaces by Ben Skeggs · 9 years ago
  37. 0ac9d21 drm/nouveau/device: simplify subdev construction by Ben Skeggs · 9 years ago
  38. 5444204 drm/nouveau: switch to new-style timer macros by Ben Skeggs · 9 years ago
  39. 56f67dc drm/nouveau/tmr: type-safe PTIMER-based delay/wait macros by Ben Skeggs · 9 years ago
  40. df0b37e drm/nouveau/pm: expose name of domains by Samuel Pitoiset · 9 years ago
  41. 6137b5a drm/nouveau/pm: allow the userspace to configure sources by Samuel Pitoiset · 9 years ago
  42. 0f38043 drm/nouveau/pm: allow to configure domains instead of simple counters by Samuel Pitoiset · 9 years ago
  43. 3bfdde1 drm/nouveau/pm: allow the userspace to schedule hardware counters by Samuel Pitoiset · 9 years ago
  44. 6f99c84 drm/nouveau/pm: implement NVIF_PERFMON_V0_QUERY_SOURCE method by Samuel Pitoiset · 9 years ago
  45. 50d138d drm/nouveau/pm: allow to query the number of sources for a signal by Samuel Pitoiset · 9 years ago
  46. 10a4d2b drm/nouveau/pm: use hardware signals indexes instead of user-readable names by Samuel Pitoiset · 9 years ago
  47. e404759 drm/nouveau/pm: change signal iter to u16 by Samuel Pitoiset · 9 years ago
  48. 3e1b335 drm/nouveau/pm: allow to query signals by domain by Samuel Pitoiset · 9 years ago
  49. 45f0f94 drm/nouveau/pm: implement NVIF_PERFMON_V0_QUERY_DOMAIN method by Samuel Pitoiset · 9 years ago
  50. 5a0bc4b drm/nouveau/pm: reorganize the nvif interface by Samuel Pitoiset · 9 years ago
  51. 9ee971a drm/nouveau/gr/gf100-: fix wrong constant definition by Lars Seipel · 9 years ago
  52. 3fed3ea drm/nouveau/gr/gm204: initial init+ctx code by Ben Skeggs · 9 years ago
  53. 89025bd drm/nouveau/fifo/gm204: initial support by Ben Skeggs · 9 years ago
  54. 3740c82 drm/nouveau/gr/gf100-: add symbolic names for classes by Ben Skeggs · 9 years ago
  55. be83cd4 drm/nouveau: finalise nvkm namespace switch (no binary change) by Ben Skeggs · 10 years ago
  56. 9719047 drm/nouveau/device: namespace + nvidia gpu names (no binary change) by Ben Skeggs · 10 years ago
  57. 989aa5b drm/nouveau/nvif: namespace of nvkm accessors (no binary change) by Ben Skeggs · 10 years ago
  58. 37a5d02 drm/nouveau/mspdec: separate from vp by Ben Skeggs · 10 years ago
  59. bd8369e drm/nouveau/msenc: rename from venc (no binary change) by Ben Skeggs · 10 years ago
  60. 8700287 drm/nouveau/sw: rename from software (no binary change) by Ben Skeggs · 10 years ago
  61. fd8666f drm/nouveau/msppp: rename from ppp (no binary change) by Ben Skeggs · 10 years ago
  62. b8bf04e drm/nouveau/gr: rename from graph (no binary change) by Ben Skeggs · 10 years ago
  63. aedf24f drm/nouveau/ce: rename from copy (no binary change) by Ben Skeggs · 10 years ago
  64. 93d90ad drm/nouveau/sec: separate from cipher (formerly crypt) by Ben Skeggs · 10 years ago
  65. eccf7e8a drm/nouveau/msvld: separate from bsp by Ben Skeggs · 10 years ago
  66. 5ce3bf3 drm/nouveau/mmu: rename from vmmgr (no binary change) by Ben Skeggs · 10 years ago
  67. f3867f4 drm/nouveau/clk: rename from clock (no binary change) by Ben Skeggs · 10 years ago
  68. c39f472 drm/nouveau: remove symlinks, move core/ to nvkm/ (no code changes) by Ben Skeggs · 10 years ago