summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2021-10-24kbuild: split DEBUG_CFLAGS out to scripts/Makefile.debugMasahiro Yamada
2021-10-12kbuild: Add make tarzst-pkg build optionPaweł Jasiak
2021-10-12scripts: update the comments of kallsyms supportHui Su
2021-10-11kconfig: refactor conf_touch_dep()Masahiro Yamada
2021-10-11kconfig: refactor conf_write_dep()Masahiro Yamada
2021-10-11kconfig: refactor conf_write_autoconf()Masahiro Yamada
2021-10-11kconfig: add conf_get_autoheader_name()Masahiro Yamada
2021-10-11kconfig: move sym_escape_string_value() to confdata.cMasahiro Yamada
2021-10-11kconfig: refactor listnewconfig codeMasahiro Yamada
2021-10-11kconfig: refactor conf_write_symbol()Masahiro Yamada
2021-10-11kconfig: refactor conf_write_heading()Masahiro Yamada
2021-10-01kconfig: remove 'const' from the return type of sym_escape_string_value()Masahiro Yamada
2021-09-30kconfig: rename a variable in the lexer to a clearer nameMasahiro Yamada
2021-09-30kconfig: narrow the scope of variables in the lexerMasahiro Yamada
2021-09-25kconfig: Create links to main menu items in searchAriel Marcovitch
2021-09-22kbuild: reuse $(cmd_objtool) for cmd_cc_lto_link_modulesMasahiro Yamada
2021-09-22kbuild: detect objtool update without using .SECONDEXPANSIONMasahiro Yamada
2021-09-22kbuild: factor out OBJECT_FILES_NON_STANDARD check into a macroMasahiro Yamada
2021-09-22kbuild: store the objtool command in *.cmd filesMasahiro Yamada
2021-09-22kbuild: rename __objtool_obj and reuse it for cmd_cc_lto_link_modulesMasahiro Yamada
2021-09-22kbuild: move objtool_args back to scripts/Makefile.buildMasahiro Yamada
2021-09-19Merge tag 'kbuild-fixes-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-09-19kbuild: Add -Werror=ignored-optimization-argument to CLANG_FLAGSNathan Chancellor
2021-09-19kbuild: Fix comment typo in scripts/Makefile.modpostRamji Jiyani
2021-09-19gen_compile_commands: fix missing 'sys' packageKortan
2021-09-19checkkconfigsymbols.py: Remove skipping of help lines in parse_kconfig_fileAriel Marcovitch
2021-09-19checkkconfigsymbols.py: Forbid passing 'HEAD' to --commitAriel Marcovitch
2021-09-13Merge branch 'gcc-min-version-5.1' (make gcc-5.1 the minimum version)Linus Torvalds
2021-09-13Documentation: raise minimum supported version of GCC to 5.1Nick Desaulniers
2021-09-11Merge tag 'riscv-for-linus-5.15-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-09-11Merge branch 'for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jlaw...Linus Torvalds
2021-09-10riscv: Enable BUILDTIME_TABLE_SORTJisheng Zhang
2021-09-08Merge tag 'modules-for-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-09-08scripts: check_extable: fix typo in user error messageRandy Dunlap
2021-09-08checkpatch: improve GIT_COMMIT_ID testJoe Perches
2021-09-08checkpatch: make email address check case insensitiveMimi Zohar
2021-09-08checkpatch: support wide stringsJoe Perches
2021-09-06don't make the syscall checking produce errors from warningsStephen Rothwell
2021-09-03Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2021-09-03Merge tag 'powerpc-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2021-09-03kbuild: redo fake deps at include/ksym/*.hMasahiro Yamada
2021-09-03kbuild: clean up objtool_args slightlyMasahiro Yamada
2021-09-03modpost: get the *.mod file path more simplyMasahiro Yamada
2021-09-03checkkconfigsymbols.py: Fix the '--ignore' optionAriel Marcovitch
2021-09-03kbuild: merge vmlinux_link() between ARCH=um and other architecturesMasahiro Yamada
2021-09-03kbuild: do not remove 'linux' link in scripts/link-vmlinux.shMasahiro Yamada
2021-09-03kbuild: merge vmlinux_link() between the ordinary link and Clang LTOMasahiro Yamada
2021-09-03kbuild: remove stale *.symversionsMasahiro Yamada
2021-09-03kbuild: remove unused quiet_cmd_update_lto_symversionsMasahiro Yamada