summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm/khugepaged: write-lock VMA while collapsing a huge pageSuren Baghdasaryan2023-04-052-15/+24
* mm/mmap: move vma_prepare before vma_adjust_trans_hugeSuren Baghdasaryan2023-04-051-5/+5
* mm: add per-VMA lock and helper functions to control itSuren Baghdasaryan2023-04-051-0/+3
* mm: introduce CONFIG_PER_VMA_LOCKSuren Baghdasaryan2023-04-051-0/+12
* mm: hold the RCU read lock over calls to ->map_pagesMatthew Wilcox (Oracle)2023-04-051-3/+8
* mm/damon/sysfs: make more kobj_type structures constantThomas Weißschuh2023-04-051-2/+2
* mm: be less noisy during memory hotplugTomas Krcka2023-04-051-1/+1
* mm/mmap/vma_merge: init cleanup, be explicit about the non-mergeable caseLorenzo Stoakes2023-04-051-25/+22
* mm/mmap/vma_merge: explicitly assign res, vma, extend invariantsLorenzo Stoakes2023-04-051-5/+14
* mm/mmap/vma_merge: fold curr, next assignment logicLorenzo Stoakes2023-04-051-13/+11
* mm/mmap/vma_merge: further improve prev/next VMA namingLorenzo Stoakes2023-04-051-43/+43
* mm: vmalloc: convert vread() to vread_iter()Lorenzo Stoakes2023-04-052-93/+152
* mm/page_alloc: make deferred page init free pages in MAX_ORDER blocksKirill A. Shutemov2023-04-051-9/+10
* mm: remove vmf_insert_pfn_xxx_prot() for huge page-table entriesLorenzo Stoakes2023-04-051-18/+13
* mm: remove unused vmf_insert_mixed_prot()Lorenzo Stoakes2023-04-051-39/+18
* mm/memtest: add results of early memtest to /proc/meminfoTomas Mudrunka2023-04-051-0/+6
* mm: move vmalloc_init() declaration to mm/internal.hMike Rapoport (IBM)2023-04-051-0/+5
* mm: move kmem_cache_init() declaration to mm/slab.hMike Rapoport (IBM)2023-04-052-0/+2
* mm: move mem_init_print_info() to mm_init.cMike Rapoport (IBM)2023-04-053-53/+54
* init,mm: fold late call to page_ext_init() to page_alloc_init_late()Mike Rapoport (IBM)2023-04-051-1/+5
* mm: move init_mem_debugging_and_hardening() to mm/mm_init.cMike Rapoport (IBM)2023-04-053-96/+98
* mm: call {ptlock,pgtable}_cache_init() directly from mm_core_init()Mike Rapoport (IBM)2023-04-051-1/+2
* init,mm: move mm_init() to mm/mm_init.c and rename it to mm_core_init()Mike Rapoport (IBM)2023-04-051-0/+73
* mm/page_alloc: rename page_alloc_init() to page_alloc_init_cpuhp()Mike Rapoport (IBM)2023-04-051-1/+1
* mm: handle hashdist initialization in mm/mm_init.cMike Rapoport (IBM)2023-04-052-18/+22
* mm: move most of core MM initialization to mm/mm_init.cMike Rapoport (IBM)2023-04-054-2334/+2353
* mm/page_alloc: add helper for checking if check_pages_enabledMike Rapoport (IBM)2023-04-051-3/+8
* mm: move get_page_from_free_area() to mm/page_alloc.cMike Rapoport (IBM)2023-04-051-0/+7
* mm: prefer fault_around_pages to fault_around_bytesLorenzo Stoakes2023-04-051-11/+15
* mm: refactor do_fault_around()Lorenzo Stoakes2023-04-051-22/+16
* mm: compaction: fix the possible deadlock when isolating hugetlb pagesBaolin Wang2023-04-051-0/+5
* mm: compaction: consider the number of scanning compound pages in isolate fai...Baolin Wang2023-04-051-2/+9
* mm/mremap: simplify vma expansion againVlastimil Babka2023-04-051-16/+4
* mm/mmap: start distinguishing if vma can be removed in mergeability testVlastimil Babka2023-04-051-5/+10
* mm/mmap/vma_merge: convert mergeability checks to return boolVlastimil Babka2023-04-051-28/+25
* mm/mmap/vma_merge: rename adj_next to adj_startVlastimil Babka2023-04-051-8/+8
* mm/mmap/vma_merge: set mid to NULL if not applicableVlastimil Babka2023-04-051-8/+15
* mm/mmap/vma_merge: initialize mid and next in natural orderVlastimil Babka2023-04-051-4/+5
* mm/mmap/vma_merge: use the proper vma pointer in case 4Vlastimil Babka2023-04-051-4/+4
* mm/mmap/vma_merge: use the proper vma pointers in cases 1 and 6Vlastimil Babka2023-04-051-5/+6
* mm/mmap/vma_merge: use the proper vma pointer in case 3Vlastimil Babka2023-04-051-4/+5
* mm/mmap/vma_merge: use only primary pointers for preparing mergeVlastimil Babka2023-04-051-7/+7
* mm: userfaultfd: add UFFDIO_CONTINUE_MODE_WP to install WP PTEsAxel Rasmussen2023-04-051-2/+3
* mm: userfaultfd: combine 'mode' and 'wp_copy' argumentsAxel Rasmussen2023-04-053-52/+43
* mm: userfaultfd: don't pass around both mm and vmaAxel Rasmussen2023-04-053-38/+34
* mm: userfaultfd: rename functions for clarity + consistencyAxel Rasmussen2023-04-052-59/+59
* mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov2023-04-0517-64/+64
* mm/slub: fix MAX_ORDER usage in calculate_order()Kirill A. Shutemov2023-04-051-1/+1
* mm/page_reporting: fix MAX_ORDER usage in page_reporting_register()Kirill A. Shutemov2023-04-051-1/+1
* mm/uffd: UFFD_FEATURE_WP_UNPOPULATEDPeter Xu2023-04-053-25/+84