index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
alloc_tag.c
Age
Commit message (
Expand
)
Author
2025-04-11
alloc_tag: handle incomplete bulk allocations in vm_module_tags_populate
T.J. Mercier
2025-03-16
mm: avoid extra mem_alloc_profiling_enabled() checks
Suren Baghdasaryan
2025-01-26
Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-01-25
alloc_tag: avoid current->alloc_tag manipulations when profiling is disabled
Suren Baghdasaryan
2025-01-25
mm: alloc_pages_bulk: rename API
Luiz Capitulino
2025-01-15
alloc_tag: skip pgalloc_tag_swap if profiling is disabled
Suren Baghdasaryan
2024-12-18
alloc_tag: fix module allocation tags populated area calculation
Suren Baghdasaryan
2024-12-18
mm/codetag: clear tags before swap
David Wang
2024-12-05
mm/codetag: swap tags when migrate pages
David Wang
2024-11-07
mm/codetag: uninline and move pgalloc_tag_copy and pgalloc_tag_split
Suren Baghdasaryan
2024-11-07
alloc_tag: support for page allocation tag compression
Suren Baghdasaryan
2024-11-07
alloc_tag: populate memory for module tags as needed
Suren Baghdasaryan
2024-11-07
alloc_tag: load module tags into separate contiguous memory
Suren Baghdasaryan
2024-11-07
alloc_tag: introduce shutdown_mem_profiling helper function
Suren Baghdasaryan
2024-07-16
Merge tag 'sysctl-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-06-15
lib/alloc_tag: do not register sysctl interface when CONFIG_SYSCTL=n
Suren Baghdasaryan
2024-06-13
mm profiling: Remove superfluous sentinel element from ctl_table
Joel Granados
2024-05-24
lib: add version into /proc/allocinfo output
Suren Baghdasaryan
2024-04-25
alloc_tag: Tighten file permissions on /proc/allocinfo
Kees Cook
2024-04-25
lib: add memory allocations report in show_mem()
Suren Baghdasaryan
2024-04-25
lib: introduce early boot parameter to avoid page_ext memory overhead
Suren Baghdasaryan
2024-04-25
lib: introduce support for page allocation tagging
Suren Baghdasaryan
2024-04-25
lib: add allocation tagging support for memory allocation profiling
Suren Baghdasaryan