Age | Commit message (Expand) | Author | Files | Lines |
2021-05-07 | mm: fix typos in comments | Ingo Molnar | 1 | -1/+1 |
2021-05-05 | mm,compaction: let isolate_migratepages_{range,block} return error codes | Oscar Salvador | 1 | -2/+8 |
2021-04-30 | mm/page_alloc: combine __alloc_pages and __alloc_pages_nodemask | Matthew Wilcox (Oracle) | 1 | -2/+2 |
2021-04-30 | mm/vmalloc: remove unmap_kernel_range | Nicholas Piggin | 1 | -1/+14 |
2021-04-30 | mm/vmalloc: remove map_kernel_range | Nicholas Piggin | 1 | -0/+6 |
2021-04-27 | Merge tag 'netfs-lib-20210426' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -4/+3 |
2021-04-23 | mm/filemap: Pass the file_ra_state in the ractl | Matthew Wilcox (Oracle) | 1 | -4/+3 |
2021-04-09 | mm/gup: check page posion status for coredump. | Aili Yao | 1 | -0/+20 |
2021-03-13 | mm: introduce page_needs_cow_for_dma() for deciding whether cow | Peter Xu | 1 | -5/+0 |
2021-02-26 | mm: add and use find_lock_entries | Matthew Wilcox (Oracle) | 1 | -0/+3 |
2021-02-26 | mm: add FGP_ENTRY | Matthew Wilcox (Oracle) | 1 | -3/+0 |
2020-12-15 | mm, page_alloc: disable pcplists during memory offline | Vlastimil Babka | 1 | -0/+2 |
2020-12-15 | mm: move free_unref_page to mm/internal.h | Matthew Wilcox (Oracle) | 1 | -0/+3 |
2020-10-16 | mm: rename page_order() to buddy_order() | Matthew Wilcox (Oracle) | 1 | -4/+4 |
2020-10-16 | mm/readahead: pass a file_ra_state into force_page_cache_ra | David Howells | 1 | -2/+3 |
2020-10-16 | mm/filemap: fold ra_submit into do_sync_mmap_readahead | David Howells | 1 | -10/+0 |
2020-10-16 | mm/readahead: pass readahead_control to force_page_cache_ra | David Howells | 1 | -4/+9 |
2020-10-16 | mm/readahead: make do_page_cache_ra take a readahead_control | Matthew Wilcox (Oracle) | 1 | -6/+5 |
2020-10-13 | i915: use find_lock_page instead of find_lock_entry | Matthew Wilcox (Oracle) | 1 | -0/+3 |
2020-08-14 | mm: replace hpage_nr_pages with thp_nr_pages | Matthew Wilcox (Oracle) | 1 | -1/+1 |
2020-08-14 | mm: add thp_size | Matthew Wilcox (Oracle) | 1 | -1/+1 |
2020-08-12 | mm/mempolicy: use a standard migration target allocation callback | Joonsoo Kim | 1 | -1/+0 |
2020-08-12 | mm/migrate: introduce a standard migration target allocation function | Joonsoo Kim | 1 | -0/+7 |
2020-08-12 | mm: proactive compaction | Nitin Gupta | 1 | -0/+1 |
2020-06-09 | mmap locking API: convert mmap_sem comments | Michel Lespinasse | 1 | -2/+2 |
2020-06-09 | mmap locking API: use coccinelle to convert mmap_sem rwsem call sites | Michel Lespinasse | 1 | -1/+1 |
2020-06-04 | mm: fix a typo in comment "strucure"->"structure" | Ethon Paul | 1 | -1/+1 |
2020-06-03 | mm/vmscan.c: change prototype for shrink_page_list | Maninder Singh | 1 | -1/+1 |
2020-06-03 | mm/page_alloc: integrate classzone_idx and high_zoneidx | Joonsoo Kim | 1 | -6/+15 |
2020-06-03 | mm/page_alloc: use ac->high_zoneidx for classzone_idx | Joonsoo Kim | 1 | -1/+1 |
2020-06-02 | mm: return void from various readahead functions | Matthew Wilcox (Oracle) | 1 | -6/+6 |
2020-06-02 | mm: move readahead prototypes from mm.h | Matthew Wilcox (Oracle) | 1 | -0/+2 |
2020-04-07 | mm: add function __putback_isolated_page | Alexander Duyck | 1 | -0/+2 |
2020-04-02 | mm,compaction,cma: add alloc_contig flag to compact_control | Rik van Riel | 1 | -0/+1 |
2020-04-02 | mm, pagealloc: micro-optimisation: save two branches on hot page allocation path | Mateusz Nosek | 1 | -1/+1 |
2020-04-02 | mm: allow VM_FAULT_RETRY for multiple times | Peter Xu | 1 | -3/+3 |
2020-04-02 | mm: swap: make page_evictable() inline | Yang Shi | 1 | -0/+23 |
2019-12-01 | mm, pcpu: make zone pcp updates and reset internal to the mm | Mel Gorman | 1 | -0/+3 |
2019-12-01 | mm/mmap.c: rb_parent is not necessary in __vma_link_list() | Wei Yang | 1 | -1/+1 |
2019-12-01 | mm/mmap.c: extract __vma_unlink_list() as counterpart for __vma_link_list() | Wei Yang | 1 | -0/+1 |
2019-12-01 | mm: drop mmap_sem before calling balance_dirty_pages() in write fault | Johannes Weiner | 1 | -0/+21 |
2019-09-25 | mm: introduce MADV_COLD | Minchan Kim | 1 | -1/+1 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -5/+1 |
2019-03-05 | mm, compaction: capture a page under direct compaction | Mel Gorman | 1 | -0/+9 |
2019-03-05 | mm, compaction: round-robin the order while searching the free lists for a ta... | Mel Gorman | 1 | -1/+2 |
2019-03-05 | mm, compaction: avoid rescanning the same pageblock multiple times | Mel Gorman | 1 | -0/+1 |
2019-03-05 | mm, compaction: use free lists to quickly locate a migration source | Mel Gorman | 1 | -0/+2 |
2019-03-05 | mm, compaction: always finish scanning of a full pageblock | Mel Gorman | 1 | -1/+0 |
2019-03-05 | mm, compaction: remove last_migrated_pfn from compact_control | Mel Gorman | 1 | -1/+0 |
2019-03-05 | mm, compaction: rearrange compact_control | Mel Gorman | 1 | -3/+3 |