Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-11-01 | module: Fix comment typo | Zhu Mao | 1 | -1/+1 |
2023-05-22 | module: Fix use-after-free bug in read_file_mod_stats() | Harshit Mogalapalli | 1 | -1/+3 |
2023-04-18 | module: stats: fix invalid_mod_bytes typo | Arnd Bergmann | 1 | -1/+1 |
2023-04-18 | module: remove use of uninitialized variable len | Tom Rix | 1 | -1/+1 |
2023-04-18 | module: fix building stats for 32-bit targets | Arnd Bergmann | 1 | -23/+23 |
2023-04-18 | module: stats: include uapi/linux/module.h | Arnd Bergmann | 1 | -0/+1 |
2023-04-18 | module: avoid allocation if module is already present and ready | Luis Chamberlain | 1 | -6/+5 |
2023-04-18 | module: add debug stats to help identify memory pressure | Luis Chamberlain | 1 | -0/+430 |