summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2023-04-24Merge tag 'v6.4/vfs.acl' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds1-4/+0
2023-04-24Merge tag 'v6.4/kernel.user_worker' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
2023-04-24Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+0
2023-04-24Merge tag 'iter-ubuf.2-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds1-5/+4
2023-04-19mm: page_alloc: skip regions with hugetlbfs pages when allocating 1G pagesMel Gorman1-0/+3
2023-04-19mm/mmap: regression fix for unmapped_area{_topdown}Liam R. Howlett1-5/+43
2023-04-19mm: kmsan: handle alloc failures in kmsan_ioremap_page_range()Alexander Potapenko2-10/+49
2023-04-19mm: kmsan: handle alloc failures in kmsan_vmap_pages_range_noflush()Alexander Potapenko2-10/+23
2023-04-19mm/page_alloc: fix potential deadlock on zonelist_update_seq seqlockTetsuo Handa1-0/+16
2023-04-16writeback, cgroup: fix null-ptr-deref write in bdi_split_work_to_wbsBaokun Li1-2/+10
2023-04-16mm/mempolicy: fix use-after-free of VMA iteratorLiam R. Howlett1-55/+49
2023-04-16mm/huge_memory.c: warn with pr_warn_ratelimited instead of VM_WARN_ON_ONCE_FOLIONaoya Horiguchi1-2/+3
2023-04-16mm/mprotect: fix do_mprotect_pkey() return on errorLiam R. Howlett1-1/+1
2023-04-16mm/khugepaged: check again on anon uffd-wp during isolationPeter Xu1-0/+4
2023-04-16mm/userfaultfd: fix uffd-wp handling for THP migration entriesDavid Hildenbrand1-2/+12
2023-04-16mm: swap: fix performance regression on sparsetruncate-tinyQi Zheng1-1/+1
2023-04-06mm/swap: fix swap_info_struct race between swapoff and get_swap_pages()Rongwei Wang1-1/+2
2023-04-06mm: take a page reference when removing device exclusive entriesAlistair Popple1-1/+15
2023-04-06mm: vmalloc: avoid warn_alloc noise caused by fatal signalYafang Shao1-3/+5
2023-04-06mm/hugetlb: fix uffd wr-protection for CoW optimization pathPeter Xu1-2/+12
2023-04-06mm: enable maple tree RCU mode by defaultLiam R. Howlett1-1/+2
2023-04-05mm: Remove "select SRCU"Paul E. McKenney1-1/+0
2023-03-30iov_iter: add iter_iov_addr() and iter_iov_len() helpersJens Axboe1-5/+4
2023-03-29mm: kfence: fix handling discontiguous pageMuchun Song1-2/+2
2023-03-29mm: kfence: fix PG_slab and memcg_data clearingMuchun Song1-15/+15
2023-03-25Merge tag 'mm-hotfixes-stable-2023-03-24-17-09' of git://git.kernel.org/pub/s...Linus Torvalds7-18/+45
2023-03-24Merge tag 'slab-fix-for-6.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2023-03-24kfence: avoid passing -g for testMarco Elver1-1/+1
2023-03-24mm: kfence: fix using kfence_metadata without initialization in show_object()Muchun Song1-2/+8
2023-03-24Revert "kasan: drop skip_kasan_poison variable in free_pages_prepare"Peter Collingbourne1-1/+2
2023-03-24mm/ksm: fix race with VMA iteration and mm_struct teardownLiam R. Howlett1-2/+9
2023-03-24mm: fix error handling for map_deny_write_execJoey Gouly1-1/+1
2023-03-24mm: deduplicate error handling for map_deny_write_execJoey Gouly1-6/+1
2023-03-24mm, vmalloc: fix high order __GFP_NOFAIL allocationsMichal Hocko1-5/+23
2023-03-22mm/slab: Fix undefined init_cache_node_node() for NUMA and !SMPGeert Uytterhoeven1-1/+1
2023-03-12fork/vm: Move common PF_IO_WORKER behavior to new flagMike Christie1-2/+2
2023-03-08mm/damon/paddr: fix folio_nr_pages() after folio_put() in damon_pa_mark_acces...SeongJae Park1-1/+1
2023-03-08mm/damon/paddr: fix folio_size() call after folio_put() in damon_pa_young()SeongJae Park1-2/+1
2023-03-08migrate_pages: try migrate in batch asynchronously firstlyHuang Ying1-18/+62
2023-03-08migrate_pages: move split folios processing out of migrate_pages_batch()Huang Ying1-50/+28
2023-03-08migrate_pages: fix deadlock in batched migrationHuang Ying1-43/+26
2023-03-08mm/userfaultfd: propagate uffd-wp bit when PTE-mapping the huge zeropageDavid Hildenbrand1-2/+4
2023-03-08mm: teach mincore_hugetlb about pte markersJames Houghton1-1/+1
2023-03-06fs: drop unused posix acl handlersChristian Brauner1-4/+0
2023-03-05mm: avoid gcc complaint about pointer castingLinus Torvalds1-2/+8
2023-03-05Merge tag 'mm-hotfixes-stable-2023-03-04-13-12' of git://git.kernel.org/pub/s...Linus Torvalds8-12/+65
2023-03-03kasan: test: fix test for new meminstrinsic instrumentationMarco Elver2-1/+37
2023-03-03kasan: treat meminstrinsic as builtins in uninstrumented filesMarco Elver1-1/+4
2023-03-03kasan: emit different calls for instrumentable memintrinsicsMarco Elver2-0/+15
2023-02-28mm/hwpoison: convert TTU_IGNORE_HWPOISON to TTU_HWPOISONNaoya Horiguchi2-5/+5