summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2023-04-06mm: compaction: consider the number of scanning compound pages in isolate fai...Baolin Wang1-2/+9
2023-04-06mm/mremap: simplify vma expansion againVlastimil Babka1-16/+4
2023-04-06mm/mmap: start distinguishing if vma can be removed in mergeability testVlastimil Babka1-5/+10
2023-04-06mm/mmap/vma_merge: convert mergeability checks to return boolVlastimil Babka1-28/+25
2023-04-06mm/mmap/vma_merge: rename adj_next to adj_startVlastimil Babka1-8/+8
2023-04-06mm/mmap/vma_merge: set mid to NULL if not applicableVlastimil Babka1-8/+15
2023-04-06mm/mmap/vma_merge: initialize mid and next in natural orderVlastimil Babka1-4/+5
2023-04-06mm/mmap/vma_merge: use the proper vma pointer in case 4Vlastimil Babka1-4/+4
2023-04-06mm/mmap/vma_merge: use the proper vma pointers in cases 1 and 6Vlastimil Babka1-5/+6
2023-04-06mm/mmap/vma_merge: use the proper vma pointer in case 3Vlastimil Babka1-4/+5
2023-04-06mm/mmap/vma_merge: use only primary pointers for preparing mergeVlastimil Babka1-7/+7
2023-04-06mm: userfaultfd: add UFFDIO_CONTINUE_MODE_WP to install WP PTEsAxel Rasmussen1-2/+3
2023-04-06mm: userfaultfd: combine 'mode' and 'wp_copy' argumentsAxel Rasmussen3-52/+43
2023-04-06mm: userfaultfd: don't pass around both mm and vmaAxel Rasmussen3-38/+34
2023-04-06mm: userfaultfd: rename functions for clarity + consistencyAxel Rasmussen2-59/+59
2023-04-06mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov17-64/+64
2023-04-06mm/slub: fix MAX_ORDER usage in calculate_order()Kirill A. Shutemov1-1/+1
2023-04-06mm/page_reporting: fix MAX_ORDER usage in page_reporting_register()Kirill A. Shutemov1-1/+1
2023-04-06mm/uffd: UFFD_FEATURE_WP_UNPOPULATEDPeter Xu3-25/+84
2023-04-06kasan: suppress recursive reports for HW_TAGSAndrey Konovalov1-11/+48
2023-04-06kasan, arm64: add arch_suppress_tag_checks_start/stopAndrey Konovalov1-0/+2
2023-04-06kasan, arm64: rename tagging-related routinesAndrey Konovalov3-12/+12
2023-04-06kasan: drop empty tagging-related definesAndrey Konovalov1-26/+0
2023-04-06mm: return an ERR_PTR from __filemap_get_folioChristoph Hellwig10-30/+38
2023-04-06mm: remove FGP_ENTRYChristoph Hellwig2-8/+3
2023-04-06shmem: open code the page cache lookup in shmem_get_folio_gfpChristoph Hellwig1-4/+10
2023-04-06shmem: shmem_get_partial_folio use filemap_get_entryHugh Dickins1-5/+12
2023-04-06mm: use filemap_get_entry in filemap_get_incore_folioChristoph Hellwig1-1/+1
2023-04-06mm: make mapping_get_entry available outside of filemap.cChristoph Hellwig1-3/+3
2023-04-06mm: don't look at xarray value entries in split_huge_pages_in_fileChristoph Hellwig1-3/+2
2023-04-06dmapool: create/destroy cleanupKeith Busch1-202/+205
2023-04-06dmapool: link blocks across pagesKeith Busch1-127/+130
2023-04-06dmapool: don't memset on free twiceKeith Busch1-2/+2
2023-04-06dmapool: simplify freeingKeith Busch1-16/+6
2023-04-06dmapool: consolidate page initializationKeith Busch1-4/+3
2023-04-06dmapool: rearrange page alloc failure handlingKeith Busch1-7/+9
2023-04-06dmapool: move debug code to own functionsKeith Busch1-51/+77
2023-04-06dmapool: speedup DMAPOOL_DEBUG with init_on_allocTony Battersby1-1/+1
2023-04-06dmapool: cleanup integer typesTony Battersby1-8/+11
2023-04-06dmapool: use sysfs_emit() instead of scnprintf()Tony Battersby1-16/+7
2023-04-06dmapool: remove checks for dev == NULLTony Battersby1-31/+14
2023-04-06dmapool: add alloc/free performance testKeith Busch3-0/+157
2023-03-29mm/thp: rename TRANSPARENT_HUGEPAGE_NEVER_DAX to _UNSUPPORTEDPeter Xu1-6/+2
2023-03-29mm: memory-failure: directly use IS_ENABLED(CONFIG_HWPOISON_INJECT)Kefeng Wang1-1/+1
2023-03-29mm: shrinkers: convert shrinker_rwsem to mutexQi Zheng2-24/+24
2023-03-29mm: vmscan: remove shrinker_rwsem from synchronize_shrinkers()Qi Zheng1-6/+2
2023-03-29mm: vmscan: hold write lock to reparent shrinker nr_deferredQi Zheng1-2/+2
2023-03-29mm: shrinkers: make count and scan in shrinker debugfs locklessQi Zheng1-17/+8
2023-03-29mm: vmscan: add shrinker_srcu_generationKirill Tkhai1-4/+20
2023-03-29mm: vmscan: make memcg slab shrink locklessQi Zheng1-19/+26