summaryrefslogtreecommitdiffstats
path: root/mm (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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-264-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-261-35/+27
|\ \ \ \ \ \
| * | | | | | mm/util: deduplicate code in {kstrdup,kstrndup,kmemdup_nul}Yafang Shao2024-11-061-42/+27
| * | | | | | mm/util: fix possible race condition in kstrdup()Yafang Shao2024-11-061-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-151-0/+9
| * | | | | | mm/kfence: add a new kunit test test_use_after_free_read_nofault()Nirjhar Roy2024-11-151-0/+17
| * | | | | | memcg/hugetlb: add hugeTLB counters to memcgJoshua Hahn2024-11-153-0/+16
| * | | | | | vmstat: call fold_vm_zone_numa_events() before show per zone NUMA eventMengEn Sun2024-11-151-0/+1
| * | | | | | mm: mmap_lock: check trace_mmap_lock_$type_enabled() instead of regcountVlastimil Babka2024-11-121-31/+8
| * | | | | | mm: define general function pXd_init()Bibo Mao2024-11-122-24/+0
| * | | | | | kmemleak: iommu/iova: fix transient kmemleak false positiveCatalin Marinas2024-11-121-0/+39
| * | | | | | mm/list_lru: simplify the list_lru walk callback functionKairui Song2024-11-123-11/+10
| * | | | | | mm/list_lru: split the lock to per-cgroup scopeKairui Song2024-11-124-97/+132
| * | | | | | mm/list_lru: simplify reparenting and initial allocationKairui Song2024-11-122-108/+77
| * | | | | | mm/list_lru: code clean up for reparentingKairui Song2024-11-122-29/+17
| * | | | | | mm/list_lru: don't export list_lru_addKairui Song2024-11-121-1/+0
| * | | | | | mm/list_lru: don't pass unnecessary key parametersKairui Song2024-11-122-6/+7
| * | | | | | kasan: add kunit tests for kmalloc_track_caller, kmalloc_node_track_callerNihar Chaithanya2024-11-121-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
| * | | | | | memcg: rename do_flush_stats and add force flagJP Kobryn2024-11-111-9/+8
| * | | | | | mm: delete the unused put_pages_list()Hugh Dickins2024-11-111-31/+0
| * | | | | | mm: madvise: implement lightweight guard page mechanismLorenzo Stoakes2024-11-112-0/+240
| * | | | | | mm: add PTE_MARKER_GUARD PTE markerLorenzo Stoakes2024-11-113-5/+23
| * | | | | | mm: pagewalk: add the ability to install PTEsLorenzo Stoakes2024-11-112-66/+186
| * | | | | | kasan: delete CONFIG_KASAN_MODULE_TESTSabyrzhan Tasbolatov2024-11-112-2/+2
| * | | | | | kasan: migrate copy_user_test to kunitSabyrzhan Tasbolatov2024-11-114-83/+48