aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2018-06-17Merge tag 'docs-broken-links' of git://linuxtv.org/mchehab/experimentalGravatar Linus Torvalds 3-11/+12
2018-06-17Merge tag 'fsnotify_for_v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 3-13/+9
2018-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-2/+12
2018-06-16Merge tag 'modules-for-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-3/+1
2018-06-15fix a series of Documentation/ broken file name referencesGravatar Mauro Carvalho Chehab 1-2/+3
2018-06-15docs: Fix some broken referencesGravatar Mauro Carvalho Chehab 2-9/+9
2018-06-15Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 5-3/+36
2018-06-15sched/core / kcov: avoid kcov_area during task switchGravatar Mark Rutland 2-1/+5
2018-06-15kcov: prefault the kcov_areaGravatar Mark Rutland 1-0/+16
2018-06-15kcov: ensure irq code sees a valid areaGravatar Mark Rutland 1-1/+2
2018-06-15kernel/relay.c: change return type to vm_fault_tGravatar Souptick Joarder 1-1/+1
2018-06-15mm: check for SIGKILL inside dup_mmap() loopGravatar Tetsuo Handa 1-0/+8
2018-06-15kexec: yield to scheduler when loading kimage segmentsGravatar Jarrett Farnitano 1-0/+4
2018-06-15kconfig: tinyconfig: remove stale stack protector fixupsGravatar Masahiro Yamada 1-4/+0
2018-06-14Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variablesGravatar Linus Torvalds 3-3/+3
2018-06-13Merge tag 'kbuild-v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Gravatar Linus Torvalds 2-14/+5
2018-06-12treewide: Use array_size() in vzalloc()Gravatar Kees Cook 2-4/+6
2018-06-12treewide: Use array_size() in vmalloc()Gravatar Kees Cook 4-7/+8
2018-06-12treewide: kvzalloc() -> kvcalloc()Gravatar Kees Cook 1-4/+4
2018-06-12treewide: kzalloc_node() -> kcalloc_node()Gravatar Kees Cook 1-1/+2
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 10-13/+18
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 12-35/+49
2018-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar David S. Miller 1-2/+12
2018-06-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 2-19/+32
2018-06-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-0/+1
2018-06-10Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 5-0/+365
2018-06-10Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-13/+55
2018-06-10Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-17/+7
2018-06-10signal: Remove no longer required irqsave/restoreGravatar Anna-Maria Gleixner 1-17/+7
2018-06-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ideGravatar Linus Torvalds 1-0/+1
2018-06-08Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 4-181/+200
2018-06-08Merge branch 'for-4.18/dax' into libnvdimm-for-nextGravatar Dan Williams 3-181/+199
2018-06-08bpf: implement dummy fops for bpf objectsGravatar Daniel Borkmann 1-2/+12
2018-06-08gcov: remove CONFIG_GCOV_FORMAT_AUTODETECTGravatar Masahiro Yamada 2-14/+5
2018-06-07kernel/hung_task.c: show all hung tasks before panicGravatar Tetsuo Handa 1-4/+7
2018-06-07mm: split page_type out from _mapcountGravatar Matthew Wilcox 1-0/+1
2018-06-07mm: introduce arg_lock to protect arg_start|end and env_start|end in mm_structGravatar Yang Shi 2-2/+9
2018-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar David S. Miller 1-17/+31
2018-06-07umh: fix race conditionGravatar Alexei Starovoitov 1-2/+1
2018-06-07bpf: reject passing modified ctx to helper functionsGravatar Daniel Borkmann 1-17/+31
2018-06-07Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 2-6/+2
2018-06-07Merge tag 'fuse-update-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+1
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 22-463/+4605
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 3-6/+4
2018-06-06Merge tag 'trace-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 10-55/+93
2018-06-06Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 6-95/+182
2018-06-06Merge tag 'printk-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-14/+7
2018-06-06treewide: Use struct_size() for kmalloc()-familyGravatar Kees Cook 3-6/+4
2018-06-06genirq/affinity: Defer affinity setting if irq chip is busyGravatar Thomas Gleixner 1-2/+35
2018-06-06genirq/migration: Avoid out of line call if pending is not setGravatar Thomas Gleixner 1-4/+1