aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* fs/efs: convert printk to pr_foo()Fabian Frederick2014-06-04
* scripts/checkpatch.pl: device_initcall is not the only __initcall substituteFabian Frederick2014-06-04
* checkpatch: check stable email addressJoe Perches2014-06-04
* checkpatch: warn on unnecessary void function return statementsJoe Perches2014-06-04
* checkpatch: prefer kstrto<foo> to sscanf(buf, "%<lhuidx>", &bar);Joe Perches2014-06-04
* checkpatch: add warning for kmalloc/kzalloc with multiplyJoe Perches2014-06-04
* checkpatch: warn on #defines ending in semicolonJoe Perches2014-06-04
* checkpatch: make --strict a default for files in drivers/net and net/Joe Perches2014-06-04
* checkpatch: always warn on missing blank line after variable declaration blockJoe Perches2014-06-04
* checkpatch: fix wildcard DT compatible string checkingRob Herring2014-06-04
* kernel/compat.c: use sizeof() instead of sizeofFabian Frederick2014-06-04
* lib/asn1_decoder.c: kernel-doc warning fixFabian Frederick2014-06-04
* lib/atomic64_test.c: convert printk(KERN_INFO to pr_infoFabian Frederick2014-06-04
* lib/bug.c: convert printk to pr_foo()Fabian Frederick2014-06-04
* lib/textsearch.c: move EXPORT_SYMBOL after functionsFabian Frederick2014-06-04
* lib/nlattr.c: move EXPORT_SYMBOL after functionsFabian Frederick2014-06-04
* lib/digsig.c: kernel-doc warning fixesFabian Frederick2014-06-04
* lib/crc32.c: remove unnecessary __constantFabian Frederick2014-06-04
* lib/radix-tree.c: kernel-doc warning fixFabian Frederick2014-06-04
* lib/plist.c: make CONFIG_DEBUG_PI_LIST selectableDan Streetman2014-06-04
* lib/btree.c: fix leak of whole btree nodesMinfei Huang2014-06-04
* lib/vsprintf.c: fix comparison to boolFabian Frederick2014-06-04
* lib/libcrc32c.c: use PTR_ERR_OR_ZEROFabian Frederick2014-06-04
* lib/xz: enable all filters by default in KconfigLasse Collin2014-06-04
* lib/plist.c: replace pr_debug with printk in plist_test()Dan Streetman2014-06-04
* lib/xz: add comments for the intentionally missing break statementsLasse Collin2014-06-04
* lib/string.c: use the name "C-string" in commentsDan Carpenter2014-06-04
* kernel/printk: use symbolic defines for console loglevelsBorislav Petkov2014-06-04
* printk: report dropping of messages from logbufWill Deacon2014-06-04
* Documentation: expand/clarify debug documentationDan Streetman2014-06-04
* timekeeping: use printk_deferred when holding timekeeping seqlockJohn Stultz2014-06-04
* printk: Add printk_deferred_onceJohn Stultz2014-06-04
* printk: rename printk_sched to printk_deferredJohn Stultz2014-06-04
* printk: disable preemption for printk_schedJohn Stultz2014-06-04
* printk: remove separate printk_sched buffers and use printk buf insteadSteven Rostedt2014-06-04
* printk: enable interrupts before calling console_trylock_for_printk()Jan Kara2014-06-04
* printk: fix lockdep instrumentation of console_semJan Kara2014-06-04
* printk: release lockbuf_lock before calling console_trylock_for_printk()Jan Kara2014-06-04
* printk: remove outdated commentJan Kara2014-06-04
* printk: return really stored message lengthPetr Mladek2014-06-04
* printk: shrink too long messagesPetr Mladek2014-06-04
* printk: split message size computationPetr Mladek2014-06-04
* printk: ignore too long messagesPetr Mladek2014-06-04
* printk: split code for making free space in the log bufferPetr Mladek2014-06-04
* kernel/user.c: drop unused field 'files' from user_structKirill A. Shutemov2014-06-04
* kernel/hung_task.c: convert simple_strtoul to kstrtouintFabian Frederick2014-06-04
* kernel/utsname_sysctl.c: replace obsolete __initcall by device_initcallFabian Frederick2014-06-04
* kernel/reboot.c: convert simple_strtoul to kstrtointFabian Frederick2014-06-04
* kernel/res_counter.c: replace simple_strtoull by kstrtoullFabian Frederick2014-06-04
* kernel/tracepoint.c: kernel-doc fixesFabian Frederick2014-06-04