summaryrefslogtreecommitdiffstats
path: root/mm (follow)
Commit message (Expand)AuthorAgeFilesLines
* mm: merge folio_has_private()/filemap_release_folio() call pairsDavid Howells2023-08-188-19/+22
* rmap: pass the folio to __page_check_anon_rmap()Matthew Wilcox (Oracle)2023-08-181-4/+4
* mm: cma: print cma name as well in cma_alloc debugPintu Kumar2023-08-181-2/+2
* memory tier: rename destroy_memory_type() to put_memory_type()Miaohe Lin2023-08-181-3/+3
* mm/memfd: sysctl: fix MEMFD_NOEXEC_SCOPE_NOEXEC_ENFORCEDJeff Xu2023-08-181-24/+33
* memcg: drop kmem.limit_in_bytesMichal Hocko2023-08-181-10/+0
* mm: page_alloc: avoid false page outside zone error infoMiaohe Lin2023-08-181-3/+2
* ksm: consider KSM-placed zeropages when calculating KSM profitxu xin2023-08-181-2/+2
* ksm: add ksm zero pages for each processxu xin2023-08-183-3/+4
* ksm: count all zero pages placed by KSMxu xin2023-08-183-1/+18
* ksm: support unsharing KSM-placed zero pagesxu xin2023-08-181-3/+8
* mm/migrate_device: try to handle swapcache pagesMika Penttilä2023-08-181-6/+15
* mm/page_alloc: use write_seqlock_irqsave() instead write_seqlock() + local_ir...Sebastian Andrzej Siewior2023-08-181-9/+6
* zsmalloc: remove zs_compact_controlMinchan Kim2023-08-181-28/+9
* zsmalloc: move migration destination zspage inuse checkSergey Senozhatsky2023-08-181-4/+4
* zsmalloc: do not scan for allocated objects in empty zspageSergey Senozhatsky2023-08-181-0/+9
* mm/mm_init.c: remove obsolete macro HASH_SMALLMiaohe Lin2023-08-181-9/+1
* mm/page_alloc: fix min_free_kbytes calculation regarding ZONE_MOVABLEliuq2023-08-181-6/+6
* mm: memory-failure: remove unneeded 'inline' annotationMiaohe Lin2023-08-181-2/+2
* memory tier: use helper function destroy_memory_type()Miaohe Lin2023-08-181-1/+1
* mm: memory-failure: remove unneeded page state check in shake_page()Miaohe Lin2023-08-181-7/+4
* mm/filemap.c: fix update prev_pos after one read request doneHaibo Li2023-08-181-4/+5
* mm/gup: retire follow_hugetlb_page()Peter Xu2023-08-182-243/+0
* mm/gup: accelerate thp gup even for "pages != NULL"Peter Xu2023-08-181-7/+44
* mm/gup: cleanup next_page handlingPeter Xu2023-08-181-4/+3
* mm/hugetlb: add page_mask for hugetlb_follow_page_mask()Peter Xu2023-08-182-2/+6
* mm/hugetlb: prepare hugetlb_follow_page_mask() for FOLL_PINPeter Xu2023-08-181-11/+22
* mm/hugetlb: handle FOLL_DUMP well in follow_page_mask()Peter Xu2023-08-182-7/+11
* mm: call arch_swap_restore() from unuse_pte()Peter Collingbourne2023-08-181-0/+7
* mm: make show_free_areas() staticKefeng Wang2023-08-183-6/+12
* mm: make MEMFD_CREATE into a selectable config optionThomas Weißschuh2023-08-181-0/+3
* mm: remove page_rmapping()ZhangPeng2023-08-181-6/+0
* mm: use a folio in fault_dirty_shared_page()ZhangPeng2023-08-181-8/+8
* swap: stop add to avail list if swap is fullMa Wupeng2023-08-181-1/+4
* swap: cleanup duplicated WARN_ON in add_to_avail_listMa Wupeng2023-08-181-3/+1
* mm: increase usage of folio_next_index() helperSidhartha Kumar2023-08-184-7/+7
* mm/mm_init.c: update obsolete comment in get_pfn_range_for_nid()Miaohe Lin2023-08-181-2/+1
* mm: madvise: fix uneven accounting of psiCharan Teja Kalla2023-08-181-0/+4
* Merge tag 'mm-hotfixes-stable-2023-07-28-15-52' of git://git.kernel.org/pub/s...Linus Torvalds2023-07-295-10/+17
|\
| * mm/memory-failure: fix hardware poison check in unpoison_memory()Sidhartha Kumar2023-07-271-1/+1
| * mm: lock VMA in dup_anon_vma() before setting ->anon_vmaJann Horn2023-07-271-0/+1
| * mm/pagewalk: fix EFI_PGT_DUMP of espfix areaHugh Dickins2023-07-271-1/+4
| * shmem: minor fixes to splice-read implementationHugh Dickins2023-07-271-3/+6
| * mm/damon/core-test: initialise context before test in damon_test_set_attrs()Feng Tang2023-07-271-5/+5
* | Revert "mm,memblock: reset memblock.reserved to system init state to prevent ...Mike Rapoport (IBM)2023-07-281-4/+0
* | mm/mempolicy: Take VMA lock before replacing policyJann Horn2023-07-281-1/+14
* | Merge tag 'fixes-2023-07-27' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-07-271-0/+4
|\ \
| * | mm,memblock: reset memblock.reserved to system init state to prevent UAFRik van Riel2023-07-241-0/+4
| |/
* / mm: lock_vma_under_rcu() must check vma->anon_vma under vma lockJann Horn2023-07-271-12/+16
|/
* mm/mlock: fix vma iterator conversion of apply_vma_lock_flags()Liam R. Howlett2023-07-171-4/+5