aboutsummaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2019-10-17driver: core: Improve documentation for fwnode_operations.add_links()Saravana Kannan1-2/+19
2019-10-16debugfs: remove return value of debugfs_create_x64()Greg Kroah-Hartman1-8/+4
2019-10-16debugfs: remove return value of debugfs_create_x32()Greg Kroah-Hartman1-8/+4
2019-10-16debugfs: remove return value of debugfs_create_x16()Greg Kroah-Hartman1-8/+4
2019-10-14debugfs: remove return value of debugfs_create_size_t()Greg Kroah-Hartman1-8/+5
2019-10-14debugfs: remove return value of debugfs_create_u64()Greg Kroah-Hartman1-8/+4
2019-10-14debugfs: remove return value of debugfs_create_u16()Greg Kroah-Hartman1-8/+4
2019-10-14debugfs: remove return value of debugfs_create_u8()Greg Kroah-Hartman1-8/+4
2019-10-10base: soc: Handle custom soc information sysfs entriesMurali Nalajala1-0/+1
2019-10-07sh: add the sh_ prefix to early platform symbolsBartosz Golaszewski1-1/+1
2019-10-07drivers: move the early platform device support to arch/shBartosz Golaszewski1-52/+12
2019-10-04driver core: Add sync_state driver/bus callbackSaravana Kannan1-0/+24
2019-10-04driver core: Add support for linking devices during device additionSaravana Kannan2-0/+19
2019-10-04driver core: Add fwnode_to_dev() to look up device from fwnodeSaravana Kannan1-0/+2
2019-09-29Merge tag 'libnvdimm-fixes-5.4-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-1/+7
2019-09-29Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Linus Torvalds1-29/+0
2019-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds3-27/+23
2019-09-28Merge branch 'hugepage-fallbacks' (hugepatch patches from David Rientjes)Linus Torvalds2-6/+8
2019-09-28Revert "Revert "Revert "mm, thp: consolidate THP gfp handling into alloc_huge...David Rientjes1-4/+8
2019-09-28Revert "Revert "mm, thp: restore node-local hugepage allocations""David Rientjes1-2/+0
2019-09-28Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds5-27/+29
2019-09-28Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-2/+89
2019-09-27Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-3/+56
2019-09-27Merge tag 'nfsd-5.4' of git://linux-nfs.org/~bfields/linuxLinus Torvalds4-6/+14
2019-09-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+2
2019-09-27Merge tag 'pwm/for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+2
2019-09-27sk_buff: drop all skb extensions on free and skb scrubbingFlorian Westphal1-0/+9
2019-09-26Merge tag 'nfs-for-5.4-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds5-6/+7
2019-09-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds12-70/+118
2019-09-26mm: treewide: clarify pgtable_page_{ctor,dtor}() namingMark Rutland1-2/+2
2019-09-25mm: introduce MADV_PAGEOUTMinchan Kim1-0/+1
2019-09-25mm: introduce MADV_COLDMinchan Kim1-0/+1
2019-09-25kgdb: don't use a notifier to enter kgdb at panic; call directlyDouglas Anderson1-0/+2
2019-09-25uaccess: add missing __must_check attributesKees Cook2-11/+12
2019-09-25kexec: restore arch_kexec_kernel_image_probe declarationVasily Gorbik1-0/+2
2019-09-25cpumask: nicer for_each_cpumask_and() signatureAlexey Dobriyan1-7/+7
2019-09-25fork: improve error message for corrupted page tablesSai Praneeth Prakhya1-0/+4
2019-09-25lib/hexdump: make print_hex_dump_bytes() a nop on !DEBUG buildsStephen Boyd1-7/+15
2019-09-25kernel-doc: core-api: include string.h into core-apiJoe Perches1-2/+3
2019-09-25augmented rbtree: rework the RB_DECLARE_CALLBACKS macro definitionMichel Lespinasse1-12/+12
2019-09-25augmented rbtree: add new RB_DECLARE_CALLBACKS_MAX macroMichel Lespinasse2-21/+37
2019-09-25augmented rbtree: add comments for RB_DECLARE_CALLBACKS macroMichel Lespinasse1-21/+33
2019-09-25Merge tag 'ceph-for-5.4-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds4-0/+5
2019-09-25Merge tag 'fuse-update-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+0
2019-09-25Merge tag 'iomap-5.4-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-3/+7
2019-09-25sched/membarrier: Fix p->mm->membarrier_state racy loadMathieu Desnoyers2-8/+14
2019-09-25sched/membarrier: Call sync_core only before usermode for same mmMathieu Desnoyers1-0/+2
2019-09-25tasks, sched/core: With a grace period after finish_task_switch(), remove unn...Eric W. Biederman2-17/+4
2019-09-25tasks: Add a count of task RCU usersEric W. Biederman2-1/+5
2019-09-24thermal: db8500: Finalize device tree conversionLinus Walleij1-29/+0