summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2014-06-04kernel/latencytop.c: convert seq_printf to seq_putsFabian Frederick
2014-06-04kernel/exec_domain.c: code clean-upFabian Frederick
2014-06-04kernel/capability.c: code clean-upFabian Frederick
2014-06-04kernel/backtracetest.c: replace no level printk by pr_info()Fabian Frederick
2014-06-04kernel/cpu.c: convert printk to pr_foo()Fabian Frederick
2014-06-04compiler.h: avoid sparse errors in __compiletime_error_fallback()James Hogan
2014-06-04fs/exportfs/expfs.c: kernel-doc warning fixesFabian Frederick
2014-06-04fs/efivarfs/super.c: use static const for dentry_operationsFabian Frederick
2014-06-04sys_sgetmask/sys_ssetmask: add CONFIG_SGETMASK_SYSCALLFabian Frederick
2014-06-04mm/zswap: NUMA aware allocation for zswap_dstmemEric Dumazet
2014-06-04mm/zsmalloc: make zsmalloc module-buildableMinchan Kim
2014-06-04mm/vmalloc.c: export unmap_kernel_range()Minchan Kim
2014-06-04zsmalloc: fixup trivial zs size classes value in commentsWeijie Yang
2014-06-04mm/zbud.c: make size unsigned like unique callsiteFabian Frederick
2014-06-04zram: correct offset usage in zram_bio_discardWeijie Yang
2014-06-04mm, memcg: periodically schedule when emptying page listHugh Dickins
2014-06-04Documentation/sysctl/vm.txt: clarify vfs_cache_pressure descriptionDenys Vlasenko
2014-06-04mm/memory-failure.c: support use of a dedicated thread to handle SIGBUS(BUS_M...Naoya Horiguchi
2014-06-04mm/memory-failure.c: don't let collect_procs() skip over processes for MF_ACT...Tony Luck
2014-06-04mm/memory-failure.c-failure: send right signal code to correct threadTony Luck
2014-06-04mm/page-writeback.c: remove outdated commentJianyu Zhan
2014-06-04mm/swapfile.c: delete the "last_in_cluster < scan_base" loop in the body of s...Chen Yucong
2014-06-04hugetlb: rename hugepage_migration_support() to ..._supported()Naoya Horiguchi
2014-06-04mm: document do_fault_around() featureKirill A. Shutemov
2014-06-04mm: nominate faultaround area in bytes rather than page orderKirill A. Shutemov
2014-06-04mm/page_alloc.c: cleanup add_active_range() related commentsZhang Zhen