Age | Commit message (Expand) | Author | Files | Lines |
2025-03-15 | modpost: use strstarts() to clean up parse_source_files() | Masahiro Yamada | 1 | -2/+2 |
2025-03-15 | modpost: introduce get_basename() helper | Masahiro Yamada | 1 | -9/+4 |
2024-10-23 | sumversion: Fix a memory leak in get_src_version() | Elena Salomatkina | 1 | -2/+3 |
2024-09-01 | modpost: replace the use of NOFAIL() with xmalloc() etc. | Masahiro Yamada | 1 | -2/+4 |
2024-02-15 | modpost: trim leading spaces when processing source files list | Radek Krejci | 1 | -1/+6 |
2022-11-21 | modpost: fix array_size.cocci warning | KaiLong Wang | 1 | -2/+2 |
2022-05-08 | modpost: use bool type where appropriate | Masahiro Yamada | 1 | -5/+3 |
2022-05-08 | kbuild: get rid of duplication in *.mod files | Masahiro Yamada | 1 | -1/+1 |
2022-05-08 | kbuild: split the second line of *.mod into *.usyms | Masahiro Yamada | 1 | -9/+2 |
2021-09-03 | modpost: get the *.mod file path more simply | Masahiro Yamada | 1 | -6/+1 |
2021-01-14 | modpost: lto: strip .lto from module names | Sami Tolvanen | 1 | -1/+5 |
2020-06-06 | modpost: use read_text_file() and get_line() for reading text files | Masahiro Yamada | 1 | -10/+6 |
2020-06-06 | modpost: avoid false-positive file open error | Masahiro Yamada | 1 | -4/+3 |
2020-06-06 | modpost: fix potential mmap'ed file overrun in get_src_version() | Masahiro Yamada | 1 | -17/+11 |
2020-06-06 | modpost: drop RCS/CVS $Revision handling in MODULE_VERSION() | Masahiro Yamada | 1 | -66/+0 |
2019-07-18 | kbuild: remove the first line of *.mod files | Masahiro Yamada | 1 | -7/+2 |
2019-07-18 | kbuild: create *.mod with full directory path and remove MODVERDIR | Masahiro Yamada | 1 | -13/+3 |
2018-05-03 | modpost: delete stale comment | Rasmus Villemoes | 1 | -8/+1 |
2014-06-10 | kbuild: trivial - use tabs for code indent where possible | Masahiro Yamada | 1 | -2/+2 |
2013-11-06 | kbuild: replace unbounded sprintf call in modpost | Kees Cook | 1 | -1/+1 |
2011-03-13 | kbuild: Fix computing srcversion for modules | Michal Marek | 1 | -2/+17 |
2009-09-21 | trivial: remove references to non-existent include/linux/config.h | Markus Heidelberg | 1 | -2/+0 |
2008-10-29 | kbuild: prevent modpost from looking for a .cmd file for a static library lin... | Ashutosh Naik | 1 | -1/+11 |
2007-05-19 | kbuild: include limits.h in sumversion.c for PATH_MAX | Mike Frysinger | 1 | -0/+1 |
2007-05-02 | kbuild: do not emit src version warning for non-modules | Sam Ravnborg | 1 | -3/+2 |
2006-02-19 | kbuild: do not segfault in modpost if MODVERDIR is not defined | Sam Ravnborg | 1 | -3/+6 |
2006-02-19 | kbuild: use warn()/fatal() consistent in modpost | Sam Ravnborg | 1 | -14/+9 |
2005-07-27 | [PATCH] kbuild: signed char fixes for scripts | J.A. Magallon | 1 | -4/+4 |
2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 1 | -0/+498 |