Age | Commit message (Expand) | Author |
2021-05-05 | mm: use proper type for cma_[alloc|release] | Minchan Kim |
2021-05-05 | mm: replace migrate_[prep|finish] with lru_cache_[disable|enable] | Minchan Kim |
2021-05-05 | mm: disable LRU pagevec during the migration temporarily | Minchan Kim |
2021-05-05 | mm: compaction: update the COMPACT[STALL|FAIL] events properly | Charan Teja Reddy |
2021-05-05 | mm/vmscan: replace implicit RECLAIM_ZONE checks with explicit checks | Dave Hansen |
2021-05-05 | mm,page_alloc: drop unnecessary checks from pfn_range_valid_contig | Oscar Salvador |
2021-05-05 | mm,compaction: let isolate_migratepages_{range,block} return error codes | Oscar Salvador |
2021-05-05 | mm,page_alloc: bail out earlier on -ENOMEM in alloc_contig_migrate_range | Oscar Salvador |
2021-04-30 | mm: page_alloc: ignore init_on_free=1 for debug_pagealloc=1 | Sergei Trofimovich |
2021-04-30 | mm/page_alloc: inline __rmqueue_pcplist | Jesper Dangaard Brouer |
2021-04-30 | mm/page_alloc: optimize code layout for __alloc_pages_bulk | Jesper Dangaard Brouer |
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/page_alloc: rename alloced to allocated | Mel Gorman |
2021-04-30 | mm/page_alloc: duplicate include linux/vmalloc.h | zhouchuangao |
2021-04-30 | mm, page_alloc: avoid page_to_pfn() in move_freepages() | Kefeng Wang |
2021-04-30 | mm: page_alloc: dump migrate-failed pages | Minchan Kim |
2021-04-30 | mm/page_alloc: combine __alloc_pages and __alloc_pages_nodemask | Matthew Wilcox (Oracle) |
2021-04-30 | mm/page_alloc: rename gfp_mask to gfp | Matthew Wilcox (Oracle) |
2021-04-30 | mm/page_alloc: rename alloc_mask to alloc_gfp | Matthew Wilcox (Oracle) |
2021-04-30 | mm: remove lru_add_drain_all in alloc_contig_range | Minchan Kim |
2021-04-30 | mm/page_alloc: drop pr_info_ratelimited() in alloc_contig_range() | David Hildenbrand |
2021-04-30 | mm: move mem_init_print_info() into mm_init() | Kefeng Wang |
2021-04-30 | kasan, mm: integrate page_alloc init with HW_TAGS | Andrey Konovalov |
2021-04-30 | mm, kasan: don't poison boot memory with tag-based modes | Andrey Konovalov |
2021-04-30 | mm/vmalloc: hugepage vmalloc mappings | Nicholas Piggin |
2021-04-30 | mm: memcontrol: directly access page->memcg_data in mm/page_alloc.c | Muchun Song |
2021-04-08 | init_on_alloc: Optimize static branches | Kees Cook |
2021-03-13 | mm/memcg: set memcg when splitting page | Zhou Guanghui |
2021-03-13 | kasan, mm: fix crash with HW_TAGS and DEBUG_PAGEALLOC | Andrey Konovalov |
2021-03-13 | mm/page_alloc.c: refactor initialization of struct page for holes in memory l... | Mike Rapoport |
2021-02-26 | mm/page_alloc: count CMA pages per zone and print them in /proc/zoneinfo | David Hildenbrand |
2021-02-24 | mm: simplify free_highmem_page() and free_reserved_page() | David Hildenbrand |
2021-02-24 | mm: remove unneeded local variable in free_area_init_core | Baoquan He |
2021-02-24 | mm: simplify parameter of setup_usemap() | Baoquan He |
2021-02-24 | mm: simplify parater of function memmap_init_zone() | Baoquan He |
2021-02-24 | mm: rename memmap_init() and memmap_init_zone() | Baoquan He |
2021-02-24 | mm: memcontrol: convert NR_SHMEM_PMDMAPPED account to pages | Muchun Song |
2021-02-24 | mm: memcontrol: convert NR_SHMEM_THPS account to pages | Muchun Song |
2021-02-24 | mm: memcontrol: convert NR_ANON_THPS account to pages | Muchun Song |
2021-02-06 | mm: page_frag: Introduce page_frag_alloc_align() | Kevin Hao |
2021-01-26 | Revert "mm: fix initialization of struct page for holes in memory layout" | Linus Torvalds |
2021-01-24 | kasan, mm: fix resetting page_alloc tags for HW_TAGS | Andrey Konovalov |
2021-01-24 | mm: fix initialization of struct page for holes in memory layout | Mike Rapoport |
2021-01-12 | mm/page_alloc: add a missing mm_page_alloc_zone_locked() tracepoint | Hailong liu |
2020-12-29 | mm: memmap defer init doesn't work as expected | Baoquan He |
2020-12-22 | kasan, mm: reset tags when accessing metadata | Andrey Konovalov |
2020-12-22 | kasan, mm: untag page address in free_reserved_area | Vincenzo Frascino |
2020-12-15 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2020-12-15 | mm/lru: replace pgdat lru_lock with lruvec lock | Alex Shi |