index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
blk-mq-sched.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-06-15
smb3: note that smb3.11 posix extensions mount option is experimental
Steve French
1
-1
/
+4
2018-06-15
lib/test_printf.c: call wait_for_random_bytes() before plain %p tests
Thierry Escande
1
-0
/
+7
2018-06-15
hexagon: drop the unused variable zero_page_mask
Anshuman Khandual
2
-4
/
+0
2018-06-15
hexagon: fix printk format warning in setup.c
Randy Dunlap
1
-1
/
+1
2018-06-15
mm: fix oom_kill event handling
Roman Gushchin
3
-7
/
+27
2018-06-15
treewide: use PHYS_ADDR_MAX to avoid type casting ULLONG_MAX
Stefan Agner
9
-13
/
+13
2018-06-15
mm: use octal not symbolic permissions
Joe Perches
15
-66
/
+63
2018-06-15
ipc: use new return type vm_fault_t
Souptick Joarder
1
-1
/
+1
2018-06-15
sysvipc/sem: mitigate semnum index against spectre v1
Davidlohr Bueso
1
-4
/
+14
2018-06-15
fault-injection: reorder config entries
Mikulas Patocka
1
-18
/
+18
2018-06-15
arm: port KCOV to arm
Dmitry Vyukov
4
-1
/
+16
2018-06-15
sched/core / kcov: avoid kcov_area during task switch
Mark Rutland
4
-2
/
+20
2018-06-15
kcov: prefault the kcov_area
Mark Rutland
1
-0
/
+16
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-15
Kbuild: rename HAVE_CC_STACKPROTECTOR config variable
Masahiro Yamada
8
-9
/
+9
2018-06-15
kconfig: tinyconfig: remove stale stack protector fixups
Masahiro Yamada
1
-4
/
+0
2018-06-15
x86: fix dependency of X86_32_LAZY_GS
Masahiro Yamada
1
-1
/
+1
2018-06-14
pstore: Remove bogus format string definition
Arnd Bergmann
1
-11
/
+6
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
[next]