aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2021-09-25stddef: Introduce struct_group() helper macroGravatar Kees Cook 1-0/+7
2021-09-24kasan: always respect CONFIG_KASAN_STACKGravatar Nathan Chancellor 1-1/+2
2021-09-24scripts/sorttable: riscv: fix undeclared identifier 'EM_RISCV' errorGravatar Miles Chen 1-0/+4
2021-09-23scripts: get_abi.pl: ensure that "others" regex will be parsedGravatar Mauro Carvalho Chehab 1-0/+16
2021-09-23scripts: get_abi.pl: precompile what match regexesGravatar Mauro Carvalho Chehab 1-9/+29
2021-09-23scripts: get_abi.pl: stop check loop earlier when regex is foundGravatar Mauro Carvalho Chehab 1-5/+2
2021-09-23scripts: get_abi.pl: ignore some sysfs nodes earlierGravatar Mauro Carvalho Chehab 1-8/+8
2021-09-23scripts: get_abi.pl: Better handle leaves with wildcardsGravatar Mauro Carvalho Chehab 1-1/+1
2021-09-23scripts: get_abi.pl: improve debug logicGravatar Mauro Carvalho Chehab 1-9/+19
2021-09-23scripts: get_abi.pl: call get_leave() a little lateGravatar Mauro Carvalho Chehab 1-2/+1
2021-09-23scripts: get_abi.pl: Fix get_abi.pl search outputGravatar Mauro Carvalho Chehab 1-0/+1
2021-09-21kbuild: Enable dtc 'unit_address_format' warning by defaultGravatar Rob Herring 1-1/+0
2021-09-21scripts: get_abi.pl: add a graph to speedup the undefined algorithmGravatar Mauro Carvalho Chehab 1-61/+127
2021-09-21scripts: get_abi.pl: Ignore fs/cgroup sysfs nodes earlierGravatar Mauro Carvalho Chehab 1-3/+4
2021-09-21scripts: get_abi.pl: don't skip what that ends with wildcardsGravatar Mauro Carvalho Chehab 1-34/+46
2021-09-21scripts: get_abi.pl: add an option to filter undefined resultsGravatar Mauro Carvalho Chehab 1-6/+31
2021-09-21scripts: get_abi.pl: detect softlinksGravatar Mauro Carvalho Chehab 1-33/+156
2021-09-21scripts: get_abi.pl: Check for missing symbols at the ABI specsGravatar Mauro Carvalho Chehab 1-2/+88
2021-09-21scripts: get_abi.pl: Better handle multiple What parametersGravatar Mauro Carvalho Chehab 1-4/+4
2021-09-19Merge tag 'kbuild-fixes-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 4-9/+10
2021-09-19kbuild: Add -Werror=ignored-optimization-argument to CLANG_FLAGSGravatar Nathan Chancellor 1-0/+5
2021-09-19kbuild: Fix comment typo in scripts/Makefile.modpostGravatar Ramji Jiyani 1-1/+1
2021-09-19gen_compile_commands: fix missing 'sys' packageGravatar Kortan 1-0/+1
2021-09-19checkkconfigsymbols.py: Remove skipping of help lines in parse_kconfig_fileGravatar Ariel Marcovitch 1-8/+0
2021-09-19checkkconfigsymbols.py: Forbid passing 'HEAD' to --commitGravatar Ariel Marcovitch 1-0/+3
2021-09-14scripts/tags.sh: Fix obsolete parameter for ctagsGravatar Philip K. Gisslow 1-1/+5
2021-09-13Merge branch 'gcc-min-version-5.1' (make gcc-5.1 the minimum version)Gravatar Linus Torvalds 1-7/+1
2021-09-13Documentation: raise minimum supported version of GCC to 5.1Gravatar Nick Desaulniers 1-7/+1
2021-09-13x86/extable: Rework the exception table mechanicsGravatar Thomas Gleixner 1-2/+2
2021-09-11Merge tag 'riscv-for-linus-5.15-mw1' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+1
2021-09-11Merge branch 'for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jlaw...Gravatar Linus Torvalds 2-1/+3
2021-09-10riscv: Enable BUILDTIME_TABLE_SORTGravatar Jisheng Zhang 1-0/+1
2021-09-08Merge tag 'modules-for-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+1
2021-09-08Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-37/+58
2021-09-08scripts: check_extable: fix typo in user error messageGravatar Randy Dunlap 1-1/+1
2021-09-08checkpatch: improve GIT_COMMIT_ID testGravatar Joe Perches 1-31/+51
2021-09-08checkpatch: make email address check case insensitiveGravatar Mimi Zohar 1-2/+2
2021-09-08checkpatch: support wide stringsGravatar Joe Perches 1-3/+4
2021-09-06don't make the syscall checking produce errors from warningsGravatar Stephen Rothwell 1-1/+1
2021-09-03Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 21-135/+166
2021-09-03Merge tag 'powerpc-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-1/+1
2021-09-03kbuild: redo fake deps at include/ksym/*.hGravatar Masahiro Yamada 2-5/+4
2021-09-03kbuild: clean up objtool_args slightlyGravatar Masahiro Yamada 1-6/+5
2021-09-03modpost: get the *.mod file path more simplyGravatar Masahiro Yamada 3-16/+11
2021-09-03checkkconfigsymbols.py: Fix the '--ignore' optionGravatar Ariel Marcovitch 1-1/+1
2021-09-03kbuild: merge vmlinux_link() between ARCH=um and other architecturesGravatar Masahiro Yamada 1-33/+23
2021-09-03kbuild: do not remove 'linux' link in scripts/link-vmlinux.shGravatar Masahiro Yamada 1-1/+0
2021-09-03kbuild: merge vmlinux_link() between the ordinary link and Clang LTOGravatar Masahiro Yamada 1-16/+14
2021-09-03kbuild: remove stale *.symversionsGravatar Masahiro Yamada 1-0/+2
2021-09-03kbuild: remove unused quiet_cmd_update_lto_symversionsGravatar Masahiro Yamada 1-1/+0