summaryrefslogtreecommitdiffstats
path: root/mm/page_alloc.c
Commit message (Expand)AuthorAgeFilesLines
* mm/page_alloc.c: remove unused struct zone *z variableAlexander Kuleshov2016-01-151-2/+0
* x86, mm: introduce vmem_altmap to augment vmemmap_populate()Dan Williams2016-01-151-1/+10
* thp: introduce deferred_split_huge_page()Kirill A. Shutemov2016-01-151-7/+20
* mm: rework mapcount accounting to enable 4k mapping of THPsKirill A. Shutemov2016-01-151-3/+10
* mm: sanitize page->mapping for tail pagesKirill A. Shutemov2016-01-151-0/+6
* mm, oom: give __GFP_NOFAIL allocations access to memory reservesMichal Hocko2016-01-141-1/+14
* mm/page_alloc.c: use list_for_each_entry in mark_free_pages()Geliang Tang2016-01-141-5/+5
* mm/page_alloc.c: use list_{first,last}_entry instead of list_entryGeliang Tang2016-01-141-12/+11
* mm/page_alloc.c: remove unnecessary parameter from __rmqueueMel Gorman2016-01-141-3/+3
* mm: page_alloc: generalize the dirty balance reserveJohannes Weiner2016-01-141-18/+3
* mm/page_alloc.c: do not loop over ALLOC_NO_WATERMARKS without triggering reclaimMichal Hocko2016-01-141-14/+18
* mm/page_alloc.c: get rid of __alloc_pages_high_priority()Michal Hocko2016-01-141-27/+9
* mm/zonelist: enumerate zonelists array indexYaowei Bai2016-01-141-5/+4
* mm/cma: always check which page caused allocation failureJoonsoo Kim2016-01-141-3/+20
* memcg: only account kmem allocations marked as __GFP_ACCOUNTVladimir Davydov2016-01-141-1/+2
* 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
| * mm/page_alloc.c: remove unused variable in free_area_init_core()Wei Yang2015-09-081-3/+2
| * mm/page_alloc.c: refine the calculation of highest possible node idWei Yang2015-09-081-4/+2
* | Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-09-081-0/+3
|\ \ | |/ |/|
| * mm: ZONE_DEVICE for "device memory"Dan Williams2015-08-271-0/+3
* | mm: make page pfmemalloc check more robustMichal Hocko2015-08-211-3/+6
* | memory-hotplug: fix wrong edge when hot add a new nodeXishi Qiu2015-08-141-0/+8
OpenPOWER on IntegriCloud