summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* soc/fsl/qbman: Drop L1_CACHE_BYTES compile time checkClaudiu Manoil2017-09-221-4/+0
* soc/fsl/qbman: Drop set/clear_bits usageMadalin Bucur2017-09-222-5/+5
* soc/fsl/qbman: Use shared-dma-pool for QMan private memory allocationsRoy Pledge2017-09-223-34/+63
* soc/fsl/qbman: Use shared-dma-pool for BMan private memory allocationsRoy Pledge2017-09-221-0/+15
* soc/fsl/qbman: Add common routine for QBMan private allocationsRoy Pledge2017-09-223-1/+83
* soc/fsl/guts: Add compatible string for LS1088ashish kumar2017-09-221-0/+1
* soc/fsl/qman: Sleep instead of stuck hacking jiffiesKarim Eshapa2017-09-221-5/+1
* Merge tag 'for-linus-4.14b-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-09-221-63/+67
|\
| * xen: don't compile pv-specific parts if XEN_PV isn't configuredJuergen Gross2017-09-181-63/+67
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-09-226-9/+36
|\ \
| * | s390/cio: recover from bad pathsSebastian Ott2017-09-194-3/+24
| * | s390/scm_blk: consistently use blk_status_t as error typeSebastian Ott2017-09-191-3/+3
| * | s390/dasd: fix race during dasd initializationStefan Haberland2017-09-131-3/+9
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-09-226-50/+46
|\ \ \
| * | | crypto: caam - fix LS1021A support on ARMv7 multiplatform kernelHoria Geantă2017-09-203-44/+39
| * | | crypto: inside-secure - fix gcc-4.9 warningsArnd Bergmann2017-09-202-2/+2
| * | | crypto: talitos - Don't provide setkey for non hmac hashing algs.LEROY Christophe2017-09-201-1/+2
| * | | crypto: talitos - fix hashingLEROY Christophe2017-09-201-1/+1
| * | | crypto: talitos - fix sha224LEROY Christophe2017-09-201-2/+2
* | | | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-09-211-0/+9
|\ \ \ \
| * | | | libnvdimm, namespace: fix btt claim class crashDan Williams2017-09-181-0/+9
| |/ / /
* | | | Merge tag 'mtd/fixes-for-4.14-rc2' of git://git.infradead.org/linux-mtdLinus Torvalds2017-09-213-6/+45
|\ \ \ \
| * | | | mtd: nand: remove unused blockmask variableCorentin Labbe2017-09-181-2/+1
| * | | | mtd: nand: lpc32xx_mlc: Fix an error handling path in lpc32xx_nand_probe()Christophe JAILLET2017-09-181-1/+2
| * | | | mtd: spi-nor: fix DMA unsafe buffer issue in spi_nor_read_sfdp()Cyrille Pitchen2017-09-181-3/+33
| * | | | mtd: spi-nor: Check consistency of the memory size extracted from the SFDPBoris Brezillon2017-09-181-0/+9
| |/ / /
* | | | Merge tag 'drm-fixes-for-v4.14-rc2' of git://people.freedesktop.org/~airlied/...Linus Torvalds2017-09-2113-109/+109
|\ \ \ \
| * \ \ \ Merge tag 'exynos-drm-fixes-for-v4.14-rc1' of git://git.kernel.org/pub/scm/li...Dave Airlie2017-09-216-27/+55
| |\ \ \ \
| | * | | | drm/exynos/hdmi: Fix unsafe list iterationMaciej Purski2017-09-201-3/+11
| | * | | | drm: exynos: include linux/irq.hArnd Bergmann2017-09-191-0/+1
| | * | | | drm/exynos: Fix suspend/resume supportMarek Szyprowski2017-09-194-28/+43
| | * | | | drm/exynos: Fix locking in the suspend/resume pathsMarek Szyprowski2017-09-191-0/+4
| * | | | | drm/i915: Remove unused 'in_vbl' from i915_get_crtc_scanoutpos()Chris Wilson2017-09-181-3/+0
| * | | | | drm/i915/cnp: set min brightness from VBTLee, Shawn C2017-09-181-0/+2
| * | | | | Revert "drm/i915/bxt: Disable device ready before shutdown command"Uma Shankar2017-09-181-11/+0
| * | | | | drm/i915/bxt: set min brightness from VBTLee, Shawn C2017-09-181-0/+2
| * | | | | drm/i915: Fix an error handling in 'intel_framebuffer_init()'Christophe JAILLET2017-09-181-1/+1
| * | | | | drm/i915/gvt: Fix incorrect PCI BARs reportingChangbin Du2017-09-181-65/+48
| |/ / / /
| * | | | Merge tag 'drm-amdkfd-next-2017-09-02' of git://people.freedesktop.org/~gabba...Dave Airlie2017-09-182-2/+1
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | drm/amdkfd: pass queue's mqd when destroying mqdOded Gabbay2017-09-021-1/+1
| | * | | drm/amdkfd: remove memset before memcpyHimanshu Jha2017-08-301-1/+0
* | | | | Merge tag 'dma-mapping-4.14-2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2017-09-211-10/+9
|\ \ \ \ \
| * | | | | dma-coherent: fix rmem_dma_device_init regressionArnd Bergmann2017-09-171-10/+9
| |/ / / /
* | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2017-09-194-34/+40
|\ \ \ \ \
| * | | | | scsi: sg: fixup infoleak when using SG_GET_REQUEST_TABLEHannes Reinecke2017-09-151-3/+2
| * | | | | scsi: sg: factor out sg_fill_request_table()Hannes Reinecke2017-09-151-26/+35
| * | | | | scsi: sd: Remove unnecessary condition in sd_read_block_limits()Lukas Czerner2017-09-151-2/+0
| * | | | | scsi: acornscsi: fix build errorArnd Bergmann2017-09-141-3/+3
| * | | | | scsi: scsi_transport_fc: fix NULL pointer dereference in fc_bsg_job_timeoutChristoph Hellwig2017-09-141-1/+1
* | | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2017-09-191-3/+10
|\ \ \ \ \ \