summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2023-04-26Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-04-26Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-04-25Merge tag 'slab-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds
2023-04-25Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2023-04-24Merge tag 'pull-write-one-page' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-04-24Merge tag 'v6.4/vfs.acl' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-04-24Merge tag 'v6.4/kernel.user_worker' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-04-24Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-04-24Merge tag 'iter-ubuf.2-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds
2023-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-04-18mm: page_alloc: skip regions with hugetlbfs pages when allocating 1G pagesMel Gorman
2023-04-18mm/mmap: regression fix for unmapped_area{_topdown}Liam R. Howlett
2023-04-18mm: kmsan: handle alloc failures in kmsan_ioremap_page_range()Alexander Potapenko
2023-04-18mm: kmsan: handle alloc failures in kmsan_vmap_pages_range_noflush()Alexander Potapenko
2023-04-18mm/page_alloc: fix potential deadlock on zonelist_update_seq seqlockTetsuo Handa
2023-04-16writeback, cgroup: fix null-ptr-deref write in bdi_split_work_to_wbsBaokun Li
2023-04-16mm/mempolicy: fix use-after-free of VMA iteratorLiam R. Howlett
2023-04-16mm/huge_memory.c: warn with pr_warn_ratelimited instead of VM_WARN_ON_ONCE_FOLIONaoya Horiguchi
2023-04-16mm/mprotect: fix do_mprotect_pkey() return on errorLiam R. Howlett
2023-04-16mm/khugepaged: check again on anon uffd-wp during isolationPeter Xu
2023-04-16mm/userfaultfd: fix uffd-wp handling for THP migration entriesDavid Hildenbrand
2023-04-16mm: swap: fix performance regression on sparsetruncate-tinyQi Zheng
2023-04-13Daniel Borkmann says:Jakub Kicinski
2023-04-12mm: Fix copy_from_user_nofault().Alexei Starovoitov
2023-04-06fs: Add FGP_WRITEBEGINMatthew Wilcox
2023-04-05mm/swap: fix swap_info_struct race between swapoff and get_swap_pages()Rongwei Wang
2023-04-05mm: take a page reference when removing device exclusive entriesAlistair Popple
2023-04-05mm: vmalloc: avoid warn_alloc noise caused by fatal signalYafang Shao
2023-04-05mm/hugetlb: fix uffd wr-protection for CoW optimization pathPeter Xu
2023-04-05mm: enable maple tree RCU mode by defaultLiam R. Howlett
2023-04-05mm: Remove "select SRCU"Paul E. McKenney
2023-03-30iov_iter: add iter_iov_addr() and iter_iov_len() helpersJens Axboe
2023-03-29Merge branch 'slab/for-6.4/slob-removal' into slab/for-nextVlastimil Babka
2023-03-29Merge branch 'slab/for-6.4/trivial' into slab/for-nextVlastimil Babka
2023-03-29mm/slab: document kfree() as allowed for kmem_cache_alloc() objectsVlastimil Babka
2023-03-29mm/slob: remove slob.cVlastimil Babka
2023-03-29mm/slab: remove CONFIG_SLOB code from slab common codeVlastimil Babka
2023-03-29mm/slob: remove CONFIG_SLOBVlastimil Babka
2023-03-28mm: kfence: fix handling discontiguous pageMuchun Song
2023-03-28mm: kfence: fix PG_slab and memcg_data clearingMuchun Song
2023-03-27mm,kfence: decouple kfence from page granularity mapping judgementZhenhua Huang
2023-03-24Merge tag 'mm-hotfixes-stable-2023-03-24-17-09' of git://git.kernel.org/pub/s...Linus Torvalds
2023-03-24Merge tag 'slab-fix-for-6.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2023-03-23kfence: avoid passing -g for testMarco Elver
2023-03-23mm: kfence: fix using kfence_metadata without initialization in show_object()Muchun Song
2023-03-23Revert "kasan: drop skip_kasan_poison variable in free_pages_prepare"Peter Collingbourne
2023-03-23mm/ksm: fix race with VMA iteration and mm_struct teardownLiam R. Howlett
2023-03-23mm: fix error handling for map_deny_write_execJoey Gouly
2023-03-23mm: deduplicate error handling for map_deny_write_execJoey Gouly
2023-03-23mm, vmalloc: fix high order __GFP_NOFAIL allocationsMichal Hocko