summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2023-04-05mm/mmap: free vm_area_struct without call_rcu in exit_mmapSuren Baghdasaryan
2023-04-05mm: introduce per-VMA lock statisticsSuren Baghdasaryan
2023-04-05mm: prevent userfaults to be handled under per-vma lockSuren Baghdasaryan
2023-04-05mm: prevent do_swap_page from handling page faults under VMA lockSuren Baghdasaryan
2023-04-05mm: fall back to mmap_lock if vma->anon_vma is not yet setSuren Baghdasaryan
2023-04-05mm: introduce lock_vma_under_rcu to be used from arch-specific codeSuren Baghdasaryan
2023-04-05mm: introduce vma detached flagSuren Baghdasaryan
2023-04-05mm/mmap: prevent pagefault handler from racing with mmu_notifier registrationSuren Baghdasaryan
2023-04-05mm: conditionally write-lock VMA in free_pgtablesSuren Baghdasaryan
2023-04-05mm: write-lock VMAs before removing them from VMA treeSuren Baghdasaryan
2023-04-05mm/mremap: write-lock VMA while remapping it to a new address rangeSuren Baghdasaryan
2023-04-05mm/mmap: write-lock VMAs in vma_prepare before modifying themSuren Baghdasaryan
2023-04-05mm/khugepaged: write-lock VMA while collapsing a huge pageSuren Baghdasaryan
2023-04-05mm/mmap: move vma_prepare before vma_adjust_trans_hugeSuren Baghdasaryan
2023-04-05mm: add per-VMA lock and helper functions to control itSuren Baghdasaryan
2023-04-05mm: introduce CONFIG_PER_VMA_LOCKSuren Baghdasaryan
2023-04-05mm: hold the RCU read lock over calls to ->map_pagesMatthew Wilcox (Oracle)
2023-04-05mm/damon/sysfs: make more kobj_type structures constantThomas Weißschuh
2023-04-05mm: be less noisy during memory hotplugTomas Krcka
2023-04-05mm/mmap/vma_merge: init cleanup, be explicit about the non-mergeable caseLorenzo Stoakes
2023-04-05mm/mmap/vma_merge: explicitly assign res, vma, extend invariantsLorenzo Stoakes
2023-04-05mm/mmap/vma_merge: fold curr, next assignment logicLorenzo Stoakes
2023-04-05mm/mmap/vma_merge: further improve prev/next VMA namingLorenzo Stoakes
2023-04-05mm: vmalloc: convert vread() to vread_iter()Lorenzo Stoakes
2023-04-05mm/page_alloc: make deferred page init free pages in MAX_ORDER blocksKirill A. Shutemov
2023-04-05mm: remove vmf_insert_pfn_xxx_prot() for huge page-table entriesLorenzo Stoakes
2023-04-05mm: remove unused vmf_insert_mixed_prot()Lorenzo Stoakes
2023-04-05mm/memtest: add results of early memtest to /proc/meminfoTomas Mudrunka
2023-04-05mm: move vmalloc_init() declaration to mm/internal.hMike Rapoport (IBM)
2023-04-05mm: move kmem_cache_init() declaration to mm/slab.hMike Rapoport (IBM)
2023-04-05mm: move mem_init_print_info() to mm_init.cMike Rapoport (IBM)
2023-04-05init,mm: fold late call to page_ext_init() to page_alloc_init_late()Mike Rapoport (IBM)
2023-04-05mm: move init_mem_debugging_and_hardening() to mm/mm_init.cMike Rapoport (IBM)
2023-04-05mm: call {ptlock,pgtable}_cache_init() directly from mm_core_init()Mike Rapoport (IBM)
2023-04-05init,mm: move mm_init() to mm/mm_init.c and rename it to mm_core_init()Mike Rapoport (IBM)
2023-04-05mm/page_alloc: rename page_alloc_init() to page_alloc_init_cpuhp()Mike Rapoport (IBM)
2023-04-05mm: handle hashdist initialization in mm/mm_init.cMike Rapoport (IBM)
2023-04-05mm: move most of core MM initialization to mm/mm_init.cMike Rapoport (IBM)
2023-04-05mm/page_alloc: add helper for checking if check_pages_enabledMike Rapoport (IBM)
2023-04-05mm: move get_page_from_free_area() to mm/page_alloc.cMike Rapoport (IBM)
2023-04-05mm: prefer fault_around_pages to fault_around_bytesLorenzo Stoakes
2023-04-05mm: refactor do_fault_around()Lorenzo Stoakes
2023-04-05mm: compaction: fix the possible deadlock when isolating hugetlb pagesBaolin Wang
2023-04-05mm: compaction: consider the number of scanning compound pages in isolate fai...Baolin Wang
2023-04-05mm/mremap: simplify vma expansion againVlastimil Babka
2023-04-05mm/mmap: start distinguishing if vma can be removed in mergeability testVlastimil Babka
2023-04-05mm/mmap/vma_merge: convert mergeability checks to return boolVlastimil Babka
2023-04-05mm/mmap/vma_merge: rename adj_next to adj_startVlastimil Babka
2023-04-05mm/mmap/vma_merge: set mid to NULL if not applicableVlastimil Babka
2023-04-05mm/mmap/vma_merge: initialize mid and next in natural orderVlastimil Babka