aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/alloc_tag.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-01-25alloc_tag: avoid current->alloc_tag manipulations when profiling is disabledSuren Baghdasaryan1-3/+8
2024-12-18alloc_tag: fix set_codetag_empty() when !CONFIG_MEM_ALLOC_PROFILING_DEBUGSuren Baghdasaryan1-1/+6
2024-12-18mm/codetag: clear tags before swapDavid Wang1-1/+1
2024-11-07alloc_tag: support for page allocation tag compressionSuren Baghdasaryan1-1/+9
2024-11-07alloc_tag: load module tags into separate contiguous memorySuren Baghdasaryan1-2/+11
2024-10-30mm/codetag: fix null pointer check logic for ref and tagHao Ge1-6/+10
2024-09-09mm/codetag: add pgalloc_tag_copy()Yu Zhao1-14/+10
2024-09-09mm/codetag: fix a typoYu Zhao1-1/+1
2024-07-17lib: add missing newline character in the warning messageSuren Baghdasaryan1-1/+1
2024-05-26mm: percpu: Include smp.h in alloc_tag.hKent Overstreet1-0/+1
2024-04-25codetag: debug: mark codetags for reserved pages as emptySuren Baghdasaryan1-0/+1
2024-04-25codetag: debug: skip objext checking when it's for objext itselfSuren Baghdasaryan1-0/+26
2024-04-25lib: add memory allocations report in show_mem()Suren Baghdasaryan1-0/+7
2024-04-25rhashtable: plumb through alloc tagKent Overstreet1-0/+3
2024-04-25mm: create new codetag references during page splittingSuren Baghdasaryan1-0/+9
2024-04-25mm: enable page allocation taggingSuren Baghdasaryan1-0/+14
2024-04-25lib: add allocation tagging support for memory allocation profilingSuren Baghdasaryan1-0/+156