summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lib/libcrc32c.c: use PTR_ERR_OR_ZEROFabian Frederick2014-06-041-4/+1
* lib/xz: enable all filters by default in KconfigLasse Collin2014-06-041-12/+12
* lib/plist.c: replace pr_debug with printk in plist_test()Dan Streetman2014-06-041-2/+2
* lib/xz: add comments for the intentionally missing break statementsLasse Collin2014-06-041-0/+4
* lib/string.c: use the name "C-string" in commentsDan Carpenter2014-06-041-4/+4
* kernel/printk: use symbolic defines for console loglevelsBorislav Petkov2014-06-0410-32/+36
* printk: report dropping of messages from logbufWill Deacon2014-06-041-2/+7
* Documentation: expand/clarify debug documentationDan Streetman2014-06-042-7/+21
* timekeeping: use printk_deferred when holding timekeeping seqlockJohn Stultz2014-06-042-9/+13
* printk: Add printk_deferred_onceJohn Stultz2014-06-043-13/+13
* printk: rename printk_sched to printk_deferredJohn Stultz2014-06-045-7/+7
* printk: disable preemption for printk_schedJohn Stultz2014-06-041-0/+2
* printk: remove separate printk_sched buffers and use printk buf insteadSteven Rostedt2014-06-041-18/+29
* printk: enable interrupts before calling console_trylock_for_printk()Jan Kara2014-06-041-11/+18
* printk: fix lockdep instrumentation of console_semJan Kara2014-06-041-14/+32
* printk: release lockbuf_lock before calling console_trylock_for_printk()Jan Kara2014-06-041-33/+21
* printk: remove outdated commentJan Kara2014-06-041-2/+1
* printk: return really stored message lengthPetr Mladek2014-06-041-15/+21
* printk: shrink too long messagesPetr Mladek2014-06-041-3/+39
* printk: split message size computationPetr Mladek2014-06-041-3/+13
* printk: ignore too long messagesPetr Mladek2014-06-041-7/+23
* printk: split code for making free space in the log bufferPetr Mladek2014-06-041-15/+29
* kernel/user.c: drop unused field 'files' from user_structKirill A. Shutemov2014-06-042-2/+0
* kernel/hung_task.c: convert simple_strtoul to kstrtouintFabian Frederick2014-06-041-1/+3
* kernel/utsname_sysctl.c: replace obsolete __initcall by device_initcallFabian Frederick2014-06-041-2/+2
* kernel/reboot.c: convert simple_strtoul to kstrtointFabian Frederick2014-06-041-7/+14
* kernel/res_counter.c: replace simple_strtoull by kstrtoullFabian Frederick2014-06-041-2/+5
* kernel/tracepoint.c: kernel-doc fixesFabian Frederick2014-06-041-0/+2
* kernel/stop_machine.c: kernel-doc warning fixFabian Frederick2014-06-041-0/+1
* kernel/latencytop.c: convert seq_printf to seq_putsFabian Frederick2014-06-041-2/+3
* kernel/exec_domain.c: code clean-upFabian Frederick2014-06-041-8/+6
* kernel/capability.c: code clean-upFabian Frederick2014-06-041-3/+3
* kernel/backtracetest.c: replace no level printk by pr_info()Fabian Frederick2014-06-041-9/+9
* kernel/cpu.c: convert printk to pr_foo()Fabian Frederick2014-06-041-17/+14
* compiler.h: avoid sparse errors in __compiletime_error_fallback()James Hogan2014-06-041-2/+11
* fs/exportfs/expfs.c: kernel-doc warning fixesFabian Frederick2014-06-041-2/+2
* fs/efivarfs/super.c: use static const for dentry_operationsFabian Frederick2014-06-041-1/+1
* sys_sgetmask/sys_ssetmask: add CONFIG_SGETMASK_SYSCALLFabian Frederick2014-06-0415-14/+14
* mm/zswap: NUMA aware allocation for zswap_dstmemEric Dumazet2014-06-041-1/+1
* mm/zsmalloc: make zsmalloc module-buildableMinchan Kim2014-06-041-1/+1
* mm/vmalloc.c: export unmap_kernel_range()Minchan Kim2014-06-041-0/+1
* zsmalloc: fixup trivial zs size classes value in commentsWeijie Yang2014-06-041-1/+1
* mm/zbud.c: make size unsigned like unique callsiteFabian Frederick2014-06-042-3/+3
* zram: correct offset usage in zram_bio_discardWeijie Yang2014-06-041-2/+2
* mm, memcg: periodically schedule when emptying page listHugh Dickins2014-06-041-1/+1
* Documentation/sysctl/vm.txt: clarify vfs_cache_pressure descriptionDenys Vlasenko2014-06-041-2/+7
* mm/memory-failure.c: support use of a dedicated thread to handle SIGBUS(BUS_M...Naoya Horiguchi2014-06-042-13/+48
* mm/memory-failure.c: don't let collect_procs() skip over processes for MF_ACT...Tony Luck2014-06-041-9/+12
* mm/memory-failure.c-failure: send right signal code to correct threadTony Luck2014-06-041-2/+2
* mm/page-writeback.c: remove outdated commentJianyu Zhan2014-06-041-18/+0