summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | mm: Turn deactivate_file_page() into deactivate_file_folio()Matthew Wilcox (Oracle)2022-03-211-1/+0
| * | | mm/truncate: Split invalidate_inode_page() into mapping_evict_folio()Matthew Wilcox (Oracle)2022-03-211-1/+0
| * | | mm: Convert remove_mapping() to take a folioMatthew Wilcox (Oracle)2022-03-211-1/+1
| * | | mm: Add lru_to_folio()Matthew Wilcox (Oracle)2022-03-211-0/+4
| * | | mm/memcg: Convert mem_cgroup_swapout() to take a folioMatthew Wilcox (Oracle)2022-03-211-2/+2
| * | | mm/workingset: Convert workingset_eviction() to take a folioMatthew Wilcox (Oracle)2022-03-211-1/+1
| * | | mm: Add three folio wrappersMatthew Wilcox (Oracle)2022-03-212-0/+15
| * | | mm/gup: Turn compound_range_next() into gup_folio_range_next()Matthew Wilcox (Oracle)2022-03-211-2/+2
| * | | mm/hugetlb: Use try_grab_folio() instead of try_grab_compound_head()Matthew Wilcox (Oracle)2022-03-211-3/+0
| * | | mm: Remove page_cache_add_speculative() and page_cache_get_speculative()Matthew Wilcox (Oracle)2022-03-212-14/+3
| * | | mm: Turn page_maybe_dma_pinned() into folio_maybe_dma_pinned()Matthew Wilcox (Oracle)2022-03-211-66/+63
| * | | mm: Add folio_pincount_ptr()Matthew Wilcox (Oracle)2022-03-211-0/+5
| * | | mm: Make compound_pincount always availableMatthew Wilcox (Oracle)2022-03-212-15/+13
| * | | mm/gup: Remove an assumption of a contiguous memmapMatthew Wilcox (Oracle)2022-03-211-0/+2
| * | | mm: remove the extra ZONE_DEVICE struct page refcountChristoph Hellwig2022-03-032-10/+8
| * | | mm: don't include <linux/memremap.h> in <linux/mm.h>Christoph Hellwig2022-03-032-20/+18
| * | | mm: simplify freeing of devmap managed pagesChristoph Hellwig2022-03-031-24/+10
| * | | mm: move free_devmap_managed_page to memremap.cChristoph Hellwig2022-03-031-1/+0
| * | | mm: remove pointless includes from <linux/hmm.h>Christoph Hellwig2022-03-031-7/+2
| * | | mm: remove the __KERNEL__ guard from <linux/mm.h>Christoph Hellwig2022-03-031-4/+0
| * | | mm/munlock: maintain page->mlock_count while unevictableHugh Dickins2022-02-172-5/+25
| * | | mm/munlock: rmap call mlock_vma_page() munlock_vma_page()Hugh Dickins2022-02-171-8/+9
| * | | mm/munlock: delete FOLL_MLOCK and FOLL_POPULATEHugh Dickins2022-02-171-2/+0
| * | | mm/munlock: delete page_mlock() and all its worksHugh Dickins2022-02-171-6/+0
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-2336-321/+386
|\ \ \ \
| * | | | mm/damon/core: add number of each enum type valuesSeongJae Park2022-03-221-0/+4
| * | | | mm/damon/core: allow non-exclusive DAMON start/stopSeongJae Park2022-03-221-1/+1
| * | | | mm/damon/paddr,vaddr: remove damon_{p,v}a_{target_valid,set_operations}()SeongJae Park2022-03-221-10/+0
| * | | | mm/damon: let monitoring operations can be registered and selectedSeongJae Park2022-03-221-0/+18
| * | | | mm/damon: rename damon_primitives to damon_operationsSeongJae Park2022-03-221-24/+24
| * | | | mm/damon: remove the target id conceptSeongJae Park2022-03-221-6/+5
| * | | | mm/damon/core: move damon_set_targets() into dbgfsSeongJae Park2022-03-221-2/+0
| * | | | highmem: document kunmap_local()Ira Weiny2022-03-221-0/+10
| * | | | mm: uninline copy_overflow()Christophe Leroy2022-03-221-1/+4
| * | | | mm: remove usercopy_warn()Christophe Leroy2022-03-221-2/+0
| * | | | mm: only re-generate demotion targets when a numa node changes its N_CPU stateOscar Salvador2022-03-221-0/+8
| * | | | drivers/base/memory: determine and store zone for single-zone memory blocksDavid Hildenbrand2022-03-222-4/+14
| * | | | drivers/base/node: rename link_mem_sections() to register_memory_block_under_...David Hildenbrand2022-03-221-8/+8
| * | | | drivers/base/node: consolidate node device subsystem initialization in node_d...David Hildenbrand2022-03-221-0/+4
| * | | | mm, memory_hotplug: reorganize new pgdat initializationMichal Hocko2022-03-221-1/+1
| * | | | mm, memory_hotplug: drop arch_free_nodedataMichal Hocko2022-03-221-3/+0
| * | | | mm: handle uninitialized numa nodes gracefullyMichal Hocko2022-03-221-1/+1
| * | | | mm, memory_hotplug: make arch_alloc_nodedata independent on CONFIG_MEMORY_HOT...Michal Hocko2022-03-221-60/+59
| * | | | mm/vmstat: add event for ksm swapping in copyYang Yang2022-03-221-0/+3
| * | | | NUMA balancing: optimize page placement for memory tiering systemHuang Ying2022-03-222-0/+11
| * | | | NUMA Balancing: add page promotion counterHuang Ying2022-03-222-0/+8
| * | | | mm/cma: provide option to opt out from exposing pages on activation failureHari Bathini2022-03-221-0/+2
| * | | | mm/migrate: fix race between lock page and clear PG_Isolatedandrew.yang2022-03-221-1/+1
| * | | | mm: compaction: cleanup the compaction trace eventsBaolin Wang2022-03-221-13/+13
| * | | | mm: __isolate_lru_page_prepare() in isolate_migratepages_block()Hugh Dickins2022-03-221-1/+0