summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2018-05-26net: refactor socket_pollChristoph Hellwig1-0/+15
2018-05-26aio: implement IOCB_CMD_POLLChristoph Hellwig1-4/+2
2018-05-26aio: simplify KIOCB_KEY handlingChristoph Hellwig1-2/+0
2018-05-26fs: introduce new ->get_poll_head and ->poll_mask methodsChristoph Hellwig2-6/+8
2018-05-26fs: add new vfs_poll and file_can_poll helpersChristoph Hellwig1-0/+12
2018-05-26fs: unexport poll_schedule_timeoutChristoph Hellwig1-2/+0
2018-05-26uapi: turn __poll_t sparse checks on by defaultChristoph Hellwig1-4/+0
2018-05-26Merge branch 'fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/viro/...Christoph Hellwig1-0/+1
2018-05-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-4/+6
2018-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-3/+5
2018-05-25mm/memory_hotplug: fix leftover use of struct page during hotplugJonathan Cameron1-3/+5
2018-05-25mm: do not warn on offline nodes unless the specific node is explicitly reque...Michal Hocko1-1/+1
2018-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-1/+1
2018-05-25regmap: add missing prototype for devm_init_slimbusSrinivas Kandagatla1-1/+17
2018-05-25dma-mapping: remove unused gfp_t parameter to arch_dma_alloc_attrsHuaisheng Ye1-2/+2
2018-05-25sched, tracing: Fix trace_sched_pi_setprio() for deboostingSebastian Andrzej Siewior1-1/+3
2018-05-24ppp: remove the PPPIOCDETACH ioctlEric Biggers1-1/+1
2018-05-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2-6/+5
2018-05-24Revert "mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLE"Joonsoo Kim2-1/+3
2018-05-24blk-mq: avoid starving tag allocation after allocating process migratesMing Lei1-0/+7
2018-05-24bpf: properly enforce index mask to prevent out-of-bounds speculationDaniel Borkmann1-1/+1
2018-05-23IB/uverbs: Fix uverbs_attr_get_objJason Gunthorpe1-5/+5
2018-05-23Merge tag 'mac80211-for-davem-2018-05-23' of git://git.kernel.org/pub/scm/lin...David S. Miller1-1/+1
2018-05-22sctp: fix the issue that flags are ignored when using kernel_connectXin Long1-0/+2
2018-05-21Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+1
2018-05-21Merge branch 'speck-v20' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Linus Torvalds7-5/+40
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-11/+12
2018-05-21Merge tag 'ib-mfd-hwmon-v4.18' into hwmon-nextGuenter Roeck1-0/+2
2018-05-20Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-1/+11
2018-05-20Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-4/+4
2018-05-19bpf: Prevent memory disambiguation attackAlexei Starovoitov1-0/+1
2018-05-19dma-mapping: provide a generic dma-noncoherent implementationChristoph Hellwig4-1/+63
2018-05-18include/linux/mm.h: add new inline function vmf_error()Souptick Joarder1-0/+7
2018-05-18Merge tag 'mtd/fixes-for-4.17-rc6' of git://git.infradead.org/linux-mtdLinus Torvalds2-6/+12
2018-05-18cfg80211: further limit wiphy names to 64 bytesEric Biggers1-1/+1
2018-05-17fs.h: fix outdated comment about file flagsLi Qiang1-1/+1
2018-05-17tls: don't use stack memory in a scatterlistMatt Mullins1-0/+3
2018-05-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-7/+1
2018-05-17proc: do not access cmdline nor environ from file-backed areasWilly Tarreau1-0/+1
2018-05-16Merge tag 'trace-v4.17-rc4-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-16/+0
2018-05-16net/mlx5: Fix build break when CONFIG_SMP=nSaeed Mahameed1-11/+1
2018-05-16locking/percpu-rwsem: Annotate rwsem ownership transfer by setting RWSEM_OWNE...Waiman Long2-1/+11
2018-05-16tty: replace ->proc_fops with ->proc_showChristoph Hellwig1-1/+1
2018-05-16ide: replace ->proc_fops with ->proc_showChristoph Hellwig1-3/+3
2018-05-16isdn: replace ->proc_fops with ->proc_showChristoph Hellwig1-1/+1
2018-05-16proc: introduce proc_create_net_singleChristoph Hellwig2-5/+6
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig5-8/+22
2018-05-16net: move seq_file_single_net to <linux/seq_file_net.h>Christoph Hellwig2-12/+13
2018-05-16ipv{4,6}/raw: simplify ѕeq_file codeChristoph Hellwig1-4/+0
2018-05-16ipv{4,6}/ping: simplify proc file creationChristoph Hellwig1-11/+0