summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2022-04-01Merge tag 'folio-5.18d' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-04-01mm/damon: prevent activated scheme from sleeping by deactivated schemesJonghyeon Kim
2022-04-01mm/kmemleak: reset tag when compare object pointerKuan-Ying Lee
2022-04-01mm,hwpoison: unmap poisoned page before invalidationRik van Riel
2022-04-01mm: kfence: fix objcgs vector allocationMuchun Song
2022-04-01mm/munlock: protect the per-CPU pagevec by a local_lock_tSebastian Andrzej Siewior
2022-04-01mm/munlock: add lru_add_drain() to fix memcg_stat_testHugh Dickins
2022-04-01Revert "mm: madvise: skip unmapped vma holes passed to process_madvise"Charan Teja Kalla
2022-04-01fs: Pass an iocb to generic_perform_write()Matthew Wilcox (Oracle)
2022-04-01readahead: Update commentsMatthew Wilcox (Oracle)
2022-04-01mm: remove the skip_page argument to read_pagesChristoph Hellwig
2022-04-01mm: remove the pages argument to read_pagesChristoph Hellwig
2022-04-01fs: Remove ->readpages address space operationMatthew Wilcox (Oracle)
2022-04-01readahead: Remove read_cache_pages()Matthew Wilcox (Oracle)
2022-03-31Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2022-03-30mm: page_alloc: validate buddy before check its migratetype.Zi Yan
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-03-28Merge tag 'ucount-rlimit-for-v5.18' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-03-28mm/balloon_compaction: make balloon page compaction callbacks staticMiaohe Lin
2022-03-27mm: kfence: fix missing objcg housekeeping for SLABMuchun Song
2022-03-27Merge tag 'memblock-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-03-26Merge tag 'write-page-prefaulting' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-03-25fs/iomap: Fix buffered write page prefaultingAndreas Gruenbacher
2022-03-24mm: madvise: MADV_DONTNEED_LOCKEDJohannes Weiner
2022-03-24mm: fix race between MADV_FREE reclaim and blkdev direct IO readMauricio Faria de Oliveira
2022-03-24mm: generalize ARCH_HAS_FILTER_PGPROTAnshuman Khandual
2022-03-24mm: unmap_mapping_range_tree() with i_mmap_rwsem sharedHugh Dickins
2022-03-24mm: warn on deleting redirtied only if accountedHugh Dickins
2022-03-24mm/huge_memory: remove stale locking logic from __split_huge_pmd()David Hildenbrand
2022-03-24mm/huge_memory: remove stale page_trans_huge_mapcount()David Hildenbrand
2022-03-24mm/swapfile: remove stale reuse_swap_page()David Hildenbrand
2022-03-24mm/khugepaged: remove reuse_swap_page() usageDavid Hildenbrand
2022-03-24mm/huge_memory: streamline COW logic in do_huge_pmd_wp_page()David Hildenbrand
2022-03-24mm: streamline COW logic in do_swap_page()David Hildenbrand
2022-03-24mm: slightly clarify KSM logic in do_swap_page()David Hildenbrand
2022-03-24mm: optimize do_wp_page() for fresh pages in local LRU pagevecsDavid Hildenbrand
2022-03-24mm: optimize do_wp_page() for exclusive pages in the swapcacheDavid Hildenbrand
2022-03-24mm/huge_memory: make is_transparent_hugepage() staticMiaohe Lin
2022-03-24mm: enable MADV_DONTNEED for hugetlb mappingsMike Kravetz
2022-03-24kasan: disable LOCKDEP when printing reportsAndrey Konovalov
2022-03-24kasan: move and hide kasan_save_enable/restore_multi_shotAndrey Konovalov
2022-03-24kasan: reorder reporting functionsAndrey Konovalov
2022-03-24kasan: respect KASAN_BIT_REPORTED in all reporting routinesAndrey Konovalov
2022-03-24kasan: add comment about UACCESS regions to kasan_reportAndrey Konovalov
2022-03-24kasan: rename kasan_access_info to kasan_report_infoAndrey Konovalov
2022-03-24kasan: move and simplify kasan_report_asyncAndrey Konovalov
2022-03-24kasan: call print_report from kasan_report_invalid_freeAndrey Konovalov
2022-03-24kasan: merge __kasan_report into kasan_reportAndrey Konovalov
2022-03-24kasan: restructure kasan_reportAndrey Konovalov
2022-03-24kasan: simplify kasan_find_first_bad_addr call sitesAndrey Konovalov