summaryrefslogtreecommitdiffstats
path: root/lib/codetag.c
AgeCommit message (Expand)AuthorLines
2025-07-09alloc_tag: add sequence number for module and iteratorDavid Wang-3/+14
2025-06-05alloc_tag: handle module codetag load errors as module load failuresSuren Baghdasaryan-9/+25
2025-05-25alloc_tag: allocate percpu counters for module tags dynamicallySuren Baghdasaryan-2/+3
2024-11-07alloc_tag: support for page allocation tag compressionSuren Baghdasaryan-2/+2
2024-11-07alloc_tag: load module tags into separate contiguous memorySuren Baghdasaryan-7/+93
2024-10-17lib: alloc_tag_module_unload must wait for pending kfree_rcu callsFlorian Westphal-0/+3
2024-09-01alloc_tag: fix allocation tag reporting when CONFIG_MODULES=nSuren Baghdasaryan-6/+11
2024-04-25lib: add memory allocations report in show_mem()Suren Baghdasaryan-0/+5
2024-04-25lib: prevent module unloading if memory is not freedSuren Baghdasaryan-3/+8
2024-04-25lib: code tagging module supportSuren Baghdasaryan-2/+56
2024-04-25lib: code tagging frameworkSuren Baghdasaryan-0/+219