summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorLines
2022-05-20h8300: remove stale bindings and symlinkArnd Bergmann-1/+0
2022-05-19scripts/tags.sh: Invoke 'realpath' via 'xargs'Cristian Ciocaltea-4/+7
2022-05-18scripts/spdxcheck: Exclude top-level READMEThomas Gleixner-0/+1
2022-05-18scripts/spdxcheck: Exclude MAINTAINERS/CREDITSThomas Gleixner-0/+4
2022-05-18scripts/spdxcheck: Exclude config directoriesThomas Gleixner-0/+5
2022-05-18scripts/spdxcheck: Put excluded files and directories into a separate fileThomas Gleixner-6/+72
2022-05-18scripts/spdxcheck: Add option to display files without SPDXThomas Gleixner-2/+19
2022-05-18scripts/spdxcheck: Add [sub]directory statisticsThomas Gleixner-10/+57
2022-05-18scripts/spdxcheck: Add directory statisticsThomas Gleixner-0/+27
2022-05-18scripts/spdxcheck: Add percentage to statisticsThomas Gleixner-1/+3
2022-05-18locking/atomic: Add generic try_cmpxchg64 supportUros Bizjak-14/+19
2022-05-17scripts/min-tool-version.sh: raise minimum clang version to 14.0.0 for s390Heiko Carstens-2/+1
2022-05-16gcc-plugins: randstruct: Remove cast exception handlingKees Cook-76/+3
2022-05-16af_unix: Silence randstruct GCC plugin warningKees Cook-2/+0
2022-05-16niu: Silence randstruct warningsKees Cook-2/+0
2022-05-16big_keys: Use struct for internal payloadKees Cook-2/+0
2022-05-12scripts/faddr2line: Fix overlapping text section failuresJosh Poimboeuf-53/+97
2022-05-12scripts: Create objdump-func helper scriptJosh Poimboeuf-0/+29
2022-05-11modpost: change the license of EXPORT_SYMBOL to bool typeMasahiro Yamada-78/+30
2022-05-11modpost: remove left-over cross_compile declarationMasahiro Yamada-1/+0
2022-05-11kbuild: record symbol versions in *.cmd filesMasahiro Yamada-0/+7
2022-05-11kbuild: generate a list of objects in vmlinuxMasahiro Yamada-0/+11
2022-05-11modpost: move *.mod.c generation to write_mod_c_files()Masahiro Yamada-25/+31
2022-05-11modpost: merge add_{intree_flag,retpoline,staging_flag} to add_headerMasahiro Yamada-18/+7
2022-05-11scripts/prune-kernel: Use kernel-install if availableReza Arbab-1/+5
2022-05-11kbuild: factor out the common installation code into scripts/install.shMasahiro Yamada-0/+40
2022-05-10gcc-plugins: Change all version strings match kernelKees Cook-9/+10
2022-05-08randstruct: Enable Clang supportKees Cook-0/+3
2022-05-08randstruct: Move seed generation into scripts/basic/Kees Cook-14/+29
2022-05-08randstruct: Split randstruct Makefile and CFLAGSKees Cook-6/+16
2022-05-08randstruct: Reorganize Kconfigs and attribute macrosKees Cook-40/+2
2022-05-08sancov: Split plugin build from plugin CFLAGSKees Cook-6/+8
2022-05-08modpost: split new_symbol() to symbol allocation and hash table additionMasahiro Yamada-10/+8
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