| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'mm-stable-2022-05-27' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2022-05-27 | 1 | -6/+26 |
|\ |
|
| * | mm: fix is_pinnable_page against a cma page | Minchan Kim | 2022-05-27 | 1 | -2/+6 |
| * | mm: split free page with properly free memory accounting and without race | Zi Yan | 2022-05-27 | 1 | -4/+20 |
* | | Merge tag 'mm-hotfixes-stable-2022-05-27' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 2022-05-27 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | mm/page_alloc: always attempt to allocate at least one page during bulk alloc... | Mel Gorman | 2022-05-27 | 1 | -2/+2 |
* | | mm: fix a potential infinite loop in start_isolate_page_range() | Zi Yan | 2022-05-25 | 1 | -1/+6 |
* | | mm: fix missing handler for __GFP_NOWARN | Qi Zheng | 2022-05-19 | 1 | -8/+10 |
* | | mm/page_alloc: fix tracepoint mm_page_alloc_zone_locked() | Wonhyuk Yang | 2022-05-19 | 1 | -8/+5 |
* | | mm/memory-failure.c: simplify num_poisoned_pages_dec | zhenwei pi | 2022-05-13 | 1 | -1/+0 |
* | | mm: cma: use pageblock_order as the single alignment | Zi Yan | 2022-05-13 | 1 | -2/+2 |
* | | mm: page_isolation: enable arbitrary range page isolation. | Zi Yan | 2022-05-13 | 1 | -14/+2 |
* | | mm: make alloc_contig_range work at pageblock granularity | Zi Yan | 2022-05-13 | 1 | -10/+44 |
* | | mm: page_isolation: move has_unmovable_pages() to mm/page_isolation.c | Zi Yan | 2022-05-13 | 1 | -119/+0 |
* | | mm/page_alloc: cache the result of node_dirty_ok() | Wonhyuk Yang | 2022-05-13 | 1 | -6/+7 |
* | | mm: create new mm/swap.h header file | NeilBrown | 2022-05-09 | 1 | -0/+1 |
* | | mm/page_alloc: simplify update of pgdat in wake_all_kswapds | Chen Wandun | 2022-04-29 | 1 | -2/+3 |
* | | mm/page_alloc: reuse tail struct pages for compound devmaps | Joao Martins | 2022-04-28 | 1 | -1/+16 |
* | | mm/page_alloc.c: calc the right pfn if page size is not 4K | Ma Wupeng | 2022-04-28 | 1 | -1/+1 |
* | | mm/vmscan: make sure wakeup_kswapd with managed zone | Wei Yang | 2022-04-28 | 1 | -0/+2 |
* | | mm: wrap __find_buddy_pfn() with a necessary buddy page validation | Zi Yan | 2022-04-28 | 1 | -44/+8 |
* | | mm: page_alloc: simplify pageblock migratetype check in __free_one_page() | Zi Yan | 2022-04-28 | 1 | -29/+17 |
* | | mm/page_alloc: adding same penalty is enough to get round-robin order | Wei Yang | 2022-04-28 | 1 | -6/+3 |
|/ |
|
* | page_alloc: use vmalloc_huge for large system hash | Song Liu | 2022-04-24 | 1 | -1/+1 |
* | mm, page_alloc: fix build_zonerefs_node() | Juergen Gross | 2022-04-15 | 1 | -1/+1 |
* | Revert "mm/page_alloc: mark pagesets as __maybe_unused" | Sebastian Andrzej Siewior | 2022-04-05 | 1 | -1/+1 |
* | mm/munlock: protect the per-CPU pagevec by a local_lock_t | Sebastian Andrzej Siewior | 2022-04-01 | 1 | -0/+1 |
* | mm: page_alloc: validate buddy before check its migratetype. | Zi Yan | 2022-03-30 | 1 | -0/+3 |
* | kasan, page_alloc: allow skipping memory init for HW_TAGS | Andrey Konovalov | 2022-03-24 | 1 | -1/+12 |
* | kasan, page_alloc: allow skipping unpoisoning for HW_TAGS | Andrey Konovalov | 2022-03-24 | 1 | -9/+22 |
* | kasan, page_alloc: rework kasan_unpoison_pages call site | Andrey Konovalov | 2022-03-24 | 1 | -7/+12 |
* | kasan, page_alloc: move kernel_init_free_pages in post_alloc_hook | Andrey Konovalov | 2022-03-24 | 1 | -4/+8 |
* | kasan, page_alloc: move SetPageSkipKASanPoison in post_alloc_hook | Andrey Konovalov | 2022-03-24 | 1 | -3/+3 |
* | kasan, page_alloc: combine tag_clear_highpage calls in post_alloc_hook | Andrey Konovalov | 2022-03-24 | 1 | -16/+16 |
* | kasan, page_alloc: merge kasan_alloc_pages into post_alloc_hook | Andrey Konovalov | 2022-03-24 | 1 | -5/+15 |
* | kasan, page_alloc: refactor init checks in post_alloc_hook | Andrey Konovalov | 2022-03-24 | 1 | -8/+10 |
* | kasan: drop skip_kasan_poison variable in free_pages_prepare | Andrey Konovalov | 2022-03-24 | 1 | -2/+1 |
* | kasan, page_alloc: init memory of skipped pages on free | Andrey Konovalov | 2022-03-24 | 1 | -3/+8 |
* | kasan, page_alloc: simplify kasan_poison_pages call site | Andrey Konovalov | 2022-03-24 | 1 | -13/+5 |
* | kasan, page_alloc: merge kasan_free_pages into free_pages_prepare | Andrey Konovalov | 2022-03-24 | 1 | -2/+4 |
* | kasan, page_alloc: move tag_clear_highpage out of kernel_init_free_pages | Andrey Konovalov | 2022-03-24 | 1 | -11/+13 |
* | kasan, page_alloc: deduplicate should_skip_kasan_poison | Andrey Konovalov | 2022-03-24 | 1 | -22/+33 |
* | Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 2022-03-22 | 1 | -2/+1 |
|\ |
|
| * | mm: Make compound_pincount always available | Matthew Wilcox (Oracle) | 2022-03-21 | 1 | -2/+1 |
* | | mm: make free_area_init_node aware of memory less nodes | Michal Hocko | 2022-03-22 | 1 | -3/+8 |
* | | mm, memory_hotplug: reorganize new pgdat initialization | Michal Hocko | 2022-03-22 | 1 | -2/+23 |
* | | mm: handle uninitialized numa nodes gracefully | Michal Hocko | 2022-03-22 | 1 | -4/+36 |
* | | NUMA balancing: optimize page placement for memory tiering system | Huang Ying | 2022-03-22 | 1 | -1/+2 |
* | | mm/hwpoison-inject: support injecting hwpoison to free page | Miaohe Lin | 2022-03-22 | 1 | -0/+1 |
* | | mm/page_alloc: check high-order pages for corruption during PCP operations | Mel Gorman | 2022-03-22 | 1 | -23/+23 |
* | | mm/page_alloc: call check_new_pages() while zone spinlock is not held | Eric Dumazet | 2022-03-22 | 1 | -9/+9 |