aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-05-11modpost: remove left-over cross_compile declarationMasahiro Yamada1-1/+0
2022-05-11kbuild: record symbol versions in *.cmd filesMasahiro Yamada1-0/+7
2022-05-11kbuild: generate a list of objects in vmlinuxMasahiro Yamada1-0/+11
2022-05-11modpost: move *.mod.c generation to write_mod_c_files()Masahiro Yamada1-25/+31
2022-05-11modpost: merge add_{intree_flag,retpoline,staging_flag} to add_headerMasahiro Yamada1-18/+7
2022-05-11scripts/prune-kernel: Use kernel-install if availableReza Arbab1-1/+5
2022-05-11kbuild: factor out the common installation code into scripts/install.shMasahiro Yamada24-247/+63
2022-05-08modpost: split new_symbol() to symbol allocation and hash table additionMasahiro Yamada1-10/+8
2022-05-08modpost: make sym_add_exported() always allocate a new symbolMasahiro Yamada1-6/+4
2022-05-08modpost: make multiple export errorMasahiro Yamada1-3/+3
2022-05-08modpost: dump Module.symvers in the same order of modules.orderMasahiro Yamada2-16/+14
2022-05-08modpost: traverse the namespace_list in orderMasahiro Yamada2-20/+17
2022-05-08modpost: use doubly linked list for dump_listsMasahiro Yamada1-14/+10
2022-05-08modpost: traverse unresolved symbols in orderMasahiro Yamada2-7/+15
2022-05-08modpost: add sym_add_unresolved() helperMasahiro Yamada1-8/+11
2022-05-08modpost: traverse modules in orderMasahiro Yamada2-10/+10
2022-05-08modpost: import include/linux/list.hMasahiro Yamada1-0/+213
2022-05-08modpost: change mod->gpl_compatible to bool typeMasahiro Yamada2-7/+12
2022-05-08modpost: use bool type where appropriateMasahiro Yamada3-38/+37
2022-05-08ia64: make the install target not depend on any build artifactMasahiro Yamada1-2/+2
2022-05-08kbuild: drop $(objtree)/ prefix support for clean-filesMasahiro Yamada2-9/+3
2022-05-08Makefile: fix 2 typosRandy Dunlap1-2/+2
2022-05-08modpost: move struct namespace_list to modpost.cMasahiro Yamada2-5/+5
2022-05-08modpost: retrieve the module dependency and CRCs in check_exports()Masahiro Yamada1-10/+6
2022-05-08modpost: add a separate error for exported symbols without definitionMasahiro Yamada1-1/+6
2022-05-08modpost: remove stale comment about sym_add_exported()Masahiro Yamada1-4/+0
2022-05-08modpost: do not write out any file when error occurredMasahiro Yamada1-0/+3
2022-05-08modpost: use snprintf() instead of sprintf() for safetyMasahiro Yamada1-1/+7
2022-05-08checksyscalls: ignore -Wunused-macrosVincent Mailhol1-1/+1
2022-05-08scripts: dummy-tools, add paholeJiri Slaby1-0/+4
2022-05-08kheaders: Have cpio unconditionally replace filesDaniel Mentz1-1/+1
2022-05-08kbuild: support W=e to make build abort in case of warningYann Droneaud2-2/+12
2022-05-08kbuild: read *.mod to get objects passed to $(LD) or $(AR)Masahiro Yamada1-7/+3
2022-05-08kbuild: make *.mod not depend on *.oMasahiro Yamada2-4/+4
2022-05-08kbuild: get rid of duplication in *.mod filesMasahiro Yamada2-2/+3
2022-05-08kbuild: split the second line of *.mod into *.usymsMasahiro Yamada6-26/+25
2022-05-08kbuild: reuse real-search to simplify cmd_modMasahiro Yamada1-1/+1
2022-05-08kbuild: make multi_depend work with targets in subdirectoryMasahiro Yamada1-3/+3
2022-05-08kbuild: reuse suffix-search to refactor multi_dependMasahiro Yamada1-1/+1
2022-05-08kbuild: refactor cmd_modversions_SMasahiro Yamada1-11/+4
2022-05-08kbuild: refactor cmd_modversions_cMasahiro Yamada1-14/+11
2022-05-08modpost: remove annoying namespace_from_kstrtabns()Masahiro Yamada1-12/+2
2022-05-08modpost: remove redundant initializes for static variablesMasahiro Yamada1-5/+5
2022-05-08modpost: move export_from_secname() call to more relevant placeMasahiro Yamada1-6/+4
2022-05-08modpost: remove useless export_from_sec()Masahiro Yamada2-17/+2
2022-04-06kbuild: do not remove empty *.symtypes explicitlyMasahiro Yamada1-6/+2
2022-04-06kbuild: factor out genksyms command from cmd_gensymtypes_{c,S}Masahiro Yamada1-11/+8
2022-04-06docs: kbuild: add references on Kconfig semanticsNecip Fazil Yildiran1-0/+6
2022-04-05kbuild: Allow kernel installation packaging to override pkg-configChun-Tse Shao8-36/+37
2022-04-05kbuild: uapi: use -fsyntax-only rather than -SNick Desaulniers1-1/+1