summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-11-02drm/nouveau/bar: initialise bar2 during oneinitBen Skeggs2-0/+6
2017-11-02drm/nouveau/bar: prevent BAR2 mapping of objects during destructorBen Skeggs1-1/+1
2017-11-02drm/nouveau/bar: modify interface to bar2 vmm mappingBen Skeggs9-30/+31
2017-11-02drm/nouveau/bar: modify interface to bar1 vmm mappingBen Skeggs13-28/+32
2017-11-02drm/nouveau/bar: expose interface to bar2 teardownBen Skeggs6-1/+29
2017-11-02drm/nouveau/bar: expose interface to bar2 initialisationBen Skeggs8-17/+42
2017-11-02drm/nouveau/bar: implement bar1 teardownBen Skeggs6-0/+30
2017-11-02drm/nouveau/bar: move bar1 initialisation into its own functionBen Skeggs8-5/+51
2017-11-02drm/nouveau/bar: swap oneinit/init ordering, and rename bar3 to bar2Ben Skeggs5-66/+66
2017-11-02drm/nouveau/bar: remove NV_PMC_ENABLE_PFIFO twiddlingBen Skeggs2-6/+0
2017-11-02drm/nouveau/bar/nv50,g84: drop mmu invalidateBen Skeggs6-15/+7
2017-11-02drm/nouveau/fifo: perform reset from preinitBen Skeggs3-0/+19
2017-11-02drm/nouveau/disp: add missing newline in ior debug messagesBen Skeggs1-1/+1
2017-11-02drm/nouveau/secboot: add missing newline in debug messageBen Skeggs1-1/+1
2017-11-02drm/nouveau/core/device: remove object include to prevent unnecessary rebuildsBen Skeggs17-5/+19
2017-11-02drm/nouveau/core/subdev: compile out messages for unwanted debug levelsBen Skeggs1-1/+1
2017-11-02drm/nouveau/core/gpuobj: remove embedded struct nvkm_objectBen Skeggs2-2/+1
2017-11-02drm/nouveau/core/object: plumb the unmap ioctl throughBen Skeggs4-0/+19
2017-11-02drm/nouveau/core/object: allow arguments to be passed to map functionBen Skeggs13-48/+108
2017-11-02drm/nouveau/core/object: separate oclass data out into its own headerBen Skeggs2-27/+32
2017-11-02drm/nouveau: fix handling of GART OOM on pre-NV50 chipsetsBen Skeggs1-0/+4
2017-11-02drm/nouveau/kms/nv50: prevent oops in failure pathsBen Skeggs1-1/+1
2017-11-02drm/nouveau/kms: add 8.1Gbps DP link rateIlia Mirkin1-1/+5
2017-11-02drm/nouveau/bios/init: use ARRAY_SIZEJérémy Lefaure1-3/+4
2017-11-02remove some useless semicolonsBen Skeggs4-5/+5
2017-11-02drm/nouveau: Document nouveau support for Tegra in DRIVER_DESCRhys Kidd1-1/+1
2017-11-02drm/nouveau/therm/gp100: initial implementation of new gp1xx temperature sensorRhys Kidd5-1/+66
2017-11-02Backmerge tag 'v4.14-rc7' into drm-nextDave Airlie1048-6787/+11226
2017-11-02Merge tag 'drm-hisilicon-next-2017-11-01' of github.com:xin3liang/linux into ...Dave Airlie1-0/+3
2017-11-02Merge tag 'drm-msm-next-2017-11-01' of git://people.freedesktop.org/~robclark...Dave Airlie48-750/+2904
2017-11-01drm/msm: use %z format modifier for printing size_tArnd Bergmann1-1/+1
2017-11-01drm/hisilicon: Ensure LDI regs are properly configured.Peter Griffin1-0/+3
2017-10-29Linux 4.14-rc7Linus Torvalds1-1/+1
2017-10-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds78-361/+1021
2017-10-29Merge branch 'net_sched-fix-races-with-RCU-callbacks'David S. Miller19-57/+367
2017-10-29selftests: Introduce a new test case to tc testsuiteChris Mi3-5/+40
2017-10-29selftests: Introduce a new script to generate tc batch fileChris Mi1-0/+62
2017-10-29net_sched: fix call_rcu() race on act_sample module removalCong Wang1-0/+1
2017-10-29net_sched: add rtnl assertion to tcf_exts_destroy()Cong Wang1-0/+1
2017-10-29net_sched: use tcf_queue_work() in tcindex filterCong Wang1-5/+33
2017-10-29net_sched: use tcf_queue_work() in rsvp filterCong Wang1-3/+16
2017-10-29net_sched: use tcf_queue_work() in route filterCong Wang1-3/+16
2017-10-29net_sched: use tcf_queue_work() in u32 filterCong Wang1-3/+26
2017-10-29net_sched: use tcf_queue_work() in matchall filterCong Wang1-3/+16
2017-10-29net_sched: use tcf_queue_work() in fw filterCong Wang1-3/+16
2017-10-29net_sched: use tcf_queue_work() in flower filterCong Wang1-3/+16
2017-10-29net_sched: use tcf_queue_work() in flow filterCong Wang1-3/+16
2017-10-29net_sched: use tcf_queue_work() in cgroup filterCong Wang1-4/+18
2017-10-29net_sched: use tcf_queue_work() in bpf filterCong Wang1-2/+17
2017-10-29net_sched: use tcf_queue_work() in basic filterCong Wang1-3/+17