aboutsummaryrefslogtreecommitdiff
path: root/mm/page_alloc.c
Commit message (Expand)AuthorAgeFilesLines
* mm/page_alloc.c: calculate 'available' memory in a separate functionIgor Redko2020-06-091-0/+43
* mm: export NR_SHMEM via sysinfo(2) / si_meminfo() interfacesRafael Aquini2020-06-091-1/+2
* add extra free kbytes tunableRik van Riel2017-09-191-7/+24
* Merge tag v3.4.110 into cm-13.0David Hays2016-02-221-0/+8
|\
| * OOM, PM: OOM killed task shouldn't escape PM suspendMichal Hocko2015-02-021-0/+8
* | Merge tag 'v3.4.105' into cm-12.0Paul2015-01-111-8/+8
|\|
| * mm, thp: do not allow thp faults to avoid cpuset restrictionsDavid Rientjes2014-08-071-8/+8
* | Merge tag 'v3.4.82' into cm-11.0Ethan Chen2014-03-071-18/+15
|\|
| * mm: setup pageblock_order before it's used by sparsememXishi Qiu2014-02-201-2/+2
| * mm/page_alloc.c: remove pageblock_default_order()Andrew Morton2014-02-201-18/+15
* | mm: change freepage state correctly in __isolate_free_pageLaura Abbott2014-01-171-2/+3
* | mm: pass readahead info down to the i/o schedulerLee Susman2014-01-171-0/+1
* | mm: compaction: partially revert capture of suitable high-order pageMel Gorman2014-01-171-26/+7
* | mm: cma: skip watermarks check for already isolated blocks in split_free_page()Marek Szyprowski2014-01-171-8/+8
* | CMA: migrate mlocked pagesMinchan Kim2014-01-171-1/+1
* | mm: compaction: clear PG_migrate_skip based on compaction and reclaim activityMel Gorman2014-01-171-0/+1
* | mm: clean up __count_immobile_pages()Minchan Kim2014-01-171-16/+18
* | mm: do not use page_count() without a page pinMinchan Kim2014-01-171-1/+8
* | mm: cma: WARN if freed memory is still in useMarek Szyprowski2014-01-171-2/+9
* | mm: compaction: cache if a pageblock was scanned and no pages were isolatedMel Gorman2014-01-171-20/+22
* | mm: compaction: capture a suitable high-order page immediately when it is mad...Mel Gorman2014-01-171-16/+47
* | mm: compaction: Abort async compaction if locks are contended or taking too longMel Gorman2014-01-171-6/+11
* | cma: decrease cc.nr_migratepages after reclaiming pagelistMinchan Kim2014-01-171-2/+4
* | mm: cma: discard clean pages during contiguous allocation instead of migrationMinchan Kim2014-01-171-0/+2
* | Merge tag 'v3.4.72' into tmpEthan Chen2013-12-081-7/+21
|\|
| * mm, show_mem: suppress page counts in non-blockable contextsDavid Rientjes2013-10-131-0/+7
| * mm/memory-hotplug: fix lowmem count overflow when offline pagesWanpeng Li2013-08-041-0/+4
| * mm: fix pageblock bitmap allocationLinus Torvalds2013-02-281-6/+9
| * mm: use aligned zone start for pfn_to_bitidx calculationLaura Abbott2013-01-171-1/+1
| * mm/page_alloc: fix the page address of higher page's buddy calculationLi Haifeng2012-10-021-1/+1
* | mm: vmscan: fix do_try_to_free_pages() livelockLisa Du2013-12-021-3/+2
* | mm/page_alloc.c: fix watermark check in __zone_watermark_ok()Tomasz Stanislawski2013-09-271-2/+4
* | mm: cma: fix accounting of CMA pages placed in high memoryMarek Szyprowski2013-05-021-0/+4
* | mm: cma: remove watermark hacksMarek Szyprowski2013-05-021-57/+0
* | mm: Retry original migrate type if CMA failedLaura Abbott2013-04-081-1/+1
* | cma: redirect page allocation to CMAHeesub Shin2013-02-201-4/+46
* | Revert "mm: cma: on movable allocations try MIGRATE_CMA first"Laura Abbott2013-02-201-25/+30
* | mm: Don't put CMA pages on per cpu listsLaura Abbott2013-02-201-1/+2
* | cma: fix watermark checkingBartlomiej Zolnierkiewicz2013-02-031-16/+15
* | mm: show migration types in show_memRabin Vincent2013-01-181-2/+40
* | mm: cma: on movable allocations try MIGRATE_CMA firstMichal Nazarewicz2013-01-181-30/+25
* | android/lowmemorykiller: Selectively count free CMA pagesLiam Mark2013-01-041-0/+5
* | mm: make counts of CMA free pages correctLarry Bassel2012-12-271-10/+35
* | mm: Use aligned zone start for pfn_to_bitidx calculationLaura Abbott2012-12-111-1/+1
* | cma: fix migration modeMinchan Kim2012-12-111-1/+1
* | cma : use migrate_prep() instead of migrate_prep_local()woojoong.lee2012-12-111-1/+1
* | mm: Add is_cma_pageblock definitionLaura Abbott2012-12-111-0/+5
* | mm: split_free_page ignore memory watermarks for CMALiam Mark2012-12-111-2/+5
* | mm: cma: don't replace lowmem pages with highmemRabin Vincent2012-07-231-1/+6
* | mm: trigger page reclaim in alloc_contig_range() to stabilise watermarksMarek Szyprowski2012-06-291-0/+60