summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2024-11-301-1/+1
|\
| * Rename .data.once to .data..once to fix resetting WARN*_ONCEMasahiro Yamada2024-11-271-1/+1
* | Merge tag 'memblock-v6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-11-271-2/+5
|\ \
| * | memblock: uniformly initialize all reserved pages to MIGRATE_MOVABLEHua Su2024-10-281-0/+3
| * | mm: Use str_on_off() helper function in report_meminit()Thorsten Blum2024-10-181-2/+2
* | | Merge tag 'rust-6.13' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2024-11-261-1/+2
|\ \ \
| * | | rust: treewide: switch to the kernel `Vec` typeDanilo Krummrich2024-10-151-1/+1
| * | | rust: enable `clippy::undocumented_unsafe_blocks` lintMiguel Ojeda2024-10-071-0/+1
* | | | Merge tag 'fuse-update-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-11-262-11/+17
|\ \ \ \
| * | | | mm/writeback: add folio_mark_dirty_lock()Joanne Koong2024-11-052-11/+17
* | | | | Merge tag 'slab-for-6.13-v2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-11-254-117/+222
|\ \ \ \ \
| * | | | | slab: Fix too strict alignment check in create_cache()Geert Uytterhoeven2024-11-201-1/+1
| * | | | | Merge branch 'slab/for-6.13/features' into slab/for-nextVlastimil Babka2024-11-161-0/+43
| |\ \ \ \ \
| | * | | | | SLUB: Add support for per object memory policiesChristoph Lameter2024-10-291-0/+43
| * | | | | | mm/slab: Allow cache creation to proceed even if sysfs registration failsHyeonggon Yoo2024-11-161-8/+18
| * | | | | | mm/slub: Avoid list corruption when removing a slab from the full listyuan.gao2024-11-162-1/+13
| * | | | | | mm/slub: Improve redzone check and zeroing for krealloc()Feng Tang2024-11-161-22/+58
| * | | | | | mm/slub: Consider kfence case for get_orig_size()Feng Tang2024-11-161-0/+3
| * | | | | | mm, slab: add kerneldocs for common SLAB_ flagsVlastimil Babka2024-10-291-1/+13
| * | | | | | mm/slab: remove duplicate check in create_cache()Zhen Lei2024-10-291-3/+0
| * | | | | | mm/slub: Move krealloc() and related code to slub.cFeng Tang2024-10-292-84/+84
| * | | | | | mm/kasan: Don't store metadata inside kmalloc object when slub_debug_orig_siz...Feng Tang2024-10-293-19/+11
| |/ / / / /
* | | | | | Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-11-251-35/+27
|\ \ \ \ \ \
| * | | | | | mm/util: deduplicate code in {kstrdup,kstrndup,kmemdup_nul}Yafang Shao2024-11-051-42/+27
| * | | | | | mm/util: fix possible race condition in kstrdup()Yafang Shao2024-11-051-1/+8
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-11-2371-2629/+3016
|\ \ \ \ \ \
| * | | | | | cma: enforce non-zero pageblock_order during cma_init_reserved_mem()Ritesh Harjani (IBM)2024-11-141-0/+9
| * | | | | | mm/kfence: add a new kunit test test_use_after_free_read_nofault()Nirjhar Roy2024-11-141-0/+17
| * | | | | | memcg/hugetlb: add hugeTLB counters to memcgJoshua Hahn2024-11-143-0/+16
| * | | | | | vmstat: call fold_vm_zone_numa_events() before show per zone NUMA eventMengEn Sun2024-11-141-0/+1
| * | | | | | mm: mmap_lock: check trace_mmap_lock_$type_enabled() instead of regcountVlastimil Babka2024-11-111-31/+8
| * | | | | | mm: define general function pXd_init()Bibo Mao2024-11-112-24/+0
| * | | | | | kmemleak: iommu/iova: fix transient kmemleak false positiveCatalin Marinas2024-11-111-0/+39
| * | | | | | mm/list_lru: simplify the list_lru walk callback functionKairui Song2024-11-113-11/+10
| * | | | | | mm/list_lru: split the lock to per-cgroup scopeKairui Song2024-11-114-97/+132
| * | | | | | mm/list_lru: simplify reparenting and initial allocationKairui Song2024-11-112-108/+77
| * | | | | | mm/list_lru: code clean up for reparentingKairui Song2024-11-112-29/+17
| * | | | | | mm/list_lru: don't export list_lru_addKairui Song2024-11-111-1/+0
| * | | | | | mm/list_lru: don't pass unnecessary key parametersKairui Song2024-11-112-6/+7
| * | | | | | kasan: add kunit tests for kmalloc_track_caller, kmalloc_node_track_callerNihar Chaithanya2024-11-111-0/+31
| * | | | | | kasan: change kasan_atomics kunit test as KUNIT_CASE_SLOWSabyrzhan Tasbolatov2024-11-111-1/+1
| * | | | | | kasan: use EXPORT_SYMBOL_IF_KUNIT to export symbolsSabyrzhan Tasbolatov2024-11-113-11/+15
| * | | | | | mm: remove unnecessary page_table_lock on stack expansionLorenzo Stoakes2024-11-111-32/+6
| * | | | | | mm: huge_memory: use strscpy() instead of strcpy()Maíra Canal2024-11-111-2/+2
| * | | | | | mm: shmem: override mTHP shmem default with a kernel parameterMaíra Canal2024-11-111-1/+104
| * | | | | | mm: move ``get_order_from_str()`` to internal.hMaíra Canal2024-11-112-23/+37
| * | | | | | mm: shmem: control THP support through the kernel command lineMaíra Canal2024-11-111-23/+49
| * | | | | | vma: detect infinite loop in vma treeLiam R. Howlett2024-11-111-1/+5
| * | | | | | mm/memory-failure: replace sprintf() with sysfs_emit()zhangguopeng2024-11-111-1/+1
| * | | | | | memcg: add flush tracepointJP Kobryn2024-11-111-1/+6