summaryrefslogtreecommitdiffstats
path: root/include/linux/gfp.h
AgeCommit message (Expand)Author
2016-03-17mm: exclude ZONE_DEVICE from GFP_ZONE_TABLEDan Williams
2016-03-17mm: thp: set THP defrag by default to madvise and add a stall-free defrag optionMel Gorman
2016-03-17mm: remove unnecessary description about a non-exist gfp flagSatoru Takeuchi
2016-03-15mm/compaction: speed up pageblock_pfn_to_page() when zone is contiguousJoonsoo Kim
2016-03-15mm, tracing: unify mm flags handling in tracepoints and printkVlastimil Babka
2016-03-15tools, perf: make gfp_compact_table up to dateVlastimil Babka
2016-03-15mm, tracing: make show_gfp_flags() up to dateVlastimil Babka
2016-02-05mm, hugetlb: don't require CMA for runtime gigantic pagesVlastimil Babka
2016-01-14mm: fix noisy sparse warning in LIBCFS_ALLOC_PRE()Joshua Clayton
2016-01-14mm/zonelist: enumerate zonelists array indexYaowei Bai
2016-01-14memcg: only account kmem allocations marked as __GFP_ACCOUNTVladimir Davydov
2016-01-14Revert "gfp: add __GFP_NOACCOUNT"Vladimir Davydov
2015-11-20mm: fix up sparse warning in gfpflags_allow_blockingJeff Layton
2015-11-06mm: page_alloc: hide some GFP internals and document the bits and flag combin...Mel Gorman
2015-11-06mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman
2015-11-06mm: page_alloc: remove GFP_IOFSMel Gorman
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman
2015-11-06mm, page_alloc: use masks and shifts when converting GFP flags to migrate typesMel Gorman
2015-09-08mm: use numa_mem_id() in alloc_pages_node()Vlastimil Babka
2015-09-08mm: unify checks in alloc_pages_node() and __alloc_pages_node()Vlastimil Babka
2015-09-08mm: rename alloc_pages_exact_node() to __alloc_pages_node()Vlastimil Babka
2015-09-08mm: improve __GFP_NORETRY comment based on implementationDavid Rientjes
2015-06-30mm: meminit: finish initialisation of struct pages before basic setupMel Gorman
2015-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-05-14gfp: add __GFP_NOACCOUNTVladimir Davydov
2015-05-12mm/net: Rename and move page fragment handling from net/ to mm/Alexander Duyck
2015-04-14mm: clarify __GFP_NOFAIL deprecation statusMichal Hocko
2015-04-14mm: remove GFP_THISNODEDavid Rientjes
2015-02-11mm/mempolicy.c: merge alloc_hugepage_vma to alloc_pages_vmaVlastimil Babka
2015-02-11mm/thp: allocate transparent hugepages on local nodeAneesh Kumar K.V
2014-12-13mm, gfp: escalatedly define GFP_HIGHUSER and GFP_HIGHUSER_MOVABLEJianyu Zhan
2014-12-10mm: introduce single zone pcplists drainVlastimil Babka
2014-10-09mm: rename allocflags_to_migratetype for clarityDavid Rientjes
2014-08-06mm/page_alloc.c: add __meminit to alloc_pages_exact_nid()Fabian Frederick
2014-06-04include/linux/gfp.h: exclude duplicate headerAndy Shevchenko
2014-06-04mm: page_alloc: convert hot/cold parameter and immediate callers to boolMel Gorman
2014-06-04mm: get rid of __GFP_KMEMCGVladimir Davydov
2014-03-10mm: fix GFP_THISNODE callers and clarifyJohannes Weiner
2014-01-23mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGESasha Levin
2013-07-09include/linux/gfp.h: fix the comment for GFP_ZONE_TABLEZhang Yanfei
2012-12-18mm: allocate kernel pages to the right memcgGlauber Costa
2012-12-18mm: add a __GFP_KMEMCG flagGlauber Costa
2012-12-12mm: add a reminder comment for __GFP_BITS_SHIFTAndrew Morton
2012-12-11mm: use IS_ENABLED(CONFIG_NUMA) instead of NUMA_BUILDKirill A. Shutemov
2012-12-10Revert "revert "Revert "mm: remove __GFP_NO_KSWAPD""" and associated damageLinus Torvalds
2012-11-30revert "Revert "mm: remove __GFP_NO_KSWAPD""Andrew Morton
2012-11-26Revert "mm: remove __GFP_NO_KSWAPD"Mel Gorman
2012-10-09make GFP_NOTRACK definition unconditionalGlauber Costa
2012-10-09mm: remove __GFP_NO_KSWAPDRik van Riel
2012-07-31netvm: allow skb allocation to use PFMEMALLOC reservesMel Gorman