| Commit message (Expand) | Author | Age |
| * | mm, thp: remove __GFP_NORETRY from khugepaged and madvised allocations | Vlastimil Babka | 2016-07-28 |
| * | mm: charge/uncharge kmemcg from generic page allocator paths | Vladimir Davydov | 2016-07-26 |
| * | mm: exclude ZONE_DEVICE from GFP_ZONE_TABLE | Dan Williams | 2016-03-17 |
| * | mm: thp: set THP defrag by default to madvise and add a stall-free defrag option | Mel Gorman | 2016-03-17 |
| * | mm: remove unnecessary description about a non-exist gfp flag | Satoru Takeuchi | 2016-03-17 |
| * | mm/compaction: speed up pageblock_pfn_to_page() when zone is contiguous | Joonsoo Kim | 2016-03-15 |
| * | mm, tracing: unify mm flags handling in tracepoints and printk | Vlastimil Babka | 2016-03-15 |
| * | tools, perf: make gfp_compact_table up to date | Vlastimil Babka | 2016-03-15 |
| * | mm, tracing: make show_gfp_flags() up to date | Vlastimil Babka | 2016-03-15 |
| * | mm, hugetlb: don't require CMA for runtime gigantic pages | Vlastimil Babka | 2016-02-05 |
| * | mm: fix noisy sparse warning in LIBCFS_ALLOC_PRE() | Joshua Clayton | 2016-01-14 |
| * | mm/zonelist: enumerate zonelists array index | Yaowei Bai | 2016-01-14 |
| * | memcg: only account kmem allocations marked as __GFP_ACCOUNT | Vladimir Davydov | 2016-01-14 |
| * | Revert "gfp: add __GFP_NOACCOUNT" | Vladimir Davydov | 2016-01-14 |
| * | mm: fix up sparse warning in gfpflags_allow_blocking | Jeff Layton | 2015-11-20 |
| * | mm: page_alloc: hide some GFP internals and document the bits and flag combin... | Mel Gorman | 2015-11-06 |
| * | mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIM | Mel Gorman | 2015-11-06 |
| * | mm: page_alloc: remove GFP_IOFS | Mel Gorman | 2015-11-06 |
| * | mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep... | Mel Gorman | 2015-11-06 |
| * | mm, page_alloc: use masks and shifts when converting GFP flags to migrate types | Mel Gorman | 2015-11-06 |
| * | mm: use numa_mem_id() in alloc_pages_node() | Vlastimil Babka | 2015-09-08 |
| * | mm: unify checks in alloc_pages_node() and __alloc_pages_node() | Vlastimil Babka | 2015-09-08 |
| * | mm: rename alloc_pages_exact_node() to __alloc_pages_node() | Vlastimil Babka | 2015-09-08 |
| * | mm: improve __GFP_NORETRY comment based on implementation | David Rientjes | 2015-09-08 |
| * | mm: meminit: finish initialisation of struct pages before basic setup | Mel Gorman | 2015-06-30 |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-05-23 |
| |\ |
|
| | * | gfp: add __GFP_NOACCOUNT | Vladimir Davydov | 2015-05-14 |
| * | | mm/net: Rename and move page fragment handling from net/ to mm/ | Alexander Duyck | 2015-05-12 |
| |/ |
|
| * | mm: clarify __GFP_NOFAIL deprecation status | Michal Hocko | 2015-04-14 |
| * | mm: remove GFP_THISNODE | David Rientjes | 2015-04-14 |
| * | mm/mempolicy.c: merge alloc_hugepage_vma to alloc_pages_vma | Vlastimil Babka | 2015-02-11 |
| * | mm/thp: allocate transparent hugepages on local node | Aneesh Kumar K.V | 2015-02-11 |
| * | mm, gfp: escalatedly define GFP_HIGHUSER and GFP_HIGHUSER_MOVABLE | Jianyu Zhan | 2014-12-13 |
| * | mm: introduce single zone pcplists drain | Vlastimil Babka | 2014-12-10 |
| * | mm: rename allocflags_to_migratetype for clarity | David Rientjes | 2014-10-09 |
| * | mm/page_alloc.c: add __meminit to alloc_pages_exact_nid() | Fabian Frederick | 2014-08-06 |
| * | include/linux/gfp.h: exclude duplicate header | Andy Shevchenko | 2014-06-04 |
| * | mm: page_alloc: convert hot/cold parameter and immediate callers to bool | Mel Gorman | 2014-06-04 |
| * | mm: get rid of __GFP_KMEMCG | Vladimir Davydov | 2014-06-04 |
| * | mm: fix GFP_THISNODE callers and clarify | Johannes Weiner | 2014-03-10 |
| * | mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGE | Sasha Levin | 2014-01-23 |
| * | include/linux/gfp.h: fix the comment for GFP_ZONE_TABLE | Zhang Yanfei | 2013-07-09 |
| * | mm: allocate kernel pages to the right memcg | Glauber Costa | 2012-12-18 |
| * | mm: add a __GFP_KMEMCG flag | Glauber Costa | 2012-12-18 |
| * | mm: add a reminder comment for __GFP_BITS_SHIFT | Andrew Morton | 2012-12-12 |
| * | mm: use IS_ENABLED(CONFIG_NUMA) instead of NUMA_BUILD | Kirill A. Shutemov | 2012-12-11 |
| * | Revert "revert "Revert "mm: remove __GFP_NO_KSWAPD""" and associated damage | Linus Torvalds | 2012-12-10 |
| * | revert "Revert "mm: remove __GFP_NO_KSWAPD"" | Andrew Morton | 2012-11-30 |
| * | Revert "mm: remove __GFP_NO_KSWAPD" | Mel Gorman | 2012-11-26 |
| * | make GFP_NOTRACK definition unconditional | Glauber Costa | 2012-10-09 |