summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)AuthorLines
2022-04-10Merge tag 'locking_urgent_for_v5.18_rc2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-1/+1
2022-04-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds-8/+6
2022-04-08mm/list_lru.c: revert "mm/list_lru: optimize memcg_reparent_list_lru_node()"Andrew Morton-6/+0
2022-04-08mm/mempolicy: fix mpol_new leak in shared_policy_replaceMiaohe Lin-0/+1
2022-04-08mmmremap.c: avoid pointless invalidate_range_start/end on mremap(old_size=0)Paolo Bonzini-0/+3
2022-04-08highmem: fix checks in __kmap_local_sched_{in,out}Max Filippov-2/+2
2022-04-08mm: migrate: use thp_order instead of HPAGE_PMD_ORDER for new page allocation.Zi Yan-2/+2
2022-04-07mm/rmap: Fix handling of hugetlbfs pages in page_vma_mapped_walkzhenwei pi-3/+3
2022-04-07mm/mempolicy: Use vma_alloc_folio() in new_page()Matthew Wilcox (Oracle)-14/+11
2022-04-07mm: Add vma_alloc_folio()Matthew Wilcox (Oracle)-0/+13
2022-04-07mm/migrate: Use a folio in migrate_misplaced_transhuge_page()Matthew Wilcox (Oracle)-42/+16
2022-04-07mm/migrate: Use a folio in alloc_migration_target()Matthew Wilcox (Oracle)-12/+10
2022-04-07mm/huge_memory: Avoid calling pmd_page() on a non-leaf PMDMatthew Wilcox (Oracle)-6/+5
2022-04-05Revert "mm/page_alloc: mark pagesets as __maybe_unused"Sebastian Andrzej Siewior-1/+1
2022-04-01Merge tag 'folio-5.18d' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds-154/+62
2022-04-01mm/damon: prevent activated scheme from sleeping by deactivated schemesJonghyeon Kim-1/+4
2022-04-01mm/kmemleak: reset tag when compare object pointerKuan-Ying Lee-2/+7
2022-04-01mm,hwpoison: unmap poisoned page before invalidationRik van Riel-4/+8
2022-04-01mm: kfence: fix objcgs vector allocationMuchun Song-1/+13
2022-04-01mm/munlock: protect the per-CPU pagevec by a local_lock_tSebastian Andrzej Siewior-16/+47
2022-04-01mm/munlock: add lru_add_drain() to fix memcg_stat_testHugh Dickins-2/+8
2022-04-01Revert "mm: madvise: skip unmapped vma holes passed to process_madvise"Charan Teja Kalla-8/+1
2022-04-01fs: Pass an iocb to generic_perform_write()Matthew Wilcox (Oracle)-4/+6
2022-04-01readahead: Update commentsMatthew Wilcox (Oracle)-47/+45
2022-04-01mm: remove the skip_page argument to read_pagesChristoph Hellwig-10/+8
2022-04-01mm: remove the pages argument to read_pagesChristoph Hellwig-8/+5
2022-04-01fs: Remove ->readpages address space operationMatthew Wilcox (Oracle)-14/+3
2022-04-01readahead: Remove read_cache_pages()Matthew Wilcox (Oracle)-76/+0
2022-03-31Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-3/+3
2022-03-30mm: page_alloc: validate buddy before check its migratetype.Zi Yan-0/+3
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+1
2022-03-28Merge tag 'ucount-rlimit-for-v5.18' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-4/+3
2022-03-28mm/balloon_compaction: make balloon page compaction callbacks staticMiaohe Lin-3/+3
2022-03-27mm: kfence: fix missing objcg housekeeping for SLABMuchun Song-0/+1
2022-03-27Merge tag 'memblock-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-3/+2
2022-03-26Merge tag 'write-page-prefaulting' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+1
2022-03-25fs/iomap: Fix buffered write page prefaultingAndreas Gruenbacher-1/+1
2022-03-24mm: madvise: MADV_DONTNEED_LOCKEDJohannes Weiner-10/+14
2022-03-24mm: fix race between MADV_FREE reclaim and blkdev direct IO readMauricio Faria de Oliveira-1/+24
2022-03-24mm: generalize ARCH_HAS_FILTER_PGPROTAnshuman Khandual-0/+3
2022-03-24mm: unmap_mapping_range_tree() with i_mmap_rwsem sharedHugh Dickins-4/+4
2022-03-24mm: warn on deleting redirtied only if accountedHugh Dickins-15/+17
2022-03-24mm/huge_memory: remove stale locking logic from __split_huge_pmd()David Hildenbrand-36/+4
2022-03-24mm/huge_memory: remove stale page_trans_huge_mapcount()David Hildenbrand-48/+0
2022-03-24mm/swapfile: remove stale reuse_swap_page()David Hildenbrand-104/+0
2022-03-24mm/khugepaged: remove reuse_swap_page() usageDavid Hildenbrand-11/+0
2022-03-24mm/huge_memory: streamline COW logic in do_huge_pmd_wp_page()David Hildenbrand-4/+9
2022-03-24mm: streamline COW logic in do_swap_page()David Hildenbrand-12/+43
2022-03-24mm: slightly clarify KSM logic in do_swap_page()David Hildenbrand-15/+23
2022-03-24mm: optimize do_wp_page() for fresh pages in local LRU pagevecsDavid Hildenbrand-1/+9