aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2017-09-25blktrace: Fix potential deadlock between delete & sysfs opsGravatar Waiman Long 1-0/+1
2017-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 5-6/+11
2017-09-15Merge branch '4.14-features' of git://git.linux-mips.org/pub/scm/ralf/upstrea...Gravatar Linus Torvalds 2-297/+15
2017-09-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 2-3/+59
2017-09-15sctp: fix an use-after-free issue in sctp_sock_dumpGravatar Xin Long 1-1/+2
2017-09-15sched/wait: Add swq_has_sleeper()Gravatar Davidlohr Bueso 1-2/+56
2017-09-14vfs: constify path argument to kernel_read_file_from_pathGravatar Mimi Zohar 1-1/+1
2017-09-14Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-4/+4
2017-09-14Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-3/+3
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-10/+38
2017-09-14Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-6/+3
2017-09-14Merge branch 'work.ipc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Gravatar Linus Torvalds 6-28/+13
2017-09-14Merge branch 'zstd-minimal' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 3-7/+1394
2017-09-14Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-9/+3
2017-09-14Merge tag 'fbdev-v4.14' of git://github.com/bzolnier/linuxGravatar Linus Torvalds 2-9/+13
2017-09-14Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-3/+0
2017-09-14sched/wait: Introduce wakeup boomark in wake_up_page_bitGravatar Tim Chen 1-0/+2
2017-09-14sched/wait: Break up long wake list walkGravatar Tim Chen 1-0/+1
2017-09-14KVM: trace events: update list of exit reasonsGravatar Ladi Prosek 1-1/+3
2017-09-13mm: treewide: remove GFP_TEMPORARY allocation flagGravatar Michal Hocko 2-3/+0
2017-09-13sctp: potential read out of bounds in sctp_ulpevent_type_enabled()Gravatar Dan Carpenter 1-1/+5
2017-09-13Merge tag 'modules-for-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2017-09-13Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Gravatar Linus Torvalds 13-3/+1034
2017-09-13Merge tag 'rtc-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Gravatar Linus Torvalds 1-2/+0
2017-09-13Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-6/+0
2017-09-13Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 3-17/+7
2017-09-13Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-6/+10
2017-09-12net_sched: get rid of tcfa_rcuGravatar Cong Wang 1-2/+0
2017-09-12Merge tag 'f2fs-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Gravatar Linus Torvalds 2-27/+126
2017-09-12Merge tag 'ceph-for-4.14-rc1' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 4-15/+7
2017-09-12Merge tag 'dma-mapping-4.14' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-22/+6
2017-09-12Merge tag 'uuid-for-4.14' of git://git.infradead.org/users/hch/uuidGravatar Linus Torvalds 2-49/+49
2017-09-12Merge tag 'selinux-pr-20170831' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 3-14/+1
2017-09-12Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-4/+9
2017-09-12Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+6
2017-09-11Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Gravatar Linus Torvalds 1-0/+1
2017-09-11Merge tag 'nfs-for-4.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 6-9/+25
2017-09-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 6-73/+99
2017-09-11xdp: implement xdp_redirect_map for generic XDPGravatar Jesper Dangaard Brouer 1-2/+2
2017-09-11perf/bpf: fix a clang compilation issueGravatar Yonghong Song 1-0/+2
2017-09-11Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-0/+22
2017-09-11string.h: un-fortify memcpy_and_padGravatar Martin Wilck 1-13/+2
2017-09-11nvme-pci: implement the HMB entry number and size limitationsGravatar Christoph Hellwig 1-1/+3
2017-09-11block: tolerate tracing of NULL bioGravatar Greg Thelen 1-3/+2
2017-09-11dax: remove the pmem_dax_ops->flush abstractionGravatar Mikulas Patocka 2-7/+1
2017-09-10Merge tag 'armsoc-devicetree' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 7-106/+271
2017-09-10Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 9-0/+165
2017-09-10Merge tag 'armsoc-platforms' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+3
2017-09-09Merge tag 'iommu-updates-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 4-8/+120
2017-09-09Merge tag 'for-linus-20170904' of git://git.infradead.org/linux-mtdGravatar Linus Torvalds 11-29/+45