summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2023-04-06mm: introduce per-VMA lock statisticsSuren Baghdasaryan3-0/+14
2023-04-06mm: prevent userfaults to be handled under per-vma lockSuren Baghdasaryan1-0/+9
2023-04-06mm: prevent do_swap_page from handling page faults under VMA lockSuren Baghdasaryan1-0/+5
2023-04-06mm: fall back to mmap_lock if vma->anon_vma is not yet setSuren Baghdasaryan1-0/+4
2023-04-06mm: introduce lock_vma_under_rcu to be used from arch-specific codeSuren Baghdasaryan1-0/+46
2023-04-06mm: introduce vma detached flagSuren Baghdasaryan1-0/+2
2023-04-06mm/mmap: prevent pagefault handler from racing with mmu_notifier registrationSuren Baghdasaryan1-0/+9
2023-04-06mm: conditionally write-lock VMA in free_pgtablesSuren Baghdasaryan3-4/+9
2023-04-06mm: write-lock VMAs before removing them from VMA treeSuren Baghdasaryan1-0/+1
2023-04-06mm/mremap: write-lock VMA while remapping it to a new address rangeSuren Baghdasaryan2-0/+2
2023-04-06mm/mmap: write-lock VMAs in vma_prepare before modifying themSuren Baghdasaryan1-0/+9
2023-04-06mm/khugepaged: write-lock VMA while collapsing a huge pageSuren Baghdasaryan2-15/+24
2023-04-06mm/mmap: move vma_prepare before vma_adjust_trans_hugeSuren Baghdasaryan1-5/+5
2023-04-06mm: add per-VMA lock and helper functions to control itSuren Baghdasaryan1-0/+3
2023-04-06mm: introduce CONFIG_PER_VMA_LOCKSuren Baghdasaryan1-0/+12
2023-04-06mm: hold the RCU read lock over calls to ->map_pagesMatthew Wilcox (Oracle)1-3/+8
2023-04-06mm/damon/sysfs: make more kobj_type structures constantThomas Weißschuh1-2/+2
2023-04-06mm: be less noisy during memory hotplugTomas Krcka1-1/+1
2023-04-06mm/mmap/vma_merge: init cleanup, be explicit about the non-mergeable caseLorenzo Stoakes1-25/+22
2023-04-06mm/mmap/vma_merge: explicitly assign res, vma, extend invariantsLorenzo Stoakes1-5/+14
2023-04-06mm/mmap/vma_merge: fold curr, next assignment logicLorenzo Stoakes1-13/+11
2023-04-06mm/mmap/vma_merge: further improve prev/next VMA namingLorenzo Stoakes1-43/+43
2023-04-06mm: vmalloc: convert vread() to vread_iter()Lorenzo Stoakes2-93/+152
2023-04-06mm/page_alloc: make deferred page init free pages in MAX_ORDER blocksKirill A. Shutemov1-9/+10
2023-04-06mm: remove vmf_insert_pfn_xxx_prot() for huge page-table entriesLorenzo Stoakes1-18/+13
2023-04-06mm: remove unused vmf_insert_mixed_prot()Lorenzo Stoakes1-39/+18
2023-04-06mm/memtest: add results of early memtest to /proc/meminfoTomas Mudrunka1-0/+6
2023-04-06mm: move vmalloc_init() declaration to mm/internal.hMike Rapoport (IBM)1-0/+5
2023-04-06mm: move kmem_cache_init() declaration to mm/slab.hMike Rapoport (IBM)2-0/+2
2023-04-06mm: move mem_init_print_info() to mm_init.cMike Rapoport (IBM)3-53/+54
2023-04-06init,mm: fold late call to page_ext_init() to page_alloc_init_late()Mike Rapoport (IBM)1-1/+5
2023-04-06mm: move init_mem_debugging_and_hardening() to mm/mm_init.cMike Rapoport (IBM)3-96/+98
2023-04-06mm: call {ptlock,pgtable}_cache_init() directly from mm_core_init()Mike Rapoport (IBM)1-1/+2
2023-04-06init,mm: move mm_init() to mm/mm_init.c and rename it to mm_core_init()Mike Rapoport (IBM)1-0/+73
2023-04-06mm/page_alloc: rename page_alloc_init() to page_alloc_init_cpuhp()Mike Rapoport (IBM)1-1/+1
2023-04-06mm: handle hashdist initialization in mm/mm_init.cMike Rapoport (IBM)2-18/+22
2023-04-06mm: move most of core MM initialization to mm/mm_init.cMike Rapoport (IBM)4-2334/+2353
2023-04-06mm/page_alloc: add helper for checking if check_pages_enabledMike Rapoport (IBM)1-3/+8
2023-04-06mm: move get_page_from_free_area() to mm/page_alloc.cMike Rapoport (IBM)1-0/+7
2023-04-06mm: prefer fault_around_pages to fault_around_bytesLorenzo Stoakes1-11/+15
2023-04-06mm: refactor do_fault_around()Lorenzo Stoakes1-22/+16
2023-04-06mm: compaction: fix the possible deadlock when isolating hugetlb pagesBaolin Wang1-0/+5
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