summaryrefslogtreecommitdiffstats
path: root/mm/page_alloc.c
Commit message (Expand)AuthorAgeFilesLines
* mm: cma: split cma-reserved in dmesg logPintu Kumar2014-12-181-2/+4
* mm: remove the highmem zones' memmap in the highmem zoneZhong Hongbo2014-12-131-10/+12
* mm: vmscan: invoke slab shrinkers from shrink_zone()Johannes Weiner2014-12-131-3/+3
* mm/page_owner: keep track of page ownersJoonsoo Kim2014-12-131-1/+10
* mm/debug-pagealloc: make debug-pagealloc boottime configurableJoonsoo Kim2014-12-131-0/+20
* mm/debug-pagealloc: prepare boottime configurable on/offJoonsoo Kim2014-12-131-3/+35
* mm/page_ext: resurrect struct page extending code for debuggingJoonsoo Kim2014-12-131-0/+2
* mm/debug-pagealloc: cleanup page guard codeJoonsoo Kim2014-12-131-19/+19
* Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2014-12-111-3/+3
|\
| * cpuset: simplify cpuset_node_allowed APIVladimir Davydov2014-10-271-3/+3
* | mm: move page->mem_cgroup bad page handling into generic codeJohannes Weiner2014-12-101-4/+8
* | mm: embed the memcg pointer directly into struct pageJohannes Weiner2014-12-101-2/+0
* | mm: fix a spelling mistakeWei Yuan2014-12-101-1/+1
* | mm, compaction: more focused lru and pcplists drainingVlastimil Babka2014-12-101-4/+0
* | mm, compaction: simplify deferred compactionVlastimil Babka2014-12-101-11/+1
* | mm, compaction: pass classzone_idx and alloc_flags to watermark checkingVlastimil Babka2014-12-101-0/+1
* | mm: verify compound order when freeing a pageYu Zhao2014-12-101-0/+3
* | mm, cma: drain single zone pcplistsVlastimil Babka2014-12-101-1/+1
* | mm: introduce single zone pcplists drainVlastimil Babka2014-12-101-25/+56
* | mm/page_alloc.c: convert boot printks without log level to pr_infoAnton Blanchard2014-12-101-11/+11
* | mm/debug-pagealloc: correct freepage accounting and order resettingJoonsoo Kim2014-11-131-3/+5
* | mm: alloc_contig_range: demote pages busy message from warn to infoMichal Nazarewicz2014-11-131-3/+2
* | mm/page_alloc: restrict max order of merging on isolated pageblockJoonsoo Kim2014-11-131-27/+14
* | mm/page_alloc: move freepage counting logic to __free_one_page()Joonsoo Kim2014-11-131-11/+3
* | mm/page_alloc: add freepage on isolate pageblock to correct buddy listJoonsoo Kim2014-11-131-5/+8
* | mm/page_alloc: fix incorrect isolation behavior by rechecking migratetypeJoonsoo Kim2014-11-131-2/+9
|/
* OOM, PM: OOM killed task shouldn't escape PM suspendMichal Hocko2014-10-211-0/+8
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-10-141-0/+2
|\
| * x86/mm/numa: Drop dead code and rename setup_node_data() to setup_alloc_data()Luiz Capitulino2014-09-161-0/+2
* | mm: move debug code out of page_alloc.cSasha Levin2014-10-091-160/+0
* | mm: page_alloc: default node-ordering on 64-bit NUMA, zone-ordering on 32-bitMel Gorman2014-10-091-58/+20
* | mm: page_alloc: Make paranoid check in move_freepages a VM_BUG_ONMel Gorman2014-10-091-1/+1
* | mm: clean up zone flagsJohannes Weiner2014-10-091-4/+4
* | mm: page_alloc: avoid wakeup kswapd on the unintended nodeWeijie Yang2014-10-091-3/+6
* | mm: introduce dump_vmaSasha Levin2014-10-091-9/+73
* | mm: rename allocflags_to_migratetype for clarityDavid Rientjes2014-10-091-2/+2
* | mm, compaction: khugepaged should not give up due to need_resched()Vlastimil Babka2014-10-091-12/+33
* | mm, compaction: move pageblock checks up from isolate_migratepages_range()Vlastimil Babka2014-10-091-2/+1
* | mm, compaction: do not count compact_stall if all zones skipped compactionVlastimil Babka2014-10-091-35/+41
* | mm, compaction: defer each zone individually instead of preferred zoneVlastimil Babka2014-10-091-26/+31
* | mm: page_alloc: determine migratetype only onceVlastimil Babka2014-10-091-4/+3
* | topology: add support for node_to_mem_node() to determine the fallback nodeJoonsoo Kim2014-10-091-0/+1
* | mm: page_alloc: fix zone allocation fairness on UPJohannes Weiner2014-10-021-4/+3
|/
* mm, thp: restructure thp avoidance of light synchronous migrationDavid Rientjes2014-08-061-8/+9
* mm, oom: rename zonelist locking functionsDavid Rientjes2014-08-061-3/+3
* mm: page_alloc: reduce cost of the fair zone allocation policyMel Gorman2014-08-061-48/+53
* mm: page_alloc: abort fair zone allocation policy when remotes nodes are enco...Mel Gorman2014-08-061-1/+1
* mm: move zone->pages_scanned into a vmstat counterMel Gorman2014-08-061-3/+9
* mm: rearrange zone fields into read-only, page alloc, statistics and page rec...Mel Gorman2014-08-061-4/+3
* mm: export NR_SHMEM via sysinfo(2) / si_meminfo() interfacesRafael Aquini2014-08-061-1/+2
OpenPOWER on IntegriCloud