summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2022-05-26Merge tag 'kbuild-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2022-05-26Merge tag 'asm-generic-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-05-25Merge tag 'checkpatch-new-alloc-check-5.19-rc1' of git://git.kernel.org/pub/s...Linus Torvalds
2022-05-25Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2022-05-24Merge tag 'tpmdd-next-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-05-24Merge tag 'selinux-pr-20220523' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-05-24Merge tag 'kernel-hardening-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-05-24Merge tag 'objtool-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-05-24Merge tag 'locking-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-05-24genksyms: adjust the output format to modpostMasahiro Yamada
2022-05-24kbuild: stop merging *.symversionsMasahiro Yamada
2022-05-24kbuild: link symbol CRCs at final link, removing CONFIG_MODULE_REL_CRCSMasahiro Yamada
2022-05-23Merge tag 's390-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2022-05-23Merge tag 'x86_cpu_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-05-23Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-05-23bpf: Add verifier support for dynptrsJoanne Koong
2022-05-24modpost: extract symbol versions from *.cmd filesMasahiro Yamada
2022-05-24modpost: add sym_find_with_module() helperMasahiro Yamada
2022-05-23certs: Check that builtin blacklist hashes are validMickaël Salaün
2022-05-20bpf: Add bpf_skc_to_mptcp_sock_protoGeliang Tang
2022-05-20h8300: remove stale bindings and symlinkArnd Bergmann
2022-05-18locking/atomic: Add generic try_cmpxchg64 supportUros Bizjak
2022-05-17scripts/min-tool-version.sh: raise minimum clang version to 14.0.0 for s390Heiko Carstens
2022-05-16gcc-plugins: randstruct: Remove cast exception handlingKees Cook
2022-05-16af_unix: Silence randstruct GCC plugin warningKees Cook
2022-05-16niu: Silence randstruct warningsKees Cook
2022-05-16big_keys: Use struct for internal payloadKees Cook
2022-05-12scripts/faddr2line: Fix overlapping text section failuresJosh Poimboeuf
2022-05-12scripts: Create objdump-func helper scriptJosh Poimboeuf
2022-05-11modpost: change the license of EXPORT_SYMBOL to bool typeMasahiro Yamada
2022-05-11modpost: remove left-over cross_compile declarationMasahiro Yamada
2022-05-11kbuild: record symbol versions in *.cmd filesMasahiro Yamada
2022-05-11kbuild: generate a list of objects in vmlinuxMasahiro Yamada
2022-05-11modpost: move *.mod.c generation to write_mod_c_files()Masahiro Yamada
2022-05-11modpost: merge add_{intree_flag,retpoline,staging_flag} to add_headerMasahiro Yamada
2022-05-11scripts/prune-kernel: Use kernel-install if availableReza Arbab
2022-05-11kbuild: factor out the common installation code into scripts/install.shMasahiro Yamada
2022-05-10gcc-plugins: Change all version strings match kernelKees Cook
2022-05-08randstruct: Enable Clang supportKees Cook
2022-05-08randstruct: Move seed generation into scripts/basic/Kees Cook
2022-05-08randstruct: Split randstruct Makefile and CFLAGSKees Cook
2022-05-08randstruct: Reorganize Kconfigs and attribute macrosKees Cook
2022-05-08sancov: Split plugin build from plugin CFLAGSKees Cook
2022-05-08modpost: split new_symbol() to symbol allocation and hash table additionMasahiro Yamada
2022-05-08modpost: make sym_add_exported() always allocate a new symbolMasahiro Yamada
2022-05-08modpost: make multiple export errorMasahiro Yamada
2022-05-08modpost: dump Module.symvers in the same order of modules.orderMasahiro Yamada
2022-05-08modpost: traverse the namespace_list in orderMasahiro Yamada
2022-05-08modpost: use doubly linked list for dump_listsMasahiro Yamada
2022-05-08modpost: traverse unresolved symbols in orderMasahiro Yamada