summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2014-06-15fix __swap_writepage() compile failure on old gcc versionsAl Viro1-1/+1
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds6-186/+626
2014-06-12Merge commit '9f12600fe425bc28f0ccba034a77783c09c15af4' into for-linusAl Viro8-27/+55
2014-06-12shmem: switch to iter_file_splice_write()Al Viro1-1/+1
2014-06-10Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2-108/+117
2014-06-09Don't trigger congestion wait on dirty-but-not-writeout pagesLinus Torvalds1-7/+5
2014-06-09Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-5/+6
2014-06-08Merge branch 'next' (accumulated 3.16 merge window patches) into masterLinus Torvalds47-2724/+2974
2014-06-07mm: convert some level-less printks to pr_*Mitchel Humpherys4-12/+24
2014-06-07mm/kmemleak-test.c: use pr_fmt for loggingFabian Frederick1-17/+19
2014-06-07mm: mark remap_file_pages() syscall as deprecatedKirill A. Shutemov1-0/+4
2014-06-07mm: memcontrol: remove unnecessary memcg argument from soft limit functionsJohannes Weiner1-20/+14
2014-06-07mm: memcontrol: clean up memcg zoneinfo lookupJianyu Zhan1-50/+39
2014-06-07mm/memblock.c: call kmemleak directly from memblock_(alloc|free)Catalin Marinas2-4/+8
2014-06-07mm/mempool.c: update the kmemleak stack trace for mempool allocationsCatalin Marinas1-0/+6
2014-06-07mm: introduce kmemleak_update_trace()Catalin Marinas1-0/+34
2014-06-07mm/kmemleak.c: use %u to print ->checksumJianpeng Ma1-1/+1
2014-06-07vmscan: memcg: always use swappiness of the reclaimed memcgMichal Hocko2-11/+9
2014-06-07mm: convert use of typedef ctl_table to struct ctl_tableJoe Perches2-7/+7
2014-06-07slub: search partial list on numa_mem_id(), instead of numa_node_id()Joonsoo Kim1-1/+1
2014-06-07mm: vmscan: clear kswapd's special reclaim powers before exitingJohannes Weiner1-0/+3
2014-06-07mm: add !pte_present() check on existing hugetlb_entry callbacksNaoya Horiguchi1-1/+5
2014-06-06mm: rmap: fix use-after-free in __put_anon_vmaAndrey Ryabinin1-2/+1
2014-06-05Merge branch 'x86/vdso' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/...Linus Torvalds1-29/+60
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 Frederick1-2/+2
2014-06-05mm, memcg: periodically schedule when emptying page listHugh Dickins1-1/+1
2014-06-05mm/memory-failure.c: support use of a dedicated thread to handle SIGBUS(BUS_M...Naoya Horiguchi1-13/+43
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 Horiguchi2-2/+2
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 Khlebnikov1-5/+5
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 Khlebnikov1-10/+0
2014-06-05mm: vmscan: use proportional scanning during direct reclaim and full scan at ...Mel Gorman1-11/+25
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-05mm, compaction: properly signal and act upon lock and need_sched() contentionVlastimil Babka2-11/+48
2014-06-05mm/vmscan.c: use DIV_ROUND_UP for calculation of zone's balance_gap and corre...Jianyu Zhan1-6/+4
2014-06-05mm, hugetlb: move the error handle logic out of normal code pathJianyu Zhan1-13/+13
2014-06-05mm/memory-failure.c: move commentNaoya Horiguchi1-5/+4
2014-06-05mm: avoid unnecessary atomic operations during end_page_writeback()Mel Gorman1-1/+10