aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/gfp.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-03mm, thp: consolidate THP gfp handling into alloc_hugepage_direct_gfpmaskMichal Hocko1-8/+4
2018-08-23docs/mm: make GFP flags descriptions usable as kernel-docMike Rapoport1-137/+154
2018-06-07include/linux/gfp.h: fix the annotation of GFP_ZONE_TABLEHuaisheng Ye1-2/+2
2018-06-07mm: save two stranded bits in gfp_maskShakeel Butt1-5/+5
2018-05-25mm: do not warn on offline nodes unless the specific node is explicitly requestedMichal Hocko1-1/+1
2017-11-15mm: remove __GFP_COLDMel Gorman1-5/+0
2017-11-15mm: remove cold parameter from free_hot_cold_page*Mel Gorman1-2/+2
2017-11-15kmemcheck: remove whats left of NOTRACK flagsLevin, Alexander (Sasha Levin)1-9/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-13mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko1-2/+0
2017-07-12mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful semanticMichal Hocko1-13/+43
2017-07-06mm, page_alloc: pass preferred nid instead of zonelist to allocatorVlastimil Babka1-6/+5
2017-06-02include/linux/gfp.h: fix ___GFP_NOLOCKDEP valueMichal Hocko1-1/+1
2017-05-03mm: fix spelling errorHao Lee1-2/+2
2017-05-03mm: introduce memalloc_nofs_{save,restore} APIMichal Hocko1-0/+8
2017-05-03lockdep: allow to disable reclaim lockup detectionMichal Hocko1-1/+9
2017-02-24mm: alloc_contig_range: allow to specify GFP maskLucas Stach1-1/+1
2017-01-10mm: rename __page_frag functions to __page_frag_cache, drop order from drainAlexander Duyck1-2/+1
2017-01-10mm: rename __alloc_page_frag to page_frag_alloc and __free_page_frag to page_frag_freeAlexander Duyck1-3/+3
2017-01-10mm: get rid of __GFP_OTHER_NODEMichal Hocko1-10/+3
2016-12-14mm: add support for releasing multiple instances of a pageAlexander Duyck1-0/+2
2016-07-28mm, thp: remove __GFP_NORETRY from khugepaged and madvised allocationsVlastimil Babka1-6/+8
2016-07-26mm: charge/uncharge kmemcg from generic page allocator pathsVladimir Davydov1-9/+1
2016-03-17mm: exclude ZONE_DEVICE from GFP_ZONE_TABLEDan Williams1-13/+20
2016-03-17mm: thp: set THP defrag by default to madvise and add a stall-free defrag optionMel Gorman1-1/+1
2016-03-17mm: remove unnecessary description about a non-exist gfp flagSatoru Takeuchi1-2/+0
2016-03-15mm/compaction: speed up pageblock_pfn_to_page() when zone is contiguousJoonsoo Kim1-6/+0
2016-03-15mm, tracing: unify mm flags handling in tracepoints and printkVlastimil Babka1-1/+1
2016-03-15tools, perf: make gfp_compact_table up to dateVlastimil Babka1-1/+1
2016-03-15mm, tracing: make show_gfp_flags() up to dateVlastimil Babka1-1/+5
2016-02-05mm, hugetlb: don't require CMA for runtime gigantic pagesVlastimil Babka1-3/+3
2016-01-14mm: fix noisy sparse warning in LIBCFS_ALLOC_PRE()Joshua Clayton1-1/+1
2016-01-14mm/zonelist: enumerate zonelists array indexYaowei Bai1-4/+5
2016-01-14memcg: only account kmem allocations marked as __GFP_ACCOUNTVladimir Davydov1-0/+9
2016-01-14Revert "gfp: add __GFP_NOACCOUNT"Vladimir Davydov1-2/+0
2015-11-20mm: fix up sparse warning in gfpflags_allow_blockingJeff Layton1-1/+1
2015-11-06mm: page_alloc: hide some GFP internals and document the bits and flag combinationsMel Gorman1-80/+171
2015-11-06mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman1-8/+8
2015-11-06mm: page_alloc: remove GFP_IOFSMel Gorman1-1/+0
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapdMel Gorman1-13/+33
2015-11-06mm, page_alloc: use masks and shifts when converting GFP flags to migrate typesMel Gorman1-5/+7
2015-09-08mm: use numa_mem_id() in alloc_pages_node()Vlastimil Babka1-2/+3
2015-09-08mm: unify checks in alloc_pages_node() and __alloc_pages_node()Vlastimil Babka1-5/+5
2015-09-08mm: rename alloc_pages_exact_node() to __alloc_pages_node()Vlastimil Babka1-8/+15
2015-09-08mm: improve __GFP_NORETRY comment based on implementationDavid Rientjes1-1/+4
2015-06-30mm: meminit: finish initialisation of struct pages before basic setupMel Gorman1-0/+8
2015-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2015-05-14gfp: add __GFP_NOACCOUNTVladimir Davydov1-0/+2
2015-05-12mm/net: Rename and move page fragment handling from net/ to mm/Alexander Duyck1-0/+5
2015-04-14mm: clarify __GFP_NOFAIL deprecation statusMichal Hocko1-2/+4