summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2023-10-10mm: page_alloc: fix CMA and HIGHATOMIC landing on the wrong buddy listJohannes Weiner1-6/+6
2023-10-10mm/page_alloc: leave IRQs enabled for per-cpu page allocationsMel Gorman1-70/+54
2023-10-10mm/page_alloc: always remove pages from temporary listMel Gorman1-0/+2
2023-10-10mm: mempolicy: keep VMA walk if both MPOL_MF_STRICT and MPOL_MF_MOVE are spec...Yang Shi1-20/+19
2023-10-10mm/mempolicy: convert migrate_page_add() to migrate_folio_add()Vishal Moola (Oracle)1-19/+20
2023-10-10mm/mempolicy: convert queue_pages_pte_range() to queue_folios_pte_range()Vishal Moola (Oracle)1-14/+14
2023-10-10mm/mempolicy: convert queue_pages_pmd() to queue_folios_pmd()Vishal Moola (Oracle)1-12/+12
2023-10-10mm/memory: add vm_normal_folio()Vishal Moola (Oracle)1-0/+10
2023-10-06mm, memcg: reconsider kmem.limit_in_bytes deprecationMichal Hocko1-0/+13
2023-10-06memcg: drop kmem.limit_in_bytesMichal Hocko1-10/+0
2023-10-06mm: memcontrol: fix GFP_NOFS recursion in memory.high enforcementJohannes Weiner1-3/+3
2023-10-06mm/slab_common: fix slab_caches list corruption after kmem_cache_destroy()Rafael Aquini1-6/+6
2023-10-06mm/damon/vaddr-test: fix memory leak in damon_do_test_apply_three_regions()Jinjie Ruan1-0/+2
2023-09-23Revert "memcg: drop kmem.limit_in_bytes"Greg Kroah-Hartman1-0/+10
2023-09-19Multi-gen LRU: avoid race in inc_min_seq()Kalesh Singh1-5/+7
2023-09-19mm: hugetlb_vmemmap: fix a race between vmemmap pmd splitMuchun Song1-20/+14
2023-09-19memcg: drop kmem.limit_in_bytesMichal Hocko1-10/+0
2023-09-19Multi-gen LRU: fix per-zone reclaimKalesh Singh1-4/+14
2023-09-19mm: multi-gen LRU: rename lrugen->lists[] to lrugen->folios[]Yu Zhao1-10/+10
2023-09-13mm/vmalloc: add a safer version of find_vm_area() for debugJoel Fernandes (Google)1-4/+22
2023-09-13rcu: dump vmalloc memory info safelyZqiang1-1/+3
2023-09-13net-memcg: Fix scope of sockmem pressure indicatorsAbel Wu1-0/+8
2023-09-13tmpfs: verify {g,u}id mount options correctlyChristian Brauner1-4/+24
2023-08-30madvise:madvise_free_pte_range(): don't use mapcount() against large folio fo...Yin Fengwei1-2/+2
2023-08-30mm: memory-failure: fix unexpected return value in soft_offline_page()Miaohe Lin1-4/+7
2023-08-30mm: add a call to flush_cache_vmap() in vmap_pfn()Alexandre Ghiti1-0/+4
2023-08-30shmem: fix smaps BUG sleeping while atomicHugh Dickins1-2/+4
2023-08-23hugetlb: do not clear hugetlb dtor until allocating vmemmapMike Kravetz1-24/+51
2023-08-23zsmalloc: allow only one active pool compaction contextSergey Senozhatsky1-0/+12
2023-08-23zsmalloc: fix races between modifications of fullness and isolatedAndrew Yang1-5/+9
2023-08-23zsmalloc: consolidate zs_pool's migrate_lock and size_class's locksNhat Pham1-50/+37
2023-08-11mm: kmem: fix a NULL pointer dereference in obj_stock_flush_required()Roman Gushchin1-9/+10
2023-07-23kasan: add kasan_tag_mismatch prototypeArnd Bergmann1-0/+3
2023-07-19mm/mmap: Fix extra maple tree writeLiam R. Howlett1-1/+2
2023-07-19shmem: use ramfs_kill_sb() for kill_sb method of ramfs-based tmpfsRoberto Sassu1-1/+1
2023-07-19mm/damon/ops-common: atomically test and clear young on ptes and pmdsRyan Roberts4-16/+12
2023-07-19mm/mmap: Fix VM_LOCKED check in do_vmi_align_munmap()Suren Baghdasaryan1-1/+1
2023-07-19mm: call arch_swap_restore() from do_swap_page()Peter Collingbourne1-0/+7
2023-07-05xtensa: fix lock_mm_and_find_vma in case VMA not foundMax Filippov1-1/+6
2023-07-01xtensa: fix NOMMU build with lock_mm_and_find_vma() conversionLinus Torvalds1-0/+11
2023-07-01mm: always expand the stack with the mmap write lock heldLinus Torvalds4-39/+116
2023-07-01mm: make find_extend_vma() fail if write lock not heldLiam R. Howlett3-19/+36
2023-07-01arm/mm: Convert to using lock_mm_and_find_vma()Ben Hutchings1-1/+1
2023-07-01mm: make the page fault mmap locking killableLinus Torvalds1-4/+2
2023-07-01mm: introduce new 'lock_mm_and_find_vma()' page fault helperLinus Torvalds2-0/+125
2023-07-01mm, hwpoison: when copy-on-write hits poison, take page offlineTony Luck1-1/+3
2023-07-01mm, hwpoison: try to recover from copy-on write faultsTony Luck1-10/+20
2023-07-01mm/mmap: Fix error return in do_vmi_align_munmap()David Woodhouse1-1/+3
2023-07-01mm/mmap: Fix error path in do_vmi_align_munmap()Liam R. Howlett1-19/+14
2023-06-28memfd: check for non-NULL file_seals in memfd_create() syscallRoberto Sassu1-1/+2