- d71e53c mm: shuffle GFP_* flags by Alexey Dobriyan · 6 years ago
- 70c6066 include/linux/gfp.h: fix typo by Kyle Spiers · 6 years ago
- 356ff8a Revert "mm, thp: consolidate THP gfp handling into alloc_hugepage_direct_gfpmask" by David Rientjes · 6 years ago
- 89c83fb mm, thp: consolidate THP gfp handling into alloc_hugepage_direct_gfpmask by Michal Hocko · 6 years ago
- 263fade docs/mm: make GFP flags descriptions usable as kernel-doc by Mike Rapoport · 6 years ago
- 4b33b69 include/linux/gfp.h: fix the annotation of GFP_ZONE_TABLE by Huaisheng Ye · 7 years ago
- e67d4ca mm: save two stranded bits in gfp_mask by Shakeel Butt · 7 years ago
- 8addc2d mm: do not warn on offline nodes unless the specific node is explicitly requested by Michal Hocko · 7 years ago
- 453f85d mm: remove __GFP_COLD by Mel Gorman · 7 years ago
- 2d4894b mm: remove cold parameter from free_hot_cold_page* by Mel Gorman · 7 years ago
- d8be756 kmemcheck: remove whats left of NOTRACK flags by Levin, Alexander (Sasha Levin) · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- 0ee931c mm: treewide: remove GFP_TEMPORARY allocation flag by Michal Hocko · 7 years ago
- dcda9b0 mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful semantic by Michal Hocko · 8 years ago
- 04ec626 mm, page_alloc: pass preferred nid instead of zonelist to allocator by Vlastimil Babka · 8 years ago
- 1bde33e include/linux/gfp.h: fix ___GFP_NOLOCKDEP value by Michal Hocko · 8 years ago
- ac2e8e4 mm: fix spelling error by Hao Lee · 8 years ago
- 7dea19f mm: introduce memalloc_nofs_{save,restore} API by Michal Hocko · 8 years ago
- 7e78442 lockdep: allow to disable reclaim lockup detection by Michal Hocko · 8 years ago
- ca96b62 mm: alloc_contig_range: allow to specify GFP mask by Lucas Stach · 8 years ago
- 2976db8 mm: rename __page_frag functions to __page_frag_cache, drop order from drain by Alexander Duyck · 8 years ago
- 8c2dd3e mm: rename __alloc_page_frag to page_frag_alloc and __free_page_frag to page_frag_free by Alexander Duyck · 8 years ago
- 41b6167 mm: get rid of __GFP_OTHER_NODE by Michal Hocko · 8 years ago
- 44fdffd mm: add support for releasing multiple instances of a page by Alexander Duyck · 8 years ago
- 2516035 mm, thp: remove __GFP_NORETRY from khugepaged and madvised allocations by Vlastimil Babka · 8 years ago
- 4949148 mm: charge/uncharge kmemcg from generic page allocator paths by Vladimir Davydov · 8 years ago
- b11a7b9 mm: exclude ZONE_DEVICE from GFP_ZONE_TABLE by Dan Williams · 9 years ago
- 444eb2a4 mm: thp: set THP defrag by default to madvise and add a stall-free defrag option by Mel Gorman · 9 years ago
- b14a1ef mm: remove unnecessary description about a non-exist gfp flag by Satoru Takeuchi · 9 years ago
- 7cf91a9 mm/compaction: speed up pageblock_pfn_to_page() when zone is contiguous by Joonsoo Kim · 9 years ago
- 420adbe9 mm, tracing: unify mm flags handling in tracepoints and printk by Vlastimil Babka · 9 years ago
- 14e0a21 tools, perf: make gfp_compact_table up to date by Vlastimil Babka · 9 years ago
- 1f7866b mm, tracing: make show_gfp_flags() up to date by Vlastimil Babka · 9 years ago
- 080fe20 mm, hugetlb: don't require CMA for runtime gigantic pages by Vlastimil Babka · 9 years ago
- 543dfb2 mm: fix noisy sparse warning in LIBCFS_ALLOC_PRE() by Joshua Clayton · 9 years ago
- c00eb15 mm/zonelist: enumerate zonelists array index by Yaowei Bai · 9 years ago
- a9bb7e6 memcg: only account kmem allocations marked as __GFP_ACCOUNT by Vladimir Davydov · 9 years ago
- 20b5c30 Revert "gfp: add __GFP_NOACCOUNT" by Vladimir Davydov · 9 years ago
- 21fa844 mm: fix up sparse warning in gfpflags_allow_blocking by Jeff Layton · 9 years ago
- dd56b04 mm: page_alloc: hide some GFP internals and document the bits and flag combinations by Mel Gorman · 9 years ago
- 71baba4 mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIM by Mel Gorman · 9 years ago
- 4011337 mm: page_alloc: remove GFP_IOFS by Mel Gorman · 9 years ago
- d0164ad mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd by Mel Gorman · 9 years ago
- 016c13d mm, page_alloc: use masks and shifts when converting GFP flags to migrate types by Mel Gorman · 9 years ago
- 82c1fc7 mm: use numa_mem_id() in alloc_pages_node() by Vlastimil Babka · 9 years ago
- 0bc35a9 mm: unify checks in alloc_pages_node() and __alloc_pages_node() by Vlastimil Babka · 9 years ago
- 96db800 mm: rename alloc_pages_exact_node() to __alloc_pages_node() by Vlastimil Babka · 9 years ago
- 28c015d mm: improve __GFP_NORETRY comment based on implementation by David Rientjes · 9 years ago
- 0e1cc95 mm: meminit: finish initialisation of struct pages before basic setup by Mel Gorman · 10 years ago
- 36583eb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
- 8f4fc07 gfp: add __GFP_NOACCOUNT by Vladimir Davydov · 10 years ago
- b63ae8c mm/net: Rename and move page fragment handling from net/ to mm/ by Alexander Duyck · 10 years ago
- 6477571 mm: clarify __GFP_NOFAIL deprecation status by Michal Hocko · 10 years ago
- 4167e9b mm: remove GFP_THISNODE by David Rientjes · 10 years ago
- be97a41 mm/mempolicy.c: merge alloc_hugepage_vma to alloc_pages_vma by Vlastimil Babka · 10 years ago
- 077fcf1 mm/thp: allocate transparent hugepages on local node by Aneesh Kumar K.V · 10 years ago
- 2d48366 mm, gfp: escalatedly define GFP_HIGHUSER and GFP_HIGHUSER_MOVABLE by Jianyu Zhan · 10 years ago
- 93481ff mm: introduce single zone pcplists drain by Vlastimil Babka · 10 years ago
- 43e7a34 mm: rename allocflags_to_migratetype for clarity by David Rientjes · 10 years ago
- e193181 mm/page_alloc.c: add __meminit to alloc_pages_exact_nid() by Fabian Frederick · 10 years ago
- b7596fb include/linux/gfp.h: exclude duplicate header by Andy Shevchenko · 11 years ago
- b745bc8 mm: page_alloc: convert hot/cold parameter and immediate callers to bool by Mel Gorman · 11 years ago
- 5238343 mm: get rid of __GFP_KMEMCG by Vladimir Davydov · 11 years ago
- e97ca8e5 mm: fix GFP_THISNODE callers and clarify by Johannes Weiner · 11 years ago
- 309381fea mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGE by Sasha Levin · 11 years ago
- 537926c include/linux/gfp.h: fix the comment for GFP_ZONE_TABLE by Zhang Yanfei · 12 years ago
- 6a1a0d3 mm: allocate kernel pages to the right memcg by Glauber Costa · 12 years ago
- 7a64bf0 mm: add a __GFP_KMEMCG flag by Glauber Costa · 12 years ago
- 05b0afd mm: add a reminder comment for __GFP_BITS_SHIFT by Andrew Morton · 12 years ago
- e5adfff mm: use IS_ENABLED(CONFIG_NUMA) instead of NUMA_BUILD by Kirill A. Shutemov · 12 years ago
- caf4919 Revert "revert "Revert "mm: remove __GFP_NO_KSWAPD""" and associated damage by Linus Torvalds · 12 years ago
- a509153 revert "Revert "mm: remove __GFP_NO_KSWAPD"" by Andrew Morton · 12 years ago
- 82b212f Revert "mm: remove __GFP_NO_KSWAPD" by Mel Gorman · 12 years ago
- 3e648eb make GFP_NOTRACK definition unconditional by Glauber Costa · 12 years ago
- c654345 mm: remove __GFP_NO_KSWAPD by Rik van Riel · 12 years ago
- c93bdd0 netvm: allow skb allocation to use PFMEMALLOC reserves by Mel Gorman · 12 years ago
- b37f1dd mm: introduce __GFP_MEMALLOC to allow access to emergency reserves by Mel Gorman · 12 years ago
- 0815f3d mm: page_isolation: MIGRATE_CMA isolation functions added by Michal Nazarewicz · 13 years ago
- 47118af mm: mmzone: MIGRATE_CMA migration type added by Michal Nazarewicz · 13 years ago
- 041d3a8 mm: page_alloc: introduce alloc_contig_range() by Michal Nazarewicz · 13 years ago
- a756cf5 mm: try to distribute dirty pages fairly across zones by Johannes Weiner · 13 years ago
- f6d7e0c mm, debug: test for online nid when allocating on single node by David Rientjes · 13 years ago
- f90ac39 mm: avoid livelock on !__GFP_FS allocations by Mel Gorman · 13 years ago
- cc59850 mm: add free_hot_cold_page_list() helper by Konstantin Khlebnikov · 13 years ago
- 3dab1bc mm: page_alloc: increase __GFP_BITS_SHIFT to include __GFP_OTHER_NODE by Johannes Weiner · 13 years ago
- 82d4b57 include/linux/gfp.h: convert BUG_ON() into VM_BUG_ON() by Dave Hansen · 14 years ago
- 15fa8f4 include/linux/gfp.h: work around apparent sparse confusion by Dave Hansen · 14 years ago
- ee85c2e mm: add alloc_pages_exact_nid() by Andi Kleen · 14 years ago
- 78afd56 mm: add __GFP_OTHER_NODE flag by Andi Kleen · 14 years ago
- 236344d mm: add alloc_page_vma_node() by Andi Kleen · 14 years ago
- 2f5f948 mm: change alloc_pages_vma to pass down the policy node for local policy by Andi Kleen · 14 years ago
- 1765e3a Remove MAYBE_BUILD_BUG_ON by Rusty Russell · 14 years ago
- 0bbbc0b thp: add numa awareness to hugepage allocations by Andrea Arcangeli · 14 years ago
- 71e3aac thp: transparent hugepage core by Andrea Arcangeli · 14 years ago
- 32dba98 thp: _GFP_NO_KSWAPD by Andrea Arcangeli · 14 years ago
- c9e664f PM / Hibernate: Fix memory corruption related to swap by Rafael J. Wysocki · 14 years ago
- 16b56cf mm: fix sparse warnings on GFP_ZONE_TABLE/BAD by Namhyung Kim · 14 years ago
- fd23855 include/linux/gfp.h: fix coding style by matt mooney · 15 years ago
- 263ff5d include/linux/gfp.h: spelling fixes by matt mooney · 15 years ago
- 478352e mm: add comment about deprecation of __GFP_NOFAIL by David Rientjes · 15 years ago