aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-11treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada2-2/+0
2016-10-11kthread: add kerneldoc for kthread_create()Jonathan Corbet1-0/+11
2016-10-11kthread: better support freezable kthread workersPetr Mladek1-3/+9
2016-10-11kthread: allow to modify delayed kthread workPetr Mladek1-0/+4
2016-10-11kthread: allow to cancel kthread workPetr Mladek1-0/+5
2016-10-11kthread: initial support for delayed kthread workPetr Mladek1-0/+33
2016-10-11kthread: add kthread_destroy_worker()Petr Mladek1-0/+2
2016-10-11kthread: add kthread_create_worker*()Petr Mladek1-0/+7
2016-10-11kthread: kthread worker API cleanupPetr Mladek1-9/+9
2016-10-11kthread: rename probe_kthread_data() to kthread_probe_data()Petr Mladek1-1/+1
2016-10-11mm: kmemleak: avoid using __va() on addresses that don't have a lowmem mappingCatalin Marinas1-0/+18
2016-10-11kdump, vmcoreinfo: report memory sections virtual addressesThomas Garnier1-0/+6
2016-10-11ipc/sem.c: fix complex_count vs. simple op raceManfred Spraul1-0/+1
2016-10-11relay: Use irq_work instead of plain timer for deferred wakeupPeter Zijlstra1-1/+2
2016-10-11dma-mapping: introduce the DMA_ATTR_NO_WARN attributeMauricio Faria de Oliveira1-0/+5
2016-10-11random: remove unused randomize_range()Jason Cooper1-1/+0
2016-10-11random: simplify API for random address requestsJason Cooper1-0/+1
2016-10-11autofs4: move linux/auto_dev-ioctl.h to uapi/linuxIan Kent2-208/+222
2016-10-11autofs: move inclusion of linux/limits.h to uapiTomohiro Kusumi2-1/+1
2016-10-11autofs: remove AUTOFS_DEVID_LENTomohiro Kusumi1-2/+0
2016-10-11include/linux/ctype.h: make isdigit() table lookuplessAlexey Dobriyan1-1/+4
2016-10-11radix-tree: 'slot' can be NULL in radix_tree_next_slot()Ross Zwisler1-0/+8
2016-10-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+3
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro23-53/+208
2016-10-10Merge tag 'for-linus-20161008' of git://git.infradead.org/linux-mtdLinus Torvalds2-69/+272
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-13/+17
2016-10-10Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds5-74/+133
2016-10-10Merge tag 'ceph-for-4.9-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds6-3/+89
2016-10-10Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds13-114/+123
2016-10-10Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-16/+50
2016-10-10constify iov_iter_count() and iter_is_iovec()Al Viro1-2/+2
2016-10-10Merge branch 'printk-cleanups'Linus Torvalds2-1/+2
2016-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu1-0/+23
2016-10-09Merge branch 'for-4.9/block-smp' of git://git.kernel.dk/linux-blockLinus Torvalds1-7/+1
2016-10-09Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-blockLinus Torvalds2-8/+13
2016-10-09Merge tag 'dm-4.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-0/+1
2016-10-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds11-19/+998
2016-10-09Merge tag 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-3/+20
2016-10-09printk: reinstate KERN_CONT for printing continuation linesLinus Torvalds2-1/+2
2016-10-08Merge tag '4.9/mtd-pairing-scheme' of github.com:linux-nand/linuxBrian Norris1-0/+107
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro2-1/+2
2016-10-08Merge remote-tracking branch 'ovl/misc' into work.miscAl Viro4-10/+28
2016-10-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds27-153/+250
2016-10-07Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+9
2016-10-07Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds4-0/+100
2016-10-07Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds4-4/+158
2016-10-07Fixing a bug in team driver due to incorrect 'unsigned int' to 'int' conversionAlex Sidorenko1-1/+1
2016-10-07Merge branch 'parisc-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds1-15/+4