aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib/alloc_tag.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-25alloc_tag: allocate percpu counters for module tags dynamicallySuren Baghdasaryan1-18/+69
2025-04-11alloc_tag: handle incomplete bulk allocations in vm_module_tags_populateT.J. Mercier1-3/+12
2025-03-16mm: avoid extra mem_alloc_profiling_enabled() checksSuren Baghdasaryan1-3/+3
2025-01-26Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-2/+4
2025-01-25alloc_tag: avoid current->alloc_tag manipulations when profiling is disabledSuren Baghdasaryan1-0/+2
2025-01-25mm: alloc_pages_bulk: rename APILuiz Capitulino1-2/+2
2025-01-15alloc_tag: skip pgalloc_tag_swap if profiling is disabledSuren Baghdasaryan1-0/+3
2024-12-18alloc_tag: fix module allocation tags populated area calculationSuren Baghdasaryan1-5/+29
2024-12-18mm/codetag: clear tags before swapDavid Wang1-0/+7
2024-12-05mm/codetag: swap tags when migrate pagesDavid Wang1-14/+22
2024-11-07mm/codetag: uninline and move pgalloc_tag_copy and pgalloc_tag_splitSuren Baghdasaryan1-0/+48
2024-11-07alloc_tag: support for page allocation tag compressionSuren Baghdasaryan1-9/+133
2024-11-07alloc_tag: populate memory for module tags as neededSuren Baghdasaryan1-9/+64
2024-11-07alloc_tag: load module tags into separate contiguous memorySuren Baghdasaryan1-20/+229
2024-11-07alloc_tag: introduce shutdown_mem_profiling helper functionSuren Baghdasaryan1-7/+26
2024-07-16Merge tag 'sysctl-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/sysctl/sysctlLinus Torvalds1-1/+0
2024-06-15lib/alloc_tag: do not register sysctl interface when CONFIG_SYSCTL=nSuren Baghdasaryan1-3/+13
2024-06-13mm profiling: Remove superfluous sentinel element from ctl_tableJoel Granados1-1/+0
2024-05-24lib: add version into /proc/allocinfo outputSuren Baghdasaryan1-15/+32
2024-04-25alloc_tag: Tighten file permissions on /proc/allocinfoKees Cook1-1/+1
2024-04-25lib: add memory allocations report in show_mem()Suren Baghdasaryan1-0/+38
2024-04-25lib: introduce early boot parameter to avoid page_ext memory overheadSuren Baghdasaryan1-1/+40
2024-04-25lib: introduce support for page allocation taggingSuren Baghdasaryan1-0/+17
2024-04-25lib: add allocation tagging support for memory allocation profilingSuren Baghdasaryan1-0/+152