summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2023-08-18mm/gup: accelerate thp gup even for "pages != NULL"Peter Xu
2023-08-18mm/gup: cleanup next_page handlingPeter Xu
2023-08-18mm/hugetlb: add page_mask for hugetlb_follow_page_mask()Peter Xu
2023-08-18mm/hugetlb: prepare hugetlb_follow_page_mask() for FOLL_PINPeter Xu
2023-08-18mm/hugetlb: handle FOLL_DUMP well in follow_page_mask()Peter Xu
2023-08-18mm: call arch_swap_restore() from unuse_pte()Peter Collingbourne
2023-08-18mm: make show_free_areas() staticKefeng Wang
2023-08-18mm: make MEMFD_CREATE into a selectable config optionThomas Weißschuh
2023-08-18mm: remove page_rmapping()ZhangPeng
2023-08-18mm: use a folio in fault_dirty_shared_page()ZhangPeng
2023-08-18swap: stop add to avail list if swap is fullMa Wupeng
2023-08-18swap: cleanup duplicated WARN_ON in add_to_avail_listMa Wupeng
2023-08-18mm: increase usage of folio_next_index() helperSidhartha Kumar
2023-08-18mm/mm_init.c: update obsolete comment in get_pfn_range_for_nid()Miaohe Lin
2023-08-18mm: madvise: fix uneven accounting of psiCharan Teja Kalla
2023-07-28Merge tag 'mm-hotfixes-stable-2023-07-28-15-52' of git://git.kernel.org/pub/s...Linus Torvalds
2023-07-28Revert "mm,memblock: reset memblock.reserved to system init state to prevent ...Mike Rapoport (IBM)
2023-07-28mm/mempolicy: Take VMA lock before replacing policyJann Horn
2023-07-27mm/memory-failure: fix hardware poison check in unpoison_memory()Sidhartha Kumar
2023-07-27mm: lock VMA in dup_anon_vma() before setting ->anon_vmaJann Horn
2023-07-27mm/pagewalk: fix EFI_PGT_DUMP of espfix areaHugh Dickins
2023-07-27shmem: minor fixes to splice-read implementationHugh Dickins
2023-07-27mm/damon/core-test: initialise context before test in damon_test_set_attrs()Feng Tang
2023-07-27Merge tag 'fixes-2023-07-27' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-07-27mm: lock_vma_under_rcu() must check vma->anon_vma under vma lockJann Horn
2023-07-24mm,memblock: reset memblock.reserved to system init state to prevent UAFRik van Riel
2023-07-17mm/mlock: fix vma iterator conversion of apply_vma_lock_flags()Liam R. Howlett
2023-07-08mm: lock newly mapped VMA with corrected orderingHugh Dickins
2023-07-08Merge tag 'mm-hotfixes-stable-2023-07-08-10-43' of git://git.kernel.org/pub/s...Linus Torvalds
2023-07-08mm: lock newly mapped VMA which can be modified after it becomes visibleSuren Baghdasaryan
2023-07-08mm: lock a vma before stack expansionSuren Baghdasaryan
2023-07-08kasan, slub: fix HW_TAGS zeroing with slub_debugAndrey Konovalov
2023-07-08kasan: fix type cast in memory_is_poisoned_nAndrey Konovalov
2023-07-08writeback: account the number of pages written backMatthew Wilcox (Oracle)
2023-07-08mm: call arch_swap_restore() from do_swap_page()Peter Collingbourne
2023-07-08mm/hugetlb.c: fix a bug within a BUG(): inconsistent pte comparisonJohn Hubbard
2023-07-08mm: disable CONFIG_PER_VMA_LOCK until its fixedSuren Baghdasaryan
2023-07-05gup: make the stack expansion warning a bit more targetedLinus Torvalds
2023-07-04mm: don't do validate_mm() unnecessarily and without mmap lockingLinus Torvalds
2023-07-03mm: validate the mm before dropping the mmap lockLinus Torvalds
2023-07-01mm: Update do_vmi_align_munmap() return semanticsLiam R. Howlett
2023-07-01mm: Always downgrade mmap_lock if requestedMatthew Wilcox (Oracle)
2023-07-01xtensa: fix lock_mm_and_find_vma in case VMA not foundMax Filippov
2023-06-30xtensa: fix NOMMU build with lock_mm_and_find_vma() conversionLinus Torvalds
2023-06-29Merge tag 'memblock-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-06-29Merge tag 'unmap-fix-20230629' of git://git.infradead.org/users/dwmw2/linuxLinus Torvalds
2023-06-29Merge tag 'slab-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds
2023-06-29gup: avoid stack expansion warning for known-good caseLinus Torvalds
2023-06-29mm/khugepaged: fix regression in collapse_file()Hugh Dickins
2023-06-28Merge branch 'expand-stack'Linus Torvalds