summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2023-04-16sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesAndrew Morton
2023-04-16writeback, cgroup: fix null-ptr-deref write in bdi_split_work_to_wbsBaokun Li
2023-04-16mm/mempolicy: fix use-after-free of VMA iteratorLiam R. Howlett
2023-04-16mm/huge_memory.c: warn with pr_warn_ratelimited instead of VM_WARN_ON_ONCE_FOLIONaoya Horiguchi
2023-04-16mm/mprotect: fix do_mprotect_pkey() return on errorLiam R. Howlett
2023-04-16mm/khugepaged: check again on anon uffd-wp during isolationPeter Xu
2023-04-16mm/userfaultfd: fix uffd-wp handling for THP migration entriesDavid Hildenbrand
2023-04-16mm: swap: fix performance regression on sparsetruncate-tinyQi Zheng
2023-04-05sched/numa: enhance vma scanning logicRaghavendra K T
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