summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-271-1/+1
|\
| * Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman2023-04-0312-115/+148
| |\
| * | driver core: class: remove module * from class_create()Greg Kroah-Hartman2023-03-171-1/+1
* | | mm/mremap: fix vm_pgoff in vma_merge() case 3Vlastimil Babka2023-04-271-1/+1
* | | Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-04-262-6/+12
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-2011-88/+214
| |\ \ \
| * \ \ \ Daniel Borkmann says:Jakub Kicinski2023-04-132-6/+12
| |\ \ \ \
| | * | | | mm: Fix copy_from_user_nofault().Alexei Starovoitov2023-04-122-6/+12
* | | | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-04-261-3/+1
|\ \ \ \ \ \
| * | | | | | fs: Add FGP_WRITEBEGINMatthew Wilcox2023-04-061-3/+1
* | | | | | | Merge tag 'slab-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds2023-04-257-852/+5
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'slab/for-6.4/slob-removal' into slab/for-nextVlastimil Babka2023-03-295-848/+1
| |\ \ \ \ \ \ \
| | * | | | | | | mm/slab: document kfree() as allowed for kmem_cache_alloc() objectsVlastimil Babka2023-03-291-4/+1
| | * | | | | | | mm/slob: remove slob.cVlastimil Babka2023-03-291-757/+0
| | * | | | | | | mm/slab: remove CONFIG_SLOB code from slab common codeVlastimil Babka2023-03-292-63/+0
| | * | | | | | | mm/slob: remove CONFIG_SLOBVlastimil Babka2023-03-292-24/+0
| | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | Merge branch 'slab/for-6.4/trivial' into slab/for-nextVlastimil Babka2023-03-292-4/+4
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| | * | | | | | mm/slub: fix help comment of SLUB_DEBUGVernon Yang2023-03-171-3/+3
| | * | | | | | mm: slub: make kobj_type structure constantThomas Weißschuh2023-03-131-1/+1
| | |/ / / / /
* | | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2023-04-251-0/+4
|\ \ \ \ \ \ \
| * | | | | | | mm,kfence: decouple kfence from page granularity mapping judgementZhenhua Huang2023-03-271-0/+4
| | |_|/ / / / | |/| | | | |
* | | | | | | 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
|/ / / /