summaryrefslogtreecommitdiffstats
path: root/kernel/module/stats.c
Commit message (Expand)AuthorAgeFilesLines
* module: Fix comment typoZhu Mao2023-11-011-1/+1
* module: Fix use-after-free bug in read_file_mod_stats()Harshit Mogalapalli2023-05-221-1/+3
* module: stats: fix invalid_mod_bytes typoArnd Bergmann2023-04-181-1/+1
* module: remove use of uninitialized variable lenTom Rix2023-04-181-1/+1
* module: fix building stats for 32-bit targetsArnd Bergmann2023-04-181-23/+23
* module: stats: include uapi/linux/module.hArnd Bergmann2023-04-181-0/+1
* module: avoid allocation if module is already present and readyLuis Chamberlain2023-04-181-6/+5
* module: add debug stats to help identify memory pressureLuis Chamberlain2023-04-181-0/+430