summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-07-06fs/file.c: replace alloc_fdmem() with kvmalloc() alternativeMichal Hocko
2017-07-06ocfs2: constify attribute_group structuresArvind Yadav
2017-07-06ocfs2: free 'dummy_sc' in sc_fop_release() to prevent memory leakpiaojun
2017-07-06ocfs2: use magic.hFabian Frederick
2017-07-06ocfs2: fix a static checker warningGang He
2017-07-06drivers/sh/intc/virq.c: delete an error message for a failed memory allocatio...SF Markus Elfring
2017-07-06include/linux/filter.h: use linux/set_memory.hMichael Ellerman
2017-07-06kernel/module.c: use linux/set_memory.hMichael Ellerman
2017-07-06kernel/power/snapshot.c: use linux/set_memory.hMichael Ellerman
2017-07-06provide linux/set_memory.hMichael Ellerman
2017-07-06scripts/spelling.txt: add a bunch more spelling mistakesColin Ian King
2017-07-06ramfs: clarify help text that compression applies to ramfs as well as legacy ...Rob Landley
2017-07-06scripts/gen_initramfs_list.sh: teach INITRAMFS_ROOT_UID and INITRAMFS_ROOT_GI...Rob Landley
2017-07-06tile: provide default ioremap declarationLogan Gunthorpe
2017-07-06mn10300: use generic fb.hTobias Klauser
2017-07-06mn10300: remove wrapper header for asm/device.hTobias Klauser
2017-07-06kernel/extable.c: mark core_kernel_text notraceMarcin Nowakowski
2017-07-06thp, mm: fix crash due race in MADV_FREE handlingKirill A. Shutemov
2017-07-06compiler, clang: always inline when CONFIG_OPTIMIZE_INLINING is disabledDavid Rientjes
2017-07-06Merge tag 'hwlock-v4.13' of git://github.com/andersson/remoteprocLinus Torvalds
2017-07-06Merge tag 'rproc-v4.13' of git://github.com/andersson/remoteprocLinus Torvalds
2017-07-06Merge tag 'rpmsg-v4.13' of git://github.com/andersson/remoteprocLinus Torvalds
2017-07-06Merge tag 'platform-drivers-x86-v4.13-1' of git://git.infradead.org/linux-pla...Linus Torvalds
2017-07-06genirq: Allow to pass the IRQF_TIMER flag with percpu irq requestDaniel Lezcano
2017-07-06Merge branch 'next' into for-linusDmitry Torokhov
2017-07-06ext4: fix spelling mistake: "prellocated" -> "preallocated"Colin Ian King
2017-07-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2017-07-06Merge tag 'for-4.13/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-07-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2017-07-06Merge tag 'pinctrl-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-07-06Merge tag 'leds_for_4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/j....Linus Torvalds
2017-07-06Merge tag 'media/v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds
2017-07-06Merge tag 'sound-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2017-07-06Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2017-07-06Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds
2017-07-06Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds
2017-07-06vrf: fix bug_on triggered by rx when destroying a vrfNikolay Aleksandrov
2017-07-06move file_{start,end}_write() out of do_iter_write()Al Viro
2017-07-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2017-07-06btrfs: minimal conversion to errseq_t writeback error reporting on fsyncJeff Layton
2017-07-06xfs: minimal conversion to errseq_t writeback error reportingJeff Layton
2017-07-06ext4: use errseq_t based error handling for reporting data writeback errorsJeff Layton
2017-07-06fs: convert __generic_file_fsync to use errseq_t based reportingJeff Layton
2017-07-06block: convert to errseq_t based writeback error trackingJeff Layton
2017-07-06dax: set errors in mapping when writeback failsJeff Layton
2017-07-06Documentation: flesh out the section in vfs.txt on storing and reporting writ...Jeff Layton
2017-07-06mm: set both AS_EIO/AS_ENOSPC and errseq_t in mapping_set_errorJeff Layton
2017-07-06fs: new infrastructure for writeback error handling and reportingJeff Layton
2017-07-06lib: add errseq_t type and infrastructure for handling itJeff Layton
2017-07-06mm: don't TestClearPageError in __filemap_fdatawait_rangeJeff Layton