Age | Commit message (Expand) | Author |
2022-04-07 | mm: Add vma_alloc_folio() | Matthew Wilcox (Oracle) |
2022-04-01 | mm, kasan: fix __GFP_BITS_SHIFT definition breaking LOCKDEP | Andrey Konovalov |
2022-03-24 | kasan, page_alloc: allow skipping memory init for HW_TAGS | Andrey Konovalov |
2022-03-24 | kasan, page_alloc: allow skipping unpoisoning for HW_TAGS | Andrey Konovalov |
2022-03-24 | kasan, mm: only define ___GFP_SKIP_KASAN_POISON with HW_TAGS | Andrey Konovalov |
2022-03-24 | mm: clarify __GFP_ZEROTAGS comment | Andrey Konovalov |
2022-03-22 | doc: convert 'subsection' to 'section' in gfp.h | NeilBrown |
2022-01-15 | include/linux/gfp.h: further document GFP_DMA32 | Miles Chen |
2022-01-15 | mm: drop node from alloc_pages_vma | Michal Hocko |
2021-12-25 | mm/page_alloc: fix __alloc_size attribute for alloc_pages_exact_nid | Thibaut Sautereau |
2021-11-06 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2021-11-06 | mm/vmalloc: introduce alloc_pages_bulk_array_mempolicy to accelerate memory a... | Chen Wandun |
2021-11-06 | mm/page_alloc: add __alloc_size attributes for better bounds checking | Kees Cook |
2021-10-18 | mm/page_alloc: Add folio allocation functions | Matthew Wilcox (Oracle) |
2021-10-18 | mm: Add arch_make_folio_accessible() | Matthew Wilcox (Oracle) |
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 |