summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2019-12-15Merge branch 'remove-ksys-mount-dup' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-5/+4
2019-12-14Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-6/+6
2019-12-14Merge tag 'pm-5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-4/+10
2019-12-14Merge tag 'for-linus-20191212' of git://git.kernel.dk/linux-blockLinus Torvalds2-2/+4
2019-12-14Merge tag 'sizeof_field-v5.5-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-8/+8
2019-12-12fs: remove ksys_dup()Dominik Brodowski1-1/+0
2019-12-12init: unify opening /dev/console as stdin/stdout/stderrDominik Brodowski1-0/+2
2019-12-12blk-cgroup: remove blkcg_drain_queueGuoqing Jiang1-2/+0
2019-12-12init: use do_mount() instead of ksys_mount()Dominik Brodowski1-2/+0
2019-12-12devtmpfs: use do_mount() instead of ksys_mount()Dominik Brodowski1-2/+2
2019-12-11Merge tag 'trace-v5.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds1-0/+5
2019-12-11i2c: add helper to check if a client has a driver attachedWolfram Sang1-0/+5
2019-12-11i2c: fix header file kernel-doc warningRandy Dunlap1-0/+1
2019-12-11i2c: remove i2c_new_dummy() APIWolfram Sang1-6/+0
2019-12-10ftrace: Fix function_graph tracer interaction with BPF trampolineAlexei Starovoitov1-0/+5
2019-12-09Merge tag 'printk-for-5.5-pr-warning-removal' of git://git.kernel.org/pub/scm...Linus Torvalds1-2/+1
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya3-8/+8
2019-12-09PM / devfreq: Use PM QoS for sysfs min/max_freqLeonard Crestez1-4/+5
2019-12-09PM / devfreq: Add PM QoS supportLeonard Crestez1-0/+5
2019-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds4-4/+27
2019-12-08Merge tag 'nfsd-5.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds14-44/+0
2019-12-08Merge tag 'nfs-for-5.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds6-10/+61
2019-12-08pipe: remove 'waiting_writers' merging logicLinus Torvalds1-2/+0
2019-12-07inet: protect against too small mtu values.Eric Dumazet1-0/+5
2019-12-07tcp: fix rejected syncookies due to stale timestampsGuillaume Nault1-0/+13
2019-12-07Merge branch 'nvme/for-5.5' of git://git.infradead.org/nvme into for-linusJens Axboe1-0/+4
2019-12-07Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds1-0/+1
2019-12-06Merge tag 'drm-next-2019-12-06' of git://anongit.freedesktop.org/drm/drmLinus Torvalds3-2/+27
2019-12-06Merge tag 'for-linus-20191205' of git://git.kernel.dk/linux-blockLinus Torvalds3-33/+33
2019-12-06Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-0/+6
2019-12-06Merge tag 'omap-for-v5.5/ti-sysc-late-signed' of git://git.kernel.org/pub/scm...Olof Johansson1-0/+1
2019-12-06printk: Drop pr_warning definitionKefeng Wang1-2/+1
2019-12-06Merge tag 'ceph-for-5.5-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-4/+6
2019-12-05Merge tag 'modules-for-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-65/+30
2019-12-05Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds10-85/+113
2019-12-05Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-0/+85
2019-12-05Merge tag 'pwm/for-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-12/+5
2019-12-05Merge branch 'thermal/next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-23/+9
2019-12-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds14-27/+174
2019-12-05mm: remove __ARCH_HAS_4LEVEL_HACK and include/asm-generic/4level-fixup.hMike Rapoport1-5/+5
2019-12-05lib/bitmap: introduce bitmap_replace() helperAndy Shevchenko1-0/+16
2019-12-05kcov: remote coverage supportAndrey Konovalov2-0/+31
2019-12-05uaccess: disallow > INT_MAX copy sizesKees Cook1-0/+2
2019-12-05lib/genalloc.c: rename addr_in_gen_pool to gen_pool_has_addrHuang Shijie1-1/+1
2019-12-05lib/rbtree: get successor's color directlyWei Yang1-2/+1
2019-12-05lib/rbtree: set successor's parent unconditionallyWei Yang1-2/+1
2019-12-05bitops: introduce the for_each_set_clump8 macroWilliam Breathitt Gray2-0/+47
2019-12-05kernel/notifier.c: remove blocking_notifier_chain_cond_register()Xiaoming Ni1-4/+0
2019-12-05kernel.h: update comment about simple_strto<foo>() functionsAndy Shevchenko1-5/+14
2019-12-05linux/build_bug.h: change type to intRikard Falkeborn1-2/+2