aboutsummaryrefslogtreecommitdiffstats
path: root/mm/page_alloc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-10mm: move page->mem_cgroup bad page handling into generic codeJohannes Weiner1-4/+8
2014-12-10mm: embed the memcg pointer directly into struct pageJohannes Weiner1-2/+0
2014-12-10mm: fix a spelling mistakeWei Yuan1-1/+1
2014-12-10mm, compaction: more focused lru and pcplists drainingVlastimil Babka1-4/+0
2014-12-10mm, compaction: simplify deferred compactionVlastimil Babka1-11/+1
2014-12-10mm, compaction: pass classzone_idx and alloc_flags to watermark checkingVlastimil Babka1-0/+1
2014-12-10mm: verify compound order when freeing a pageYu Zhao1-0/+3
2014-12-10mm, cma: drain single zone pcplistsVlastimil Babka1-1/+1
2014-12-10mm: introduce single zone pcplists drainVlastimil Babka1-25/+56
2014-12-10mm/page_alloc.c: convert boot printks without log level to pr_infoAnton Blanchard1-11/+11
2014-11-13mm/debug-pagealloc: correct freepage accounting and order resettingJoonsoo Kim1-3/+5
2014-11-13mm: alloc_contig_range: demote pages busy message from warn to infoMichal Nazarewicz1-3/+2
2014-11-13mm/page_alloc: restrict max order of merging on isolated pageblockJoonsoo Kim1-27/+14
2014-11-13mm/page_alloc: move freepage counting logic to __free_one_page()Joonsoo Kim1-11/+3
2014-11-13mm/page_alloc: add freepage on isolate pageblock to correct buddy listJoonsoo Kim1-5/+8
2014-11-13mm/page_alloc: fix incorrect isolation behavior by rechecking migratetypeJoonsoo Kim1-2/+9
2014-10-21OOM, PM: OOM killed task shouldn't escape PM suspendMichal Hocko1-0/+8
2014-10-14Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2014-10-09mm: move debug code out of page_alloc.cSasha Levin1-160/+0
2014-10-09mm: page_alloc: default node-ordering on 64-bit NUMA, zone-ordering on 32-bitMel Gorman1-58/+20
2014-10-09mm: page_alloc: Make paranoid check in move_freepages a VM_BUG_ONMel Gorman1-1/+1
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