Age | Commit message (Expand) | Author |
2022-11-08 | mm/hwpoison: introduce per-memory_block hwpoison counter | Naoya Horiguchi |
2022-11-08 | filemap: find_get_entries() now updates start offset | Vishal Moola (Oracle) |
2022-11-08 | filemap: find_lock_entries() now updates start offset | Vishal Moola (Oracle) |
2022-10-03 | mm/page_alloc: make boot_nodestats static | Miaohe Lin |
2022-10-03 | mm/page_alloc: make zone_pcp_update() static | Miaohe Lin |
2022-10-03 | mm: kmsan: maintain KMSAN metadata for page operations | Alexander Potapenko |
2022-10-03 | mm: use nth_page instead of mem_map_offset mem_map_next | Cheng Li |
2022-09-26 | mm: remove the vma linked list | Liam R. Howlett |
2022-09-26 | mm: multi-gen LRU: exploit locality in rmap | Yu Zhao |
2022-09-11 | mm/khugepaged: record SCAN_PMD_MAPPED when scan_pmd() finds hugepage | Zach O'Keefe |
2022-08-05 | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2022-07-29 | mm/mprotect: fix soft-dirty check in can_change_pte_writable() | Peter Xu |
2022-07-17 | mm/gup: migrate device coherent pages when pinning instead of failing | Alistair Popple |
2022-06-15 | memblock: Disable mirror feature if kernelcore is not specified | Ma Wupeng |
2022-05-27 | mm: split free page with properly free memory accounting and without race | Zi Yan |
2022-05-19 | mm: fix missing handler for __GFP_NOWARN | Qi Zheng |
2022-05-13 | mm/memory-failure.c: move clear_hwpoisoned_pages | zhenwei pi |
2022-05-13 | mm: make alloc_contig_range work at pageblock granularity | Zi Yan |
2022-04-28 | mm: compaction: clean up comment for sched contention | Miaohe Lin |
2022-04-28 | mm: rmap: introduce pfn_mkclean_range() to cleans PTEs | Muchun Song |
2022-04-28 | mm: wrap __find_buddy_pfn() with a necessary buddy page validation | Zi Yan |
2022-04-01 | mm/munlock: protect the per-CPU pagevec by a local_lock_t | Sebastian Andrzej Siewior |
2022-03-22 | Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds |
2022-03-22 | mm/early_ioremap: declare early_memremap_pgprot_adjust() | Vlastimil Babka |
2022-03-22 | mm: handle uninitialized numa nodes gracefully | Michal Hocko |
2022-03-22 | mm/sparse: make mminit_validate_memmodel_limits() static | Miaohe Lin |
2022-03-21 | mm/readahead: Switch to page_cache_ra_order | Matthew Wilcox (Oracle) |
2022-03-21 | mm: Turn page_anon_vma() into folio_anon_vma() | Matthew Wilcox (Oracle) |
2022-03-21 | mm/mlock: Add mlock_vma_folio() | Matthew Wilcox (Oracle) |
2022-03-21 | mm: Convert page_vma_mapped_walk to work on PFNs | Matthew Wilcox (Oracle) |
2022-03-21 | mm/truncate: Combine invalidate_mapping_pagevec() and __invalidate_mapping_pa... | Matthew Wilcox (Oracle) |
2022-03-21 | mm: Turn deactivate_file_page() into deactivate_file_folio() | Matthew Wilcox (Oracle) |
2022-03-21 | mm/truncate: Split invalidate_inode_page() into mapping_evict_folio() | Matthew Wilcox (Oracle) |
2022-03-21 | mm: Turn putback_lru_page() into folio_putback_lru() | Matthew Wilcox (Oracle) |
2022-03-21 | mm: Turn isolate_lru_page() into folio_isolate_lru() | Matthew Wilcox (Oracle) |
2022-03-21 | mm/gup: Add try_get_folio() and try_grab_folio() | Matthew Wilcox (Oracle) |
2022-03-03 | mm: remove the extra ZONE_DEVICE struct page refcount | Christoph Hellwig |
2022-03-03 | mm/munlock: mlock_vma_page() check against VM_SPECIAL | Hugh Dickins |
2022-02-17 | mm/munlock: mlock_page() munlock_page() batch by pagevec | Hugh Dickins |
2022-02-17 | mm/munlock: mlock_pte_range() when mlocking or munlocking | Hugh Dickins |
2022-02-17 | mm/munlock: replace clear_page_mlock() by final clearance | Hugh Dickins |
2022-02-17 | mm/munlock: rmap call mlock_vma_page() munlock_vma_page() | Hugh Dickins |
2022-02-17 | mm/munlock: delete munlock_vma_pages_all(), allow oomreap | Hugh Dickins |
2022-02-17 | mm/munlock: delete page_mlock() and all its works | Hugh Dickins |
2022-01-15 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2022-01-15 | mm: make slab and vmalloc allocators __GFP_NOLOCKDEP aware | Michal Hocko |
2022-01-15 | mm: memcontrol: make cgroup_memory_nokmem static | Muchun Song |
2022-01-08 | truncate,shmem: Handle truncates that split large folios | Matthew Wilcox (Oracle) |
2022-01-08 | mm: Convert find_lock_entries() to use a folio_batch | Matthew Wilcox (Oracle) |
2022-01-08 | filemap: Return only folios from find_get_entries() | Matthew Wilcox (Oracle) |