summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* mm/swapfile.c: delete the "last_in_cluster < scan_base" loop in the body of s...Chen Yucong2014-06-041-26/+3
* hugetlb: rename hugepage_migration_support() to ..._supported()Naoya Horiguchi2014-06-043-4/+4
* mm: document do_fault_around() featureKirill A. Shutemov2014-06-041-0/+27
* mm: nominate faultaround area in bytes rather than page orderKirill A. Shutemov2014-06-041-39/+23
* mm/page_alloc.c: cleanup add_active_range() related commentsZhang Zhen2014-06-041-13/+8
* mm/rmap.c: cleanup ttu_flagsKonstantin Khlebnikov2014-06-042-9/+8
* mm/rmap.c: don't call mmu_notifier_invalidate_page() during munlockKonstantin Khlebnikov2014-06-041-1/+1
* mm/process_vm_access: move config option into init/KconfigKonstantin Khlebnikov2014-06-042-10/+10
* mm: vmscan: use proportional scanning during direct reclaim and full scan at ...Mel Gorman2014-06-041-11/+25
* fs/superblock: avoid locking counting inodes and dentries before reclaiming themTim Chen2014-06-041-4/+8
* fs/superblock: unregister sb shrinker before ->kill_sb()Dave Chinner2014-06-041-3/+1
* mm: fix typo in comment in do_fault_around()Kirill A. Shutemov2014-06-041-1/+1
* mm/msync.c: sync only the requested range in msync()Matthew Wilcox2014-06-041-1/+7
* hwpoison: remove unused global variable in do_machine_check()Chen Yucong2014-06-042-7/+0
* mm, compaction: properly signal and act upon lock and need_sched() contentionVlastimil Babka2014-06-042-11/+48
* fs/hugetlbfs/inode.c: remove null test before kfreeFabian Frederick2014-06-041-2/+1
* fs/hugetlbfs/inode.c: use static const for dentry_operationsFabian Frederick2014-06-041-1/+1
* fs/hugetlbfs/inode.c: add static to hugetlbfs_i_mmap_mutex_keyFabian Frederick2014-06-041-1/+1
* mm/vmscan.c: use DIV_ROUND_UP for calculation of zone's balance_gap and corre...Jianyu Zhan2014-06-042-10/+8
* include/linux/gfp.h: exclude duplicate headerAndy Shevchenko2014-06-041-1/+0
* mm, hugetlb: move the error handle logic out of normal code pathJianyu Zhan2014-06-041-13/+13
* mm/memory-failure.c: move commentNaoya Horiguchi2014-06-041-5/+4
* mm: avoid unnecessary atomic operations during end_page_writeback()Mel Gorman2014-06-041-1/+10