summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2018-06-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds-3/+36
2018-06-15sched/core / kcov: avoid kcov_area during task switchMark Rutland-1/+5
2018-06-15kcov: prefault the kcov_areaMark Rutland-0/+16
2018-06-15kcov: ensure irq code sees a valid areaMark Rutland-1/+2
2018-06-15kernel/relay.c: change return type to vm_fault_tSouptick Joarder-1/+1
2018-06-15mm: check for SIGKILL inside dup_mmap() loopTetsuo Handa-0/+8
2018-06-15kexec: yield to scheduler when loading kimage segmentsJarrett Farnitano-0/+4
2018-06-15kconfig: tinyconfig: remove stale stack protector fixupsMasahiro Yamada-4/+0
2018-06-14Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variablesLinus Torvalds-3/+3
2018-06-13Merge tag 'kbuild-v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds-14/+5
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook-4/+6
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook-7/+8
2018-06-12treewide: kvzalloc() -> kvcalloc()Kees Cook-4/+4
2018-06-12treewide: kzalloc_node() -> kcalloc_node()Kees Cook-1/+2
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook-13/+18
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook-35/+49
2018-06-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-19/+32
2018-06-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-0/+1
2018-06-10Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+365
2018-06-10Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-13/+55
2018-06-10Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-17/+7
2018-06-10signal: Remove no longer required irqsave/restoreAnna-Maria Gleixner-17/+7
2018-06-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ideLinus Torvalds-0/+1
2018-06-08Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-181/+200
2018-06-08Merge branch 'for-4.18/dax' into libnvdimm-for-nextDan Williams-181/+199
2018-06-08gcov: remove CONFIG_GCOV_FORMAT_AUTODETECTMasahiro Yamada-14/+5
2018-06-07kernel/hung_task.c: show all hung tasks before panicTetsuo Handa-4/+7
2018-06-07mm: split page_type out from _mapcountMatthew Wilcox-0/+1
2018-06-07mm: introduce arg_lock to protect arg_start|end and env_start|end in mm_structYang Shi-2/+9
2018-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-17/+31
2018-06-07umh: fix race conditionAlexei Starovoitov-2/+1
2018-06-07bpf: reject passing modified ctx to helper functionsDaniel Borkmann-17/+31
2018-06-07Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-6/+2
2018-06-07Merge tag 'fuse-update-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-0/+1
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-463/+4605
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-6/+4
2018-06-06Merge tag 'trace-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds-55/+93
2018-06-06Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-95/+182
2018-06-06Merge tag 'printk-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-14/+7
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook-6/+4
2018-06-06genirq/affinity: Defer affinity setting if irq chip is busyThomas Gleixner-2/+35
2018-06-06genirq/migration: Avoid out of line call if pending is not setThomas Gleixner-4/+1
2018-06-06genirq/generic_pending: Do not lose pending affinity updateThomas Gleixner-7/+19
2018-06-06rseq: Introduce restartable sequences system callMathieu Desnoyers-0/+365
2018-06-05Merge branch 'for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds-48/+94
2018-06-05Merge branch 'for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds-395/+512
2018-06-05ide: don't enable/disable interrupts in force threaded-IRQ modeSebastian Andrzej Siewior-0/+1
2018-06-05tracing: Use match_string() instead of open coding it in trace_set_options()Yisheng Xie-10/+5
2018-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-53/+169
2018-06-05Merge tag 'pm-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds-95/+210