aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-01Merge tag 'folio-5.18d' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2-154/+62
2022-04-01mm/damon: prevent activated scheme from sleeping by deactivated schemesJonghyeon Kim1-1/+4
2022-04-01mm/kmemleak: reset tag when compare object pointerKuan-Ying Lee1-2/+7
2022-04-01mm,hwpoison: unmap poisoned page before invalidationRik van Riel1-4/+8
2022-04-01mm: kfence: fix objcgs vector allocationMuchun Song2-1/+13
2022-04-01mm/munlock: protect the per-CPU pagevec by a local_lock_tSebastian Andrzej Siewior6-16/+47
2022-04-01mm/munlock: add lru_add_drain() to fix memcg_stat_testHugh Dickins1-2/+8
2022-04-01Revert "mm: madvise: skip unmapped vma holes passed to process_madvise"Charan Teja Kalla1-8/+1
2022-04-01fs: Pass an iocb to generic_perform_write()Matthew Wilcox (Oracle)1-4/+6
2022-04-01readahead: Update commentsMatthew Wilcox (Oracle)1-47/+45
2022-04-01mm: remove the skip_page argument to read_pagesChristoph Hellwig1-10/+8
2022-04-01mm: remove the pages argument to read_pagesChristoph Hellwig1-8/+5
2022-04-01fs: Remove ->readpages address space operationMatthew Wilcox (Oracle)2-14/+3
2022-04-01readahead: Remove read_cache_pages()Matthew Wilcox (Oracle)1-76/+0
2022-03-31Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-3/+3
2022-03-30mm: page_alloc: validate buddy before check its migratetype.Zi Yan1-0/+3
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+1
2022-03-28Merge tag 'ucount-rlimit-for-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-4/+3
2022-03-28mm/balloon_compaction: make balloon page compaction callbacks staticMiaohe Lin1-3/+3
2022-03-27mm: kfence: fix missing objcg housekeeping for SLABMuchun Song1-0/+1
2022-03-27Merge tag 'memblock-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblockLinus Torvalds1-3/+2
2022-03-26Merge tag 'write-page-prefaulting' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds1-1/+1
2022-03-25fs/iomap: Fix buffered write page prefaultingAndreas Gruenbacher1-1/+1
2022-03-24mm: madvise: MADV_DONTNEED_LOCKEDJohannes Weiner1-10/+14
2022-03-24mm: fix race between MADV_FREE reclaim and blkdev direct IO readMauricio Faria de Oliveira1-1/+24
2022-03-24mm: generalize ARCH_HAS_FILTER_PGPROTAnshuman Khandual1-0/+3
2022-03-24mm: unmap_mapping_range_tree() with i_mmap_rwsem sharedHugh Dickins1-4/+4
2022-03-24mm: warn on deleting redirtied only if accountedHugh Dickins2-15/+17
2022-03-24mm/huge_memory: remove stale locking logic from __split_huge_pmd()David Hildenbrand1-36/+4
2022-03-24mm/huge_memory: remove stale page_trans_huge_mapcount()David Hildenbrand1-48/+0
2022-03-24mm/swapfile: remove stale reuse_swap_page()David Hildenbrand1-104/+0
2022-03-24mm/khugepaged: remove reuse_swap_page() usageDavid Hildenbrand1-11/+0
2022-03-24mm/huge_memory: streamline COW logic in do_huge_pmd_wp_page()David Hildenbrand1-4/+9
2022-03-24mm: streamline COW logic in do_swap_page()David Hildenbrand1-12/+43
2022-03-24mm: slightly clarify KSM logic in do_swap_page()David Hildenbrand1-15/+23
2022-03-24mm: optimize do_wp_page() for fresh pages in local LRU pagevecsDavid Hildenbrand1-1/+9
2022-03-24mm: optimize do_wp_page() for exclusive pages in the swapcacheDavid Hildenbrand1-6/+14
2022-03-24mm/huge_memory: make is_transparent_hugepage() staticMiaohe Lin1-2/+1
2022-03-24mm: enable MADV_DONTNEED for hugetlb mappingsMike Kravetz1-3/+30
2022-03-24kasan: disable LOCKDEP when printing reportsAndrey Konovalov1-1/+5
2022-03-24kasan: move and hide kasan_save_enable/restore_multi_shotAndrey Konovalov2-13/+24
2022-03-24kasan: reorder reporting functionsAndrey Konovalov1-41/+41
2022-03-24kasan: respect KASAN_BIT_REPORTED in all reporting routinesAndrey Konovalov1-3/+32
2022-03-24kasan: add comment about UACCESS regions to kasan_reportAndrey Konovalov1-0/+5
2022-03-24kasan: rename kasan_access_info to kasan_report_infoAndrey Konovalov4-10/+10
2022-03-24kasan: move and simplify kasan_report_asyncAndrey Konovalov1-14/+14
2022-03-24kasan: call print_report from kasan_report_invalid_freeAndrey Konovalov2-16/+32
2022-03-24kasan: merge __kasan_report into kasan_reportAndrey Konovalov1-21/+15
2022-03-24kasan: restructure kasan_reportAndrey Konovalov1-6/+9
2022-03-24kasan: simplify kasan_find_first_bad_addr call sitesAndrey Konovalov4-4/+10