summaryrefslogtreecommitdiffstats
path: root/mm/page_alloc.c
Commit message (Expand)AuthorAgeFilesLines
* mm/page_alloc: speed up the iteration of max_orderMuchun Song2021-09-221-4/+4
* mm, page_alloc: remove unnecessary variable from free_pcppages_bulkMel Gorman2020-09-121-4/+3
* mm, page_alloc: fix core hung in free_pcppages_bulk()Charan Teja Reddy2020-08-261-0/+5
* mm: include CMA pages in lowmem_reserve at bootDoug Berger2020-08-261-1/+1
* mm/page_alloc.c: calculate 'available' memory in a separate functionIgor Redko2020-01-231-0/+43
* mm, page_alloc: do not break __GFP_THISNODE by zonelist resetVlastimil Babka2018-07-111-2/+0
* mm, page_alloc: fix potential false positive in __zone_watermark_okVlastimil Babka2018-01-311-3/+3
* mm: check the return value of lookup_page_ext for all call sitesYang Shi2017-11-241-0/+6
* mm/page_alloc.c: broken deferred calculationPavel Tatashin2017-11-241-9/+18
* mm: prevent double decrease of nr_reserved_highatomicMinchan Kim2017-09-271-6/+18
* mm: ratelimit PFNs busy info messageJonathan Toppins2017-08-161-1/+1
* mm: don't dereference struct page fields of invalid pagesArd Biesheuvel2017-08-111-3/+3
* mm/page_alloc: Remove kernel address exposure in free_reserved_area()Josh Poimboeuf2017-08-111-2/+2
* mm: consider memblock reservations for deferred memory initialization sizingMichal Hocko2017-06-141-3/+22
* mm/page_alloc: fix nodes for reclaim in fast pathGavin Shan2017-03-121-1/+1
* mm/init: fix zone boundary creationOliver O'Halloran2017-01-151-7/+10
* mm, meminit: ensure node is online before checking whether pages are uninitia...Mel Gorman2016-08-101-1/+3
* mm, meminit: always return a valid node from early_pfn_to_nidMel Gorman2016-08-101-1/+1
* mm: use phys_addr_t for reserve_bootmem_region() argumentsStefan Bader2016-06-071-1/+1
* mm: update min_free_kbytes from khugepaged after core initializationJason Baron2016-05-111-1/+1
* mm/page_alloc: prevent merging between isolated and other pageblocksVlastimil Babka2016-04-121-13/+33
* mm: fix swapped Movable and Reclaimable in /proc/pagetypeinfoVlastimil Babka2015-12-121-1/+2
* Fix alloc_node_mem_map() to work on ia64 againTony Luck2015-11-101-3/+4
* mm: use 'unsigned int' for page orderKirill A. Shutemov2015-11-061-13/+16
* mm: make compound_head() robustKirill A. Shutemov2015-11-061-17/+31
* mm: pack compound_dtor and compound_order into one word in struct pageKirill A. Shutemov2015-11-061-1/+10
* mm, page_alloc: only enforce watermarks for order-0 allocationsMel Gorman2015-11-061-14/+39
* mm, page_alloc: reserve pageblocks for high-order atomic allocations on demandMel Gorman2015-11-061-8/+130
* mm, page_alloc: remove MIGRATE_RESERVEMel Gorman2015-11-061-140/+8
* mm, page_alloc: delete the zonelist_cacheMel Gorman2015-11-061-212/+0
* mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman2015-11-061-4/+5
* mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-061-16/+27
* mm, page_alloc: remove unnecessary recalculations for dirty zone balancingMel Gorman2015-11-061-4/+7
* mm, page_alloc: remove unnecessary parameter from zone_watermark_ok_safeMel Gorman2015-11-061-2/+3
* memcg: simplify charging kmem pagesVladimir Davydov2015-11-051-9/+9
* mm/page_alloc.c: skip ZONE_MOVABLE if required_kernelcore is larger than tota...Xishi Qiu2015-11-051-2/+5
* mm: Don't offset memmap for flatmemLaura Abbott2015-11-051-3/+6
* mm: fix overflow in find_zone_movable_pfns_for_nodes()Xishi Qiu2015-11-051-0/+1
* mm/page_alloc: remove unused parameter in init_currently_empty_zone()Yaowei Bai2015-11-051-4/+2
* debugfs: Pass bool pointer to debugfs_create_bool()Viresh Kumar2015-10-041-4/+4
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-09-081-30/+50
|\
| * mm/page_alloc.c: fix type information of memoryless nodeZhen Lei2015-09-081-1/+2
| * memory-hotplug: fix comments in zone_spanned_pages_in_node() and zone_spanned...Xishi Qiu2015-09-081-2/+2
| * mm/page_alloc.c: change sysctl_lower_zone_reserve_ratio to sysctl_lowmem_rese...Yaowei Bai2015-09-081-2/+2
| * mm/page_alloc.c: fix a misleading commentYaowei Bai2015-09-081-1/+1
| * mm: rename alloc_pages_exact_node() to __alloc_pages_node()Vlastimil Babka2015-09-081-2/+0
| * mm: rename and move get/set_freepage_migratetypeVlastimil Babka2015-09-081-13/+28
| * mm, page_isolation: remove bogus tests for isolated pagesVlastimil Babka2015-09-081-0/+4
| * mm, oom: pass an oom order of -1 when triggered by sysrqDavid Rientjes2015-09-081-1/+0
| * mm, oom: organize oom context into structDavid Rientjes2015-09-081-2/+8