summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm/slub: perform free consistency checks before call_rcuVlastimil Babka2022-10-241-10/+10
* mm/huge_memory: do not clobber swp_entry_t during THP splitMel Gorman2022-10-201-1/+10
* hugetlb: fix memory leak associated with vma_lock structureMike Kravetz2022-10-201-8/+27
* mm/page_alloc: reduce potential fragmentation in make_alloc_exact()Liam R. Howlett2022-10-201-8/+12
* mm,hugetlb: take hugetlb_lock before decrementing h->resv_huge_pagesRik van Riel2022-10-201-1/+1
* mm/mmap: fix MAP_FIXED address return on VMA mergeLiam Howlett2022-10-201-8/+7
* mm/mmap.c: __vma_adjust(): suppress uninitialized var warningAndrew Morton2022-10-201-1/+2
* mm/mmap: undo ->mmap() when mas_preallocate() failsMike Kravetz2022-10-201-1/+1
* zsmalloc: zs_destroy_pool: add size_class NULL checkAlexey Romanov2022-10-201-0/+3
* mm/mempolicy: fix mbind_range() arguments to vma_merge()Liam Howlett2022-10-201-6/+11
* Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-164-6/+6
|\
| * treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-112-2/+2
| * treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-112-4/+4
* | Merge tag 'slab-for-6.1-rc1-hotfix' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-10-151-18/+19
|\ \
| * | mm/slab: use kmalloc_node() for off slab freelist_idx_t array allocationHyeonggon Yoo2022-10-151-18/+19
* | | Merge tag 'mm-stable-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-1414-147/+383
|\ \ \
| * | | highmem: fix kmap_to_page() for kmap_local_page() addressesIra Weiny2022-10-121-12/+31
| * | | mm/page_alloc: fix incorrect PGFREE and PGALLOC for high-order pageYafang Shao2022-10-121-2/+2
| * | | mm/hugetlb: use hugetlb_pte_stable in migration race checkPeter Xu2022-10-121-4/+3
| * | | mm/hugetlb: fix race condition of uffd missing/minor handlingPeter Xu2022-10-121-7/+52
| * | | mm: use update_mmu_tlb() on the second threadQi Zheng2022-10-121-1/+1
| * | | kasan: fix array-bounds warnings in testsAndrey Konovalov2022-10-121-1/+8
| * | | mm/migrate_device.c: add migrate_device_range()Alistair Popple2022-10-121-7/+82
| * | | mm/migrate_device.c: refactor migrate_vma and migrate_deivce_coherent_page()Alistair Popple2022-10-121-65/+85
| * | | mm/memremap.c: take a pgmap reference on page allocationAlistair Popple2022-10-121-6/+19
| * | | mm: free device private pages have zero refcountAlistair Popple2022-10-122-0/+17
| * | | mm/memory.c: fix race when faulting a device private pageAlistair Popple2022-10-123-20/+48
| * | | mm/damon: use damon_sz_region() in appropriate placeXin Hao2022-10-122-11/+10
| * | | mm/damon: move sz_damon_region to damon_sz_regionXin Hao2022-10-121-7/+2
| * | | kmsan: unpoison @tlb in arch_tlb_gather_mmu()Alexander Potapenko2022-10-121-0/+10
| * | | mm/mmap: undo ->mmap() when arch_validate_flags() failsCarlos Llamas2022-10-121-1/+4
| * | | mm/uffd: fix warning without PTE_MARKER_UFFD_WP compiled inPeter Xu2022-10-123-0/+8
| * | | mm/mmap: preallocate maple nodes for brk vma expansionLiam Howlett2022-10-121-12/+6
| * | | mmap: fix copy_vma() failure pathLiam Howlett2022-10-121-0/+5
| * | | mm/compaction: fix set skip in fast_find_migrateblockChuyi Zhou2022-10-121-1/+0
| * | | mm/hugetlb.c: make __hugetlb_vma_unlock_write_put() staticAndrew Morton2022-10-121-1/+1
* | | | Merge tag 'mm-hotfixes-stable-2022-10-11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-10-123-15/+27
|\ \ \ \ | |_|_|/ |/| | |
| * | | mm/damon/core: initialize damon_target->list in damon_new_target()SeongJae Park2022-10-111-0/+1
| * | | mm/hugetlb: fix races when looking up a CONT-PTE/PMD size hugetlb pageBaolin Wang2022-10-112-15/+26
* | | | Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2022-10-101-3/+3
|\ \ \ \
| * | | | vfs: open inside ->tmpfile()Miklos Szeredi2022-09-241-3/+3
* | | | | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-10109-5803/+14326
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | hugetlb: allocate vma lock for all sharable vmasMike Kravetz2022-10-071-35/+15
| * | | | hugetlb: take hugetlb vma_lock when clearing vma_lock->vma pointerMike Kravetz2022-10-071-10/+32
| * | | | hugetlb: fix vma lock handling during split vma and range unmappingMike Kravetz2022-10-072-20/+27
| * | | | mglru: mm/vmscan.c: fix imprecise commentsYu Zhao2022-10-071-5/+4
| * | | | mm/mglru: don't sync disk for each aging cycleYu Zhao2022-10-071-2/+0
| * | | | mm: memcontrol: drop dead CONFIG_MEMCG_SWAP config symbolJohannes Weiner2022-10-032-4/+6
| * | | | mm: memcontrol: use do_memsw_account() in a few more placesJohannes Weiner2022-10-031-10/+10
| * | | | mm: memcontrol: deprecate swapaccounting=0 modeJohannes Weiner2022-10-031-40/+10