| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2014-10-14 | 1 | -0/+2 |
|\ |
|
| * | x86/mm/numa: Drop dead code and rename setup_node_data() to setup_alloc_data() | Luiz Capitulino | 2014-09-16 | 1 | -0/+2 |
* | | mm: move debug code out of page_alloc.c | Sasha Levin | 2014-10-09 | 1 | -160/+0 |
* | | mm: page_alloc: default node-ordering on 64-bit NUMA, zone-ordering on 32-bit | Mel Gorman | 2014-10-09 | 1 | -58/+20 |
* | | mm: page_alloc: Make paranoid check in move_freepages a VM_BUG_ON | Mel Gorman | 2014-10-09 | 1 | -1/+1 |
* | | mm: clean up zone flags | Johannes Weiner | 2014-10-09 | 1 | -4/+4 |
* | | mm: page_alloc: avoid wakeup kswapd on the unintended node | Weijie Yang | 2014-10-09 | 1 | -3/+6 |
* | | mm: introduce dump_vma | Sasha Levin | 2014-10-09 | 1 | -9/+73 |
* | | mm: rename allocflags_to_migratetype for clarity | David Rientjes | 2014-10-09 | 1 | -2/+2 |
* | | mm, compaction: khugepaged should not give up due to need_resched() | Vlastimil Babka | 2014-10-09 | 1 | -12/+33 |
* | | mm, compaction: move pageblock checks up from isolate_migratepages_range() | Vlastimil Babka | 2014-10-09 | 1 | -2/+1 |
* | | mm, compaction: do not count compact_stall if all zones skipped compaction | Vlastimil Babka | 2014-10-09 | 1 | -35/+41 |
* | | mm, compaction: defer each zone individually instead of preferred zone | Vlastimil Babka | 2014-10-09 | 1 | -26/+31 |
* | | mm: page_alloc: determine migratetype only once | Vlastimil Babka | 2014-10-09 | 1 | -4/+3 |
* | | topology: add support for node_to_mem_node() to determine the fallback node | Joonsoo Kim | 2014-10-09 | 1 | -0/+1 |
* | | mm: page_alloc: fix zone allocation fairness on UP | Johannes Weiner | 2014-10-02 | 1 | -4/+3 |
|/ |
|
* | mm, thp: restructure thp avoidance of light synchronous migration | David Rientjes | 2014-08-06 | 1 | -8/+9 |
* | mm, oom: rename zonelist locking functions | David Rientjes | 2014-08-06 | 1 | -3/+3 |
* | mm: page_alloc: reduce cost of the fair zone allocation policy | Mel Gorman | 2014-08-06 | 1 | -48/+53 |
* | mm: page_alloc: abort fair zone allocation policy when remotes nodes are enco... | Mel Gorman | 2014-08-06 | 1 | -1/+1 |
* | mm: move zone->pages_scanned into a vmstat counter | Mel Gorman | 2014-08-06 | 1 | -3/+9 |
* | mm: rearrange zone fields into read-only, page alloc, statistics and page rec... | Mel Gorman | 2014-08-06 | 1 | -4/+3 |
* | mm: export NR_SHMEM via sysinfo(2) / si_meminfo() interfaces | Rafael Aquini | 2014-08-06 | 1 | -1/+2 |
* | mm: page_alloc: simplify drain_zone_pages by using min() | Michal Nazarewicz | 2014-08-06 | 1 | -6/+2 |
* | mm/page_alloc.c: unexport alloc_pages_exact_nid() | Andrew Morton | 2014-08-06 | 1 | -1/+0 |
* | mm/page_alloc.c: add __meminit to alloc_pages_exact_nid() | Fabian Frederick | 2014-08-06 | 1 | -1/+1 |
* | mm, thp: do not allow thp faults to avoid cpuset restrictions | David Rientjes | 2014-07-30 | 1 | -8/+8 |
* | mm: fix page_alloc.c kernel-doc warnings | Randy Dunlap | 2014-07-29 | 1 | -6/+9 |
* | mm: page_alloc: fix CMA area initialisation when pageblock > MAX_ORDER | Michal Nazarewicz | 2014-07-03 | 1 | -2/+14 |
* | mm, pcp: allow restoring percpu_pagelist_fraction default | David Rientjes | 2014-06-23 | 1 | -12/+28 |
* | mm: convert use of typedef ctl_table to struct ctl_table | Joe Perches | 2014-06-06 | 1 | -6/+6 |
* | mm/page_alloc.c: cleanup add_active_range() related comments | Zhang Zhen | 2014-06-04 | 1 | -13/+8 |
* | mm: page_alloc: calculate classzone_idx once from the zonelist ref | Mel Gorman | 2014-06-04 | 1 | -25/+34 |
* | mm: page_alloc: convert hot/cold parameter and immediate callers to bool | Mel Gorman | 2014-06-04 | 1 | -10/+10 |
* | mm: page_alloc: use unsigned int for order in more places | Mel Gorman | 2014-06-04 | 1 | -20/+23 |
* | mm: page_alloc: lookup pageblock migratetype with IRQs enabled during free | Mel Gorman | 2014-06-04 | 1 | -1/+1 |
* | mm: page_alloc: reduce number of times page_to_pfn is called | Mel Gorman | 2014-06-04 | 1 | -15/+19 |
* | mm: page_alloc: use word-based accesses for get/set pageblock bitmaps | Mel Gorman | 2014-06-04 | 1 | -20/+32 |
* | mm: page_alloc: take the ALLOC_NO_WATERMARK check out of the fast path | Mel Gorman | 2014-06-04 | 1 | -3/+5 |
* | mm: page_alloc: only check the alloc flags and gfp_mask for dirty once | Mel Gorman | 2014-06-04 | 1 | -2/+3 |
* | mm: page_alloc: only check the zone id check if pages are buddies | Mel Gorman | 2014-06-04 | 1 | -3/+13 |
* | mm: page_alloc: use jump labels to avoid checking number_of_cpusets | Mel Gorman | 2014-06-04 | 1 | -1/+2 |
* | mm: page_alloc: do not treat a zone that cannot be used for dirty pages as "f... | Mel Gorman | 2014-06-04 | 1 | -1/+1 |
* | mm: page_alloc: do not update zlc unless the zlc is active | Mel Gorman | 2014-06-04 | 1 | -1/+1 |
* | mm, thp: avoid excessive compaction latency during fault | David Rientjes | 2014-06-04 | 1 | -1/+8 |
* | mm, compaction: embed migration mode in compact_control | David Rientjes | 2014-06-04 | 1 | -22/+17 |
* | mm, migration: add destination page freeing callback | David Rientjes | 2014-06-04 | 1 | -1/+1 |
* | mm: debug: make bad_range() output more usable and readable | Dave Hansen | 2014-06-04 | 1 | -2/+3 |
* | mm/page_alloc: prevent MIGRATE_RESERVE pages from being misplaced | Vlastimil Babka | 2014-06-04 | 1 | -10/+13 |
* | mm: page_alloc: do not cache reclaim distances | Mel Gorman | 2014-06-04 | 1 | -15/+2 |