aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2022-06-26kbuild: Ignore __this_module in gen_autoksyms.shGravatar Sami Tolvanen 1-0/+3
2022-06-20modpost: fix section mismatch check for exported init/exit sectionsGravatar Masahiro Yamada 1-1/+1
2022-06-19Merge tag 'objtool-urgent-2022-06-19' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-11/+34
2022-06-12Merge tag 'kbuild-fixes-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 4-23/+28
2022-06-11scripts/gdb: change kernel config dumping methodGravatar Kuan-Ying Lee 1-3/+3
2022-06-10scripts/check-local-export: avoid 'wait $!' for process substitutionGravatar Masahiro Yamada 1-15/+21
2022-06-08cert host tools: Stop complaining about deprecated OpenSSL functionsGravatar Linus Torvalds 1-0/+7
2022-06-08scripts/nsdeps: adjust to the format change of *.mod filesGravatar Masahiro Yamada 1-3/+2
2022-06-08kbuild: avoid regex RS for POSIX awkGravatar Kevin Locke 1-2/+2
2022-06-06faddr2line: Fix overlapping text section failures, the sequelGravatar Josh Poimboeuf 1-11/+34
2022-06-05Merge tag 'objtool-urgent-2022-06-05' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+1
2022-06-05Merge tag 'kbuild-v5.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Gravatar Linus Torvalds 14-341/+287
2022-06-05kbuild: Allow to select bash in a modified environmentGravatar Schspa Shi 1-1/+1
2022-06-05scripts: kconfig: nconf: make nconfig accept jk keybindingsGravatar Isak Ellmer 1-2/+6
2022-06-05modpost: use fnmatch() to simplify match()Gravatar Masahiro Yamada 1-61/+13
2022-06-05modpost: simplify mod->name allocationGravatar Masahiro Yamada 1-13/+12
2022-06-05kbuild: factor out the common objtool argumentsGravatar Masahiro Yamada 4-97/+52
2022-06-05kbuild: move vmlinux.o link to scripts/Makefile.vmlinux_oGravatar Masahiro Yamada 2-40/+62
2022-06-05kbuild: clean .tmp_* pattern by make cleanGravatar Masahiro Yamada 2-6/+3
2022-06-03Merge tag 'loongarch-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 2-1/+6
2022-06-03Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-2/+2
2022-06-03Merge tag 'char-misc-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-4/+17
2022-06-03Merge tag 'spdx-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gr...Gravatar Linus Torvalds 2-12/+181
2022-06-03LoongArch: Add build infrastructureGravatar Huacai Chen 1-1/+1
2022-06-03LoongArch: Add ELF-related definitionsGravatar Huacai Chen 1-0/+5
2022-06-02Merge tag 'docs-5.19-2' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-1/+1
2022-06-01docs: move Linux logo into a new `images` folderGravatar Miguel Ojeda 1-1/+1
2022-06-01kbuild: remove redundant cleanups in scripts/link-vmlinux.shGravatar Masahiro Yamada 1-2/+0
2022-06-01kbuild: rebuild multi-object modules when objtool is updatedGravatar Masahiro Yamada 1-3/+8
2022-06-01kbuild: add cmd_and_savecmd macroGravatar Masahiro Yamada 1-2/+4
2022-06-01kbuild: make *.mod rule robust against too long argument errorGravatar Masahiro Yamada 1-2/+4
2022-06-01kbuild: make built-in.a rule robust against too long argument errorGravatar Masahiro Yamada 1-1/+6
2022-06-01kbuild: check static EXPORT_SYMBOL* by script instead of modpostGravatar Masahiro Yamada 3-27/+70
2022-05-29kbuild: do not create *.prelink.o for Clang LTO or IBTGravatar Masahiro Yamada 6-67/+28
2022-05-29kbuild: replace $(linked-object) with CONFIG optionsGravatar Masahiro Yamada 1-2/+1
2022-05-29kbuild: do not try to parse *.cmd files for objects provided by compilerGravatar Masahiro Yamada 1-1/+8
2022-05-27Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 3-8/+21
2022-05-27objtool: Add CONFIG_HAVE_UACCESS_VALIDATIONGravatar Josh Poimboeuf 2-2/+4
2022-05-27kbuild: replace $(if A,A,B) with $(or A,B) in scripts/Makefile.modpostGravatar Masahiro Yamada 1-1/+1
2022-05-27modpost: squash if...else-if in find_elf_symbol2()Gravatar Masahiro Yamada 1-7/+3
2022-05-27modpost: reuse ARRAY_SIZE() macro for section_mismatch()Gravatar Masahiro Yamada 3-6/+6
2022-05-27modpost: remove the unused argument of check_sec_ref()Gravatar Masahiro Yamada 1-3/+2
2022-05-27modpost: fix undefined behavior of is_arm_mapping_symbol()Gravatar Masahiro Yamada 1-1/+2
2022-05-27modpost: fix removing numeric suffixesGravatar Alexander Lobakin 1-1/+1
2022-05-27scripts/kallsyms: update usage message of the kallsyms programGravatar Yuntao Wang 1-1/+1
2022-05-27kbuild: Fix include path in scripts/Makefile.modpostGravatar Jing Leng 1-2/+1
2022-05-26Merge tag 'hardening-v5.19-rc1-fix1' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 6-6/+6
2022-05-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-1/+2
2022-05-26Merge tag 'kbuild-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 22-529/+792
2022-05-26Merge tag 'asm-generic-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+0