summaryrefslogtreecommitdiffstats
path: root/scripts (follow)
Commit message (Expand)AuthorAgeFilesLines
* kbuild: split DEBUG_CFLAGS out to scripts/Makefile.debugMasahiro Yamada2021-10-241-0/+33
* kbuild: Add make tarzst-pkg build optionPaweł Jasiak2021-10-122-3/+11
* scripts: update the comments of kallsyms supportHui Su2021-10-121-3/+3
* kconfig: refactor conf_touch_dep()Masahiro Yamada2021-10-111-18/+4
* kconfig: refactor conf_write_dep()Masahiro Yamada2021-10-111-17/+37
* kconfig: refactor conf_write_autoconf()Masahiro Yamada2021-10-111-37/+57
* kconfig: add conf_get_autoheader_name()Masahiro Yamada2021-10-111-3/+8
* kconfig: move sym_escape_string_value() to confdata.cMasahiro Yamada2021-10-113-47/+45
* kconfig: refactor listnewconfig codeMasahiro Yamada2021-10-113-12/+8
* kconfig: refactor conf_write_symbol()Masahiro Yamada2021-10-111-79/+57
* kconfig: refactor conf_write_heading()Masahiro Yamada2021-10-111-62/+33
* kconfig: remove 'const' from the return type of sym_escape_string_value()Masahiro Yamada2021-10-014-23/+24
* kconfig: rename a variable in the lexer to a clearer nameMasahiro Yamada2021-09-291-3/+3
* kconfig: narrow the scope of variables in the lexerMasahiro Yamada2021-09-291-1/+2
* kconfig: Create links to main menu items in searchAriel Marcovitch2021-09-251-15/+18
* kbuild: reuse $(cmd_objtool) for cmd_cc_lto_link_modulesMasahiro Yamada2021-09-221-11/+17
* kbuild: detect objtool update without using .SECONDEXPANSIONMasahiro Yamada2021-09-221-7/+5
* kbuild: factor out OBJECT_FILES_NON_STANDARD check into a macroMasahiro Yamada2021-09-221-6/+6
* kbuild: store the objtool command in *.cmd filesMasahiro Yamada2021-09-221-9/+5
* kbuild: rename __objtool_obj and reuse it for cmd_cc_lto_link_modulesMasahiro Yamada2021-09-221-6/+5
* kbuild: move objtool_args back to scripts/Makefile.buildMasahiro Yamada2021-09-222-11/+10
* Merge tag 'kbuild-fixes-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-09-194-9/+10
|\
| * kbuild: Add -Werror=ignored-optimization-argument to CLANG_FLAGSNathan Chancellor2021-09-191-0/+5
| * kbuild: Fix comment typo in scripts/Makefile.modpostRamji Jiyani2021-09-191-1/+1
| * gen_compile_commands: fix missing 'sys' packageKortan2021-09-191-0/+1
| * checkkconfigsymbols.py: Remove skipping of help lines in parse_kconfig_fileAriel Marcovitch2021-09-191-8/+0
| * checkkconfigsymbols.py: Forbid passing 'HEAD' to --commitAriel Marcovitch2021-09-191-0/+3
* | Merge branch 'gcc-min-version-5.1' (make gcc-5.1 the minimum version)Linus Torvalds2021-09-131-7/+1
|\ \ | |/ |/|
| * Documentation: raise minimum supported version of GCC to 5.1Nick Desaulniers2021-09-131-7/+1
* | Merge tag 'riscv-for-linus-5.15-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-09-111-0/+1
|\ \
| * | riscv: Enable BUILDTIME_TABLE_SORTJisheng Zhang2021-09-111-0/+1
* | | Merge branch 'for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jlaw...Linus Torvalds2021-09-112-1/+3
|\ \ \
| * | | scripts: coccinelle: allow list_entry_is_head() to use posDaniel Thompson2021-08-081-0/+2
| * | | coccinelle: api: rename kzfree to kfree_sensitiveWeizhao Ouyang2021-08-051-1/+1
* | | | Merge tag 'modules-for-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-09-091-0/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | module: combine constructors in module linker scriptReiner Huober2021-07-191-0/+1
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-082-37/+58
|\ \ \ \
| * | | | scripts: check_extable: fix typo in user error messageRandy Dunlap2021-09-081-1/+1
| * | | | checkpatch: improve GIT_COMMIT_ID testJoe Perches2021-09-081-31/+51
| * | | | checkpatch: make email address check case insensitiveMimi Zohar2021-09-081-2/+2
| * | | | checkpatch: support wide stringsJoe Perches2021-09-081-3/+4
* | | | | don't make the syscall checking produce errors from warningsStephen Rothwell2021-09-061-1/+1
| |_|_|/ |/| | |
* | | | Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-09-0421-135/+166
|\ \ \ \
| * | | | kbuild: redo fake deps at include/ksym/*.hMasahiro Yamada2021-09-032-5/+4
| * | | | kbuild: clean up objtool_args slightlyMasahiro Yamada2021-09-031-6/+5
| * | | | modpost: get the *.mod file path more simplyMasahiro Yamada2021-09-033-16/+11
| * | | | checkkconfigsymbols.py: Fix the '--ignore' optionAriel Marcovitch2021-09-031-1/+1
| * | | | kbuild: merge vmlinux_link() between ARCH=um and other architecturesMasahiro Yamada2021-09-031-33/+23
| * | | | kbuild: do not remove 'linux' link in scripts/link-vmlinux.shMasahiro Yamada2021-09-031-1/+0
| * | | | kbuild: merge vmlinux_link() between the ordinary link and Clang LTOMasahiro Yamada2021-09-031-16/+14