aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/module/stats.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-01module: Fix comment typoZhu Mao1-1/+1
2023-05-22module: Fix use-after-free bug in read_file_mod_stats()Harshit Mogalapalli1-1/+3
2023-04-18module: stats: fix invalid_mod_bytes typoArnd Bergmann1-1/+1
2023-04-18module: remove use of uninitialized variable lenTom Rix1-1/+1
2023-04-18module: fix building stats for 32-bit targetsArnd Bergmann1-23/+23
2023-04-18module: stats: include uapi/linux/module.hArnd Bergmann1-0/+1
2023-04-18module: avoid allocation if module is already present and readyLuis Chamberlain1-6/+5
2023-04-18module: add debug stats to help identify memory pressureLuis Chamberlain1-0/+430