summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* kbuild: factor out the common installation code into scripts/install.shMasahiro Yamada2022-05-1124-247/+63
* modpost: split new_symbol() to symbol allocation and hash table additionMasahiro Yamada2022-05-071-10/+8
* modpost: make sym_add_exported() always allocate a new symbolMasahiro Yamada2022-05-071-6/+4
* modpost: make multiple export errorMasahiro Yamada2022-05-071-3/+3
* modpost: dump Module.symvers in the same order of modules.orderMasahiro Yamada2022-05-072-16/+14
* modpost: traverse the namespace_list in orderMasahiro Yamada2022-05-072-20/+17
* modpost: use doubly linked list for dump_listsMasahiro Yamada2022-05-071-14/+10
* modpost: traverse unresolved symbols in orderMasahiro Yamada2022-05-072-7/+15
* modpost: add sym_add_unresolved() helperMasahiro Yamada2022-05-071-8/+11
* modpost: traverse modules in orderMasahiro Yamada2022-05-072-10/+10
* modpost: import include/linux/list.hMasahiro Yamada2022-05-071-0/+213
* modpost: change mod->gpl_compatible to bool typeMasahiro Yamada2022-05-072-7/+12
* modpost: use bool type where appropriateMasahiro Yamada2022-05-073-38/+37
* ia64: make the install target not depend on any build artifactMasahiro Yamada2022-05-071-2/+2
* kbuild: drop $(objtree)/ prefix support for clean-filesMasahiro Yamada2022-05-072-9/+3
* Makefile: fix 2 typosRandy Dunlap2022-05-071-2/+2
* modpost: move struct namespace_list to modpost.cMasahiro Yamada2022-05-072-5/+5
* modpost: retrieve the module dependency and CRCs in check_exports()Masahiro Yamada2022-05-071-10/+6
* modpost: add a separate error for exported symbols without definitionMasahiro Yamada2022-05-071-1/+6
* modpost: remove stale comment about sym_add_exported()Masahiro Yamada2022-05-071-4/+0
* modpost: do not write out any file when error occurredMasahiro Yamada2022-05-071-0/+3
* modpost: use snprintf() instead of sprintf() for safetyMasahiro Yamada2022-05-071-1/+7
* checksyscalls: ignore -Wunused-macrosVincent Mailhol2022-05-071-1/+1
* scripts: dummy-tools, add paholeJiri Slaby2022-05-071-0/+4
* kheaders: Have cpio unconditionally replace filesDaniel Mentz2022-05-071-1/+1
* kbuild: support W=e to make build abort in case of warningYann Droneaud2022-05-072-2/+12
* kbuild: read *.mod to get objects passed to $(LD) or $(AR)Masahiro Yamada2022-05-071-7/+3
* kbuild: make *.mod not depend on *.oMasahiro Yamada2022-05-072-4/+4
* kbuild: get rid of duplication in *.mod filesMasahiro Yamada2022-05-072-2/+3
* kbuild: split the second line of *.mod into *.usymsMasahiro Yamada2022-05-076-26/+25
* kbuild: reuse real-search to simplify cmd_modMasahiro Yamada2022-05-071-1/+1
* kbuild: make multi_depend work with targets in subdirectoryMasahiro Yamada2022-05-071-3/+3
* kbuild: reuse suffix-search to refactor multi_dependMasahiro Yamada2022-05-071-1/+1
* kbuild: refactor cmd_modversions_SMasahiro Yamada2022-05-071-11/+4
* kbuild: refactor cmd_modversions_cMasahiro Yamada2022-05-071-14/+11
* modpost: remove annoying namespace_from_kstrtabns()Masahiro Yamada2022-05-071-12/+2
* modpost: remove redundant initializes for static variablesMasahiro Yamada2022-05-071-5/+5
* modpost: move export_from_secname() call to more relevant placeMasahiro Yamada2022-05-071-6/+4
* modpost: remove useless export_from_sec()Masahiro Yamada2022-05-072-17/+2
* kbuild: do not remove empty *.symtypes explicitlyMasahiro Yamada2022-04-061-6/+2
* kbuild: factor out genksyms command from cmd_gensymtypes_{c,S}Masahiro Yamada2022-04-061-11/+8
* docs: kbuild: add references on Kconfig semanticsNecip Fazil Yildiran2022-04-061-0/+6
* kbuild: Allow kernel installation packaging to override pkg-configChun-Tse Shao2022-04-058-36/+37
* kbuild: uapi: use -fsyntax-only rather than -SNick Desaulniers2022-04-051-1/+1
* Linux 5.18-rc1v5.18-rc1Linus Torvalds2022-04-031-2/+2
* Merge tag 'trace-v5.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2022-04-0315-167/+44
|\
| * tracing: Move user_events.h temporarily out of include/uapiSteven Rostedt (Google)2022-04-022-0/+5
| * ftrace: Make ftrace_graph_is_dead() a static branchChristophe Leroy2022-04-022-15/+18
| * tracing: Set user_events to BROKENSteven Rostedt (Google)2022-04-021-0/+1
| * tracing/user_events: Remove eBPF interfacesBeau Belgrave2022-04-023-136/+4