summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorLines
2022-05-08modpost: make sym_add_exported() always allocate a new symbolMasahiro Yamada-6/+4
2022-05-08modpost: make multiple export errorMasahiro Yamada-3/+3
2022-05-08modpost: dump Module.symvers in the same order of modules.orderMasahiro Yamada-16/+14
2022-05-08modpost: traverse the namespace_list in orderMasahiro Yamada-20/+17
2022-05-08modpost: use doubly linked list for dump_listsMasahiro Yamada-14/+10
2022-05-08modpost: traverse unresolved symbols in orderMasahiro Yamada-7/+15
2022-05-08modpost: add sym_add_unresolved() helperMasahiro Yamada-8/+11
2022-05-08modpost: traverse modules in orderMasahiro Yamada-10/+10
2022-05-08modpost: import include/linux/list.hMasahiro Yamada-0/+213
2022-05-08modpost: change mod->gpl_compatible to bool typeMasahiro Yamada-7/+12
2022-05-08modpost: use bool type where appropriateMasahiro Yamada-38/+37
2022-05-08kbuild: drop $(objtree)/ prefix support for clean-filesMasahiro Yamada-7/+1
2022-05-08modpost: move struct namespace_list to modpost.cMasahiro Yamada-5/+5
2022-05-08modpost: retrieve the module dependency and CRCs in check_exports()Masahiro Yamada-10/+6
2022-05-08modpost: add a separate error for exported symbols without definitionMasahiro Yamada-1/+6
2022-05-08modpost: remove stale comment about sym_add_exported()Masahiro Yamada-4/+0
2022-05-08modpost: do not write out any file when error occurredMasahiro Yamada-0/+3
2022-05-08modpost: use snprintf() instead of sprintf() for safetyMasahiro Yamada-1/+7
2022-05-08checksyscalls: ignore -Wunused-macrosVincent Mailhol-1/+1
2022-05-08scripts: dummy-tools, add paholeJiri Slaby-0/+4
2022-05-08kbuild: support W=e to make build abort in case of warningYann Droneaud-2/+11
2022-05-08kbuild: read *.mod to get objects passed to $(LD) or $(AR)Masahiro Yamada-7/+3
2022-05-08kbuild: make *.mod not depend on *.oMasahiro Yamada-3/+2
2022-05-08kbuild: get rid of duplication in *.mod filesMasahiro Yamada-2/+3
2022-05-08kbuild: split the second line of *.mod into *.usymsMasahiro Yamada-25/+23
2022-05-08kbuild: reuse real-search to simplify cmd_modMasahiro Yamada-1/+1
2022-05-08kbuild: make multi_depend work with targets in subdirectoryMasahiro Yamada-3/+3
2022-05-08kbuild: reuse suffix-search to refactor multi_dependMasahiro Yamada-1/+1
2022-05-08kbuild: refactor cmd_modversions_SMasahiro Yamada-11/+4
2022-05-08kbuild: refactor cmd_modversions_cMasahiro Yamada-14/+11
2022-05-08modpost: remove annoying namespace_from_kstrtabns()Masahiro Yamada-12/+2
2022-05-08modpost: remove redundant initializes for static variablesMasahiro Yamada-5/+5
2022-05-08modpost: move export_from_secname() call to more relevant placeMasahiro Yamada-6/+4
2022-05-08modpost: remove useless export_from_sec()Masahiro Yamada-17/+2
2022-05-04Merge branch kvm-arm64/hyp-stack-guard into kvmarm-master/nextMarc Zyngier-1/+2
2022-05-03selinux: declare data arrays constChristian Göttsche-32/+47
2022-05-02Merge 5.18-rc5 into driver-core-nextGreg Kroah-Hartman-19/+29
2022-05-02Merge 5.18-rc5 into char-misc-nextGreg Kroah-Hartman-19/+29
2022-04-29get_maintainer: Honor mailmap for in file emailsRob Herring-0/+1
2022-04-29scripts/bloat-o-meter: filter out vermagic as it is not relevantPaul Gortmaker-0/+1
2022-04-29scripts/decode_stacktrace.sh: support old bash versionSchspa Shi-8/+19
2022-04-28KVM: arm64: Symbolize the nVHE HYP addressesKalesh Singh-1/+2
2022-04-26bus: mhi: ep: Add uevent support for module autoloadingManivannan Sadhasivam-0/+10
2022-04-26checkpatch: add new alloc functions to alloc with multiplies checkGustavo A. R. Silva-3/+5
2022-04-24scripts/get_abi: Fix wrong script file name in the help messageSeongJae Park-2/+2
2022-04-22objtool: Remove --lto and --vmlinux in favor of --linkJosh Poimboeuf-6/+6
2022-04-22objtool: Rename "VMLINUX_VALIDATION" -> "NOINSTR_VALIDATION"Josh Poimboeuf-1/+1
2022-04-22objtool: Make noinstr hacks optionalJosh Poimboeuf-0/+5
2022-04-22objtool: Make jump label hack optionalJosh Poimboeuf-0/+5
2022-04-22objtool: Make static call annotation optionalJosh Poimboeuf-1/+5