aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2019-12-08fs: Delete timespec64_trunc()Gravatar Deepa Dinamani 1-1/+0
2019-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Linus Torvalds 10-23/+64
2019-12-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 1-0/+2
2019-12-07Merge tag 'nfsd-5.5' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 17-51/+123
2019-12-07Merge tag 'nfs-for-5.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 8-76/+287
2019-12-07pipe: remove 'waiting_writers' merging logicGravatar Linus Torvalds 1-2/+0
2019-12-07inet: protect against too small mtu values.Gravatar Eric Dumazet 2-0/+10
2019-12-06tcp: Protect accesses to .ts_recent_stamp with {READ,WRITE}_ONCE()Gravatar Guillaume Nault 1-3/+3
2019-12-06tcp: tighten acceptance of ACKs not matching a child socketGravatar Guillaume Nault 1-3/+13
2019-12-06tcp: fix rejected syncookies due to stale timestampsGravatar Guillaume Nault 2-2/+16
2019-12-06net: core: rename indirect block ingress cb functionGravatar John Hurley 1-8/+7
2019-12-06Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Gravatar Linus Torvalds 1-0/+1
2019-12-06Merge tag 'powerpc-5.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 4-263/+295
2019-12-06Merge tag 'sound-fix-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+1
2019-12-06Merge tag 'drm-next-2019-12-06' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 4-2/+92
2019-12-06Merge tag 'for-linus-20191205' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 4-33/+34
2019-12-06Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGravatar Linus Torvalds 2-0/+6
2019-12-06Merge tag 'omap-for-v5.5/ti-sysc-late-signed' of git://git.kernel.org/pub/scm...Gravatar Olof Johansson 1-0/+1
2019-12-05Merge tag 'ceph-for-5.5-rc1' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 1-4/+6
2019-12-05Merge tag 'modules-for-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-65/+30
2019-12-05Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socGravatar Linus Torvalds 2-4/+115
2019-12-05Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Gravatar Linus Torvalds 14-86/+199
2019-12-05Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socGravatar Linus Torvalds 1-0/+85
2019-12-05Merge tag 'pwm/for-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-12/+5
2019-12-05Merge branch 'thermal/next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 3-23/+9
2019-12-05Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 21-66/+225
2019-12-04mm: remove __ARCH_HAS_4LEVEL_HACK and include/asm-generic/4level-fixup.hGravatar Mike Rapoport 2-44/+5
2019-12-04lib/bitmap: introduce bitmap_replace() helperGravatar Andy Shevchenko 1-0/+16
2019-12-04arch: sembuf.h: make uapi asm/sembuf.h self-containedGravatar Masahiro Yamada 1-0/+1
2019-12-04arch: msgbuf.h: make uapi asm/msgbuf.h self-containedGravatar Masahiro Yamada 1-0/+2
2019-12-04arch: ipcbuf.h: make uapi asm/ipcbuf.h self-containedGravatar Masahiro Yamada 1-0/+2
2019-12-04kcov: remote coverage supportGravatar Andrey Konovalov 3-0/+59
2019-12-04uaccess: disallow > INT_MAX copy sizesGravatar Kees Cook 1-0/+2
2019-12-04lib/genalloc.c: rename addr_in_gen_pool to gen_pool_has_addrGravatar Huang Shijie 1-1/+1
2019-12-04lib/rbtree: get successor's color directlyGravatar Wei Yang 1-2/+1
2019-12-04lib/rbtree: set successor's parent unconditionallyGravatar Wei Yang 1-2/+1
2019-12-04bitops: introduce the for_each_set_clump8 macroGravatar William Breathitt Gray 3-0/+64
2019-12-04kernel/notifier.c: remove blocking_notifier_chain_cond_register()Gravatar Xiaoming Ni 1-4/+0
2019-12-04kernel.h: update comment about simple_strto<foo>() functionsGravatar Andy Shevchenko 1-5/+14
2019-12-04linux/scc.h: make uapi linux/scc.h self-containedGravatar Masahiro Yamada 1-0/+1
2019-12-04linux/build_bug.h: change type to intGravatar Rikard Falkeborn 1-2/+2
2019-12-04include/linux/sysctl.h: inline braces for ctl_table and ctl_table_headerGravatar Alessio Balsini 1-4/+2
2019-12-04include/linux/proc_fs.h: fix confusing macro arg nameGravatar Miaohe Lin 1-2/+2
2019-12-04mm/memcontrol: use vmstat names for printing statisticsGravatar Konstantin Khlebnikov 1-2/+2
2019-12-04mm/vmstat: add helpers to get vmstat item names for each enum typeGravatar Konstantin Khlebnikov 1-0/+50
2019-12-04Merge tag 'trace-v5.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Gravatar Linus Torvalds 1-0/+1
2019-12-04Input: add privacy screen toggle keycodeGravatar Mathew King 1-0/+2
2019-12-04net: Fixed updating of ethertype in skb_mpls_push()Gravatar Martin Varghese 1-1/+1
2019-12-04net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupGravatar Sabrina Dubroca 1-2/+4
2019-12-04net: ipv6: add net argument to ip6_dst_lookup_flowGravatar Sabrina Dubroca 1-1/+1