summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'memblock-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-06-291-5/+29
|\
| * memblock: Update nid info in memblock debugfsYuwei Guan2023-06-021-2/+6
| * memblock: Add flags and nid info in memblock debugfsYuwei Guan2023-05-241-2/+22
| * Fix some coding style errors in memblock.cClaudio Migliorelli2023-05-241-3/+3
* | Merge tag 'unmap-fix-20230629' of git://git.infradead.org/users/dwmw2/linuxLinus Torvalds2023-06-291-4/+5
|\ \
| * | mm/mmap: Fix error return in do_vmi_align_munmap()David Woodhouse2023-06-281-4/+5
* | | Merge tag 'slab-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds2023-06-296-93/+62
|\ \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *---. \ \ Merge branches 'slab/for-6.5/prandom', 'slab/for-6.5/slab_no_merge' and 'slab...Vlastimil Babka2023-06-165-43/+39
| |\ \ \ \ \
| | | | * | | mm/slab: rename CONFIG_SLAB to CONFIG_SLAB_DEPRECATEDVlastimil Babka2023-05-261-2/+14
| | | | | |/ | | | | |/|
| | | * | | mm/slab_common: use SLAB_NO_MERGE instead of negative refcountVlastimil Babka2023-06-161-6/+6
| | | * | | mm/slab: introduce kmem_cache flag SLAB_NO_MERGEJesper Dangaard Brouer2023-06-023-7/+7
| | | |/ /
| | * | | mm/slab_common: Replace invocation of weak PRNGDavid Keisar Schmidt2023-05-221-8/+3
| | * | | mm/slab: Replace invocation of weak PRNGDavid Keisar Schmidt2023-05-221-20/+9
| | |/ /
| * | | mm/slab_common: reduce an if statement in create_cache()Zhen Lei2023-06-061-4/+2
| * | | mm/slab: remove HAVE_HARDENED_USERCOPY_ALLOCATORVlastimil Babka2023-05-242-10/+0
| * | | slub: Don't read nr_slabs and total_objects directlyXiongwei Song2023-05-221-7/+6
| * | | slub: Remove slabs_node() functionXiongwei Song2023-05-221-13/+3
| * | | slub: Remove CONFIG_SMP defined checkXiongwei Song2023-05-221-1/+1
| * | | slub: Put objects_show() into CONFIG_SLUB_DEBUG enabled blockXiongwei Song2023-05-221-7/+7
| * | | slub: Correct the error code when slab_kset is NULLXiongwei Song2023-05-221-1/+1
| * | | mm/slab: correct return values in comment for _kmem_cache_create()zhaoxinchao2023-05-221-6/+2
| |/ /
* | | gup: avoid stack expansion warning for known-good caseLinus Torvalds2023-06-291-0/+4
* | | mm/khugepaged: fix regression in collapse_file()Hugh Dickins2023-06-291-4/+3
* | | Merge branch 'expand-stack'Linus Torvalds2023-06-285-41/+265
|\ \ \
| * | | gup: add warning if some caller would seem to want stack expansionLinus Torvalds2023-06-271-2/+10
| * | | mm: always expand the stack with the mmap write lock heldLinus Torvalds2023-06-274-39/+116
| * | | mm: make find_extend_vma() fail if write lock not heldLiam R. Howlett2023-06-243-19/+36
| * | | arm/mm: Convert to using lock_mm_and_find_vma()Ben Hutchings2023-06-241-1/+1
| * | | mm: make the page fault mmap locking killableLinus Torvalds2023-06-241-4/+2
| * | | mm: introduce new 'lock_mm_and_find_vma()' page fault helperLinus Torvalds2023-06-242-0/+125
* | | | Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-06-281-3/+4
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-227-114/+116
| |\ \ \ \
| * | | | | tcp: Use per-vma locking for receive zerocopyArjun Roy2023-06-181-3/+4
* | | | | | mm: fix __access_remote_vm() GUP failure caseLinus Torvalds2023-06-281-0/+1
* | | | | | Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-06-281-1/+1
|\ \ \ \ \ \
| * | | | | | mm: sparse: mark populate_section_memmap() staticArnd Bergmann2023-06-091-1/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-2895-4046/+3779
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | hugetlb: revert use of page_cache_next_miss()Mike Kravetz2023-06-231-6/+6
| * | | | | Revert "page cache: fix page_cache_next/prev_miss off by one"Mike Kravetz2023-06-231-16/+10
| * | | | | mm/vmscan: fix root proactive reclaim unthrottling unbalanced nodeYosry Ahmed2023-06-231-7/+12
| * | | | | mm: memcg: rename and document global_reclaim()Yosry Ahmed2023-06-231-8/+13
| * | | | | mm: compaction: convert to use a folio in isolate_migratepages_block()Kefeng Wang2023-06-231-40/+44
| * | | | | mm: zswap: fix double invalidate with exclusive loadsYosry Ahmed2023-06-231-9/+12
| * | | | | mm: remove unnecessary pagevec includesMatthew Wilcox (Oracle)2023-06-235-5/+0
| * | | | | mm: remove references to pagevecMatthew Wilcox (Oracle)2023-06-237-13/+13
| * | | | | mm: rename invalidate_mapping_pagevec to mapping_try_invalidateMatthew Wilcox (Oracle)2023-06-233-24/+21
| * | | | | mm: remove struct pagevecMatthew Wilcox (Oracle)2023-06-231-9/+9
| * | | | | mm: remove check_move_unevictable_pages()Matthew Wilcox (Oracle)2023-06-231-17/+0
| * | | | | mm: page_alloc: use the correct type of list for free pagesBaolin Wang2023-06-231-1/+1
| * | | | | mm: backing-dev: make bdi_class a static const structureIvan Orlov2023-06-231-6/+11