summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-04-25mm: percpu: introduce pcpuobj_extKent Overstreet
2024-04-25mempool: hook up to memory allocation profilingKent Overstreet
2024-04-25mm/slab: enable slab allocation tagging for kmalloc and friendsSuren Baghdasaryan
2024-04-25rust: add a rust helper for krealloc()Kent Overstreet
2024-04-25mm/slab: add allocation accounting into slab allocation and free pathsSuren Baghdasaryan
2024-04-25lib: add codetag reference into slabobj_extSuren Baghdasaryan
2024-04-25mm/page_ext: enable early_page_ext when CONFIG_MEM_ALLOC_PROFILING_DEBUG=ySuren Baghdasaryan
2024-04-25mm: fix non-compound multi-order memory accounting in __free_pagesSuren Baghdasaryan
2024-04-25mm: create new codetag references during page splittingSuren Baghdasaryan
2024-04-25mm: enable page allocation taggingSuren Baghdasaryan
2024-04-25change alloc_pages name in dma_map_ops to avoid name conflictsSuren Baghdasaryan
2024-04-25mm: percpu: increase PERCPU_MODULE_RESERVE to accommodate allocation tagsSuren Baghdasaryan
2024-04-25lib: introduce early boot parameter to avoid page_ext memory overheadSuren Baghdasaryan
2024-04-25lib: introduce support for page allocation taggingSuren Baghdasaryan
2024-04-25lib: add allocation tagging support for memory allocation profilingSuren Baghdasaryan
2024-04-25lib: prevent module unloading if memory is not freedSuren Baghdasaryan
2024-04-25lib: code tagging module supportSuren Baghdasaryan
2024-04-25lib: code tagging frameworkSuren Baghdasaryan
2024-04-25slab: objext: introduce objext_flags as extension to page_memcg_data_flagsSuren Baghdasaryan
2024-04-25mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creationSuren Baghdasaryan
2024-04-25mm: introduce __GFP_NO_OBJ_EXT flag to selectively prevent slabobj_ext creationSuren Baghdasaryan
2024-04-25mm: introduce slabobj_ext to support slab object extensionsSuren Baghdasaryan
2024-04-25fs: convert alloc_inode_sb() to a macroKent Overstreet
2024-04-25scripts/kallysms: always include __start and __stop symbolsKent Overstreet
2024-04-25mm/slub: mark slab_free_freelist_hook() __always_inlineKent Overstreet
2024-04-25asm-generic/io.h: kill vmalloc.h dependencyKent Overstreet
2024-04-25fix missing vmalloc.h includesKent Overstreet
2024-04-25scripts/kernel-doc: drop "_noprof" on function prototypesRandy Dunlap
2024-04-25percpu: clean up all mappings when pcpu_map_pages() failsYosry Ahmed
2024-04-25mm/numa_balancing: allow migrate on protnone reference with MPOL_PREFERRED_MA...Donet Tom
2024-04-25mm/mempolicy: use numa_node_id() instead of cpu_to_node()Donet Tom
2024-04-25mm: zswap: remove unnecessary check in zswap_find_zpool()Yosry Ahmed
2024-04-25lib/test_hmm.c: handle src_pfns and dst_pfns allocation failureDuoming Zhou
2024-04-25mm: zpool: return pool size in pagesJohannes Weiner
2024-04-25mm: zswap: optimize zswap pool size trackingJohannes Weiner
2024-04-25mm: document pXd_leaf() APIPeter Xu
2024-04-25mm/arm: remove pmd_thp_or_huge()Peter Xu
2024-04-25mm/treewide: remove pXd_huge()Peter Xu
2024-04-25mm/treewide: replace pXd_huge() with pXd_leaf()Peter Xu
2024-04-25mm/gup: merge pXd huge mapping checksPeter Xu
2024-04-25mm/powerpc: redefine pXd_huge() with pXd_leaf()Peter Xu
2024-04-25mm/arm64: merge pXd_huge() and pXd_leaf() definitionsPeter Xu
2024-04-25mm/arm: redefine pmd_huge() with pmd_leaf()Peter Xu
2024-04-25mm/arm: use macros to define pmd/pud helpersPeter Xu
2024-04-25mm/sparc: change pXd_huge() behavior to exclude swap entriesPeter Xu
2024-04-25mm/x86: change pXd_huge() behavior to exclude swap entriesPeter Xu
2024-04-25mm/gup: check p4d presence before going onPeter Xu
2024-04-25mm/gup: cache p4d in follow_p4d_mask()Peter Xu
2024-04-25mm/hmm: process pud swap entry without pud_huge()Peter Xu
2024-04-25mm: page_alloc: control latency caused by zone PCP drainingLucas Stach