summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2022-07-21scripts/gdb: Fix gdb 'lx-symbols' commandKhalid Masum
2022-07-11Merge tag 'x86_bugs_retbleed' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-07-10kbuild: remove unused cmd_none in scripts/Makefile.modinstMasahiro Yamada
2022-06-29x86/retbleed: Add fine grained Kconfig knobsPeter Zijlstra
2022-06-29gen_compile_commands: handle multiple lines per .mod fileJohn Hubbard
2022-06-27objtool: Add entry UNRET validationPeter Zijlstra
2022-06-26kbuild: Ignore __this_module in gen_autoksyms.shSami Tolvanen
2022-06-20modpost: fix section mismatch check for exported init/exit sectionsMasahiro Yamada
2022-06-19Merge tag 'objtool-urgent-2022-06-19' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-06-12Merge tag 'kbuild-fixes-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-06-11scripts/gdb: change kernel config dumping methodKuan-Ying Lee
2022-06-10scripts/check-local-export: avoid 'wait $!' for process substitutionMasahiro Yamada
2022-06-08cert host tools: Stop complaining about deprecated OpenSSL functionsLinus Torvalds
2022-06-08scripts/nsdeps: adjust to the format change of *.mod filesMasahiro Yamada
2022-06-08kbuild: avoid regex RS for POSIX awkKevin Locke
2022-06-06faddr2line: Fix overlapping text section failures, the sequelJosh Poimboeuf
2022-06-05Merge tag 'objtool-urgent-2022-06-05' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-06-05Merge tag 'kbuild-v5.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2022-06-05kbuild: Allow to select bash in a modified environmentSchspa Shi
2022-06-05scripts: kconfig: nconf: make nconfig accept jk keybindingsIsak Ellmer
2022-06-05modpost: use fnmatch() to simplify match()Masahiro Yamada
2022-06-05modpost: simplify mod->name allocationMasahiro Yamada
2022-06-05kbuild: factor out the common objtool argumentsMasahiro Yamada
2022-06-05kbuild: move vmlinux.o link to scripts/Makefile.vmlinux_oMasahiro Yamada
2022-06-05kbuild: clean .tmp_* pattern by make cleanMasahiro Yamada
2022-06-03Merge tag 'loongarch-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2022-06-03Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-06-03Merge tag 'char-misc-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-06-03Merge tag 'spdx-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gr...Linus Torvalds
2022-06-03LoongArch: Add build infrastructureHuacai Chen
2022-06-03LoongArch: Add ELF-related definitionsHuacai Chen
2022-06-02Merge tag 'docs-5.19-2' of git://git.lwn.net/linuxLinus Torvalds
2022-06-01docs: move Linux logo into a new `images` folderMiguel Ojeda
2022-06-01kbuild: remove redundant cleanups in scripts/link-vmlinux.shMasahiro Yamada
2022-06-01kbuild: rebuild multi-object modules when objtool is updatedMasahiro Yamada
2022-06-01kbuild: add cmd_and_savecmd macroMasahiro Yamada
2022-06-01kbuild: make *.mod rule robust against too long argument errorMasahiro Yamada
2022-06-01kbuild: make built-in.a rule robust against too long argument errorMasahiro Yamada
2022-06-01kbuild: check static EXPORT_SYMBOL* by script instead of modpostMasahiro Yamada
2022-05-29kbuild: do not create *.prelink.o for Clang LTO or IBTMasahiro Yamada
2022-05-29kbuild: replace $(linked-object) with CONFIG optionsMasahiro Yamada
2022-05-29kbuild: do not try to parse *.cmd files for objects provided by compilerMasahiro Yamada
2022-05-27Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-05-27objtool: Add CONFIG_HAVE_UACCESS_VALIDATIONJosh Poimboeuf
2022-05-27kbuild: replace $(if A,A,B) with $(or A,B) in scripts/Makefile.modpostMasahiro Yamada
2022-05-27modpost: squash if...else-if in find_elf_symbol2()Masahiro Yamada
2022-05-27modpost: reuse ARRAY_SIZE() macro for section_mismatch()Masahiro Yamada
2022-05-27modpost: remove the unused argument of check_sec_ref()Masahiro Yamada
2022-05-27modpost: fix undefined behavior of is_arm_mapping_symbol()Masahiro Yamada
2022-05-27modpost: fix removing numeric suffixesAlexander Lobakin