summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* afs: Add support for the UAE error tableDavid Howells2019-06-282-28/+152
* fs/afs: use struct_size() in kzalloc()Zhengyuan Liu2019-06-203-8/+4Star
* afs: Trace afs_server usageDavid Howells2019-06-208-21/+110
* afs: Add some callback management tracepointsDavid Howells2019-06-205-17/+97
* afs: afs_unlink() doesn't need to check dentry->d_inodeDavid Howells2019-06-201-8/+6Star
* afs: Fix setting of i_blocksDavid Howells2019-06-201-7/+12
* afs: Fix uninitialised spinlock afs_volume::cb_break_lockDavid Howells2019-06-203-3/+4
* afs: Fix vlserver record corruptionDavid Howells2019-06-201-4/+2Star
* afs: Fix over zealous "vnode modified" warningsDavid Howells2019-06-201-5/+7
* Linux 5.2-rc1Linus Torvalds2019-05-201-2/+2
* Merge tag 'upstream-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-05-203-4/+8
|\
| * ubifs: Convert xattr inum to host orderRichard Weinberger2019-05-151-1/+1
| * ubifs: Use correct config name for encryptionRichard Weinberger2019-05-151-2/+2
| * ubifs: Fix build error without CONFIG_UBIFS_FS_XATTRYueHaibing2019-05-151-1/+5
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-05-1910-257/+889
|\ \
| * | panic: add an option to replay all the printk message in bufferFeng Tang2019-05-195-4/+24
| * | initramfs: don't free a non-existent initrdSteven Price2019-05-191-1/+1
| * | fs/writeback.c: use rcu_barrier() to wait for inflight wb switches going into...Jiufei Xue2019-05-191-3/+8
| * | mm/compaction.c: correct zone boundary handling when isolating pages from a p...Mel Gorman2019-05-191-2/+2
| * | mm/vmap: add DEBUG_AUGMENT_LOWEST_MATCH_CHECK macroUladzislau Rezki (Sony)2019-05-191-0/+43
| * | mm/vmap: add DEBUG_AUGMENT_PROPAGATE_CHECK macroUladzislau Rezki (Sony)2019-05-191-0/+48
| * | mm/vmalloc.c: keep track of free blocks for vmap allocationUladzislau Rezki (Sony)2019-05-192-247/+763
* | | Merge tag 'kbuild-v5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2019-05-1974-172/+178
|\ \ \
| * | | kconfig: use 'else ifneq' for Makefile to improve readabilityMasahiro Yamada2019-05-191-3/+1Star
| * | | kbuild: check uniqueness of module namesMasahiro Yamada2019-05-182-0/+17
| * | | kconfig: Terminate menu blocks with a comment in the generated configAlexander Popov2019-05-181-1/+12
| * | | kbuild: add LICENSES to KBUILD_ALLDIRSMasahiro Yamada2019-05-181-1/+1
| * | | kbuild: remove 'addtree' and 'flags' magic for header search pathsMasahiro Yamada2019-05-183-33/+13Star
| * | | treewide: prefix header search paths with $(srctree)/Masahiro Yamada2019-05-1817-26/+25Star
| * | | media: prefix header search paths with $(srctree)/Masahiro Yamada2019-05-1830-49/+47Star
| * | | media: remove unneeded header search pathsMasahiro Yamada2019-05-187-11/+0Star
| * | | alpha: move arch/alpha/defconfig to arch/alpha/configs/defconfigMasahiro Yamada2019-05-182-0/+2
| * | | kbuild: terminate Kconfig when $(CC) or $(LD) is missingMasahiro Yamada2019-05-182-1/+9
| * | | kbuild: turn auto.conf.cmd into a mandatory include fileMasahiro Yamada2019-05-181-1/+1
| * | | .gitignore: exclude .get_maintainer.ignore and .gitattributesMasahiro Yamada2019-05-181-3/+5
| * | | kbuild: add all Clang-specific flags unconditionallyMasahiro Yamada2019-05-182-11/+11
| * | | kbuild: Don't try to add '-fcatch-undefined-behavior' flagNathan Chancellor2019-05-181-1/+0Star
| * | | kbuild: add some extra warning flags unconditionallyMasahiro Yamada2019-05-181-6/+7
| * | | kbuild: add -Wvla flag unconditionallyMasahiro Yamada2019-05-181-1/+1
| * | | arch: remove dangling asm-generic wrappersMasahiro Yamada2019-05-185-13/+0Star
| * | | samples: guard sub-directories with CONFIG optionsMasahiro Yamada2019-05-183-6/+22
| * | | kbuild: re-enable int-in-bool-context warningMasahiro Yamada2019-05-181-1/+0Star
| * | | MAINTAINERS: kbuild: Add pattern for scripts/*vmlinux*Krzysztof Kozlowski2019-05-181-0/+1
| * | | sh: exclude vmlinux.scr from .gitignore patternMasahiro Yamada2019-05-181-0/+1
| * | | sh: vsyscall: drop unnecessary cc-ldoptionNick Desaulniers2019-05-181-2/+1Star
| * | | ia64: require -Wl,--hash-style=sysvNick Desaulniers2019-05-181-1/+1
| * | | csky: remove deprecated arch/csky/boot/dts/include/dt-bindingsMasahiro Yamada2019-05-181-1/+0Star
* | | | Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-05-193-13/+111
|\ \ \ \
| * | | | i2c: core: add device-managed version of i2c_new_dummyHeiner Kallweit2019-05-173-0/+50
| * | | | i2c: core: improve return value handling of i2c_new_device and i2c_new_dummyHeiner Kallweit2019-05-171-13/+61