summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-06-15mm/swapfile.c: fix swap_count comment about nonexistent SWAP_HAS_CONTDaniel Jordan1-1/+1
2018-06-15mm: fix null pointer dereference in mem_cgroup_protectedRoman Gushchin1-0/+4
2018-06-15mm/ksm.c: ignore STABLE_FLAG of rmap_item->address in rmap_walk_ksm()Jia He1-4/+10
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
2018-06-13Merge tag 'xfs-4.18-merge-10' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds207-3195/+939
2018-06-13Merge tag 'pci-v4.18-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds79-1626/+1509
2018-06-12Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Linus Torvalds18-881/+851
2018-06-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds10-157/+50
2018-06-12Merge tag 'ntb-4.18' of git://github.com/jonmason/ntbLinus Torvalds8-813/+1001