summaryrefslogtreecommitdiffstats
path: root/mm/page_alloc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | mm: check __PG_HWPOISON separately from PAGE_FLAGS_CHECK_AT_*Naoya Horiguchi2015-08-071-0/+4
* | fs, file table: reinit files_stat.max_files after deferred memory initialisationMel Gorman2015-08-071-0/+3
* | mm, meminit: replace rwsem with completionNicolai Stange2015-08-071-7/+15
* | mm, meminit: allow early_pfn_to_nid to be used during runtimeMel Gorman2015-08-071-8/+8
|/
* mm/page_owner: set correct gfp_mask on page_ownerJoonsoo Kim2015-07-171-3/+5
* mm/page_owner: fix possible access violationJoonsoo Kim2015-07-171-1/+3
* mm, meminit: suppress unused memory variable warningMel Gorman2015-07-171-3/+1
* mm: meminit: finish initialisation of struct pages before basic setupMel Gorman2015-06-301-9/+37
* mm: meminit: remove mminit_verify_page_linksMel Gorman2015-06-301-1/+0
* mm: meminit: reduce number of times pageblocks are set during struct page initMel Gorman2015-06-301-22/+24
* mm: meminit: free pages in large chunks where possibleMel Gorman2015-06-301-6/+49
* mm: meminit: minimise number of pfn->page lookups during initialisationMel Gorman2015-06-301-5/+24
* mm: meminit: initialise remaining struct pages in parallel with kswapdMel Gorman2015-06-301-4/+119
* mm: meminit: initialise a subset of struct pages if CONFIG_DEFERRED_STRUCT_PA...Mel Gorman2015-06-301-3/+75
* mm: meminit: inline some helper functionsMel Gorman2015-06-301-37/+52