1. bd275f1 drm/nouveau: wrap nvkm_mem objects in nvkm_memory interfaces by Ben Skeggs · 7 years ago
  2. bd44705 drm/nouveau/ltc/gf100-: allocate tagram with nvkm_ram_get() by Ben Skeggs · 7 years ago
  3. 7f4f82a drm/nouveau/imem/nv50: allocate memory with nvkm_ram_get() by Ben Skeggs · 7 years ago
  4. 2bfa0b0 drm/nouveau/fb/ram/gt215: allocate training buffer with nvkm_ram_get() by Ben Skeggs · 7 years ago
  5. e9a8b21 drm/nouveau/fb/ram: add interface to allocate vram as an nvkm_memory object by Ben Skeggs · 7 years ago
  6. c09597f drm/nouveau/core/memory: add some useful accessor macros by Ben Skeggs · 7 years ago
  7. 997a890 drm/nouveau/core/memory: add reference counting by Ben Skeggs · 7 years ago
  8. 2c9c491 drm/nouveau/core/memory: add mechanism to retrieve allocation granularity by Ben Skeggs · 7 years ago
  9. 19a82e4 drm/nouveau/core/memory: change map interface to support upcoming mmu changes by Ben Skeggs · 7 years ago
  10. 7f53d6d drm/nouveau/core/memory: comptag allocation by Ben Skeggs · 7 years ago
  11. 6cd7670 drm/nouveau/ltc: init comptag mm in fb subdev by Ben Skeggs · 7 years ago
  12. b1e839f drm/nouveau/fb/gf100: clear comptags at allocation time rather than mmu map by Ben Skeggs · 7 years ago
  13. af793b8 drm/nouveau/fb: move comptag init out of ram submodule by Ben Skeggs · 7 years ago
  14. 7ef44be drm/nouveau/fb: move comptags mm into nvkm_fb by Ben Skeggs · 7 years ago
  15. b7e1f3f drm/nouveau/core/mm: introduce functions to access info about a given allocation by Ben Skeggs · 7 years ago
  16. 4d058fa drm/nouveau/core/mm: have users explicitly define heap identifiers by Ben Skeggs · 7 years ago
  17. 24e8375 drm/nouveau: separate constant-va tracking from nvkm vma structure by Ben Skeggs · 7 years ago
  18. 9ce523c drm/nouveau: separate buffer object backing memory from nvkm structures by Ben Skeggs · 7 years ago
  19. cb7e88e drm/nouveau: hang drm client of a master by Ben Skeggs · 7 years ago
  20. 6be4421 drm/nouveau: consolidate identical functions in nouveau_ttm.c by Ben Skeggs · 7 years ago
  21. 792067e drm/nouveau: remove unnecessary use of ttm_mem_type_manager::priv by Ben Skeggs · 7 years ago
  22. a48296a drm/nouveau: swap loop order in move_notify() hook by Ben Skeggs · 7 years ago
  23. 425b34f drm/nouveau: simplify const-va map condition by Ben Skeggs · 7 years ago
  24. 7760a2e drm/nouveau: split various bo flags out into their own members by Ben Skeggs · 7 years ago
  25. bc3b0c7 drm/nouveau: remove unused sysmem fence code by Ben Skeggs · 7 years ago
  26. e75c091 drm/nouveau: store nouveau_drm in nouveau_cli, as opposed to drm_device by Ben Skeggs · 7 years ago
  27. b6838c1 drm/nouveau/gr/gf100-gk208: copy big page size setting from fb by Ben Skeggs · 7 years ago
  28. 223eaf4 drm/nouveau/gr/gf100-gk208: make use of init_gpc_mmu() hook to share setup by Ben Skeggs · 7 years ago
  29. 2854ab8 drm/nouveau/fb: finalise big page size selection in constructor by Ben Skeggs · 7 years ago
  30. 0b11b30 drm/nouveau/mmu/nv04-nv4x: move global vmm to nvkm_mmu by Ben Skeggs · 7 years ago
  31. ffd937b drm/nouveau/imem: use fast-path for resume restore by Ben Skeggs · 7 years ago
  32. e9be3c7 drm/nouveau/imem: use fast-path for suspend backup by Ben Skeggs · 7 years ago
  33. b00b843 drm/nouveau/imem: separate pre-BAR2-bootstrap objects from the rest by Ben Skeggs · 7 years ago
  34. 54c70e3 drm/nouveau/imem: switch to kvmalloc/kvfree for suspend/resume backup by Ben Skeggs · 7 years ago
  35. d52ddc9 drm/nouveau/imem: separate suspend/resume backup handling into their own functions by Ben Skeggs · 7 years ago
  36. 71370e6 drm/nouveau/imem: remove now-unused wrapper for backend objects by Ben Skeggs · 7 years ago
  37. 03edf1b drm/nouveau/imem/nv50: support eviction of BAR2 mappings by Ben Skeggs · 7 years ago
  38. 69b136f drm/nouveau/imem/nv50: prevent fast-path for mapped objects when BAR isn't ready by Ben Skeggs · 7 years ago
  39. dfcbd55 drm/nouveau/imem/nv50: map bar2 write-combined by Ben Skeggs · 7 years ago
  40. be55287 drm/nouveau/imem/nv50: embed nvkm_instobj directly into nv04_instobj by Ben Skeggs · 7 years ago
  41. af515ec drm/nouveau/imem/nv50: move slow-path locking into rd/wr functions by Ben Skeggs · 7 years ago
  42. f584bde drm/nouveau/imem/nv50: split object map out from api functions by Ben Skeggs · 7 years ago
  43. b807270 drm/nouveau/imem/nv40: map bar2 write-combined by Ben Skeggs · 7 years ago
  44. 62465ac drm/nouveau/imem/nv40: embed nvkm_instobj directly into nv04_instobj by Ben Skeggs · 7 years ago
  45. 87717e7 drm/nouveau/imem/nv04: directly embed nvkm_instobj into nv04_instobj by Ben Skeggs · 7 years ago
  46. 49814f6 drm/nouveau/imem: allow nvkm_instobj to be directly embedded in backend object by Ben Skeggs · 7 years ago
  47. 07bbc1c drm/nouveau/core/memory: split info pointers from accessor pointers by Ben Skeggs · 7 years ago
  48. dde59b9 drm/nouveau/imem: add some useful debug output by Ben Skeggs · 7 years ago
  49. 70433b9 drm/nouveau/bar/gm107-: wait for instance block binding to complete by Ben Skeggs · 7 years ago
  50. 8e644cb drm/nouveau/bar: initialise bar2 during oneinit by Ben Skeggs · 7 years ago
  51. bb7e501 drm/nouveau/bar: prevent BAR2 mapping of objects during destructor by Ben Skeggs · 7 years ago
  52. a78dbce drm/nouveau/bar: modify interface to bar2 vmm mapping by Ben Skeggs · 7 years ago
  53. 570889d drm/nouveau/bar: modify interface to bar1 vmm mapping by Ben Skeggs · 7 years ago
  54. e988952 drm/nouveau/bar: expose interface to bar2 teardown by Ben Skeggs · 7 years ago
  55. 48fe024 drm/nouveau/bar: expose interface to bar2 initialisation by Ben Skeggs · 7 years ago
  56. bbb163e drm/nouveau/bar: implement bar1 teardown by Ben Skeggs · 7 years ago
  57. 7313cfa drm/nouveau/bar: move bar1 initialisation into its own function by Ben Skeggs · 7 years ago
  58. 269fe32 drm/nouveau/bar: swap oneinit/init ordering, and rename bar3 to bar2 by Ben Skeggs · 7 years ago
  59. c9e7059 drm/nouveau/bar: remove NV_PMC_ENABLE_PFIFO twiddling by Ben Skeggs · 7 years ago
  60. e69dae8 drm/nouveau/bar/nv50,g84: drop mmu invalidate by Ben Skeggs · 7 years ago
  61. 5e721ad drm/nouveau/fifo: perform reset from preinit by Ben Skeggs · 7 years ago
  62. b5078d7 drm/nouveau/disp: add missing newline in ior debug messages by Ben Skeggs · 7 years ago
  63. 12973a3 drm/nouveau/secboot: add missing newline in debug message by Ben Skeggs · 7 years ago
  64. 4246b92 drm/nouveau/core/device: remove object include to prevent unnecessary rebuilds by Ben Skeggs · 7 years ago
  65. 82be74ee drm/nouveau/core/subdev: compile out messages for unwanted debug levels by Ben Skeggs · 7 years ago
  66. 153b642 drm/nouveau/core/gpuobj: remove embedded struct nvkm_object by Ben Skeggs · 7 years ago
  67. 8e0042d drm/nouveau/core/object: plumb the unmap ioctl through by Ben Skeggs · 7 years ago
  68. 0132605 drm/nouveau/core/object: allow arguments to be passed to map function by Ben Skeggs · 7 years ago
  69. 1f474be drm/nouveau/core/object: separate oclass data out into its own header by Ben Skeggs · 7 years ago
  70. bbb10e6 drm/nouveau: fix handling of GART OOM on pre-NV50 chipsets by Ben Skeggs · 7 years ago
  71. 9551efc drm/nouveau/kms/nv50: prevent oops in failure paths by Ben Skeggs · 7 years ago
  72. 3a0bc8c drm/nouveau/kms: add 8.1Gbps DP link rate by Ilia Mirkin · 7 years ago
  73. 73cef6c drm/nouveau/bios/init: use ARRAY_SIZE by Jérémy Lefaure · 7 years ago
  74. f5a5b52 remove some useless semicolons by Ben Skeggs · 7 years ago
  75. 451b58d drm/nouveau: Document nouveau support for Tegra in DRIVER_DESC by Rhys Kidd · 7 years ago
  76. d326563 drm/nouveau/therm/gp100: initial implementation of new gp1xx temperature sensor by Rhys Kidd · 7 years ago
  77. 7a88cbd Backmerge tag 'v4.14-rc7' into drm-next by Dave Airlie · 7 years ago
  78. 0a4334c Merge tag 'drm-hisilicon-next-2017-11-01' of github.com:xin3liang/linux into drm-next by Dave Airlie · 7 years ago
  79. 87331c8 Merge tag 'drm-msm-next-2017-11-01' of git://people.freedesktop.org/~robclark/linux into drm-next by Dave Airlie · 7 years ago
  80. 39ae0d3 drm/msm: use %z format modifier for printing size_t by Arnd Bergmann · 7 years ago
  81. a2f0424 drm/hisilicon: Ensure LDI regs are properly configured. by Peter Griffin · 7 years ago
  82. 0b07194 Linux 4.14-rc7 by Linus Torvalds · 7 years ago
  83. 19e1219 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  84. 6c325f4 Merge branch 'net_sched-fix-races-with-RCU-callbacks' by David S. Miller · 7 years ago
  85. 31c2611 selftests: Introduce a new test case to tc testsuite by Chris Mi · 7 years ago
  86. 7f07199 selftests: Introduce a new script to generate tc batch file by Chris Mi · 7 years ago
  87. 46e235c net_sched: fix call_rcu() race on act_sample module removal by Cong Wang · 7 years ago
  88. 2d132eb net_sched: add rtnl assertion to tcf_exts_destroy() by Cong Wang · 7 years ago
  89. 27ce4f0 net_sched: use tcf_queue_work() in tcindex filter by Cong Wang · 7 years ago
  90. d4f84a4 net_sched: use tcf_queue_work() in rsvp filter by Cong Wang · 7 years ago
  91. c2f3f31 net_sched: use tcf_queue_work() in route filter by Cong Wang · 7 years ago
  92. c0d378e net_sched: use tcf_queue_work() in u32 filter by Cong Wang · 7 years ago
  93. df2735e net_sched: use tcf_queue_work() in matchall filter by Cong Wang · 7 years ago
  94. e071dff net_sched: use tcf_queue_work() in fw filter by Cong Wang · 7 years ago
  95. 0552c8a net_sched: use tcf_queue_work() in flower filter by Cong Wang · 7 years ago
  96. 94cdb47 net_sched: use tcf_queue_work() in flow filter by Cong Wang · 7 years ago
  97. b1b5b04 net_sched: use tcf_queue_work() in cgroup filter by Cong Wang · 7 years ago
  98. e910af6 net_sched: use tcf_queue_work() in bpf filter by Cong Wang · 7 years ago
  99. c96a483 net_sched: use tcf_queue_work() in basic filter by Cong Wang · 7 years ago
  100. 7aa0045 net_sched: introduce a workqueue for RCU callbacks of tc filter by Cong Wang · 7 years ago