1. 570889d drm/nouveau/bar: modify interface to bar1 vmm mapping by Ben Skeggs · 7 years ago
  2. e988952 drm/nouveau/bar: expose interface to bar2 teardown by Ben Skeggs · 7 years ago
  3. 48fe024 drm/nouveau/bar: expose interface to bar2 initialisation by Ben Skeggs · 7 years ago
  4. bbb163e drm/nouveau/bar: implement bar1 teardown by Ben Skeggs · 7 years ago
  5. 7313cfa drm/nouveau/bar: move bar1 initialisation into its own function by Ben Skeggs · 7 years ago
  6. 269fe32 drm/nouveau/bar: swap oneinit/init ordering, and rename bar3 to bar2 by Ben Skeggs · 7 years ago
  7. c9e7059 drm/nouveau/bar: remove NV_PMC_ENABLE_PFIFO twiddling by Ben Skeggs · 7 years ago
  8. e69dae8 drm/nouveau/bar/nv50,g84: drop mmu invalidate by Ben Skeggs · 7 years ago
  9. 5e721ad drm/nouveau/fifo: perform reset from preinit by Ben Skeggs · 7 years ago
  10. b5078d7 drm/nouveau/disp: add missing newline in ior debug messages by Ben Skeggs · 7 years ago
  11. 12973a3 drm/nouveau/secboot: add missing newline in debug message by Ben Skeggs · 7 years ago
  12. 4246b92 drm/nouveau/core/device: remove object include to prevent unnecessary rebuilds by Ben Skeggs · 7 years ago
  13. 82be74ee drm/nouveau/core/subdev: compile out messages for unwanted debug levels by Ben Skeggs · 7 years ago
  14. 153b642 drm/nouveau/core/gpuobj: remove embedded struct nvkm_object by Ben Skeggs · 7 years ago
  15. 8e0042d drm/nouveau/core/object: plumb the unmap ioctl through by Ben Skeggs · 7 years ago
  16. 0132605 drm/nouveau/core/object: allow arguments to be passed to map function by Ben Skeggs · 7 years ago
  17. 1f474be drm/nouveau/core/object: separate oclass data out into its own header by Ben Skeggs · 7 years ago
  18. bbb10e6 drm/nouveau: fix handling of GART OOM on pre-NV50 chipsets by Ben Skeggs · 7 years ago
  19. 9551efc drm/nouveau/kms/nv50: prevent oops in failure paths by Ben Skeggs · 7 years ago
  20. 3a0bc8c drm/nouveau/kms: add 8.1Gbps DP link rate by Ilia Mirkin · 7 years ago
  21. 73cef6c drm/nouveau/bios/init: use ARRAY_SIZE by Jérémy Lefaure · 7 years ago
  22. f5a5b52 remove some useless semicolons by Ben Skeggs · 7 years ago
  23. 451b58d drm/nouveau: Document nouveau support for Tegra in DRIVER_DESC by Rhys Kidd · 7 years ago
  24. d326563 drm/nouveau/therm/gp100: initial implementation of new gp1xx temperature sensor by Rhys Kidd · 7 years ago
  25. 7a88cbd Backmerge tag 'v4.14-rc7' into drm-next by Dave Airlie · 7 years ago
  26. 0a4334c Merge tag 'drm-hisilicon-next-2017-11-01' of github.com:xin3liang/linux into drm-next by Dave Airlie · 7 years ago
  27. 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
  28. 39ae0d3 drm/msm: use %z format modifier for printing size_t by Arnd Bergmann · 8 years ago
  29. a2f0424 drm/hisilicon: Ensure LDI regs are properly configured. by Peter Griffin · 8 years ago
  30. 0b07194 Linux 4.14-rc7 by Linus Torvalds · 7 years ago
  31. 19e1219 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  32. 6c325f4 Merge branch 'net_sched-fix-races-with-RCU-callbacks' by David S. Miller · 7 years ago
  33. 31c2611 selftests: Introduce a new test case to tc testsuite by Chris Mi · 7 years ago
  34. 7f07199 selftests: Introduce a new script to generate tc batch file by Chris Mi · 7 years ago
  35. 46e235c net_sched: fix call_rcu() race on act_sample module removal by Cong Wang · 7 years ago
  36. 2d132eb net_sched: add rtnl assertion to tcf_exts_destroy() by Cong Wang · 7 years ago
  37. 27ce4f0 net_sched: use tcf_queue_work() in tcindex filter by Cong Wang · 7 years ago
  38. d4f84a4 net_sched: use tcf_queue_work() in rsvp filter by Cong Wang · 7 years ago
  39. c2f3f31 net_sched: use tcf_queue_work() in route filter by Cong Wang · 7 years ago
  40. c0d378e net_sched: use tcf_queue_work() in u32 filter by Cong Wang · 7 years ago
  41. df2735e net_sched: use tcf_queue_work() in matchall filter by Cong Wang · 7 years ago
  42. e071dff net_sched: use tcf_queue_work() in fw filter by Cong Wang · 7 years ago
  43. 0552c8a net_sched: use tcf_queue_work() in flower filter by Cong Wang · 7 years ago
  44. 94cdb47 net_sched: use tcf_queue_work() in flow filter by Cong Wang · 7 years ago
  45. b1b5b04 net_sched: use tcf_queue_work() in cgroup filter by Cong Wang · 7 years ago
  46. e910af6 net_sched: use tcf_queue_work() in bpf filter by Cong Wang · 7 years ago
  47. c96a483 net_sched: use tcf_queue_work() in basic filter by Cong Wang · 7 years ago
  48. 7aa0045 net_sched: introduce a workqueue for RCU callbacks of tc filter by Cong Wang · 7 years ago
  49. 8c83c88 Merge branch 'sctp-endianness-fixes' by David S. Miller · 7 years ago
  50. 978aa04 sctp: fix some type cast warnings introduced since very beginning by Xin Long · 7 years ago
  51. f6fc6bc sctp: fix a type cast warnings that causes a_rwnd gets the wrong value by Xin Long · 7 years ago
  52. 8d32503 sctp: fix some type cast warnings introduced by transport rhashtable by Xin Long · 7 years ago
  53. 1da4fc9 sctp: fix some type cast warnings introduced by stream reconf by Xin Long · 7 years ago
  54. 50317fc net_sched: avoid matching qdisc with zero handle by Cong Wang · 7 years ago
  55. d04adf1 sctp: reset owner sk for data chunks on out queues when migrating a sock by Xin Long · 7 years ago
  56. 151516f Merge branch 'sockmap-fixes' by David S. Miller · 7 years ago
  57. bfa64075 bpf: rename sk_actions to align with bpf infrastructure by John Fastabend · 7 years ago
  58. 8108a77 bpf: bpf_compute_data uses incorrect cb structure by John Fastabend · 7 years ago
  59. 18075d0 drm/msm/mdp5: Don't use async plane update path if plane visibility changes by Archit Taneja · 7 years ago
  60. aa649e8 drm/msm/mdp5: mdp5_crtc: Restore cursor state only if LM cursors are enabled by Archit Taneja · 7 years ago
  61. b148928 drm/msm/mdp5: Update mdp5_pipe_assign to spit out both planes by Archit Taneja · 7 years ago
  62. 9866601 drm/msm/mdp5: Prepare mdp5_pipe_assign for some rework by Archit Taneja · 7 years ago
  63. ba49f06 drm/msm: remove mdp5_cursor_plane_funcs by Gustavo Padovan · 8 years ago
  64. 224a4c9 drm/msm: update cursors asynchronously through atomic by Gustavo Padovan · 8 years ago
  65. 1f92017 drm/msm/atomic: switch to drm_atomic_helper_check by Rob Clark · 7 years ago
  66. 9d9ea7a drm/msm/mdp5: restore cursor state when enabling crtc by Rob Clark · 7 years ago
  67. 3c352b6 drm/msm/mdp5: don't use autosuspend by Rob Clark · 7 years ago
  68. a055cf3 drm/msm/mdp5: ignore planes that are not visible by Rob Clark · 7 years ago
  69. 96169f4 drm/msm: dump submits which triggered gpu hang by Rob Clark · 8 years ago
  70. 25a5d23 Merge tag 'kbuild-fixes-v4.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 7 years ago
  71. 544a32d drm/msm: preserve IOVAs in submit's bo table by Rob Clark · 8 years ago
  72. 998b9a5 drm/msm/rd: allow adding addition msg to top of dump by Rob Clark · 8 years ago
  73. 2165e2b drm/msm: split rd debugfs file by Rob Clark · 8 years ago
  74. fad33f4 drm/msm: add special _get_vaddr_active() for cmdstream dumps by Rob Clark · 8 years ago
  75. 18bb8a6 drm/msm: show task cmdline in gpu recovery messages by Rob Clark · 8 years ago
  76. a7d3e63 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 7 years ago
  77. 22450e0 Merge tag 'pci-v4.14-fixes-6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 7 years ago
  78. b35f0ca Merge tag 'drm-fixes-for-v4.14-rc7' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 7 years ago
  79. 5345da8 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 7 years ago
  80. ea67899 assoc_array: Fix a buggy node-splitting case by David Howells · 7 years ago
  81. 7814023 Merge tag '4.14-smb3-fixes-for-stable' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 7 years ago
  82. c9f27f9 Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 7 years ago
  83. a9af983 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 7 years ago
  84. 78b8e5b drm/msm: dump a rd GPUADDR header for all buffers in the command by Jordan Crouse · 7 years ago
  85. 3ceaa14 drm/msm: Removed unused struct_mutex_task by Jordan Crouse · 7 years ago
  86. b1fc283 drm/msm: Implement preemption for A5XX targets by Jordan Crouse · 7 years ago
  87. 4d87fc3 drm/msm: Make the value of RB_CNTL (almost) generic by Jordan Crouse · 7 years ago
  88. 4c7085a drm/msm: Shadow current pointer in the ring until command is complete by Jordan Crouse · 7 years ago
  89. a6e29a0 drm/msm: Add a parameter query for the number of ringbuffers by Jordan Crouse · 7 years ago
  90. f97deca drm/msm: Support multiple ringbuffers by Jordan Crouse · 7 years ago
  91. cd414f3 drm/msm: Move memptrs to msm_gpu by Jordan Crouse · 7 years ago
  92. f7de154 drm/msm: Add per-instance submit queues by Jordan Crouse · 7 years ago
  93. 0033e1b drm/msm/mdp5: disable vblanks when crtc is off by Rob Clark · 7 years ago
  94. cae923e drm/msm/mdp4: disable vblanks when crtc is off by Rob Clark · 7 years ago
  95. 63d51e3 dt-bindings: display: msm: update clk names by Rob Clark · 7 years ago
  96. aede1e9 drm/msm/hdmi: convert to msm_clk_get() by Rob Clark · 7 years ago
  97. cf52ec2 drm/msm/edp: convert to msm_clk_get() by Rob Clark · 7 years ago
  98. db9a375 drm/msm/dsi: convert to msm_clk_get() by Rob Clark · 7 years ago
  99. e9acce2 drm/msm/mdp5: always print mdp5 version by Rob Clark · 7 years ago
  100. 2c41ef1 drm/msm/adreno: deal with linux-firmware fw paths by Rob Clark · 7 years ago