aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-06-06block: add blk_rq_set_block_pc()Jens Axboe17-20/+41
2014-06-05block: add notion of a chunk size for request mergingJens Axboe3-2/+41
2014-06-05Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into nextLinus Torvalds11-263/+361
2014-06-05Merge branch 'x86/vdso' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into nextLinus Torvalds40-608/+794
2014-06-05Merge branch 'x86/espfix' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into nextLinus Torvalds14-41/+387
2014-06-05Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into nextLinus Torvalds1-2/+4
2014-06-04Merge branch 'akpm' (patchbomb from Andrew) into nextLinus Torvalds279-3514/+4712
2014-06-04fs/autofs4/dev-ioctl.c: add __init to autofs_dev_ioctl_initFabian Frederick1-1/+1
2014-06-04fs/ncpfs/getopt.c: replace simple_strtoul by kstrtoulFabian Frederick1-7/+6
2014-06-04init/main.c: remove an ifdefAndrew Morton2-2/+4
2014-06-04kthreads: kill CLONE_KERNEL, change kernel_thread(kernel_init) to avoid CLONE_SIGHANDOleg Nesterov2-7/+1
2014-06-04init/main.c: add initcall_blacklist kernel parameterPrarit Bhargava2-0/+72
2014-06-04init/main.c: don't use pr_debug()Andrew Morton1-2/+2
2014-06-04fs/binfmt_flat.c: make old_reloc() staticAxel Lin1-1/+1
2014-06-04fs/binfmt_elf.c: fix bool assignementsFabian Frederick1-2/+2
2014-06-04fs/efs: convert printk(KERN_DEBUG to pr_debugFabian Frederick3-26/+17
2014-06-04fs/efs: add pr_fmt / use __func__Fabian Frederick6-35/+49
2014-06-04fs/efs: convert printk to pr_foo()Fabian Frederick5-35/+32
2014-06-04scripts/checkpatch.pl: device_initcall is not the only __initcall substituteFabian Frederick1-2/+2
2014-06-04checkpatch: check stable email addressJoe Perches1-0/+6
2014-06-04checkpatch: warn on unnecessary void function return statementsJoe Perches1-0/+7
2014-06-04checkpatch: prefer kstrto<foo> to sscanf(buf, "%<lhuidx>", &bar);Joe Perches1-0/+21
2014-06-04checkpatch: add warning for kmalloc/kzalloc with multiplyJoe Perches1-0/+24
2014-06-04checkpatch: warn on #defines ending in semicolonJoe Perches1-0/+11
2014-06-04checkpatch: make --strict a default for files in drivers/net and net/Joe Perches1-0/+13
2014-06-04checkpatch: always warn on missing blank line after variable declaration blockJoe Perches1-10/+34
2014-06-04checkpatch: fix wildcard DT compatible string checkingRob Herring1-2/+4
2014-06-04kernel/compat.c: use sizeof() instead of sizeofFabian Frederick1-4/+4
2014-06-04lib/asn1_decoder.c: kernel-doc warning fixFabian Frederick1-1/+1
2014-06-04lib/atomic64_test.c: convert printk(KERN_INFO to pr_infoFabian Frederick1-5/+8
2014-06-04lib/bug.c: convert printk to pr_foo()Fabian Frederick1-11/+10
2014-06-04lib/textsearch.c: move EXPORT_SYMBOL after functionsFabian Frederick1-5/+4
2014-06-04lib/nlattr.c: move EXPORT_SYMBOL after functionsFabian Frederick1-9/+8
2014-06-04lib/digsig.c: kernel-doc warning fixesFabian Frederick1-2/+3
2014-06-04lib/crc32.c: remove unnecessary __constantFabian Frederick1-2/+2
2014-06-04lib/radix-tree.c: kernel-doc warning fixFabian Frederick1-1/+0
2014-06-04lib/plist.c: make CONFIG_DEBUG_PI_LIST selectableDan Streetman1-5/+10
2014-06-04lib/btree.c: fix leak of whole btree nodesMinfei Huang1-0/+1
2014-06-04lib/vsprintf.c: fix comparison to boolFabian Frederick1-2/+2
2014-06-04lib/libcrc32c.c: use PTR_ERR_OR_ZEROFabian Frederick1-4/+1
2014-06-04lib/xz: enable all filters by default in KconfigLasse Collin1-12/+12
2014-06-04lib/plist.c: replace pr_debug with printk in plist_test()Dan Streetman1-2/+2
2014-06-04lib/xz: add comments for the intentionally missing break statementsLasse Collin1-0/+4
2014-06-04lib/string.c: use the name "C-string" in commentsDan Carpenter1-4/+4
2014-06-04kernel/printk: use symbolic defines for console loglevelsBorislav Petkov10-32/+36
2014-06-04printk: report dropping of messages from logbufWill Deacon1-2/+7
2014-06-04Documentation: expand/clarify debug documentationDan Streetman2-7/+21
2014-06-04timekeeping: use printk_deferred when holding timekeeping seqlockJohn Stultz2-9/+13
2014-06-04printk: Add printk_deferred_onceJohn Stultz3-13/+13
2014-06-04printk: rename printk_sched to printk_deferredJohn Stultz5-7/+7