summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm: avoid calling pgdat_balanced() needlesslyZlatko Calusic2013-02-231-4/+11
* mm: compaction: make __compact_pgdat() and compact_pgdat() return voidAndrew Morton2013-02-231-7/+5
* mm: make madvise(MADV_WILLNEED) support swap file prefetchShaohua Li2013-02-231-4/+101
* memcg,vmscan: do not break out targeted reclaim without reclaimed pagesMichal Hocko2013-02-231-10/+9
* mm/ksm.c: use new hashtable implementationSasha Levin2013-02-231-18/+12
* mm/huge_memory.c: use new hashtable implementationSasha Levin2013-02-231-45/+9
* mm: compaction: do not accidentally skip pageblocks in the migrate scannerMel Gorman2013-02-231-3/+2
* mm/vmscan.c:__zone_reclaim(): replace max_t() with max()Andrew Morton2013-02-231-2/+1
* mm/page_alloc.c:__setup_per_zone_wmarks: make min_pages unsigned longAndrew Morton2013-02-231-5/+2
* mm: reduce rmap overhead for ex-KSM page copies created on swap faultsJohannes Weiner2013-02-232-7/+4
* mm: vmscan: compaction works against zones, not lruvecsJohannes Weiner2013-02-231-88/+91
* mm: vmscan: clean up get_scan_count()Johannes Weiner2013-02-231-21/+44
* mm: vmscan: improve comment on low-page cache handlingJohannes Weiner2013-02-231-5/+7
* mm: vmscan: clarify how swappiness, highest priority, memcg interactJohannes Weiner2013-02-231-9/+30
* mm: vmscan: save work scanning (almost) empty LRU listsJohannes Weiner2013-02-231-4/+6
* mm: memcg: only evict file pages when we have plentyJohannes Weiner2013-02-231-9/+11
* CMA: make putback_lru_pages() call conditionalSrinivas Pandruvada2013-02-231-3/+5
* mm/hugetlb.c: convert to pr_foo()Andrew Morton2013-02-231-13/+9
* mm/memcontrol.c: convert printk(KERN_FOO) to pr_foo()Andrew Morton2013-02-231-8/+7
* memcg, oom: provide more precise dump info while memcg oom happeningSha Zhengju2013-02-232-12/+41
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-213-15/+33
|\
| * mm: Add alloc_bootmem_low_pages_nopanic()Yinghai Lu2013-01-292-0/+16
| * memblock: Add memblock_mem_size()Yinghai Lu2013-01-291-0/+17
| * Merge remote-tracking branch 'origin/x86/boot' into x86/mm2H. Peter Anvin2013-01-2947-2099/+5954
| |\
| * | mm: Kill NO_BOOTMEM version free_all_bootmem_node()Yinghai Lu2012-11-171-14/+0
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2013-02-211-24/+0
|\ \ \
| * | | s390/mm: implement software dirty bitsMartin Schwidefsky2013-02-141-24/+0
* | | | Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2013-02-215-5/+94
|\ \ \ \
| * | | | block: optionally snapshot page contents to provide stable pages during writeDarrick J. Wong2013-02-213-4/+61
| * | | | mm: only enforce stable page writes if the backing device requires itDarrick J. Wong2013-02-212-1/+22
| * | | | bdi: allow block devices to say that they require stable page writesDarrick J. Wong2013-02-211-0/+11
* | | | | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-211-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge 3.9-rc4 into driver-core-nextGreg Kroah-Hartman2013-01-178-123/+71
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | mm: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-171-1/+1
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2013-02-211-1/+1
|\ \ \ \ \
| * | | | | mm: minor cleanup of iov_iter_single_seg_count()Maxim Patlasov2013-01-241-1/+1
| | |/ / / | |/| | |
* | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-02-195-0/+5
|\ \ \ \ \
| * | | | | sched/rt: Move rt specific bits into new header fileClark Williams2013-02-072-0/+2
| * | | | | sched: Move sched.h sysctl bits into separate headerClark Williams2013-02-073-0/+3
| |/ / / /
* | | | | mm: fix pageblock bitmap allocationLinus Torvalds2013-02-181-6/+9
| |_|/ / |/| | |
* | | | mm: cma: fix accounting of CMA pages placed in high memoryMarek Szyprowski2013-02-121-0/+4
* | | | memcg: fix kmemcg registration for late cachesGlauber Costa2013-02-121-1/+3
* | | | mm: don't overwrite mm->def_flags in do_mlockall()Gerald Schaefer2013-02-121-3/+3
* | | | mm: fix wrong comments about anon_vma lockYuanhan Liu2013-02-051-1/+1
* | | | mm/hugetlb: set PTE as huge in hugetlb_change_protection and remove_migration...Tony Lu2013-02-052-1/+4
* | | | thp: avoid dumping huge zero pageKirill A. Shutemov2013-02-051-0/+4
|/ / /
* | | mm: compaction: partially revert capture of suitable high-order pageMel Gorman2013-01-113-107/+21
* | | mm: thp: acquire the anon_vma rwsem for write during splitMel Gorman2013-01-111-2/+13
* | | mm: mmap: annotate vm_lock_anon_vma locking properly for lockdepJiri Kosina2013-01-111-1/+1
* | | mm: bootmem: fix free_all_bootmem_core() with odd bitmap alignmentMax Filippov2013-01-111-6/+18
OpenPOWER on IntegriCloud