summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-06-081-5/+6
|\ \ \ \
| * | | | ext4: fix data integrity sync in ordered modeNamjae Jeon2014-05-121-5/+6
| |/ / /
* | | | Merge branch 'next' (accumulated 3.16 merge window patches) into masterLinus Torvalds2014-06-0847-2724/+2974
|\ \ \ \
| * | | | mm: convert some level-less printks to pr_*Mitchel Humpherys2014-06-074-12/+24
| * | | | mm/kmemleak-test.c: use pr_fmt for loggingFabian Frederick2014-06-071-17/+19
| * | | | mm: mark remap_file_pages() syscall as deprecatedKirill A. Shutemov2014-06-071-0/+4
| * | | | mm: memcontrol: remove unnecessary memcg argument from soft limit functionsJohannes Weiner2014-06-071-20/+14Star
| * | | | mm: memcontrol: clean up memcg zoneinfo lookupJianyu Zhan2014-06-071-50/+39Star
| * | | | mm/memblock.c: call kmemleak directly from memblock_(alloc|free)Catalin Marinas2014-06-072-4/+8
| * | | | mm/mempool.c: update the kmemleak stack trace for mempool allocationsCatalin Marinas2014-06-071-0/+6
| * | | | mm: introduce kmemleak_update_trace()Catalin Marinas2014-06-071-0/+34
| * | | | mm/kmemleak.c: use %u to print ->checksumJianpeng Ma2014-06-071-1/+1
| * | | | vmscan: memcg: always use swappiness of the reclaimed memcgMichal Hocko2014-06-072-11/+9Star
| * | | | mm: convert use of typedef ctl_table to struct ctl_tableJoe Perches2014-06-072-7/+7
| * | | | slub: search partial list on numa_mem_id(), instead of numa_node_id()Joonsoo Kim2014-06-071-1/+1
| * | | | mm: vmscan: clear kswapd's special reclaim powers before exitingJohannes Weiner2014-06-071-0/+3
| * | | | Merge branch 'x86/vdso' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/...Linus Torvalds2014-06-051-29/+60
| |\ \ \ \
| | * \ \ \ Merge remote-tracking branch 'origin/x86/urgent' into x86/vdsoH. Peter Anvin2014-05-221-0/+15
| | |\ \ \ \
| | * \ \ \ \ Merge remote-tracking branch 'origin/x86/espfix' into x86/vdsoH. Peter Anvin2014-05-2215-90/+138
| | |\ \ \ \ \
| | * | | | | | x86, mm: Improve _install_special_mapping and fix x86 vdso namingAndy Lutomirski2014-05-201-29/+60
| * | | | | | | 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-051-2/+2
| * | | | | | | mm, memcg: periodically schedule when emptying page listHugh Dickins2014-06-051-1/+1
| * | | | | | | mm/memory-failure.c: support use of a dedicated thread to handle SIGBUS(BUS_M...Naoya Horiguchi2014-06-051-13/+43
| * | | | | | | 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-052-2/+2
| * | | | | | | 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-051-5/+5
| * | | | | | | 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-051-10/+0Star
| * | | | | | | mm: vmscan: use proportional scanning during direct reclaim and full scan at ...Mel Gorman2014-06-051-11/+25
| * | | | | | | 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
| * | | | | | | mm, compaction: properly signal and act upon lock and need_sched() contentionVlastimil Babka2014-06-052-11/+48
| * | | | | | | mm/vmscan.c: use DIV_ROUND_UP for calculation of zone's balance_gap and corre...Jianyu Zhan2014-06-051-6/+4Star
| * | | | | | | mm, hugetlb: move the error handle logic out of normal code pathJianyu Zhan2014-06-051-13/+13
| * | | | | | | mm/memory-failure.c: move commentNaoya Horiguchi2014-06-051-5/+4Star
| * | | | | | | mm: avoid unnecessary atomic operations during end_page_writeback()Mel Gorman2014-06-051-1/+10
| * | | | | | | mm: page_alloc: calculate classzone_idx once from the zonelist refMel Gorman2014-06-051-25/+34
| * | | | | | | mm: non-atomically mark page accessed during page cache allocation where poss...Mel Gorman2014-06-053-128/+91Star
| * | | | | | | mm: do not use unnecessary atomic operations when adding pages to the LRUMel Gorman2014-06-051-2/+4
| * | | | | | | mm: do not use atomic operations when releasing pagesMel Gorman2014-06-051-1/+1