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