Age | Commit message (Expand) | Author |
2021-06-29 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2021-06-29 | arch, mm: remove stale mentions of DISCONIGMEM | Mike Rapoport |
2021-06-29 | mm/page_alloc: add an alloc_pages_bulk_array_node() helper | Uladzislau Rezki (Sony) |
2021-06-04 | kasan: disable freed user page poisoning with HW tags | Peter Collingbourne |
2021-06-04 | arm64: mte: handle tags zeroing at page allocation time | Peter Collingbourne |
2021-05-07 | mm: fix some typos and code style problems | Shijie Luo |
2021-05-05 | mm: use proper type for cma_[alloc|release] | Minchan Kim |
2021-04-30 | mm/page_alloc: add an array-based interface to the bulk page allocator | Mel Gorman |
2021-04-30 | mm/page_alloc: add a bulk page allocator | Mel Gorman |
2021-04-30 | mm/mempolicy: rename alloc_pages_current to alloc_pages | Matthew Wilcox (Oracle) |
2021-04-30 | mm/page_alloc: combine __alloc_pages and __alloc_pages_nodemask | Matthew Wilcox (Oracle) |
2021-02-26 | mm,thp,shmem: limit shmem THP alloc gfp_mask | Rik van Riel |
2021-02-24 | mm/gfp: add kernel-doc for gfp_t | Matthew Wilcox (Oracle) |
2021-02-06 | mm: page_frag: Introduce page_frag_alloc_align() | Kevin Hao |
2020-12-15 | mm: move free_unref_page to mm/internal.h | Matthew Wilcox (Oracle) |
2020-10-15 | Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds |
2020-10-13 | mm: remove unused alloc_page_vma_node() | Wei Yang |
2020-10-13 | include/linux/gfp.h: clarify usage of GFP_ATOMIC in !preemptible contexts | Michal Hocko |
2020-09-25 | mm: turn alloc_pages into an inline function | Christoph Hellwig |
2020-06-03 | mm: rename gfpflags_to_migratetype to gfp_migratetype for same convention | Wei Yang |
2020-06-03 | mm: clarify __GFP_MEMALLOC usage | Michal Hocko |
2020-04-07 | mm: make it clear that gfp reclaim modifiers are valid only for sleepable all... | Michal Hocko |
2020-04-02 | mm/gup/writeback: add callbacks for inaccessible pages | Claudio Imbrenda |
2019-12-01 | mm/page_alloc: add alloc_contig_pages() | Anshuman Khandual |
2019-10-28 | net: fix sk_page_frag() recursion from memory reclaim | Tejun Heo |
2019-09-28 | Revert "Revert "Revert "mm, thp: consolidate THP gfp handling into alloc_huge... | David Rientjes |
2019-08-13 | Revert "Revert "mm, thp: consolidate THP gfp handling into alloc_hugepage_dir... | Andrea Arcangeli |
2019-05-14 | hugetlb: allow to free gigantic pages regardless of the configuration | Alexandre Ghiti |
2019-05-14 | mm: simplify MEMORY_ISOLATION && COMPACTION || CMA into CONTIG_ALLOC | Alexandre Ghiti |
2019-03-05 | mm: shuffle GFP_* flags | Alexey Dobriyan |
2018-12-28 | include/linux/gfp.h: fix typo | Kyle Spiers |
2018-12-08 | Revert "mm, thp: consolidate THP gfp handling into alloc_hugepage_direct_gfpm... | David Rientjes |
2018-11-03 | mm, thp: consolidate THP gfp handling into alloc_hugepage_direct_gfpmask | Michal Hocko |
2018-08-23 | docs/mm: make GFP flags descriptions usable as kernel-doc | Mike Rapoport |
2018-06-07 | include/linux/gfp.h: fix the annotation of GFP_ZONE_TABLE | Huaisheng Ye |
2018-06-07 | mm: save two stranded bits in gfp_mask | Shakeel Butt |
2018-05-25 | mm: do not warn on offline nodes unless the specific node is explicitly reque... | Michal Hocko |
2017-11-15 | mm: remove __GFP_COLD | Mel Gorman |
2017-11-15 | mm: remove cold parameter from free_hot_cold_page* | Mel Gorman |
2017-11-15 | kmemcheck: remove whats left of NOTRACK flags | Levin, Alexander (Sasha Levin) |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-09-13 | mm: treewide: remove GFP_TEMPORARY allocation flag | Michal Hocko |
2017-07-12 | mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s... | Michal Hocko |
2017-07-06 | mm, page_alloc: pass preferred nid instead of zonelist to allocator | Vlastimil Babka |
2017-06-02 | include/linux/gfp.h: fix ___GFP_NOLOCKDEP value | Michal Hocko |
2017-05-03 | mm: fix spelling error | Hao Lee |
2017-05-03 | mm: introduce memalloc_nofs_{save,restore} API | Michal Hocko |
2017-05-03 | lockdep: allow to disable reclaim lockup detection | Michal Hocko |
2017-02-24 | mm: alloc_contig_range: allow to specify GFP mask | Lucas Stach |
2017-01-10 | mm: rename __page_frag functions to __page_frag_cache, drop order from drain | Alexander Duyck |