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