summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2014-06-05mm/memory-failure.c: support use of a dedicated thread to handle SIGBUS(BUS_M...Naoya Horiguchi2-13/+48
2014-06-05mm/memory-failure.c: don't let collect_procs() skip over processes for MF_ACT...Tony Luck1-9/+12
2014-06-05mm/memory-failure.c-failure: send right signal code to correct threadTony Luck1-2/+2
2014-06-05mm/page-writeback.c: remove outdated commentJianyu Zhan1-18/+0
2014-06-05mm/swapfile.c: delete the "last_in_cluster < scan_base" loop in the body of s...Chen Yucong1-26/+3
2014-06-05hugetlb: rename hugepage_migration_support() to ..._supported()Naoya Horiguchi3-4/+4
2014-06-05mm: document do_fault_around() featureKirill A. Shutemov1-0/+27
2014-06-05mm: nominate faultaround area in bytes rather than page orderKirill A. Shutemov1-39/+23
2014-06-05mm/page_alloc.c: cleanup add_active_range() related commentsZhang Zhen1-13/+8
2014-06-05mm/rmap.c: cleanup ttu_flagsKonstantin Khlebnikov2-9/+8
2014-06-05mm/rmap.c: don't call mmu_notifier_invalidate_page() during munlockKonstantin Khlebnikov1-1/+1
2014-06-05mm/process_vm_access: move config option into init/KconfigKonstantin Khlebnikov2-10/+10
2014-06-05mm: vmscan: use proportional scanning during direct reclaim and full scan at ...Mel Gorman1-11/+25
2014-06-05fs/superblock: avoid locking counting inodes and dentries before reclaiming themTim Chen1-4/+8
2014-06-05fs/superblock: unregister sb shrinker before ->kill_sb()Dave Chinner1-3/+1
2014-06-05mm: fix typo in comment in do_fault_around()Kirill A. Shutemov1-1/+1
2014-06-05mm/msync.c: sync only the requested range in msync()Matthew Wilcox1-1/+7
2014-06-05hwpoison: remove unused global variable in do_machine_check()Chen Yucong2-7/+0
2014-06-05mm, compaction: properly signal and act upon lock and need_sched() contentionVlastimil Babka2-11/+48
2014-06-05fs/hugetlbfs/inode.c: remove null test before kfreeFabian Frederick1-2/+1
2014-06-05fs/hugetlbfs/inode.c: use static const for dentry_operationsFabian Frederick1-1/+1
2014-06-05fs/hugetlbfs/inode.c: add static to hugetlbfs_i_mmap_mutex_keyFabian Frederick1-1/+1
2014-06-05mm/vmscan.c: use DIV_ROUND_UP for calculation of zone's balance_gap and corre...Jianyu Zhan2-10/+8
2014-06-05include/linux/gfp.h: exclude duplicate headerAndy Shevchenko1-1/+0
2014-06-05mm, hugetlb: move the error handle logic out of normal code pathJianyu Zhan1-13/+13