summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2017-11-16Merge tag 'afs-next-20171113' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-15/+3
2017-11-15Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds962-55836/+63190
2017-11-15mm: remove cold parameter for release_pagesMel Gorman6-12/+10
2017-11-15mm, pagevec: remove cold parameter for pagevecsMel Gorman1-1/+1
2017-11-14Merge tag 'devicetree-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-9/+5
2017-11-14Merge tag 'sound-4.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-27/+4
2017-11-14Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-0/+1
2017-11-14Merge tag 'iommu-v4.15-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2-4/+2
2017-11-14Merge tag 'exynos-drm-next-for-v4.15' of git://git.kernel.org/pub/scm/linux/k...Dave Airlie6-321/+476
2017-11-13Merge tag 'pm-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-1/+1
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-9/+6
2017-11-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds5-8/+8
2017-11-14Merge branch 'linus-4.14-rc4-acp-prereq' of git://people.freedesktop.org/~agd...Dave Airlie2-27/+4
2017-11-14Merge tag 'drm-misc-fixes-2017-11-13' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-8/+6
2017-11-14Merge tag 'drm-intel-next-fixes-2017-11-10' of git://anongit.freedesktop.org/...Dave Airlie12-52/+133
2017-11-14Merge tag 'drm-misc-fixes-2017-11-02' of git://anongit.freedesktop.org/drm/dr...Dave Airlie7-51/+71
2017-11-13Pass mode to wait_on_atomic_t() action funcs and provide default actionsDavid Howells2-15/+3
2017-11-13Merge remote-tracking branch 'tip/timers/core' into afs-nextDavid Howells2-9/+6
2017-11-13drm/rockchip: analogix_dp: Use mutex rather than spinlockEmil Renner Berthing1-8/+6
2017-11-13Merge branch 'pm-core'Rafael J. Wysocki1-1/+1
2017-11-10Merge remote-tracking branches 'asoc/topic/ac97', 'asoc/topic/ac97-mfd', 'aso...Mark Brown2-27/+4
2017-11-10drm/mode_object: fix documentation for object lookups.Dave Airlie2-0/+2
2017-11-09drm/i915: Reorder context-close to avoid calling i915_vma_close() under RCUChris Wilson1-6/+6
2017-11-09drm/i915: Move init_clock_gating() back to where it wasVille Syrjälä2-28/+30
2017-11-09drm/i915: Prune the reservation shared fence arrayChris Wilson1-0/+7
2017-11-09drm/i915: Idle the GPU before shinking everythingChris Wilson1-0/+12
2017-11-09drm/i915: Lock llist_del_first() vs llist_del_all()Chris Wilson1-1/+7
2017-11-09drm/i915: Calculate ironlake intermediate watermarks correctly, v2.Maarten Lankhorst1-1/+8
2017-11-09drm/i915: Disable lazy PPGTT page table optimization for vGPUJoonas Lahtinen1-1/+1
2017-11-09drm/i915/execlists: Remove the priority "optimisation"Chris Wilson1-2/+0
2017-11-09drm/i915: Filter out spurious execlists context-switch interruptsChris Wilson5-13/+62
2017-11-09Merge tag 'drm-misc-next-fixes-2017-11-08' of git://anongit.freedesktop.org/d...Dave Airlie2-3/+3
2017-11-09Merge tag 'drm-intel-fixes-2017-11-08' of git://anongit.freedesktop.org/drm/d...Dave Airlie2-16/+17
2017-11-08drm/amdgpu: use irq-safe lock for kiq->ring_lockpding1-4/+6
2017-11-08drm/amdgpu: bypass lru touch for KIQ ring submissionPixel Ding1-1/+2
2017-11-08drm/amdgpu: Potential uninitialized variable in amdgpu_vm_update_directories()Dan Carpenter1-1/+1
2017-11-08drm/amdgpu: potential uninitialized variable in amdgpu_vce_ring_parse_cs()Dan Carpenter1-1/+1
2017-11-08drm/i915: Deconstruct struct sgt_dma initialiserChris Wilson1-16/+9
2017-11-08drm/i915: Reject unknown syncobj flagsTvrtko Ursulin1-0/+8
2017-11-07drm/amd/powerplay: initialize a variable before using itNicolas Iooss1-0/+2
2017-11-07drm/amd/powerplay: suppress KASAN out of bounds warning in vega10_populate_al...Evan Quan1-0/+4
2017-11-07drm/amd/amdgpu: fix evicted VRAM bo adjudgement conditionRoger He1-4/+1
2017-11-08Merge tag 'drm-misc-next-fixes-2017-11-07' of git://anongit.freedesktop.org/d...Dave Airlie2-3/+3
2017-11-07drm/vblank: Tune drm_crtc_accurate_vblank_count() WARN down to a debugVille Syrjälä1-2/+2
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar371-123/+451
2017-11-07Merge branch 'drm-vmwgfx-fixes' of git://people.freedesktop.org/~syeh/repos_l...Dave Airlie2-2/+2
2017-11-06drm/rockchip: add CONFIG_OF dependency for lvdsArnd Bergmann1-1/+1
2017-11-06PCI / PM: Use the NEVER_SKIP driver flagRafael J. Wysocki1-1/+1
2017-11-06Merge branch 'drm-next-4.15' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie5-60/+142
2017-11-04drm/ttm: Downgrade pr_err to pr_debug for memory allocation failuresMichel Dänzer2-13/+12