summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pull-write-one-page' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-241-40/+0
|\
| * mm,jfs: move write_one_page/folio_write_one to jfsChristoph Hellwig2023-03-121-40/+0
* | Merge tag 'v6.4/vfs.acl' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-04-241-4/+0
|\ \
| * | fs: drop unused posix acl handlersChristian Brauner2023-03-061-4/+0
| |/
* | Merge tag 'v6.4/kernel.user_worker' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-04-241-2/+2
|\ \
| * | fork/vm: Move common PF_IO_WORKER behavior to new flagMike Christie2023-03-121-2/+2
| |/
* | Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-04-241-1/+0
|\ \
| * | mm: Remove "select SRCU"Paul E. McKenney2023-04-051-1/+0
| |/
* | Merge tag 'iter-ubuf.2-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds2023-04-241-5/+4
|\ \
| * | iov_iter: add iter_iov_addr() and iter_iov_len() helpersJens Axboe2023-03-301-5/+4
* | | 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