summaryrefslogtreecommitdiffstats
path: root/mm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfs-for-6.11-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2024-07-191-15/+25
|\
| * filemap: Convert generic_perform_write() to support large foliosMatthew Wilcox (Oracle)2024-07-081-15/+25
* | Merge tag 'slab-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds2024-07-195-109/+265
|\ \
| * \ Merge branch 'slab/for-6.11/buckets' into slab/for-nextVlastimil Babka2024-07-155-72/+218
| |\ \
| | * | mm/util: Use dedicated slab buckets for memdup_user()Kees Cook2024-07-031-2/+12
| | * | mm/slab: Introduce kmem_buckets_create() and familyKees Cook2024-07-031-0/+97
| | * | mm/slab: Introduce kvmalloc_buckets_node() that can take kmem_buckets argumentKees Cook2024-07-031-4/+5
| | * | mm/slab: Plumb kmem_buckets into __do_kmalloc_node()Kees Cook2024-07-034-13/+32
| | * | mm/slab: Introduce kmem_buckets typedefKees Cook2024-07-031-2/+1
| | * | slab, rust: extend kmalloc() alignment guarantees to remove Rust paddingVlastimil Babka2024-07-031-4/+5
| | * | slab: delete useless RED_INACTIVE and RED_ACTIVEChengming Zhou2024-06-241-2/+2
| | * | slab: don't put freepointer outside of object if only orig_sizeChengming Zhou2024-06-071-5/+6
| | * | slab: make check_object() more consistentChengming Zhou2024-06-071-21/+41
| | * | mm: Reduce the number of slab->folio castsMatthew Wilcox (Oracle)2024-05-312-6/+4
| | * | mm, slab: don't wrap internal functions with alloc_hooks()Vlastimil Babka2024-05-281-13/+13
| * | | mm/memcg: alignment memcg_data define conditionAlex Shi (Tencent)2024-07-151-1/+3
| * | | mm, slab: move prepare_slab_obj_exts_hook under CONFIG_MEM_ALLOC_PROFILINGSuren Baghdasaryan2024-07-111-27/+21
| * | | mm, slab: move allocation tagging code in the alloc path into a hookSuren Baghdasaryan2024-07-041-36/+50
* | | | Merge tag 'memblock-v6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-07-182-54/+166
|\ \ \ \
| * | | | memblock: Move late alloc warning down to phys allocJames Gowans2024-06-191-7/+11
| * | | | mm/memblock: Add "reserve_mem" to reserved named memory at boot upSteven Rostedt (Google)2024-06-191-0/+117
| * | | | mm/mm_init.c: don't initialize page->lru againWei Yang2024-06-101-3/+0
| * | | | mm/mm_init.c: not always search next deferred_init_pfn from very beginningWei Yang2024-06-061-9/+14
| * | | | mm/mm_init.c: use deferred_init_mem_pfn_range_in_zone() to decide loop conditionWei Yang2024-06-061-11/+4
| * | | | mm/mm_init.c: get the highest zone directlyWei Yang2024-06-061-8/+4
| * | | | mm/mm_init.c: move nr_initialised reset down a bitWei Yang2024-06-051-6/+8
| * | | | mm/mm_init.c: use memblock_region_memory_base_pfn() to get startpfnWei Yang2024-06-051-1/+1
| * | | | mm/memblock: use PAGE_ALIGN_DOWN to get pgend in free_memmapWei Yang2024-06-051-1/+1
| * | | | mm/memblock: return true directly on finding overlap regionWei Yang2024-06-051-2/+2
| * | | | mm/memblock: fix comment for memblock_isolate_range()Wei Yang2024-06-051-1/+2
| * | | | mm/memblock: remove empty dummy entryWei Yang2024-06-051-5/+2
| | |/ / | |/| |
* | | | Merge tag 'linux_kselftest-kunit-6.11-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds2024-07-171-0/+5
|\ \ \ \
| * | | | kunit/usercopy: Disable testing on !CONFIG_MMUKees Cook2024-07-021-0/+2
| * | | | kunit: test: Add vm_mmap() allocation resource managerKees Cook2024-06-151-0/+3
| |/ / /
* | | | Merge tag 'vfs-6.11.mount.api' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-07-151-8/+4
|\ \ \ \
| * | | | tmpfs: Convert to new uid/gid option parsing helpersEric Sandeen2024-07-021-8/+4
| |/ / /
* | | | Merge tag 'vfs-6.11.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-07-152-8/+11
|\ \ \ \
| * | | | vfs: remove redundant smp_mb for thp handling in do_dentry_openMateusz Guzik2024-06-251-5/+5
| * | | | tmpfs: don't interrupt fallocate with EINTRMikulas Patocka2024-06-031-3/+6
| |/ / /
* | | | mm/hugetlb: fix kernel NULL pointer dereference when migrating hugetlb folioMiaohe Lin2024-07-101-0/+3
* | | | mm/hugetlb: fix potential race in __update_and_free_hugetlb_folio()Miaohe Lin2024-07-101-7/+7
* | | | filemap: replace pte_offset_map() with pte_offset_map_nolock()ZhangPeng2024-07-101-1/+2
* | | | mm: fix crashes from deferred split racing folio migrationHugh Dickins2024-07-062-11/+13
* | | | mm: gup: stop abusing try_grab_folioYang Shi2024-07-063-139/+156
* | | | mm/hugetlb_vmemmap: fix race with speculative PFN walkersYu Zhao2024-07-042-46/+23
* | | | cachestat: do not flush stats in recency checkNhat Pham2024-07-042-4/+15
* | | | mm/shmem: disable PMD-sized page cache if neededGavin Shan2024-07-041-2/+13
* | | | mm/filemap: skip to create PMD-sized page cache if neededGavin Shan2024-07-041-1/+1
* | | | mm/readahead: limit page cache size in page_cache_ra_order()Gavin Shan2024-07-041-4/+4
* | | | mm/damon/core: merge regions aggressively when max_nr_regions is unmetSeongJae Park2024-07-041-3/+20