summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2024-11-16mm/slab: Allow cache creation to proceed even if sysfs registration failsHyeonggon Yoo1-8/+18
2024-11-16mm/slub: Avoid list corruption when removing a slab from the full listyuan.gao2-1/+13
2024-11-16mm/slub: Improve redzone check and zeroing for krealloc()Feng Tang1-22/+58
2024-11-16mm/slub: Consider kfence case for get_orig_size()Feng Tang1-0/+3
2024-11-14cma: enforce non-zero pageblock_order during cma_init_reserved_mem()Ritesh Harjani (IBM)1-0/+9
2024-11-14mm/kfence: add a new kunit test test_use_after_free_read_nofault()Nirjhar Roy1-0/+17
2024-11-14memcg/hugetlb: add hugeTLB counters to memcgJoshua Hahn3-0/+16
2024-11-14vmstat: call fold_vm_zone_numa_events() before show per zone NUMA eventMengEn Sun1-0/+1
2024-11-14mm: fix NULL pointer dereference in alloc_pages_bulk_noprofJinjiang Tu1-1/+2
2024-11-14mm/mremap: fix address wraparound in move_page_tables()Jann Horn1-1/+1
2024-11-14mm, swap: fix allocation and scanning race with swapoffKairui Song1-3/+19
2024-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski23-205/+397
2024-11-14Merge branches 'for-next/gcs', 'for-next/probes', 'for-next/asm-offsets', 'fo...Catalin Marinas1-0/+6
2024-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov30-377/+636
2024-11-13Merge tag 'mm-hotfixes-stable-2024-11-12-16-39' of git://git.kernel.org/pub/s...Linus Torvalds10-59/+122
2024-11-12mm: zero range of eof folio exposed by inode size extensionBrian Foster1-0/+15
2024-11-12mm: swapfile: fix cluster reclaim work crash on rotational devicesJohannes Weiner1-1/+1
2024-11-12mm/thp: fix deferred split queue not partially_mapped: fixHugh Dickins1-1/+3
2024-11-12mm/gup: avoid an unnecessary allocation call for FOLL_LONGTERM casesJohn Hubbard1-39/+77
2024-11-12Merge branch 'iommufd/arm-smmuv3-nested' of iommu/linux into iommufd for-nextJason Gunthorpe6-9/+16
2024-11-11mm: mmap_lock: check trace_mmap_lock_$type_enabled() instead of regcountVlastimil Babka1-31/+8
2024-11-11mm: define general function pXd_init()Bibo Mao2-24/+0
2024-11-11kmemleak: iommu/iova: fix transient kmemleak false positiveCatalin Marinas1-0/+39
2024-11-11mm/list_lru: simplify the list_lru walk callback functionKairui Song3-11/+10
2024-11-11mm/list_lru: split the lock to per-cgroup scopeKairui Song4-97/+132
2024-11-11mm/list_lru: simplify reparenting and initial allocationKairui Song2-108/+77
2024-11-11mm/list_lru: code clean up for reparentingKairui Song2-29/+17
2024-11-11mm/list_lru: don't export list_lru_addKairui Song1-1/+0
2024-11-11mm/list_lru: don't pass unnecessary key parametersKairui Song2-6/+7
2024-11-11kasan: add kunit tests for kmalloc_track_caller, kmalloc_node_track_callerNihar Chaithanya1-0/+31
2024-11-11nommu: pass NULL argument to vma_iter_prealloc()Hajime Tazaki1-1/+1
2024-11-11mm: page_alloc: move mlocked flag clearance into free_pages_prepare()Roman Gushchin2-14/+15
2024-11-11kasan: change kasan_atomics kunit test as KUNIT_CASE_SLOWSabyrzhan Tasbolatov1-1/+1
2024-11-11kasan: use EXPORT_SYMBOL_IF_KUNIT to export symbolsSabyrzhan Tasbolatov3-11/+15
2024-11-11mm: remove unnecessary page_table_lock on stack expansionLorenzo Stoakes1-32/+6
2024-11-11mm: huge_memory: use strscpy() instead of strcpy()Maíra Canal1-2/+2
2024-11-11mm: shmem: override mTHP shmem default with a kernel parameterMaíra Canal1-1/+104
2024-11-11mm: move ``get_order_from_str()`` to internal.hMaíra Canal2-23/+37
2024-11-11mm: shmem: control THP support through the kernel command lineMaíra Canal1-23/+49
2024-11-11vma: detect infinite loop in vma treeLiam R. Howlett1-1/+5
2024-11-11mm: page_frag: use __alloc_pages() to replace alloc_pages_node()Yunsheng Lin1-3/+3
2024-11-11mm: page_frag: reuse existing space for 'size' and 'pfmemalloc'Yunsheng Lin1-22/+48
2024-11-11mm: page_frag: use initial zero offset for page_frag_alloc_align()Yunsheng Lin1-23/+23
2024-11-11mm: move the page fragment allocator from page_alloc into its own fileYunsheng Lin3-136/+146
2024-11-11mm/memory-failure: replace sprintf() with sysfs_emit()zhangguopeng1-1/+1
2024-11-11memcg: add flush tracepointJP Kobryn1-1/+6
2024-11-11memcg: rename do_flush_stats and add force flagJP Kobryn1-9/+8
2024-11-11mm: delete the unused put_pages_list()Hugh Dickins1-31/+0
2024-11-11mm: madvise: implement lightweight guard page mechanismLorenzo Stoakes2-0/+240
2024-11-11mm: add PTE_MARKER_GUARD PTE markerLorenzo Stoakes3-5/+23