summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorLines
2022-06-03Merge tag 'loongarch-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-1/+6
2022-06-03Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-2/+2
2022-06-03Merge tag 'char-misc-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-4/+17
2022-06-03Merge tag 'spdx-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gr...Linus Torvalds-12/+181
2022-06-03LoongArch: Add build infrastructureHuacai Chen-1/+1
2022-06-03LoongArch: Add ELF-related definitionsHuacai Chen-0/+5
2022-06-02Merge tag 'docs-5.19-2' of git://git.lwn.net/linuxLinus Torvalds-1/+1
2022-06-01docs: move Linux logo into a new `images` folderMiguel Ojeda-1/+1
2022-06-01kbuild: remove redundant cleanups in scripts/link-vmlinux.shMasahiro Yamada-2/+0
2022-06-01kbuild: rebuild multi-object modules when objtool is updatedMasahiro Yamada-3/+8
2022-06-01kbuild: add cmd_and_savecmd macroMasahiro Yamada-2/+4
2022-06-01kbuild: make *.mod rule robust against too long argument errorMasahiro Yamada-2/+4
2022-06-01kbuild: make built-in.a rule robust against too long argument errorMasahiro Yamada-1/+6
2022-06-01kbuild: check static EXPORT_SYMBOL* by script instead of modpostMasahiro Yamada-27/+70
2022-05-29kbuild: do not create *.prelink.o for Clang LTO or IBTMasahiro Yamada-67/+28
2022-05-29kbuild: replace $(linked-object) with CONFIG optionsMasahiro Yamada-2/+1
2022-05-29kbuild: do not try to parse *.cmd files for objects provided by compilerMasahiro Yamada-1/+8
2022-05-27Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-8/+21
2022-05-27objtool: Add CONFIG_HAVE_UACCESS_VALIDATIONJosh Poimboeuf-2/+4
2022-05-27kbuild: replace $(if A,A,B) with $(or A,B) in scripts/Makefile.modpostMasahiro Yamada-1/+1
2022-05-27modpost: squash if...else-if in find_elf_symbol2()Masahiro Yamada-7/+3
2022-05-27modpost: reuse ARRAY_SIZE() macro for section_mismatch()Masahiro Yamada-6/+6
2022-05-27modpost: remove the unused argument of check_sec_ref()Masahiro Yamada-3/+2
2022-05-27modpost: fix undefined behavior of is_arm_mapping_symbol()Masahiro Yamada-1/+2
2022-05-27modpost: fix removing numeric suffixesAlexander Lobakin-1/+1
2022-05-27scripts/kallsyms: update usage message of the kallsyms programYuntao Wang-1/+1
2022-05-27kbuild: Fix include path in scripts/Makefile.modpostJing Leng-2/+1
2022-05-26Merge tag 'hardening-v5.19-rc1-fix1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-6/+6
2022-05-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-1/+2
2022-05-26Merge tag 'kbuild-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-529/+792
2022-05-26Merge tag 'asm-generic-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+0
2022-05-25Merge tag 'checkpatch-new-alloc-check-5.19-rc1' of git://git.kernel.org/pub/s...Linus Torvalds-3/+5
2022-05-25Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-0/+4
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