Age | Commit message (Expand) | Author |
2015-03-14 | mm: when stealing freepages, also take pages created by splitting buddy page | Vlastimil Babka |
2014-11-13 | mm/debug-pagealloc: correct freepage accounting and order resetting | Joonsoo Kim |
2014-11-13 | mm: alloc_contig_range: demote pages busy message from warn to info | Michal Nazarewicz |
2014-11-13 | mm/page_alloc: restrict max order of merging on isolated pageblock | Joonsoo Kim |
2014-11-13 | mm/page_alloc: move freepage counting logic to __free_one_page() | Joonsoo Kim |
2014-11-13 | mm/page_alloc: add freepage on isolate pageblock to correct buddy list | Joonsoo Kim |
2014-11-13 | mm/page_alloc: fix incorrect isolation behavior by rechecking migratetype | Joonsoo Kim |
2014-10-21 | OOM, PM: OOM killed task shouldn't escape PM suspend | Michal Hocko |
2014-10-14 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2014-10-09 | mm: move debug code out of page_alloc.c | Sasha Levin |
2014-10-09 | mm: page_alloc: default node-ordering on 64-bit NUMA, zone-ordering on 32-bit | Mel Gorman |
2014-10-09 | mm: page_alloc: Make paranoid check in move_freepages a VM_BUG_ON | Mel Gorman |
2014-10-09 | mm: clean up zone flags | Johannes Weiner |
2014-10-09 | mm: page_alloc: avoid wakeup kswapd on the unintended node | Weijie Yang |
2014-10-09 | mm: introduce dump_vma | Sasha Levin |
2014-10-09 | mm: rename allocflags_to_migratetype for clarity | David Rientjes |
2014-10-09 | mm, compaction: khugepaged should not give up due to need_resched() | Vlastimil Babka |
2014-10-09 | mm, compaction: move pageblock checks up from isolate_migratepages_range() | Vlastimil Babka |
2014-10-09 | mm, compaction: do not count compact_stall if all zones skipped compaction | Vlastimil Babka |
2014-10-09 | mm, compaction: defer each zone individually instead of preferred zone | Vlastimil Babka |
2014-10-09 | mm: page_alloc: determine migratetype only once | Vlastimil Babka |
2014-10-09 | topology: add support for node_to_mem_node() to determine the fallback node | Joonsoo Kim |
2014-10-02 | mm: page_alloc: fix zone allocation fairness on UP | Johannes Weiner |
2014-09-16 | x86/mm/numa: Drop dead code and rename setup_node_data() to setup_alloc_data() | Luiz Capitulino |
2014-08-06 | mm, thp: restructure thp avoidance of light synchronous migration | David Rientjes |
2014-08-06 | mm, oom: rename zonelist locking functions | David Rientjes |
2014-08-06 | mm: page_alloc: reduce cost of the fair zone allocation policy | Mel Gorman |
2014-08-06 | mm: page_alloc: abort fair zone allocation policy when remotes nodes are enco... | Mel Gorman |
2014-08-06 | mm: move zone->pages_scanned into a vmstat counter | Mel Gorman |
2014-08-06 | mm: rearrange zone fields into read-only, page alloc, statistics and page rec... | Mel Gorman |
2014-08-06 | mm: export NR_SHMEM via sysinfo(2) / si_meminfo() interfaces | Rafael Aquini |
2014-08-06 | mm: page_alloc: simplify drain_zone_pages by using min() | Michal Nazarewicz |
2014-08-06 | mm/page_alloc.c: unexport alloc_pages_exact_nid() | Andrew Morton |
2014-08-06 | mm/page_alloc.c: add __meminit to alloc_pages_exact_nid() | Fabian Frederick |
2014-07-30 | mm, thp: do not allow thp faults to avoid cpuset restrictions | David Rientjes |
2014-07-29 | mm: fix page_alloc.c kernel-doc warnings | Randy Dunlap |
2014-07-03 | mm: page_alloc: fix CMA area initialisation when pageblock > MAX_ORDER | Michal Nazarewicz |
2014-06-23 | mm, pcp: allow restoring percpu_pagelist_fraction default | David Rientjes |
2014-06-06 | mm: convert use of typedef ctl_table to struct ctl_table | Joe Perches |
2014-06-04 | mm/page_alloc.c: cleanup add_active_range() related comments | Zhang Zhen |
2014-06-04 | mm: page_alloc: calculate classzone_idx once from the zonelist ref | Mel Gorman |
2014-06-04 | mm: page_alloc: convert hot/cold parameter and immediate callers to bool | Mel Gorman |
2014-06-04 | mm: page_alloc: use unsigned int for order in more places | Mel Gorman |
2014-06-04 | mm: page_alloc: lookup pageblock migratetype with IRQs enabled during free | Mel Gorman |
2014-06-04 | mm: page_alloc: reduce number of times page_to_pfn is called | Mel Gorman |
2014-06-04 | mm: page_alloc: use word-based accesses for get/set pageblock bitmaps | Mel Gorman |
2014-06-04 | mm: page_alloc: take the ALLOC_NO_WATERMARK check out of the fast path | Mel Gorman |
2014-06-04 | mm: page_alloc: only check the alloc flags and gfp_mask for dirty once | Mel Gorman |
2014-06-04 | mm: page_alloc: only check the zone id check if pages are buddies | Mel Gorman |
2014-06-04 | mm: page_alloc: use jump labels to avoid checking number_of_cpusets | Mel Gorman |