summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2019-07-04vfs: Convert xenfs to use the new mount APIDavid Howells1-6/+15
2019-07-04vfs: Convert gadgetfs to use the new mount APIDavid Howells1-6/+15
2019-07-04vfs: Convert oprofilefs to use the new mount APIDavid Howells1-6/+14
2019-07-04vfs: Convert ibmasmfs to use the new mount APIDavid Howells1-6/+15
2019-07-04vfs: Convert qib_fs/ipathfs to use the new mount APIDavid Howells1-9/+17
2019-05-25vfs: Convert virtio_balloon to use the new mount APIDavid Howells1-4/+4
2019-05-25vfs: Convert ocxlflash to use the new mount APIDavid Howells1-14/+4
2019-05-25vfs: Convert cxl to use the new mount APIDavid Howells1-4/+4
2019-05-25vfs: Convert drm to use the new mount APIDavid Howells1-4/+4
2019-05-25vfs: Convert dax to use the new mount APIDavid Howells1-6/+10
2019-05-25mount_pseudo(): drop 'name' argument, switch to d_make_root()Al Viro5-12/+5
2019-05-21device-dax: Drop register_filesystem()Dan Williams1-7/+0
2019-05-20balloon: don't bother with dentry_operationsAl Viro1-5/+1
2019-05-20cxlflash: don't bother with dentry_operationsAl Viro1-5/+1
2019-05-20cxl: don't bother with dentry_operationsAl Viro1-5/+1
2019-05-20drm: don't bother with super_operations and dentry_operationsAl Viro1-10/+2
2019-05-19Merge tag 'kbuild-v5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds37-66/+53
2019-05-19Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-13/+105
2019-05-19Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds9-133/+174
2019-05-19Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds23-219/+2105
2019-05-19Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+6
2019-05-19Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds3-7/+7
2019-05-19Merge tag 'riscv-for-linus-5.2-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+0
2019-05-18treewide: prefix header search paths with $(srctree)/Masahiro Yamada4-6/+6
2019-05-18media: prefix header search paths with $(srctree)/Masahiro Yamada30-49/+47
2019-05-18media: remove unneeded header search pathsMasahiro Yamada7-11/+0
2019-05-17i2c: core: add device-managed version of i2c_new_dummyHeiner Kallweit1-0/+44
2019-05-17i2c: core: improve return value handling of i2c_new_device and i2c_new_dummyHeiner Kallweit1-13/+61
2019-05-17Merge tag 's390-5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds3-32/+11
2019-05-17fbdev/efifb: Ignore framebuffer memmap entries that lack any memory typesArd Biesheuvel1-2/+6
2019-05-16tty: Don't force RISCV SBI console as preferred consoleAnup Patel1-1/+0
2019-05-16Merge tag 'for-5.2/block-post-20190516' of git://git.kernel.dk/linux-blockLinus Torvalds22-538/+393
2019-05-16Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds133-6/+139
2019-05-16Merge tag 'ceph-for-5.2-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-10/+14
2019-05-16Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds8-49/+26
2019-05-16Merge tag 'for-5.2/dm-changes-v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds20-293/+1583
2019-05-16Merge tag 'media/v5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds14-32/+164
2019-05-16Merge tag 'edac_fixes_for_5.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-10/+6
2019-05-16Merge tag 'tegra-for-5.2-bus-fixes' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson1-4/+2
2019-05-16Merge tag 'soc-fsl-fix-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git...Olof Johansson1-1/+3
2019-05-16soc: ixp4xx: qmgr: Fix an NULL vs IS_ERR() check in probeDan Carpenter1-2/+2
2019-05-16Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds54-382/+1571
2019-05-16Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds31-163/+3260
2019-05-16Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Linus Torvalds34-594/+2203
2019-05-16Merge tag 'drm-next-2019-05-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds45-118/+388
2019-05-16dm: fix a couple brace coding style issuesSheetal Singala1-2/+4
2019-05-16dm crypt: print device name in integrity error messageMilan Broz1-3/+6
2019-05-16dm crypt: move detailed message into debug levelMilan Broz1-4/+5
2019-05-16dm ioctl: fix hang in early create error conditionHelen Koike1-1/+5
2019-05-15Merge branch 'fixes' into arm/socOlof Johansson315-1493/+2445