summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm: page_alloc: skip regions with hugetlbfs pages when allocating 1G pagesMel Gorman2023-04-181-0/+3
* mm/mmap: regression fix for unmapped_area{_topdown}Liam R. Howlett2023-04-181-5/+43
* mm: kmsan: handle alloc failures in kmsan_ioremap_page_range()Alexander Potapenko2023-04-182-10/+49
* mm: kmsan: handle alloc failures in kmsan_vmap_pages_range_noflush()Alexander Potapenko2023-04-182-10/+23
* mm/page_alloc: fix potential deadlock on zonelist_update_seq seqlockTetsuo Handa2023-04-181-0/+16
* writeback, cgroup: fix null-ptr-deref write in bdi_split_work_to_wbsBaokun Li2023-04-161-2/+10
* mm/mempolicy: fix use-after-free of VMA iteratorLiam R. Howlett2023-04-161-55/+49
* mm/huge_memory.c: warn with pr_warn_ratelimited instead of VM_WARN_ON_ONCE_FOLIONaoya Horiguchi2023-04-161-2/+3
* mm/mprotect: fix do_mprotect_pkey() return on errorLiam R. Howlett2023-04-161-1/+1
* mm/khugepaged: check again on anon uffd-wp during isolationPeter Xu2023-04-161-0/+4
* mm/userfaultfd: fix uffd-wp handling for THP migration entriesDavid Hildenbrand2023-04-161-2/+12
* mm: swap: fix performance regression on sparsetruncate-tinyQi Zheng2023-04-161-1/+1
* mm/swap: fix swap_info_struct race between swapoff and get_swap_pages()Rongwei Wang2023-04-051-1/+2
* mm: take a page reference when removing device exclusive entriesAlistair Popple2023-04-051-1/+15
* mm: vmalloc: avoid warn_alloc noise caused by fatal signalYafang Shao2023-04-051-3/+5
* mm/hugetlb: fix uffd wr-protection for CoW optimization pathPeter Xu2023-04-051-2/+12
* mm: enable maple tree RCU mode by defaultLiam R. Howlett2023-04-051-1/+2
* mm: kfence: fix handling discontiguous pageMuchun Song2023-03-281-2/+2
* mm: kfence: fix PG_slab and memcg_data clearingMuchun Song2023-03-281-15/+15
* Merge tag 'mm-hotfixes-stable-2023-03-24-17-09' of git://git.kernel.org/pub/s...Linus Torvalds2023-03-247-18/+45
|\
| * kfence: avoid passing -g for testMarco Elver2023-03-231-1/+1
| * mm: kfence: fix using kfence_metadata without initialization in show_object()Muchun Song2023-03-231-2/+8
| * Revert "kasan: drop skip_kasan_poison variable in free_pages_prepare"Peter Collingbourne2023-03-231-1/+2
| * mm/ksm: fix race with VMA iteration and mm_struct teardownLiam R. Howlett2023-03-231-2/+9
| * mm: fix error handling for map_deny_write_execJoey Gouly2023-03-231-1/+1
| * mm: deduplicate error handling for map_deny_write_execJoey Gouly2023-03-231-6/+1
| * mm, vmalloc: fix high order __GFP_NOFAIL allocationsMichal Hocko2023-03-231-5/+23
* | Merge tag 'slab-fix-for-6.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-03-241-1/+1
|\ \ | |/ |/|
| * mm/slab: Fix undefined init_cache_node_node() for NUMA and !SMPGeert Uytterhoeven2023-03-221-1/+1
* | mm/damon/paddr: fix folio_nr_pages() after folio_put() in damon_pa_mark_acces...SeongJae Park2023-03-071-1/+1
* | mm/damon/paddr: fix folio_size() call after folio_put() in damon_pa_young()SeongJae Park2023-03-071-2/+1
* | migrate_pages: try migrate in batch asynchronously firstlyHuang Ying2023-03-071-18/+62
* | migrate_pages: move split folios processing out of migrate_pages_batch()Huang Ying2023-03-071-50/+28
* | migrate_pages: fix deadlock in batched migrationHuang Ying2023-03-071-43/+26
* | mm/userfaultfd: propagate uffd-wp bit when PTE-mapping the huge zeropageDavid Hildenbrand2023-03-071-2/+4
* | mm: teach mincore_hugetlb about pte markersJames Houghton2023-03-071-1/+1
* | mm: avoid gcc complaint about pointer castingLinus Torvalds2023-03-041-2/+8
* | Merge tag 'mm-hotfixes-stable-2023-03-04-13-12' of git://git.kernel.org/pub/s...Linus Torvalds2023-03-048-12/+65
|\ \
| * | kasan: test: fix test for new meminstrinsic instrumentationMarco Elver2023-03-022-1/+37
| * | kasan: treat meminstrinsic as builtins in uninstrumented filesMarco Elver2023-03-021-1/+4
| * | kasan: emit different calls for instrumentable memintrinsicsMarco Elver2023-03-022-0/+15
| * | mm/hwpoison: convert TTU_IGNORE_HWPOISON to TTU_HWPOISONNaoya Horiguchi2023-02-272-5/+5
| * | mm/damon/paddr: fix missing folio_put()andrew.yang2023-02-271-4/+3
| * | mm/mremap: fix dup_anon_vma() in vma_merge() case 4Vlastimil Babka2023-02-271-1/+1
* | | Merge tag 'memblock-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-02-271-14/+27
|\ \ \
| * | | memblock: Avoid useless checks in memblock_merge_regions().Peng Zhang2023-01-311-12/+25
| * | | memblock: Make a boundary tighter in memblock_add_range().Peng Zhang2023-01-311-2/+2
* | | | mm/mprotect: Fix successful vma_merge() of next in do_mprotect_pkey()Liam R. Howlett2023-02-251-0/+1
| |/ / |/| |
* | | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-2396-4007/+6113
|\ \ \
| * | | mm/memory_hotplug: cleanup return value handing in do_migrate_range()SeongJae Park2023-02-201-6/+2