summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2022-05-07modpost: add sym_add_unresolved() helperMasahiro Yamada1-8/+11
2022-05-07modpost: traverse modules in orderMasahiro Yamada2-10/+10
2022-05-07modpost: import include/linux/list.hMasahiro Yamada1-0/+213
2022-05-07modpost: change mod->gpl_compatible to bool typeMasahiro Yamada2-7/+12
2022-05-07modpost: use bool type where appropriateMasahiro Yamada3-38/+37
2022-05-07kbuild: drop $(objtree)/ prefix support for clean-filesMasahiro Yamada1-7/+1
2022-05-07modpost: move struct namespace_list to modpost.cMasahiro Yamada2-5/+5
2022-05-07modpost: retrieve the module dependency and CRCs in check_exports()Masahiro Yamada1-10/+6
2022-05-07modpost: add a separate error for exported symbols without definitionMasahiro Yamada1-1/+6
2022-05-07modpost: remove stale comment about sym_add_exported()Masahiro Yamada1-4/+0
2022-05-07modpost: do not write out any file when error occurredMasahiro Yamada1-0/+3
2022-05-07modpost: use snprintf() instead of sprintf() for safetyMasahiro Yamada1-1/+7
2022-05-07checksyscalls: ignore -Wunused-macrosVincent Mailhol1-1/+1
2022-05-07scripts: dummy-tools, add paholeJiri Slaby1-0/+4
2022-05-07kbuild: support W=e to make build abort in case of warningYann Droneaud1-2/+11
2022-05-07kbuild: read *.mod to get objects passed to $(LD) or $(AR)Masahiro Yamada1-7/+3
2022-05-07kbuild: make *.mod not depend on *.oMasahiro Yamada1-3/+2
2022-05-07kbuild: get rid of duplication in *.mod filesMasahiro Yamada2-2/+3
2022-05-07kbuild: split the second line of *.mod into *.usymsMasahiro Yamada4-25/+23
2022-05-07kbuild: reuse real-search to simplify cmd_modMasahiro Yamada1-1/+1
2022-05-07kbuild: make multi_depend work with targets in subdirectoryMasahiro Yamada1-3/+3
2022-05-07kbuild: reuse suffix-search to refactor multi_dependMasahiro Yamada1-1/+1
2022-05-07kbuild: refactor cmd_modversions_SMasahiro Yamada1-11/+4
2022-05-07kbuild: refactor cmd_modversions_cMasahiro Yamada1-14/+11
2022-05-07modpost: remove annoying namespace_from_kstrtabns()Masahiro Yamada1-12/+2
2022-05-07modpost: remove redundant initializes for static variablesMasahiro Yamada1-5/+5
2022-05-07modpost: move export_from_secname() call to more relevant placeMasahiro Yamada1-6/+4
2022-05-07modpost: remove useless export_from_sec()Masahiro Yamada2-17/+2
2022-05-03selinux: declare data arrays constChristian Göttsche2-32/+47
2022-04-26checkpatch: add new alloc functions to alloc with multiplies checkGustavo A. R. Silva1-3/+5
2022-04-22objtool: Remove --lto and --vmlinux in favor of --linkJosh Poimboeuf2-6/+6
2022-04-22objtool: Rename "VMLINUX_VALIDATION" -> "NOINSTR_VALIDATION"Josh Poimboeuf1-1/+1
2022-04-22objtool: Make noinstr hacks optionalJosh Poimboeuf2-0/+5
2022-04-22objtool: Make jump label hack optionalJosh Poimboeuf2-0/+5
2022-04-22objtool: Make static call annotation optionalJosh Poimboeuf2-1/+5
2022-04-22objtool: Make stack validation frame-pointer-specificJosh Poimboeuf2-5/+0
2022-04-22objtool: Add CONFIG_OBJTOOLJosh Poimboeuf3-17/+21
2022-04-22objtool: Make stack validation optionalJosh Poimboeuf2-0/+5
2022-04-22objtool: Ditch subcommandsJosh Poimboeuf2-9/+6
2022-04-22objtool: Reorganize cmdline optionsJosh Poimboeuf2-16/+24
2022-04-19objtool: Enable unreachable warnings for CLANG LTOJosh Poimboeuf2-2/+2
2022-04-13security: don't treat structure as an array of struct hlist_headBill Wendling1-2/+0
2022-04-13Merge tag 'hardening-v5.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-17/+27
2022-04-12gcc-plugins: latent_entropy: use /dev/urandomJason A. Donenfeld1-17/+27
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-05kbuild: Allow kernel installation packaging to override pkg-configChun-Tse Shao5-31/+31
2022-04-04x86/cpu: Remove CONFIG_X86_SMAP and "nosmap"Borislav Petkov2-4/+4
2022-04-02modpost: restore the warning message for missing symbol versionsMasahiro Yamada1-1/+1
2022-04-01kbuild: fix empty ${PYTHON} in scripts/link-vmlinux.shMasahiro Yamada1-1/+1