aboutsummaryrefslogtreecommitdiffstats
path: root/scripts (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-15hexagon: fix printk format warning in setup.cRandy Dunlap1-1/+1
2018-06-15mm: fix oom_kill event handlingRoman Gushchin3-7/+27
2018-06-15treewide: use PHYS_ADDR_MAX to avoid type casting ULLONG_MAXStefan Agner9-13/+13
2018-06-15mm: use octal not symbolic permissionsJoe Perches15-66/+63
2018-06-15ipc: use new return type vm_fault_tSouptick Joarder1-1/+1
2018-06-15sysvipc/sem: mitigate semnum index against spectre v1Davidlohr Bueso1-4/+14
2018-06-15fault-injection: reorder config entriesMikulas Patocka1-18/+18
2018-06-15arm: port KCOV to armDmitry Vyukov4-1/+16
2018-06-15sched/core / kcov: avoid kcov_area during task switchMark Rutland4-2/+20
2018-06-15kcov: prefault the kcov_areaMark Rutland1-0/+16
2018-06-15kcov: ensure irq code sees a valid areaMark Rutland1-1/+2
2018-06-15kernel/relay.c: change return type to vm_fault_tSouptick Joarder1-1/+1
2018-06-15exofs: avoid VLA in structuresKees Cook3-67/+115
2018-06-15coredump: fix spam with zero VMA processAlexey Dobriyan1-8/+9
2018-06-15fat: use fat_fs_error() instead of BUG_ON() in __fat_get_block()OGAWA Hirofumi1-1/+7
2018-06-15proc: skip branch in /proc/*/* lookupAlexey Dobriyan1-6/+3
2018-06-15mremap: remove LATENCY_LIMIT from mremap to reduce the number of TLB shootdownsMel Gorman1-4/+0
2018-06-15mm/memblock: add missing include <linux/bootmem.h>Mathieu Malaterre1-0/+1
2018-06-15mm: check for SIGKILL inside dup_mmap() loopTetsuo Handa1-0/+8
2018-06-15kexec: yield to scheduler when loading kimage segmentsJarrett Farnitano1-0/+4
2018-06-15mm: fix race between kmem_cache destroy, create and deactivateShakeel Butt2-1/+33
2018-06-15mm: fix devmem_is_allowed() for sub-page System RAM intersectionsDan Williams1-1/+3
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-14Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variablesLinus Torvalds33-39/+39
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-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