summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2023-08-18memory tier: rename destroy_memory_type() to put_memory_type()Miaohe Lin1-3/+3
2023-08-18mm/memfd: sysctl: fix MEMFD_NOEXEC_SCOPE_NOEXEC_ENFORCEDJeff Xu1-24/+33
2023-08-18memcg: drop kmem.limit_in_bytesMichal Hocko1-10/+0
2023-08-18mm: page_alloc: avoid false page outside zone error infoMiaohe Lin1-3/+2
2023-08-18ksm: consider KSM-placed zeropages when calculating KSM profitxu xin1-2/+2
2023-08-18ksm: add ksm zero pages for each processxu xin3-3/+4
2023-08-18ksm: count all zero pages placed by KSMxu xin3-1/+18
2023-08-18ksm: support unsharing KSM-placed zero pagesxu xin1-3/+8
2023-08-18mm/migrate_device: try to handle swapcache pagesMika Penttilä1-6/+15
2023-08-18mm/page_alloc: use write_seqlock_irqsave() instead write_seqlock() + local_ir...Sebastian Andrzej Siewior1-9/+6
2023-08-18zsmalloc: remove zs_compact_controlMinchan Kim1-28/+9
2023-08-18zsmalloc: move migration destination zspage inuse checkSergey Senozhatsky1-4/+4
2023-08-18zsmalloc: do not scan for allocated objects in empty zspageSergey Senozhatsky1-0/+9
2023-08-18mm/mm_init.c: remove obsolete macro HASH_SMALLMiaohe Lin1-9/+1
2023-08-18mm/page_alloc: fix min_free_kbytes calculation regarding ZONE_MOVABLEliuq1-6/+6
2023-08-18mm: memory-failure: remove unneeded 'inline' annotationMiaohe Lin1-2/+2
2023-08-18memory tier: use helper function destroy_memory_type()Miaohe Lin1-1/+1
2023-08-18mm: memory-failure: remove unneeded page state check in shake_page()Miaohe Lin1-7/+4
2023-08-18mm/filemap.c: fix update prev_pos after one read request doneHaibo Li1-4/+5
2023-08-18mm/gup: retire follow_hugetlb_page()Peter Xu2-243/+0
2023-08-18mm/gup: accelerate thp gup even for "pages != NULL"Peter Xu1-7/+44
2023-08-18mm/gup: cleanup next_page handlingPeter Xu1-4/+3
2023-08-18mm/hugetlb: add page_mask for hugetlb_follow_page_mask()Peter Xu2-2/+6
2023-08-18mm/hugetlb: prepare hugetlb_follow_page_mask() for FOLL_PINPeter Xu1-11/+22
2023-08-18mm/hugetlb: handle FOLL_DUMP well in follow_page_mask()Peter Xu2-7/+11
2023-08-18mm: call arch_swap_restore() from unuse_pte()Peter Collingbourne1-0/+7
2023-08-18mm: make show_free_areas() staticKefeng Wang3-6/+12
2023-08-18mm: make MEMFD_CREATE into a selectable config optionThomas Weißschuh1-0/+3
2023-08-18mm: remove page_rmapping()ZhangPeng1-6/+0
2023-08-18mm: use a folio in fault_dirty_shared_page()ZhangPeng1-8/+8
2023-08-18swap: stop add to avail list if swap is fullMa Wupeng1-1/+4
2023-08-18swap: cleanup duplicated WARN_ON in add_to_avail_listMa Wupeng1-3/+1
2023-08-18mm: increase usage of folio_next_index() helperSidhartha Kumar4-7/+7
2023-08-18mm/mm_init.c: update obsolete comment in get_pfn_range_for_nid()Miaohe Lin1-2/+1
2023-08-18mm: madvise: fix uneven accounting of psiCharan Teja Kalla1-0/+4
2023-07-29Merge tag 'mm-hotfixes-stable-2023-07-28-15-52' of git://git.kernel.org/pub/s...Linus Torvalds5-10/+17
2023-07-28Revert "mm,memblock: reset memblock.reserved to system init state to prevent ...Mike Rapoport (IBM)1-4/+0
2023-07-28mm/mempolicy: Take VMA lock before replacing policyJann Horn1-1/+14
2023-07-27mm/memory-failure: fix hardware poison check in unpoison_memory()Sidhartha Kumar1-1/+1
2023-07-27mm: lock VMA in dup_anon_vma() before setting ->anon_vmaJann Horn1-0/+1
2023-07-27mm/pagewalk: fix EFI_PGT_DUMP of espfix areaHugh Dickins1-1/+4
2023-07-27shmem: minor fixes to splice-read implementationHugh Dickins1-3/+6
2023-07-27mm/damon/core-test: initialise context before test in damon_test_set_attrs()Feng Tang1-5/+5
2023-07-27Merge tag 'fixes-2023-07-27' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+4
2023-07-27mm: lock_vma_under_rcu() must check vma->anon_vma under vma lockJann Horn1-12/+16
2023-07-24mm,memblock: reset memblock.reserved to system init state to prevent UAFRik van Riel1-0/+4
2023-07-17mm/mlock: fix vma iterator conversion of apply_vma_lock_flags()Liam R. Howlett1-4/+5
2023-07-09mm: lock newly mapped VMA with corrected orderingHugh Dickins1-2/+2
2023-07-09Merge tag 'mm-hotfixes-stable-2023-07-08-10-43' of git://git.kernel.org/pub/s...Linus Torvalds6-19/+34
2023-07-09mm: lock newly mapped VMA which can be modified after it becomes visibleSuren Baghdasaryan1-0/+2