summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* printk: remove outdated commentJan Kara2014-06-051-2/+1Star
* printk: return really stored message lengthPetr Mladek2014-06-051-15/+21
* printk: shrink too long messagesPetr Mladek2014-06-051-3/+39
* printk: split message size computationPetr Mladek2014-06-051-3/+13
* printk: ignore too long messagesPetr Mladek2014-06-051-7/+23
* printk: split code for making free space in the log bufferPetr Mladek2014-06-051-15/+29
* kernel/user.c: drop unused field 'files' from user_structKirill A. Shutemov2014-06-052-2/+0Star
* kernel/hung_task.c: convert simple_strtoul to kstrtouintFabian Frederick2014-06-051-1/+3
* kernel/utsname_sysctl.c: replace obsolete __initcall by device_initcallFabian Frederick2014-06-051-2/+2
* kernel/reboot.c: convert simple_strtoul to kstrtointFabian Frederick2014-06-051-7/+14
* kernel/res_counter.c: replace simple_strtoull by kstrtoullFabian Frederick2014-06-051-2/+5
* kernel/tracepoint.c: kernel-doc fixesFabian Frederick2014-06-051-0/+2
* kernel/stop_machine.c: kernel-doc warning fixFabian Frederick2014-06-051-0/+1
* kernel/latencytop.c: convert seq_printf to seq_putsFabian Frederick2014-06-051-2/+3
* kernel/exec_domain.c: code clean-upFabian Frederick2014-06-051-8/+6Star
* kernel/capability.c: code clean-upFabian Frederick2014-06-051-3/+3
* kernel/backtracetest.c: replace no level printk by pr_info()Fabian Frederick2014-06-051-9/+9
* kernel/cpu.c: convert printk to pr_foo()Fabian Frederick2014-06-051-17/+14Star
* compiler.h: avoid sparse errors in __compiletime_error_fallback()James Hogan2014-06-051-2/+11
* fs/exportfs/expfs.c: kernel-doc warning fixesFabian Frederick2014-06-051-2/+2
* fs/efivarfs/super.c: use static const for dentry_operationsFabian Frederick2014-06-051-1/+1
* sys_sgetmask/sys_ssetmask: add CONFIG_SGETMASK_SYSCALLFabian Frederick2014-06-0515-14/+14
* mm/zswap: NUMA aware allocation for zswap_dstmemEric Dumazet2014-06-051-1/+1
* mm/zsmalloc: make zsmalloc module-buildableMinchan Kim2014-06-051-1/+1
* mm/vmalloc.c: export unmap_kernel_range()Minchan Kim2014-06-051-0/+1
* zsmalloc: fixup trivial zs size classes value in commentsWeijie Yang2014-06-051-1/+1
* mm/zbud.c: make size unsigned like unique callsiteFabian Frederick2014-06-052-3/+3
* zram: correct offset usage in zram_bio_discardWeijie Yang2014-06-051-2/+2
* mm, memcg: periodically schedule when emptying page listHugh Dickins2014-06-051-1/+1
* Documentation/sysctl/vm.txt: clarify vfs_cache_pressure descriptionDenys Vlasenko2014-06-051-2/+7
* mm/memory-failure.c: support use of a dedicated thread to handle SIGBUS(BUS_M...Naoya Horiguchi2014-06-052-13/+48
* mm/memory-failure.c: don't let collect_procs() skip over processes for MF_ACT...Tony Luck2014-06-051-9/+12
* mm/memory-failure.c-failure: send right signal code to correct threadTony Luck2014-06-051-2/+2
* mm/page-writeback.c: remove outdated commentJianyu Zhan2014-06-051-18/+0Star
* mm/swapfile.c: delete the "last_in_cluster < scan_base" loop in the body of s...Chen Yucong2014-06-051-26/+3Star
* hugetlb: rename hugepage_migration_support() to ..._supported()Naoya Horiguchi2014-06-053-4/+4
* mm: document do_fault_around() featureKirill A. Shutemov2014-06-051-0/+27
* mm: nominate faultaround area in bytes rather than page orderKirill A. Shutemov2014-06-051-39/+23Star
* mm/page_alloc.c: cleanup add_active_range() related commentsZhang Zhen2014-06-051-13/+8Star
* mm/rmap.c: cleanup ttu_flagsKonstantin Khlebnikov2014-06-052-9/+8Star
* mm/rmap.c: don't call mmu_notifier_invalidate_page() during munlockKonstantin Khlebnikov2014-06-051-1/+1
* mm/process_vm_access: move config option into init/KconfigKonstantin Khlebnikov2014-06-052-10/+10
* mm: vmscan: use proportional scanning during direct reclaim and full scan at ...Mel Gorman2014-06-051-11/+25
* fs/superblock: avoid locking counting inodes and dentries before reclaiming themTim Chen2014-06-051-4/+8
* fs/superblock: unregister sb shrinker before ->kill_sb()Dave Chinner2014-06-051-3/+1Star
* mm: fix typo in comment in do_fault_around()Kirill A. Shutemov2014-06-051-1/+1
* mm/msync.c: sync only the requested range in msync()Matthew Wilcox2014-06-051-1/+7
* hwpoison: remove unused global variable in do_machine_check()Chen Yucong2014-06-052-7/+0Star
* mm, compaction: properly signal and act upon lock and need_sched() contentionVlastimil Babka2014-06-052-11/+48
* fs/hugetlbfs/inode.c: remove null test before kfreeFabian Frederick2014-06-051-2/+1Star