aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-23mm: make do_mmap_pgoff return populate as a size in bytes, not as a boolMichel Lespinasse3-8/+8
2013-02-23mm: introduce VM_POPULATE flag to better deal with racy userspace programsMichel Lespinasse3-14/+21
2013-02-23mm: directly use __mlock_vma_pages_range() in find_extend_vma()Michel Lespinasse4-86/+9
2013-02-23mm: remove flags argument to mmap_regionMichel Lespinasse2-19/+17
2013-02-23mm: use mm_populate() for mremap() of VM_LOCKED vmasMichel Lespinasse1-12/+13
2013-02-23mm: use mm_populate() when adjusting brk with MCL_FUTURE in effectMichel Lespinasse1-4/+14
2013-02-23mm: use mm_populate() for blocking remap_file_pages()Michel Lespinasse1-16/+6
2013-02-23mm: introduce mm_populate() for populating new vmasMichel Lespinasse4-13/+35
2013-02-23mm: remap_file_pages() fixesMichel Lespinasse1-8/+14
2013-02-23mm: avoid calling pgdat_balanced() needlesslyZlatko Calusic1-4/+11
2013-02-23mm: compaction: make __compact_pgdat() and compact_pgdat() return voidAndrew Morton1-7/+5
2013-02-23mm: make madvise(MADV_WILLNEED) support swap file prefetchShaohua Li1-4/+101
2013-02-23memcg,vmscan: do not break out targeted reclaim without reclaimed pagesMichal Hocko1-10/+9
2013-02-23mm/ksm.c: use new hashtable implementationSasha Levin1-18/+12
2013-02-23mm/huge_memory.c: use new hashtable implementationSasha Levin1-45/+9
2013-02-23mm: compaction: do not accidentally skip pageblocks in the migrate scannerMel Gorman1-3/+2
2013-02-23mm/vmscan.c:__zone_reclaim(): replace max_t() with max()Andrew Morton1-2/+1
2013-02-23mm/page_alloc.c:__setup_per_zone_wmarks: make min_pages unsigned longAndrew Morton1-5/+2
2013-02-23mm: reduce rmap overhead for ex-KSM page copies created on swap faultsJohannes Weiner2-7/+4
2013-02-23mm: vmscan: compaction works against zones, not lruvecsJohannes Weiner1-88/+91
2013-02-23mm: vmscan: clean up get_scan_count()Johannes Weiner1-21/+44
2013-02-23mm: vmscan: improve comment on low-page cache handlingJohannes Weiner1-5/+7
2013-02-23mm: vmscan: clarify how swappiness, highest priority, memcg interactJohannes Weiner1-9/+30
2013-02-23mm: vmscan: save work scanning (almost) empty LRU listsJohannes Weiner1-4/+6
2013-02-23mm: memcg: only evict file pages when we have plentyJohannes Weiner1-9/+11
2013-02-23CMA: make putback_lru_pages() call conditionalSrinivas Pandruvada1-3/+5
2013-02-23mm/hugetlb.c: convert to pr_foo()Andrew Morton1-13/+9
2013-02-23mm/memcontrol.c: convert printk(KERN_FOO) to pr_foo()Andrew Morton1-8/+7
2013-02-23memcg, oom: provide more precise dump info while memcg oom happeningSha Zhengju2-12/+41
2013-02-21Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-15/+33
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-24/+0
2013-02-21Merge branch 'akpm' (incoming from Andrew)Linus Torvalds5-5/+94
2013-02-21block: optionally snapshot page contents to provide stable pages during writeDarrick J. Wong3-4/+61
2013-02-21mm: only enforce stable page writes if the backing device requires itDarrick J. Wong2-1/+22
2013-02-21bdi: allow block devices to say that they require stable page writesDarrick J. Wong1-0/+11
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+1
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds1-1/+1
2013-02-19Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-0/+5
2013-02-18mm: fix pageblock bitmap allocationLinus Torvalds1-6/+9
2013-02-14s390/mm: implement software dirty bitsMartin Schwidefsky1-24/+0
2013-02-12mm: cma: fix accounting of CMA pages placed in high memoryMarek Szyprowski1-0/+4
2013-02-12memcg: fix kmemcg registration for late cachesGlauber Costa1-1/+3
2013-02-12mm: don't overwrite mm->def_flags in do_mlockall()Gerald Schaefer1-3/+3
2013-02-07sched/rt: Move rt specific bits into new header fileClark Williams2-0/+2
2013-02-07sched: Move sched.h sysctl bits into separate headerClark Williams3-0/+3
2013-02-05mm: fix wrong comments about anon_vma lockYuanhan Liu1-1/+1
2013-02-05mm/hugetlb: set PTE as huge in hugetlb_change_protection and remove_migration_pteTony Lu2-1/+4
2013-02-05thp: avoid dumping huge zero pageKirill A. Shutemov1-0/+4
2013-01-29mm: Add alloc_bootmem_low_pages_nopanic()Yinghai Lu2-0/+16
2013-01-29memblock: Add memblock_mem_size()Yinghai Lu1-0/+17