summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-04-26mm: percpu: introduce pcpuobj_extKent Overstreet2-17/+32
2024-04-26mempool: hook up to memory allocation profilingKent Overstreet2-59/+50
2024-04-26mm/slab: enable slab allocation tagging for kmalloc and friendsSuren Baghdasaryan6-123/+127
2024-04-26rust: add a rust helper for krealloc()Kent Overstreet1-0/+8
2024-04-26mm/slab: add allocation accounting into slab allocation and free pathsSuren Baghdasaryan1-1/+95
2024-04-26lib: add codetag reference into slabobj_extSuren Baghdasaryan2-0/+6
2024-04-26mm/page_ext: enable early_page_ext when CONFIG_MEM_ALLOC_PROFILING_DEBUG=ySuren Baghdasaryan1-0/+9
2024-04-26mm: fix non-compound multi-order memory accounting in __free_pagesSuren Baghdasaryan2-1/+28
2024-04-26mm: create new codetag references during page splittingSuren Baghdasaryan4-0/+43
2024-04-26mm: enable page allocation taggingSuren Baghdasaryan7-103/+157
2024-04-26change alloc_pages name in dma_map_ops to avoid name conflictsSuren Baghdasaryan13-15/+15
2024-04-26mm: percpu: increase PERCPU_MODULE_RESERVE to accommodate allocation tagsSuren Baghdasaryan1-0/+4
2024-04-26lib: introduce early boot parameter to avoid page_ext memory overheadSuren Baghdasaryan1-1/+40
2024-04-26lib: introduce support for page allocation taggingSuren Baghdasaryan7-1/+105
2024-04-26lib: add allocation tagging support for memory allocation profilingSuren Baghdasaryan10-0/+428
2024-04-26lib: prevent module unloading if memory is not freedSuren Baghdasaryan3-14/+30
2024-04-26lib: code tagging module supportSuren Baghdasaryan3-2/+72
2024-04-26lib: code tagging frameworkSuren Baghdasaryan4-0/+292
2024-04-26slab: objext: introduce objext_flags as extension to page_memcg_data_flagsSuren Baghdasaryan2-11/+23
2024-04-26mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creationSuren Baghdasaryan2-2/+13
2024-04-26mm: introduce __GFP_NO_OBJ_EXT flag to selectively prevent slabobj_ext creationSuren Baghdasaryan2-0/+13
2024-04-26mm: introduce slabobj_ext to support slab object extensionsSuren Baghdasaryan9-112/+145
2024-04-26fs: convert alloc_inode_sb() to a macroKent Overstreet1-5/+1
2024-04-26scripts/kallysms: always include __start and __stop symbolsKent Overstreet1-0/+13
2024-04-26mm/slub: mark slab_free_freelist_hook() __always_inlineKent Overstreet1-3/+3
2024-04-26asm-generic/io.h: kill vmalloc.h dependencyKent Overstreet1-1/+0
2024-04-26fix missing vmalloc.h includesKent Overstreet56-0/+59
2024-04-26scripts/kernel-doc: drop "_noprof" on function prototypesRandy Dunlap1-0/+1
2024-04-26percpu: clean up all mappings when pcpu_map_pages() failsYosry Ahmed1-2/+2
2024-04-26mm/numa_balancing: allow migrate on protnone reference with MPOL_PREFERRED_MA...Donet Tom1-5/+17
2024-04-26mm/mempolicy: use numa_node_id() instead of cpu_to_node()Donet Tom5-11/+20
2024-04-26mm: zswap: remove unnecessary check in zswap_find_zpool()Yosry Ahmed1-6/+1
2024-04-26lib/test_hmm.c: handle src_pfns and dst_pfns allocation failureDuoming Zhou1-4/+4
2024-04-26mm: zpool: return pool size in pagesJohannes Weiner6-23/+23
2024-04-26mm: zswap: optimize zswap pool size trackingJohannes Weiner3-54/+52
2024-04-26mm: document pXd_leaf() APIPeter Xu1-5/+19
2024-04-26mm/arm: remove pmd_thp_or_huge()Peter Xu4-6/+2
2024-04-26mm/treewide: remove pXd_huge()Peter Xu17-198/+2
2024-04-26mm/treewide: replace pXd_huge() with pXd_leaf()Peter Xu10-15/+15
2024-04-26mm/gup: merge pXd huge mapping checksPeter Xu1-4/+3
2024-04-26mm/powerpc: redefine pXd_huge() with pXd_leaf()Peter Xu2-27/+14
2024-04-26mm/arm64: merge pXd_huge() and pXd_leaf() definitionsPeter Xu2-6/+6
2024-04-26mm/arm: redefine pmd_huge() with pmd_leaf()Peter Xu1-6/+1
2024-04-26mm/arm: use macros to define pmd/pud helpersPeter Xu3-4/+5
2024-04-26mm/sparc: change pXd_huge() behavior to exclude swap entriesPeter Xu1-4/+2
2024-04-26mm/x86: change pXd_huge() behavior to exclude swap entriesPeter Xu1-14/+4
2024-04-26mm/gup: check p4d presence before going onPeter Xu1-2/+2
2024-04-26mm/gup: cache p4d in follow_p4d_mask()Peter Xu1-6/+7
2024-04-26mm/hmm: process pud swap entry without pud_huge()Peter Xu1-6/+1
2024-04-26mm: page_alloc: control latency caused by zone PCP drainingLucas Stach1-4/+7