index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
.mailmap
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-06-15
kcov: ensure irq code sees a valid area
Mark Rutland
1
-1
/
+2
2018-06-15
kernel/relay.c: change return type to vm_fault_t
Souptick Joarder
1
-1
/
+1
2018-06-15
exofs: avoid VLA in structures
Kees Cook
3
-67
/
+115
2018-06-15
coredump: fix spam with zero VMA process
Alexey Dobriyan
1
-8
/
+9
2018-06-15
fat: use fat_fs_error() instead of BUG_ON() in __fat_get_block()
OGAWA Hirofumi
1
-1
/
+7
2018-06-15
proc: skip branch in /proc/*/* lookup
Alexey Dobriyan
1
-6
/
+3
2018-06-15
mremap: remove LATENCY_LIMIT from mremap to reduce the number of TLB shootdowns
Mel Gorman
1
-4
/
+0
2018-06-15
mm/memblock: add missing include <linux/bootmem.h>
Mathieu Malaterre
1
-0
/
+1
2018-06-15
mm: check for SIGKILL inside dup_mmap() loop
Tetsuo Handa
1
-0
/
+8
2018-06-15
kexec: yield to scheduler when loading kimage segments
Jarrett Farnitano
1
-0
/
+4
2018-06-15
mm: fix race between kmem_cache destroy, create and deactivate
Shakeel Butt
2
-1
/
+33
2018-06-15
mm: fix devmem_is_allowed() for sub-page System RAM intersections
Dan Williams
1
-1
/
+3
2018-06-15
mm/swapfile.c: fix swap_count comment about nonexistent SWAP_HAS_CONT
Daniel Jordan
1
-1
/
+1
2018-06-15
mm: fix null pointer dereference in mem_cgroup_protected
Roman Gushchin
1
-0
/
+4
2018-06-15
mm/ksm.c: ignore STABLE_FLAG of rmap_item->address in rmap_walk_ksm()
Jia He
1
-4
/
+10
2018-06-14
Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variables
Linus Torvalds
33
-39
/
+39
2018-06-13
Revert "debugfs: inode: debugfs_create_dir uses mode permission from parent"
Linus Torvalds
1
-3
/
+1
2018-06-13
KVM: x86: VMX: fix build without hyper-v
Linus Torvalds
1
-0
/
+3
2018-06-13
treewide: Use array_size in f2fs_kvzalloc()
Kees Cook
3
-8
/
+16
2018-06-13
treewide: Use array_size() in f2fs_kzalloc()
Kees Cook
4
-8
/
+16
2018-06-13
treewide: Use array_size() in f2fs_kmalloc()
Kees Cook
1
-3
/
+5
2018-06-13
treewide: Use array_size() in sock_kmalloc()
Kees Cook
2
-3
/
+4
2018-06-13
treewide: Use array_size() in kvzalloc_node()
Kees Cook
2
-4
/
+5
2018-06-13
treewide: Use array_size() in vzalloc_node()
Kees Cook
4
-7
/
+9
2018-06-13
treewide: Use array_size() in vzalloc()
Kees Cook
64
-118
/
+164
2018-06-13
treewide: Use array_size() in vmalloc()
Kees Cook
78
-116
/
+160
2018-06-13
treewide: devm_kzalloc() -> devm_kcalloc()
Kees Cook
229
-664
/
+847
2018-06-13
treewide: devm_kmalloc() -> devm_kmalloc_array()
Kees Cook
5
-10
/
+11
2018-06-13
treewide: kvzalloc() -> kvcalloc()
Kees Cook
20
-53
/
+67
2018-06-13
treewide: kvmalloc() -> kvmalloc_array()
Kees Cook
8
-15
/
+24
2018-06-13
treewide: kzalloc_node() -> kcalloc_node()
Kees Cook
15
-35
/
+35
2018-06-13
treewide: kzalloc() -> kcalloc()
Kees Cook
484
-977
/
+1177
2018-06-13
treewide: kmalloc() -> kmalloc_array()
Kees Cook
377
-748
/
+1014
2018-06-13
mm: Introduce kvcalloc()
Kees Cook
1
-0
/
+5
2018-06-13
video: uvesafb: Fix integer overflow in allocation
Kees Cook
1
-1
/
+2
2018-06-13
UBIFS: Fix potential integer overflow in allocation
Silvio Cesare
1
-2
/
+3
2018-06-13
leds: Use struct_size() in allocation
Kees Cook
1
-2
/
+1
2018-06-13
Convert intel uncore to struct_size
Matthew Wilcox
1
-9
/
+10
2018-06-13
Convert jffs2 acl to struct_size
Matthew Wilcox
2
-1
/
+3
2018-06-13
Convert vhost to struct_size
Matthew Wilcox
1
-1
/
+2
2018-06-13
Convert v4l2 event to struct_size
Matthew Wilcox
1
-2
/
+1
2018-06-13
Convert infiniband uverbs to struct_size
Matthew Wilcox
2
-6
/
+3
2018-06-13
Convert virtio_console to struct_size
Matthew Wilcox
1
-2
/
+1
2018-06-13
test_overflow: fix an IS_ERR() vs NULL bug
Dan Carpenter
1
-1
/
+1
2018-06-12
autofs: Fix typo s/thenew new/the new/ in AUTOFS4_FS description
Geert Uytterhoeven
1
-1
/
+1
2018-06-12
linux/linkage.h: replace VMLINUX_SYMBOL_STR() with __stringify()
Masahiro Yamada
1
-6
/
+6
2018-06-12
kvm: fix typo in flag name
Michael S. Tsirkin
3
-6
/
+6
2018-06-12
kvm: x86: use correct privilege level for sgdt/sidt/fxsave/fxrstor access
Paolo Bonzini
3
-14
/
+26
2018-06-12
KVM: x86: pass kvm_vcpu to kvm_read_guest_virt and kvm_write_guest_virt_system
Paolo Bonzini
3
-28
/
+38
2018-06-12
KVM: x86: introduce linear_{read,write}_system
Paolo Bonzini
1
-32
/
+32
[next]