summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorLines
2022-05-24Merge tag 'tpmdd-next-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-0/+37
2022-05-24Merge tag 'selinux-pr-20220523' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-32/+47
2022-05-24Merge tag 'kernel-hardening-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-157/+69
2022-05-24Merge tag 'objtool-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-86/+180
2022-05-24Merge tag 'locking-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-14/+19
2022-05-24gcc-plugins: use KERNELVERSION for plugin versionMasahiro Yamada-6/+6
2022-05-24genksyms: adjust the output format to modpostMasahiro Yamada-7/+1
2022-05-24kbuild: stop merging *.symversionsMasahiro Yamada-38/+2
2022-05-24kbuild: link symbol CRCs at final link, removing CONFIG_MODULE_REL_CRCSMasahiro Yamada-42/+73
2022-05-23Merge tag 's390-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds-2/+1
2022-05-23Merge tag 'x86_cpu_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-4/+4
2022-05-23Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-0/+4
2022-05-23bpf: Add verifier support for dynptrsJoanne Koong-0/+2
2022-05-24modpost: extract symbol versions from *.cmd filesMasahiro Yamada-48/+131
2022-05-24modpost: add sym_find_with_module() helperMasahiro Yamada-2/+7
2022-05-23certs: Check that builtin blacklist hashes are validMickaël Salaün-0/+37
2022-05-20bpf: Add bpf_skc_to_mptcp_sock_protoGeliang Tang-0/+2
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