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