aboutsummaryrefslogtreecommitdiffstats
path: root/mm/page_alloc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-09mm: clean up zone flagsJohannes Weiner1-4/+4
2014-10-09mm: page_alloc: avoid wakeup kswapd on the unintended nodeWeijie Yang1-3/+6
2014-10-09mm: introduce dump_vmaSasha Levin1-9/+73
2014-10-09mm: rename allocflags_to_migratetype for clarityDavid Rientjes1-2/+2
2014-10-09mm, compaction: khugepaged should not give up due to need_resched()Vlastimil Babka1-12/+33
2014-10-09mm, compaction: move pageblock checks up from isolate_migratepages_range()Vlastimil Babka1-2/+1
2014-10-09mm, compaction: do not count compact_stall if all zones skipped compactionVlastimil Babka1-35/+41
2014-10-09mm, compaction: defer each zone individually instead of preferred zoneVlastimil Babka1-26/+31
2014-10-09mm: page_alloc: determine migratetype only onceVlastimil Babka1-4/+3
2014-10-09topology: add support for node_to_mem_node() to determine the fallback nodeJoonsoo Kim1-0/+1
2014-10-02mm: page_alloc: fix zone allocation fairness on UPJohannes Weiner1-4/+3
2014-09-16x86/mm/numa: Drop dead code and rename setup_node_data() to setup_alloc_data()Luiz Capitulino1-0/+2
2014-08-06mm, thp: restructure thp avoidance of light synchronous migrationDavid Rientjes1-8/+9
2014-08-06mm, oom: rename zonelist locking functionsDavid Rientjes1-3/+3
2014-08-06mm: page_alloc: reduce cost of the fair zone allocation policyMel Gorman1-48/+53
2014-08-06mm: page_alloc: abort fair zone allocation policy when remotes nodes are encounteredMel Gorman1-1/+1
2014-08-06mm: move zone->pages_scanned into a vmstat counterMel Gorman1-3/+9
2014-08-06mm: rearrange zone fields into read-only, page alloc, statistics and page reclaim linesMel Gorman1-4/+3
2014-08-06mm: export NR_SHMEM via sysinfo(2) / si_meminfo() interfacesRafael Aquini1-1/+2
2014-08-06mm: page_alloc: simplify drain_zone_pages by using min()Michal Nazarewicz1-6/+2
2014-08-06mm/page_alloc.c: unexport alloc_pages_exact_nid()Andrew Morton1-1/+0
2014-08-06mm/page_alloc.c: add __meminit to alloc_pages_exact_nid()Fabian Frederick1-1/+1
2014-07-30mm, thp: do not allow thp faults to avoid cpuset restrictionsDavid Rientjes1-8/+8
2014-07-29mm: fix page_alloc.c kernel-doc warningsRandy Dunlap1-6/+9
2014-07-03mm: page_alloc: fix CMA area initialisation when pageblock > MAX_ORDERMichal Nazarewicz1-2/+14
2014-06-23mm, pcp: allow restoring percpu_pagelist_fraction defaultDavid Rientjes1-12/+28
2014-06-06mm: convert use of typedef ctl_table to struct ctl_tableJoe Perches1-6/+6
2014-06-04mm/page_alloc.c: cleanup add_active_range() related commentsZhang Zhen1-13/+8
2014-06-04mm: page_alloc: calculate classzone_idx once from the zonelist refMel Gorman1-25/+34
2014-06-04mm: page_alloc: convert hot/cold parameter and immediate callers to boolMel Gorman1-10/+10
2014-06-04mm: page_alloc: use unsigned int for order in more placesMel Gorman1-20/+23
2014-06-04mm: page_alloc: lookup pageblock migratetype with IRQs enabled during freeMel Gorman1-1/+1
2014-06-04mm: page_alloc: reduce number of times page_to_pfn is calledMel Gorman1-15/+19
2014-06-04mm: page_alloc: use word-based accesses for get/set pageblock bitmapsMel Gorman1-20/+32
2014-06-04mm: page_alloc: take the ALLOC_NO_WATERMARK check out of the fast pathMel Gorman1-3/+5
2014-06-04mm: page_alloc: only check the alloc flags and gfp_mask for dirty onceMel Gorman1-2/+3
2014-06-04mm: page_alloc: only check the zone id check if pages are buddiesMel Gorman1-3/+13
2014-06-04mm: page_alloc: use jump labels to avoid checking number_of_cpusetsMel Gorman1-1/+2
2014-06-04mm: page_alloc: do not treat a zone that cannot be used for dirty pages as "full"Mel Gorman1-1/+1
2014-06-04mm: page_alloc: do not update zlc unless the zlc is activeMel Gorman1-1/+1
2014-06-04mm, thp: avoid excessive compaction latency during faultDavid Rientjes1-1/+8
2014-06-04mm, compaction: embed migration mode in compact_controlDavid Rientjes1-22/+17
2014-06-04mm, migration: add destination page freeing callbackDavid Rientjes1-1/+1
2014-06-04mm: debug: make bad_range() output more usable and readableDave Hansen1-2/+3
2014-06-04mm/page_alloc: prevent MIGRATE_RESERVE pages from being misplacedVlastimil Babka1-10/+13
2014-06-04mm: page_alloc: do not cache reclaim distancesMel Gorman1-15/+2
2014-06-04mm: disable zone_reclaim_mode by defaultMel Gorman1-2/+0
2014-06-04mm: get rid of __GFP_KMEMCGVladimir Davydov1-21/+35
2014-04-07mm/page_alloc.c: change mm debug routines back to EXPORT_SYMBOLJohn Hubbard1-1/+1
2014-04-07memblock: use for_each_memblock()Emil Medve1-5/+5