Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2022-05-07 | modpost: split new_symbol() to symbol allocation and hash table addition | Masahiro Yamada | 1 | -10/+8 |
2022-05-07 | modpost: make sym_add_exported() always allocate a new symbol | Masahiro Yamada | 1 | -6/+4 |
2022-05-07 | modpost: make multiple export error | Masahiro Yamada | 1 | -3/+3 |
2022-05-07 | modpost: dump Module.symvers in the same order of modules.order | Masahiro Yamada | 2 | -16/+14 |
2022-05-07 | modpost: traverse the namespace_list in order | Masahiro Yamada | 2 | -20/+17 |
2022-05-07 | modpost: use doubly linked list for dump_lists | Masahiro Yamada | 1 | -14/+10 |
2022-05-07 | modpost: traverse unresolved symbols in order | Masahiro Yamada | 2 | -7/+15 |
2022-05-07 | modpost: add sym_add_unresolved() helper | Masahiro Yamada | 1 | -8/+11 |
2022-05-07 | modpost: traverse modules in order | Masahiro Yamada | 2 | -10/+10 |