summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-06-05lib/radix-tree.c: kernel-doc warning fixFabian Frederick1-1/+0
2014-06-05lib/plist.c: make CONFIG_DEBUG_PI_LIST selectableDan Streetman1-5/+10
2014-06-05lib/btree.c: fix leak of whole btree nodesMinfei Huang1-0/+1
2014-06-05lib/vsprintf.c: fix comparison to boolFabian Frederick1-2/+2
2014-06-05lib/libcrc32c.c: use PTR_ERR_OR_ZEROFabian Frederick1-4/+1
2014-06-05lib/xz: enable all filters by default in KconfigLasse Collin1-12/+12
2014-06-05lib/plist.c: replace pr_debug with printk in plist_test()Dan Streetman1-2/+2
2014-06-05lib/xz: add comments for the intentionally missing break statementsLasse Collin1-0/+4
2014-06-05lib/string.c: use the name "C-string" in commentsDan Carpenter1-4/+4
2014-06-05kernel/printk: use symbolic defines for console loglevelsBorislav Petkov10-32/+36
2014-06-05printk: report dropping of messages from logbufWill Deacon1-2/+7
2014-06-05Documentation: expand/clarify debug documentationDan Streetman2-7/+21
2014-06-05timekeeping: use printk_deferred when holding timekeeping seqlockJohn Stultz2-9/+13
2014-06-05printk: Add printk_deferred_onceJohn Stultz3-13/+13
2014-06-05printk: rename printk_sched to printk_deferredJohn Stultz5-7/+7
2014-06-05printk: disable preemption for printk_schedJohn Stultz1-0/+2
2014-06-05printk: remove separate printk_sched buffers and use printk buf insteadSteven Rostedt1-18/+29
2014-06-05printk: enable interrupts before calling console_trylock_for_printk()Jan Kara1-11/+18
2014-06-05printk: fix lockdep instrumentation of console_semJan Kara1-14/+32
2014-06-05printk: release lockbuf_lock before calling console_trylock_for_printk()Jan Kara1-33/+21
2014-06-05printk: remove outdated commentJan Kara1-2/+1
2014-06-05printk: return really stored message lengthPetr Mladek1-15/+21
2014-06-05printk: shrink too long messagesPetr Mladek1-3/+39
2014-06-05printk: split message size computationPetr Mladek1-3/+13
2014-06-05printk: ignore too long messagesPetr Mladek1-7/+23
2014-06-05printk: split code for making free space in the log bufferPetr Mladek1-15/+29
2014-06-05kernel/user.c: drop unused field 'files' from user_structKirill A. Shutemov2-2/+0
2014-06-05kernel/hung_task.c: convert simple_strtoul to kstrtouintFabian Frederick1-1/+3
2014-06-05kernel/utsname_sysctl.c: replace obsolete __initcall by device_initcallFabian Frederick1-2/+2
2014-06-05kernel/reboot.c: convert simple_strtoul to kstrtointFabian Frederick1-7/+14
2014-06-05kernel/res_counter.c: replace simple_strtoull by kstrtoullFabian Frederick1-2/+5
2014-06-05kernel/tracepoint.c: kernel-doc fixesFabian Frederick1-0/+2
2014-06-05kernel/stop_machine.c: kernel-doc warning fixFabian Frederick1-0/+1
2014-06-05kernel/latencytop.c: convert seq_printf to seq_putsFabian Frederick1-2/+3
2014-06-05kernel/exec_domain.c: code clean-upFabian Frederick1-8/+6
2014-06-05kernel/capability.c: code clean-upFabian Frederick1-3/+3
2014-06-05kernel/backtracetest.c: replace no level printk by pr_info()Fabian Frederick1-9/+9
2014-06-05kernel/cpu.c: convert printk to pr_foo()Fabian Frederick1-17/+14
2014-06-05compiler.h: avoid sparse errors in __compiletime_error_fallback()James Hogan1-2/+11
2014-06-05fs/exportfs/expfs.c: kernel-doc warning fixesFabian Frederick1-2/+2
2014-06-05fs/efivarfs/super.c: use static const for dentry_operationsFabian Frederick1-1/+1
2014-06-05sys_sgetmask/sys_ssetmask: add CONFIG_SGETMASK_SYSCALLFabian Frederick15-14/+14
2014-06-05mm/zswap: NUMA aware allocation for zswap_dstmemEric Dumazet1-1/+1
2014-06-05mm/zsmalloc: make zsmalloc module-buildableMinchan Kim1-1/+1
2014-06-05mm/vmalloc.c: export unmap_kernel_range()Minchan Kim1-0/+1
2014-06-05zsmalloc: fixup trivial zs size classes value in commentsWeijie Yang1-1/+1
2014-06-05mm/zbud.c: make size unsigned like unique callsiteFabian Frederick2-3/+3
2014-06-05zram: correct offset usage in zram_bio_discardWeijie Yang1-2/+2
2014-06-05mm, memcg: periodically schedule when emptying page listHugh Dickins1-1/+1
2014-06-05Documentation/sysctl/vm.txt: clarify vfs_cache_pressure descriptionDenys Vlasenko1-2/+7