summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-12-07virtio_mmio: add cleanup for virtio_mmio_probeweiping zhang1-10/+41
2017-12-07drm/bridge: analogix dp: Fix runtime PM state in get_modes() callbackMarek Szyprowski1-0/+2
2017-12-07Merge tag 'iwlwifi-for-kalle-2017-12-05' of git://git.kernel.org/pub/scm/linu...Kalle Valo5-6/+40
2017-12-07brcmfmac: Avoid build error with make W=1Andy Shevchenko1-1/+1
2017-12-07Merge tag 'gvt-fixes-2017-12-06' of https://github.com/intel/gvt-linux into d...Joonas Lahtinen4-11/+81
2017-12-07Revert "drm/i915: Display WA #1133 WaFbcSkipSegments:cnl, glk"Radhakrishna Sripada2-16/+0
2017-12-07drm/vc4: Fix false positive WARN() backtrace on refcount_inc() usageBoris Brezillon1-1/+2
2017-12-07drm/i915: Call i915_gem_init_userptr() before taking struct_mutexChris Wilson1-6/+5
2017-12-07drm/exynos: remove unnecessary function declarationInki Dae1-23/+21
2017-12-07drm/exynos: remove unnecessary descrptionsInki Dae1-5/+0
2017-12-07drm/exynos: gem: Drop NONCONTIG flag for buffers allocated without IOMMUMarek Szyprowski1-0/+9
2017-12-07drm/exynos: Fix dma-buf importMarek Szyprowski3-1/+9
2017-12-06Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-17/+15
2017-12-07Merge tag 'drm-misc-fixes-2017-12-06' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2-2/+28
2017-12-06of: overlay: Fix (un)locking in of_overlay_apply()Geert Uytterhoeven1-10/+5
2017-12-06of: overlay: Fix memory leak in of_overlay_apply() error pathGeert Uytterhoeven1-8/+8
2017-12-06of: overlay: Remove else after gotoGeert Uytterhoeven1-15/+12
2017-12-06of: Spelling s/changset/changeset/Geert Uytterhoeven2-6/+6
2017-12-06of: unittest: Remove bogus overlay mutex release from overlay_data_add()Geert Uytterhoeven1-1/+0
2017-12-06drivers: net: dsa: remove duplicate includesPravin Shedge1-1/+0
2017-12-07Merge branch 'drm-fixes-4.15' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie42-38/+875
2017-12-06xen-netback: Fix logging message with spurious period after newlineJoe Perches1-1/+1
2017-12-06net: thunderx: Fix TCP/UDP checksum offload for IPv4 pktsFlorian Westphal1-0/+2
2017-12-06Merge tag 'iommu-v4.15-rc3' of git://github.com/awilliam/linux-vfioLinus Torvalds1-3/+5
2017-12-06efi: Add comment to avoid future expanding of sysfs systabDave Young1-0/+2
2017-12-06efi/esrt: Use memunmap() instead of kfree() to free the remappingPan Bian1-1/+1
2017-12-06efi: Move some sysfs files to be read-only by rootGreg Kroah-Hartman3-16/+12
2017-12-06xen/pvcalls: Fix a check in pvcalls_front_remove()Dan Carpenter1-1/+1
2017-12-06xen/pvcalls: check for xenbus_read() errorsDan Carpenter1-0/+2
2017-12-06drm/ttm: swap consecutive allocated pooled pages v4Christian König1-2/+9
2017-12-06drm: safely free connectors from connector_iterDaniel Vetter2-2/+28
2017-12-06drm/i915/gvt: set max priority for gvt contextZhenyu Wang1-0/+3
2017-12-06drm/i915/gvt: Don't mark vgpu context as inactive when preemptedZhenyu Wang1-1/+3
2017-12-06drm/i915/gvt: Limit read hw reg to active vgpuXiong Zhang2-4/+37
2017-12-06drm/i915/gvt: Export intel_gvt_render_mmio_to_ring_id()Zhi Wang2-6/+17
2017-12-06drm/i915/gvt: Emulate PCI expansion ROM base address registerChangbin Du1-0/+21
2017-12-05make sock_alloc_file() do sock_release() on failuresAl Viro1-6/+2
2017-12-05net: qualcomm: rmnet: Fix leak in device creation failureSubash Abhinov Kasiviswanathan1-0/+1
2017-12-05net: qualcomm: rmnet: Fix leak on transmit failureSubash Abhinov Kasiviswanathan1-2/+6
2017-12-05ACPI / CPPC: Fix KASAN global out of bounds warningGeorge Cherian1-8/+15
2017-12-05net: sh_eth: don't use NULL as "struct device" for the DMA mapping APIThomas Petazzoni1-6/+6
2017-12-05net: sh_eth: use correct "struct device" when calling DMA mapping functionsThomas Petazzoni1-9/+10
2017-12-05drm/ttm: swap consecutive allocated cached pages v3Christian König1-1/+6
2017-12-05drm/ttm: roundup the shrink request to prevent skip huge poolRoger He1-5/+7
2017-12-05drm/ttm: add page order support in ttm_pages_putRoger He1-8/+18
2017-12-05drm/ttm: add set_pages_wb for handling page order more than zeroRoger He1-0/+11
2017-12-05drm/ttm: add page order in page poolRoger He1-11/+27
2017-12-05drm/ttm: use NUM_PAGES_TO_ALLOC alwaysRoger He1-2/+1
2017-12-05Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds7-49/+42
2017-12-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds13-78/+134