summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds85-424/+539
2018-06-15Merge tag 'ceph-for-4.18-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds15-256/+372
2018-06-15Merge tag 'for-4.18-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-19/+19
2018-06-15Kbuild: rename HAVE_CC_STACKPROTECTOR config variableMasahiro Yamada8-9/+9
2018-06-15kconfig: tinyconfig: remove stale stack protector fixupsMasahiro Yamada1-4/+0
2018-06-15x86: fix dependency of X86_32_LAZY_GSMasahiro Yamada1-1/+1
2018-06-14pstore: Remove bogus format string definitionArnd Bergmann1-11/+6
2018-06-14Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-ti...Arnd Bergmann90-439/+563
2018-06-14Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds8-12/+32
2018-06-14Merge tag 'platform-drivers-x86-v4.18-1' of git://git.infradead.org/linux-pla...Linus Torvalds20-77/+585
2018-06-14Merge tag 'pwm/for-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds10-12/+66
2018-06-14Merge branch 'i2c/for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds94-483/+1683
2018-06-14Merge tag 'apparmor-pr-2018-06-13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds15-74/+313
2018-06-14Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variablesLinus Torvalds33-39/+39
2018-06-13Merge tag 'kbuild-v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds26-308/+173
2018-06-13Merge tag 'acpi-4.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds15-26/+192
2018-06-13Merge tag 'pm-4.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds18-75/+468
2018-06-13Merge branch 'acpica'Rafael J. Wysocki14-21/+187
2018-06-13Merge branches 'pm-domains' and 'pm-tools'Rafael J. Wysocki8-44/+228
2018-06-13Merge branch 'pm-cpufreq'Rafael J. Wysocki6-24/+209
2018-06-13Revert "debugfs: inode: debugfs_create_dir uses mode permission from parent"Linus Torvalds1-3/+1
2018-06-13KVM: x86: VMX: fix build without hyper-vLinus Torvalds1-0/+3
2018-06-13Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1201-2796/+3586
2018-06-13Merge tag 'for-4.18/dm-changes-v2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds14-74/+2466
2018-06-13treewide: Use array_size in f2fs_kvzalloc()Kees Cook3-8/+16
2018-06-13treewide: Use array_size() in f2fs_kzalloc()Kees Cook4-8/+16
2018-06-13treewide: Use array_size() in f2fs_kmalloc()Kees Cook1-3/+5
2018-06-13treewide: Use array_size() in sock_kmalloc()Kees Cook2-3/+4
2018-06-13treewide: Use array_size() in kvzalloc_node()Kees Cook2-4/+5
2018-06-13treewide: Use array_size() in vzalloc_node()Kees Cook4-7/+9
2018-06-13treewide: Use array_size() in vzalloc()Kees Cook64-118/+164
2018-06-13treewide: Use array_size() in vmalloc()Kees Cook78-116/+160
2018-06-13treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook229-664/+847
2018-06-13treewide: devm_kmalloc() -> devm_kmalloc_array()Kees Cook5-10/+11
2018-06-13treewide: kvzalloc() -> kvcalloc()Kees Cook20-53/+67
2018-06-13treewide: kvmalloc() -> kvmalloc_array()Kees Cook8-15/+24
2018-06-13treewide: kzalloc_node() -> kcalloc_node()Kees Cook15-35/+35
2018-06-13treewide: kzalloc() -> kcalloc()Kees Cook484-977/+1177
2018-06-13treewide: kmalloc() -> kmalloc_array()Kees Cook377-748/+1014
2018-06-13mm: Introduce kvcalloc()Kees Cook1-0/+5
2018-06-13video: uvesafb: Fix integer overflow in allocationKees Cook1-1/+2
2018-06-13UBIFS: Fix potential integer overflow in allocationSilvio Cesare1-2/+3
2018-06-13leds: Use struct_size() in allocationKees Cook1-2/+1
2018-06-13Convert intel uncore to struct_sizeMatthew Wilcox1-9/+10
2018-06-13Convert jffs2 acl to struct_sizeMatthew Wilcox2-1/+3
2018-06-13Convert vhost to struct_sizeMatthew Wilcox1-1/+2
2018-06-13Convert v4l2 event to struct_sizeMatthew Wilcox1-2/+1
2018-06-13Convert infiniband uverbs to struct_sizeMatthew Wilcox2-6/+3
2018-06-13Convert virtio_console to struct_sizeMatthew Wilcox1-2/+1
2018-06-13test_overflow: fix an IS_ERR() vs NULL bugDan Carpenter1-1/+1