summaryrefslogtreecommitdiffstats
path: root/lib/alloc_tag.c
Commit message (Expand)AuthorAgeFilesLines
* 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