index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'kbuild-v5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...
Linus Torvalds
2019-05-19
74
-172
/
+178
|
\
|
*
kconfig: use 'else ifneq' for Makefile to improve readability
Masahiro Yamada
2019-05-19
1
-3
/
+1
|
*
kbuild: check uniqueness of module names
Masahiro Yamada
2019-05-18
2
-0
/
+17
|
*
kconfig: Terminate menu blocks with a comment in the generated config
Alexander Popov
2019-05-18
1
-1
/
+12
|
*
kbuild: add LICENSES to KBUILD_ALLDIRS
Masahiro Yamada
2019-05-18
1
-1
/
+1
|
*
kbuild: remove 'addtree' and 'flags' magic for header search paths
Masahiro Yamada
2019-05-18
3
-33
/
+13
|
*
treewide: prefix header search paths with $(srctree)/
Masahiro Yamada
2019-05-18
17
-26
/
+25
|
*
media: prefix header search paths with $(srctree)/
Masahiro Yamada
2019-05-18
30
-49
/
+47
|
*
media: remove unneeded header search paths
Masahiro Yamada
2019-05-18
7
-11
/
+0
|
*
alpha: move arch/alpha/defconfig to arch/alpha/configs/defconfig
Masahiro Yamada
2019-05-18
2
-0
/
+2
|
*
kbuild: terminate Kconfig when $(CC) or $(LD) is missing
Masahiro Yamada
2019-05-18
2
-1
/
+9
|
*
kbuild: turn auto.conf.cmd into a mandatory include file
Masahiro Yamada
2019-05-18
1
-1
/
+1
|
*
.gitignore: exclude .get_maintainer.ignore and .gitattributes
Masahiro Yamada
2019-05-18
1
-3
/
+5
|
*
kbuild: add all Clang-specific flags unconditionally
Masahiro Yamada
2019-05-18
2
-11
/
+11
|
*
kbuild: Don't try to add '-fcatch-undefined-behavior' flag
Nathan Chancellor
2019-05-18
1
-1
/
+0
|
*
kbuild: add some extra warning flags unconditionally
Masahiro Yamada
2019-05-18
1
-6
/
+7
|
*
kbuild: add -Wvla flag unconditionally
Masahiro Yamada
2019-05-18
1
-1
/
+1
|
*
arch: remove dangling asm-generic wrappers
Masahiro Yamada
2019-05-18
5
-13
/
+0
|
*
samples: guard sub-directories with CONFIG options
Masahiro Yamada
2019-05-18
3
-6
/
+22
|
*
kbuild: re-enable int-in-bool-context warning
Masahiro Yamada
2019-05-18
1
-1
/
+0
|
*
MAINTAINERS: kbuild: Add pattern for scripts/*vmlinux*
Krzysztof Kozlowski
2019-05-18
1
-0
/
+1
|
*
sh: exclude vmlinux.scr from .gitignore pattern
Masahiro Yamada
2019-05-18
1
-0
/
+1
|
*
sh: vsyscall: drop unnecessary cc-ldoption
Nick Desaulniers
2019-05-18
1
-2
/
+1
|
*
ia64: require -Wl,--hash-style=sysv
Nick Desaulniers
2019-05-18
1
-1
/
+1
|
*
csky: remove deprecated arch/csky/boot/dts/include/dt-bindings
Masahiro Yamada
2019-05-18
1
-1
/
+0
*
|
Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2019-05-19
3
-13
/
+111
|
\
\
|
*
|
i2c: core: add device-managed version of i2c_new_dummy
Heiner Kallweit
2019-05-17
3
-0
/
+50
|
*
|
i2c: core: improve return value handling of i2c_new_device and i2c_new_dummy
Heiner Kallweit
2019-05-17
1
-13
/
+61
*
|
|
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2019-05-19
13
-65
/
+107
|
\
\
\
|
*
|
|
ext4: avoid panic during forced reboot due to aborted journal
Jan Kara
2019-05-17
1
-1
/
+1
|
*
|
|
ext4: fix block validity checks for journal inodes using indirect blocks
Theodore Ts'o
2019-05-15
1
-0
/
+5
|
*
|
|
unicode: update to Unicode 12.1.0 final
Theodore Ts'o
2019-05-12
1
-21
/
+7
|
*
|
|
unicode: add missing check for an error return from utf8lookup()
Theodore Ts'o
2019-05-12
1
-0
/
+2
|
*
|
|
ext4: fix miscellaneous sparse warnings
Theodore Ts'o
2019-05-12
3
-3
/
+3
|
*
|
|
ext4: unsigned int compared against zero
Colin Ian King
2019-05-10
1
-1
/
+2
|
*
|
|
ext4: fix use-after-free in dx_release()
Sahitya Tummala
2019-05-10
1
-1
/
+4
|
*
|
|
ext4: fix data corruption caused by overlapping unaligned and aligned IO
Lukas Czerner
2019-05-10
1
-0
/
+7
|
*
|
|
jbd2: fix potential double free
Chengguang Xu
2019-05-10
4
-36
/
+61
|
*
|
|
ext4: zero out the unused memory region in the extent tree block
Sriram Rajagopalan
2019-05-10
1
-2
/
+15
*
|
|
|
Merge tag '5.2-rc-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2019-05-19
8
-51
/
+173
|
\
\
\
\
|
*
|
|
|
cifs: add support for SEEK_DATA and SEEK_HOLE
Ronnie Sahlberg
2019-05-15
3
-0
/
+99
|
*
|
|
|
Fixed https://bugzilla.kernel.org/show_bug.cgi?id=202935 allow write on the s...
Kovtunenko Oleksandr
2019-05-15
1
-5
/
+0
|
*
|
|
|
cifs: Allocate memory for all iovs in smb2_ioctl
Long Li
2019-05-15
1
-2
/
+19
|
*
|
|
|
cifs: Don't match port on SMBDirect transport
Long Li
2019-05-15
1
-0
/
+4
|
*
|
|
|
cifs:smbd Use the correct DMA direction when sending data
Long Li
2019-05-14
1
-3
/
+5
|
*
|
|
|
cifs:smbd When reconnecting to server, call smbd_destroy() after all MIDs hav...
Long Li
2019-05-14
1
-17
/
+20
|
*
|
|
|
cifs: use the right include for signal_pending()
Ronnie Sahlberg
2019-05-12
1
-1
/
+1
|
*
|
|
|
smb3: trivial cleanup to smb2ops.c
Steve French
2019-05-09
1
-1
/
+1
|
*
|
|
|
cifs: cleanup smb2ops.c and normalize strings
Christoph Probst
2019-05-09
1
-22
/
+22
|
*
|
|
|
smb3: display session id in debug data
Steve French
2019-05-09
1
-0
/
+2
[next]