aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-06-13Merge tag 'kbuild-v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds26-308/+173
2018-06-13Merge tag 'acpi-4.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds15-26/+192
2018-06-13Merge tag 'pm-4.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus 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-12Revert "debugfs: inode: debugfs_create_dir uses mode permission from parent"Linus Torvalds1-3/+1
2018-06-12KVM: x86: VMX: fix build without hyper-vLinus Torvalds1-0/+3
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1201-2796/+3586
2018-06-12Merge tag 'for-4.18/dm-changes-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds14-74/+2466
2018-06-12treewide: Use array_size in f2fs_kvzalloc()Kees Cook3-8/+16
2018-06-12treewide: Use array_size() in f2fs_kzalloc()Kees Cook4-8/+16
2018-06-12treewide: Use array_size() in f2fs_kmalloc()Kees Cook1-3/+5
2018-06-12treewide: Use array_size() in sock_kmalloc()Kees Cook2-3/+4
2018-06-12treewide: Use array_size() in kvzalloc_node()Kees Cook2-4/+5
2018-06-12treewide: Use array_size() in vzalloc_node()Kees Cook4-7/+9
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook64-118/+164
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook78-116/+160
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook229-664/+847
2018-06-12treewide: devm_kmalloc() -> devm_kmalloc_array()Kees Cook5-10/+11
2018-06-12treewide: kvzalloc() -> kvcalloc()Kees Cook20-53/+67
2018-06-12treewide: kvmalloc() -> kvmalloc_array()Kees Cook8-15/+24
2018-06-12treewide: kzalloc_node() -> kcalloc_node()Kees Cook15-35/+35
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook484-977/+1177
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook377-748/+1014
2018-06-12mm: Introduce kvcalloc()Kees Cook1-0/+5
2018-06-12video: uvesafb: Fix integer overflow in allocationKees Cook1-1/+2
2018-06-12UBIFS: Fix potential integer overflow in allocationSilvio Cesare1-2/+3
2018-06-12leds: Use struct_size() in allocationKees Cook1-2/+1
2018-06-12Convert intel uncore to struct_sizeMatthew Wilcox1-9/+10
2018-06-12Convert jffs2 acl to struct_sizeMatthew Wilcox2-1/+3
2018-06-12Convert vhost to struct_sizeMatthew Wilcox1-1/+2
2018-06-12Convert v4l2 event to struct_sizeMatthew Wilcox1-2/+1
2018-06-12Convert infiniband uverbs to struct_sizeMatthew Wilcox2-6/+3
2018-06-12Convert virtio_console to struct_sizeMatthew Wilcox1-2/+1
2018-06-12test_overflow: fix an IS_ERR() vs NULL bugDan Carpenter1-1/+1
2018-06-12Merge tag 'xfs-4.18-merge-10' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds207-3195/+939
2018-06-12Merge tag 'pci-v4.18-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds79-1626/+1509
2018-06-12Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermalLinus Torvalds18-881/+851
2018-06-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linuxLinus Torvalds10-157/+50
2018-06-12Merge tag 'ntb-4.18' of git://github.com/jonmason/ntbLinus Torvalds8-813/+1001
2018-06-12Merge tag 'vfio-v4.18-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds13-116/+2622
2018-06-12Merge tag 'mips_4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds60-392/+339
2018-06-12autofs: Fix typo s/thenew new/the new/ in AUTOFS4_FS descriptionGeert Uytterhoeven1-1/+1
2018-06-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds74-769/+1827
2018-06-12Merge tag 'nfs-for-4.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds38-733/+1240
2018-06-12Merge tag 'nfsd-4.18' of git://linux-nfs.org/~bfields/linuxLinus Torvalds22-880/+1489
2018-06-13linux/linkage.h: replace VMLINUX_SYMBOL_STR() with __stringify()Masahiro Yamada1-6/+6
2018-06-12kvm: fix typo in flag nameMichael S. Tsirkin3-6/+6
2018-06-12kvm: x86: use correct privilege level for sgdt/sidt/fxsave/fxrstor accessPaolo Bonzini3-14/+26