summaryrefslogtreecommitdiffstats
path: root/lib/alloc_tag.c
Commit message (Expand)AuthorAgeFilesLines
* mm/codetag: uninline and move pgalloc_tag_copy and pgalloc_tag_splitSuren Baghdasaryan2024-11-071-0/+48
* alloc_tag: support for page allocation tag compressionSuren Baghdasaryan2024-11-071-9/+133
* alloc_tag: populate memory for module tags as neededSuren Baghdasaryan2024-11-071-9/+64
* alloc_tag: load module tags into separate contiguous memorySuren Baghdasaryan2024-11-071-20/+229
* alloc_tag: introduce shutdown_mem_profiling helper functionSuren Baghdasaryan2024-11-071-7/+26
* Merge tag 'sysctl-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-07-161-1/+0
|\
| * mm profiling: Remove superfluous sentinel element from ctl_tableJoel Granados2024-06-131-1/+0
* | lib/alloc_tag: do not register sysctl interface when CONFIG_SYSCTL=nSuren Baghdasaryan2024-06-151-3/+13
|/
* lib: add version into /proc/allocinfo outputSuren Baghdasaryan2024-05-241-15/+32
* alloc_tag: Tighten file permissions on /proc/allocinfoKees Cook2024-04-251-1/+1
* lib: add memory allocations report in show_mem()Suren Baghdasaryan2024-04-251-0/+38
* lib: introduce early boot parameter to avoid page_ext memory overheadSuren Baghdasaryan2024-04-251-1/+40
* lib: introduce support for page allocation taggingSuren Baghdasaryan2024-04-251-0/+17
* lib: add allocation tagging support for memory allocation profilingSuren Baghdasaryan2024-04-251-0/+152