summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | xen: use struct_size() helper in kzalloc()Andrea Righi2019-04-051-2/+1
* | | | Merge tag 'mtd/fixes-for-5.1-rc4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-04-071-1/+5
|\ \ \ \
| * | | | mtd: cfi: fix deadloop in cfi_cmdset_0002.c do_write_bufferLiu Jian2019-04-051-1/+5
* | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2019-04-075-12/+19
|\ \ \ \ \
| * | | | | scsi: lpfc: Fix missing wakeups on abort threadsJames Smart2019-04-031-4/+3
| * | | | | scsi: storvsc: Reduce default ring buffer size to 128 KbytesMichael Kelley2019-04-031-1/+1
| * | | | | scsi: storvsc: Fix calculation of sub-channel countMichael Kelley2019-04-031-2/+11
| * | | | | scsi: core: add new RDAC LENOVO/DE_Series deviceXose Vazquez Perez2019-04-032-0/+2
| * | | | | scsi: qedi: remove declaration of nvm_image from stackColin Ian King2019-03-291-5/+2
* | | | | | Merge branch 'i2c/for-current-fixed' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-04-061-1/+3
|\ \ \ \ \ \
| * | | | | | i2c: imx: don't leak the i2c adapter on errorLaurentiu Tudor2019-04-061-1/+3
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'parisc-5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-04-064-9/+11
|\ \ \ \ \ \
| * | | | | | parisc: Detect QEMU earlier in boot processHelge Deller2019-04-062-6/+3
| * | | | | | parisc: also set iaoq_b in instruction_pointer_set()Sven Schnelle2019-04-061-1/+2
| * | | | | | parisc: regs_return_value() should return gpr28Sven Schnelle2019-04-061-1/+1
| * | | | | | Revert: parisc: Use F_EXTEND() macro in iosapic codeHelge Deller2019-04-061-1/+5
* | | | | | | fs: stream_open - opener for stream-like files so that read and write can run...Kirill Smelkov2019-04-065-5/+389
* | | | | | | Merge tag 'rtc-5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/abello...Linus Torvalds2019-04-064-5/+12
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | rtc: da9063: set uie_unsupported when relevantAlexandre Belloni2019-04-021-0/+7
| * | | | | | rtc: sd3078: fix manufacturer nameAlexandre Belloni2019-03-201-2/+2
| * | | | | | rtc: sh: Fix invalid alarm warning for non-enabled alarmGeert Uytterhoeven2019-03-201-1/+1
| * | | | | | rtc: cros-ec: Fail suspend/resume if wake IRQ can't be configuredStephen Boyd2019-03-201-2/+2
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-04-0518-59/+163
|\ \ \ \ \ \
| * | | | | | kernel/sysctl.c: fix out-of-bounds access when setting file-maxWill Deacon2019-04-051-1/+2
| * | | | | | mm/util.c: fix strndup_user() commentAndrew Morton2019-04-051-1/+1
| * | | | | | sh: fix multiple function definition build errorsRandy Dunlap2019-04-051-2/+2
| * | | | | | MAINTAINERS: add maintainer and replacing reviewer ARM/NUVOTON NPCMTomer Maimon2019-04-051-1/+2
| * | | | | | MAINTAINERS: fix bad pattern in ARM/NUVOTON NPCMTomer Maimon2019-04-051-1/+1
| * | | | | | mm: writeback: use exact memcg dirty countsGreg Thelen2019-04-052-3/+22
| * | | | | | psi: clarify the units used in pressure filesWaiman Long2019-04-051-6/+6
| * | | | | | mm/huge_memory.c: fix modifying of page protection by insert_pfn_pmd()Aneesh Kumar K.V2019-04-051-0/+36
| * | | | | | hugetlbfs: fix memory leak for resv_mapMike Kravetz2019-04-051-6/+14
| * | | | | | mm: fix vm_fault_t cast in VM_FAULT_GET_HINDEX()Jann Horn2019-04-051-1/+1
| * | | | | | lib/lzo: fix bugs for very short or empty inputDave Rodgman2019-04-053-9/+12
| * | | | | | include/linux/bitrev.h: fix constant bitrevArnd Bergmann2019-04-051-23/+23
| * | | | | | kmemleak: powerpc: skip scanning holes in the .bss sectionCatalin Marinas2019-04-052-5/+18
| * | | | | | lib/string.c: implement a basic bcmpNick Desaulniers2019-04-052-0/+23
* | | | | | | Merge tag 'for-5.1/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-04-056-27/+72
|\ \ \ \ \ \ \
| * | | | | | | dm integrity: fix deadlock with overlapping I/OMikulas Patocka2019-04-051-3/+1
| * | | | | | | dm: disable DISCARD if the underlying storage no longer supports itMike Snitzer2019-04-043-8/+24
| * | | | | | | dm table: propagate BDI_CAP_STABLE_WRITES to fix sporadic checksum errorsIlya Dryomov2019-04-011-0/+39
| * | | | | | | dm: revert 8f50e358153d ("dm: limit the max bio size as BIO_MAX_PAGES * PAGE_...Mikulas Patocka2019-04-011-9/+1
| * | | | | | | dm init: fix const confusion for dm_allowed_targets arrayAndi Kleen2019-04-011-1/+1
| * | | | | | | dm integrity: make dm_integrity_init and dm_integrity_exit staticYueHaibing2019-04-011-2/+2
| * | | | | | | dm integrity: change memcmp to strncmp in dm_integrity_ctrMikulas Patocka2019-04-011-4/+4
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge tag 'vfio-v5.1-rc4' of git://github.com/awilliam/linux-vfioLinus Torvalds2019-04-053-3/+17
|\ \ \ \ \ \ \
| * | | | | | | vfio/type1: Limit DMA mappings per containerAlex Williamson2019-04-031-0/+14
| * | | | | | | vfio/spapr_tce: Make symbol 'tce_iommu_driver_ops' staticWang Hai2019-04-031-1/+1
| * | | | | | | vfio/pci: use correct format charactersLouis Taylor2019-04-031-2/+2
| |/ / / / / /
* | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-04-052-37/+59
|\ \ \ \ \ \ \