summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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/+1
| * 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/+13
| * treewide: prefix header search paths with $(srctree)/Masahiro Yamada2019-05-1817-26/+25
| * media: prefix header search paths with $(srctree)/Masahiro Yamada2019-05-1830-49/+47
| * media: remove unneeded header search pathsMasahiro Yamada2019-05-187-11/+0
| * 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/+0
| * 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/+0
| * samples: guard sub-directories with CONFIG optionsMasahiro Yamada2019-05-183-6/+22
| * kbuild: re-enable int-in-bool-context warningMasahiro Yamada2019-05-181-1/+0
| * 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/+1
| * 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/+0
* | 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
* | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-05-1913-65/+107
|\ \ \
| * | | ext4: avoid panic during forced reboot due to aborted journalJan Kara2019-05-171-1/+1
| * | | ext4: fix block validity checks for journal inodes using indirect blocksTheodore Ts'o2019-05-151-0/+5
| * | | unicode: update to Unicode 12.1.0 finalTheodore Ts'o2019-05-121-21/+7
| * | | unicode: add missing check for an error return from utf8lookup()Theodore Ts'o2019-05-121-0/+2
| * | | ext4: fix miscellaneous sparse warningsTheodore Ts'o2019-05-123-3/+3
| * | | ext4: unsigned int compared against zeroColin Ian King2019-05-101-1/+2
| * | | ext4: fix use-after-free in dx_release()Sahitya Tummala2019-05-101-1/+4
| * | | ext4: fix data corruption caused by overlapping unaligned and aligned IOLukas Czerner2019-05-101-0/+7
| * | | jbd2: fix potential double freeChengguang Xu2019-05-104-36/+61
| * | | ext4: zero out the unused memory region in the extent tree blockSriram Rajagopalan2019-05-101-2/+15
* | | | Merge tag '5.2-rc-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2019-05-198-51/+173
|\ \ \ \
| * | | | cifs: add support for SEEK_DATA and SEEK_HOLERonnie Sahlberg2019-05-153-0/+99
| * | | | Fixed https://bugzilla.kernel.org/show_bug.cgi?id=202935 allow write on the s...Kovtunenko Oleksandr2019-05-151-5/+0
| * | | | cifs: Allocate memory for all iovs in smb2_ioctlLong Li2019-05-151-2/+19
| * | | | cifs: Don't match port on SMBDirect transportLong Li2019-05-151-0/+4
| * | | | cifs:smbd Use the correct DMA direction when sending dataLong Li2019-05-141-3/+5
| * | | | cifs:smbd When reconnecting to server, call smbd_destroy() after all MIDs hav...Long Li2019-05-141-17/+20
| * | | | cifs: use the right include for signal_pending()Ronnie Sahlberg2019-05-121-1/+1
| * | | | smb3: trivial cleanup to smb2ops.cSteve French2019-05-091-1/+1
| * | | | cifs: cleanup smb2ops.c and normalize stringsChristoph Probst2019-05-091-22/+22
| * | | | smb3: display session id in debug dataSteve French2019-05-091-0/+2