summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2024-02-14fixup! mm: vmalloc: Enable memory allocation profilingKent Overstreet
2024-02-14fix missing vmalloc.h includesKent Overstreet
2024-02-11codetag: debug: introduce OBJEXTS_ALLOC_FAIL to mark failed slab_ext allocationsSuren Baghdasaryan
2024-02-11codetag: debug: mark codetags for reserved pages as emptySuren Baghdasaryan
2024-02-11codetag: debug: skip objext checking when it's for objext itselfSuren Baghdasaryan
2024-02-11lib: add memory allocations report in show_mem()Suren Baghdasaryan
2024-02-11mm: vmalloc: Enable memory allocation profilingKent Overstreet
2024-02-11mm: percpu: enable per-cpu allocation taggingSuren Baghdasaryan
2024-02-11mm: percpu: Add codetag reference into pcpuobj_extKent Overstreet
2024-02-11mm: percpu: Introduce pcpuobj_extKent Overstreet
2024-02-11mempool: Hook up to memory allocation profilingKent Overstreet
2024-02-11mm/slub: Mark slab_free_freelist_hook() __always_inlineKent Overstreet
2024-02-11mm/slab: enable slab allocation tagging for kmalloc and friendsSuren Baghdasaryan
2024-02-11mm/slab: add allocation accounting into slab allocation and free pathsSuren Baghdasaryan
2024-02-11lib: add codetag reference into slabobj_extSuren Baghdasaryan
2024-02-11mm/page_ext: enable early_page_ext when CONFIG_MEM_ALLOC_PROFILING_DEBUG=ySuren Baghdasaryan
2024-02-11mm: create new codetag references during page splittingSuren Baghdasaryan
2024-02-11mm: enable page allocation taggingSuren Baghdasaryan
2024-02-10lib: introduce support for page allocation taggingSuren Baghdasaryan
2024-02-10slab: objext: introduce objext_flags as extension to page_memcg_data_flagsSuren Baghdasaryan
2024-02-10mm: prevent slabobj_ext allocations for slabobj_ext and kmem_cache objectsSuren Baghdasaryan
2024-02-10mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creationSuren Baghdasaryan
2024-02-10mm: introduce slabobj_ext to support slab object extensionsSuren Baghdasaryan
2024-02-10lib/string_helpers: Add flags param to string_get_size()Kent Overstreet
2024-02-10Merge tag 'mm-hotfixes-stable-2024-02-10-11-16' of git://git.kernel.org/pub/s...Linus Torvalds
2024-02-10Merge tag 'block-6.8-2024-02-10' of git://git.kernel.dk/linuxLinus Torvalds
2024-02-07mm/damon/sysfs-schemes: fix wrong DAMOS tried regions update timeout setupSeongJae Park
2024-02-07mm/zswap: don't return LRU_SKIP if we have dropped lru lockChengming Zhou
2024-02-07mm: zswap: fix objcg use-after-free in entry destructionJohannes Weiner
2024-02-07mm/madvise: don't forget to leave lazy MMU mode in madvise_cold_or_pageout_pt...Sergey Senozhatsky
2024-02-07mm/memory-failure: fix crash in split_huge_page_to_list from soft_offline_pageMiaohe Lin
2024-02-07mm: memcg: optimize parent iteration in memcg_rstat_updated()Yosry Ahmed
2024-02-07mm/userfaultfd: UFFDIO_MOVE implementation should use ptep_get()Ryan Roberts
2024-02-06blk-wbt: Fix detection of dirty-throttled tasksJan Kara
2024-02-02Merge branch 'master' into mm-hotfixes-stableAndrew Morton
2024-01-29Merge tag 'mm-hotfixes-stable-2024-01-28-23-21' of git://git.kernel.org/pub/s...Linus Torvalds
2024-01-28Merge tag 'fixes-2024-01-28' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-01-26mm: thp_get_unmapped_area must honour topdown preferenceRyan Roberts
2024-01-25mm: huge_memory: don't force huge page alignment on 32 bitYang Shi
2024-01-25userfaultfd: fix mmap_changing checking in mfill_atomic_hugetlbLokesh Gidra
2024-01-25mm/memory: fix folio_set_dirty() vs. folio_mark_dirty() in zap_pte_range()David Hildenbrand
2024-01-25mm/huge_memory: fix folio_set_dirty() vs. folio_mark_dirty()David Hildenbrand
2024-01-25mm/writeback: fix possible divide-by-zero in wb_dirty_limits(), againZach O'Keefe
2024-01-25mm: memcontrol: don't throttle dying tasks on memory.highJohannes Weiner
2024-01-25fs/hugetlbfs/inode.c: mm/memory-failure.c: fix hugetlbfs hwpoison handlingSidhartha Kumar
2024-01-25readahead: avoid multiple marked readahead pagesJan Kara
2024-01-19Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds
2024-01-19memblock: fix crash when reserved memory is not added to memoryYajun Deng
2024-01-18Merge tag 'memblock-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-01-18Merge tag 'cxl-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds