summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* squashfs: be more careful about metadata corruptionLinus Torvalds2018-07-294-5/+16
* Merge tag 'random_for_linus_stable' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-07-281-1/+9
|\
| * random: mix rdrand with entropy sent in from userspaceTheodore Ts'o2018-07-171-1/+9
* | Merge tag 'gpio-v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2018-07-282-2/+7
|\ \
| * | gpio: uniphier: set legitimate irq trigger type in .to_irq hookMasahiro Yamada2018-07-231-1/+5
| * | gpio: of: Handle fixed regulator flags properlyLinus Walleij2018-07-231-1/+2
* | | Merge tag 'mips_fixes_4.18_5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-07-282-9/+0
|\ \ \
| * | | Revert "MIPS: BCM47XX: Enable 74K Core ExternalSync for PCIe erratum"Rafał Miłecki2018-07-272-9/+0
| |/ /
* | | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-07-283-8/+59
|\ \ \
| * | | i2c: imx: use open drain for recovery GPIOWolfram Sang2018-07-241-1/+1
| * | | i2c: rcar: handle RXDMA HW behaviour on Gen3Wolfram Sang2018-07-241-3/+51
| * | | i2c: imx: Fix reinit_completion() useEsben Haabendal2018-07-231-2/+1
| * | | i2c: davinci: Avoid zero value of CLKHAlexander Sverdlin2018-07-231-2/+6
| |/ /
* | | Merge tag 'for-linus-20180727' of git://git.kernel.dk/linux-blockLinus Torvalds2018-07-2714-56/+209
|\ \ \
| * | | block: reset bi_iter.bi_done after splitting bioGreg Edwards2018-07-271-0/+1
| * | | block: bio_iov_iter_get_pages: pin more pages for multi-segment IOsMartin Wilck2018-07-261-3/+32
| * | | blkdev: __blkdev_direct_IO_simple: fix leak in error caseMartin Wilck2018-07-261-4/+5
| * | | block: bio_iov_iter_get_pages: fix size of last iovecMartin Wilck2018-07-261-10/+8
| * | | Merge branch 'nvme-4.18' of git://git.infradead.org/nvme into for-linusJens Axboe2018-07-268-19/+55
| |\ \ \
| | * | | nvmet: only check for filebacking on -ENOTBLKHannes Reinecke2018-07-251-1/+1
| | * | | nvmet: fixup crash on NULL device pathHannes Reinecke2018-07-251-2/+7
| | * | | nvme: if_ready checks to fail io to deleting controllerJames Smart2018-07-245-7/+12
| | * | | nvmet-fc: fix target sgl list on large transfersJames Smart2018-07-241-9/+35
| * | | | scsi: set timed out out mq requests to completeKeith Busch2018-07-241-0/+14
| * | | | blk-mq: export setting request completion stateKeith Busch2018-07-242-3/+15
| |/ / /
| * | | nbd: handle unexpected replies betterJosef Bacik2018-07-161-14/+61
| * | | nbd: don't requeue the same request twice.Josef Bacik2018-07-161-3/+18
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-07-2723-18/+73
|\ \ \ \
| * | | | kvm, mm: account shadow page tables to kmemcgShakeel Butt2018-07-261-1/+1
| * | | | zswap: re-check zswap_is_full() after do zswap_shrink()Li Wang2018-07-261-0/+9
| * | | | include/linux/eventfd.h: include linux/errno.hArnd Bergmann2018-07-261-0/+1
| * | | | mm: fix vma_is_anonymous() false-positivesKirill A. Shutemov2018-07-265-0/+15
| * | | | mm: use vma_init() to initialize VMAs on stack and data segmentsKirill A. Shutemov2018-07-2610-7/+17
| * | | | mm: introduce vma_init()Kirill A. Shutemov2018-07-262-4/+8
| * | | | mm: fix exports that inadvertently make put_page() EXPORT_SYMBOL_GPLDan Williams2018-07-261-2/+2
| * | | | ipc/sem.c: prevent queue.status tearing in semopDavidlohr Bueso2018-07-261-1/+1
| * | | | mm: disallow mappings that conflict for devm_memremap_pages()Dave Jiang2018-07-261-1/+17
| * | | | kasan: only select SLUB_DEBUG with SYSFS=yArnd Bergmann2018-07-261-1/+1
| * | | | delayacct: fix crash in delayacct_blkio_end() after delayacct init failureTejun Heo2018-07-261-1/+1
* | | | | Merge tag 'pci-v4.18-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-07-271-0/+2
|\ \ \ \ \
| * | | | | PCI/AER: Work around use-after-free in pcie_do_fatal_recovery()Thomas Tai2018-07-261-0/+2
* | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2018-07-272-3/+5
|\ \ \ \ \ \
| * | | | | | arm64: fix vmemmap BUILD_BUG_ON() triggering on !vmemmap setupsJohannes Weiner2018-07-251-1/+3
| * | | | | | arm64: Check for errata before evaluating cpu featuresDirk Mueller2018-07-251-2/+2
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'drm-fixes-2018-07-27' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2018-07-276-9/+41
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'imx-drm-fixes-2018-07-20' of git://git.pengutronix.de/git/pza/linu...Dave Airlie2018-07-272-4/+8
| |\ \ \ \ \ \
| | * | | | | | gpu: ipu-csi: Check for field type alternateSteve Longerbeam2018-07-161-1/+2
| | * | | | | | drm/imx: imx-ldb: check if channel is enabled before printing warningLucas Stach2018-07-161-3/+3
| | * | | | | | drm/imx: imx-ldb: disable LDB on driver bindLucas Stach2018-07-161-0/+3
| * | | | | | | Merge tag 'drm-intel-fixes-2018-07-26' of git://anongit.freedesktop.org/drm/d...Dave Airlie2018-07-274-5/+33
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |