summaryrefslogtreecommitdiff
path: root/lib/alloc_tag.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-17Merge tag 'sysctl-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus 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-26alloc_tag: Tighten file permissions on /proc/allocinfoKees Cook1-1/+1
2024-04-26lib: add memory allocations report in show_mem()Suren Baghdasaryan1-0/+38
2024-04-26lib: introduce early boot parameter to avoid page_ext memory overheadSuren Baghdasaryan1-1/+40
2024-04-26lib: introduce support for page allocation taggingSuren Baghdasaryan1-0/+17
2024-04-26lib: add allocation tagging support for memory allocation profilingSuren Baghdasaryan1-0/+152