summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'folio-5.18d' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-04-012-154/+62
|\
| * fs: Pass an iocb to generic_perform_write()Matthew Wilcox (Oracle)2022-04-011-4/+6
| * readahead: Update commentsMatthew Wilcox (Oracle)2022-04-011-47/+45
| * mm: remove the skip_page argument to read_pagesChristoph Hellwig2022-04-011-10/+8
| * mm: remove the pages argument to read_pagesChristoph Hellwig2022-04-011-8/+5
| * fs: Remove ->readpages address space operationMatthew Wilcox (Oracle)2022-04-012-14/+3
| * readahead: Remove read_cache_pages()Matthew Wilcox (Oracle)2022-04-011-76/+0
* | mm/damon: prevent activated scheme from sleeping by deactivated schemesJonghyeon Kim2022-04-011-1/+4
* | mm/kmemleak: reset tag when compare object pointerKuan-Ying Lee2022-04-011-2/+7
* | mm,hwpoison: unmap poisoned page before invalidationRik van Riel2022-04-011-4/+8
* | mm: kfence: fix objcgs vector allocationMuchun Song2022-04-012-1/+13
* | mm/munlock: protect the per-CPU pagevec by a local_lock_tSebastian Andrzej Siewior2022-04-016-16/+47
* | mm/munlock: add lru_add_drain() to fix memcg_stat_testHugh Dickins2022-04-011-2/+8
* | Revert "mm: madvise: skip unmapped vma holes passed to process_madvise"Charan Teja Kalla2022-04-011-8/+1
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2022-03-311-3/+3
|\ \
| * | mm/balloon_compaction: make balloon page compaction callbacks staticMiaohe Lin2022-03-281-3/+3
* | | mm: page_alloc: validate buddy before check its migratetype.Zi Yan2022-03-301-0/+3
| |/ |/|
* | Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-03-281-1/+1
|\ \
| * | resume_user_mode: Move to resume_user_mode.hEric W. Biederman2022-03-101-1/+1
* | | Merge tag 'ucount-rlimit-for-v5.18' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-03-281-4/+3
|\ \ \
| * | | mm/mlock: fix two bugs in user_shm_lock()Miaohe Lin2022-03-231-4/+3
* | | | mm: kfence: fix missing objcg housekeeping for SLABMuchun Song2022-03-271-0/+1
* | | | Merge tag 'memblock-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-03-271-3/+2
|\ \ \ \
| * | | | memblock: __next_mem_pfn_range_in_zone: remove unneeded local variable nidMiaohe Lin2022-02-211-3/+2
* | | | | Merge tag 'write-page-prefaulting' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-03-261-1/+1
|\ \ \ \ \
| * | | | | fs/iomap: Fix buffered write page prefaultingAndreas Gruenbacher2022-03-251-1/+1
* | | | | | mm: madvise: MADV_DONTNEED_LOCKEDJohannes Weiner2022-03-241-10/+14
* | | | | | mm: fix race between MADV_FREE reclaim and blkdev direct IO readMauricio Faria de Oliveira2022-03-241-1/+24
* | | | | | mm: generalize ARCH_HAS_FILTER_PGPROTAnshuman Khandual2022-03-241-0/+3
* | | | | | mm: unmap_mapping_range_tree() with i_mmap_rwsem sharedHugh Dickins2022-03-241-4/+4
* | | | | | mm: warn on deleting redirtied only if accountedHugh Dickins2022-03-242-15/+17
* | | | | | mm/huge_memory: remove stale locking logic from __split_huge_pmd()David Hildenbrand2022-03-241-36/+4
* | | | | | mm/huge_memory: remove stale page_trans_huge_mapcount()David Hildenbrand2022-03-241-48/+0
* | | | | | mm/swapfile: remove stale reuse_swap_page()David Hildenbrand2022-03-241-104/+0
* | | | | | mm/khugepaged: remove reuse_swap_page() usageDavid Hildenbrand2022-03-241-11/+0
* | | | | | mm/huge_memory: streamline COW logic in do_huge_pmd_wp_page()David Hildenbrand2022-03-241-4/+9
* | | | | | mm: streamline COW logic in do_swap_page()David Hildenbrand2022-03-241-12/+43
* | | | | | mm: slightly clarify KSM logic in do_swap_page()David Hildenbrand2022-03-241-15/+23
* | | | | | mm: optimize do_wp_page() for fresh pages in local LRU pagevecsDavid Hildenbrand2022-03-241-1/+9
* | | | | | mm: optimize do_wp_page() for exclusive pages in the swapcacheDavid Hildenbrand2022-03-241-6/+14
* | | | | | mm/huge_memory: make is_transparent_hugepage() staticMiaohe Lin2022-03-241-2/+1
* | | | | | mm: enable MADV_DONTNEED for hugetlb mappingsMike Kravetz2022-03-241-3/+30
* | | | | | kasan: disable LOCKDEP when printing reportsAndrey Konovalov2022-03-241-1/+5
* | | | | | kasan: move and hide kasan_save_enable/restore_multi_shotAndrey Konovalov2022-03-242-13/+24
* | | | | | kasan: reorder reporting functionsAndrey Konovalov2022-03-241-41/+41
* | | | | | kasan: respect KASAN_BIT_REPORTED in all reporting routinesAndrey Konovalov2022-03-241-3/+32
* | | | | | kasan: add comment about UACCESS regions to kasan_reportAndrey Konovalov2022-03-241-0/+5
* | | | | | kasan: rename kasan_access_info to kasan_report_infoAndrey Konovalov2022-03-244-10/+10
* | | | | | kasan: move and simplify kasan_report_asyncAndrey Konovalov2022-03-241-14/+14
* | | | | | kasan: call print_report from kasan_report_invalid_freeAndrey Konovalov2022-03-242-16/+32