summaryrefslogtreecommitdiff
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-11-0812-326/+344
|\
| * 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-301-3/+3
| * kconfig: narrow the scope of variables in the lexerMasahiro Yamada2021-09-301-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 branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-063-2/+19
|\ \
| * | Compiler Attributes: add __alloc_size() for better bounds checkingKees Cook2021-11-061-1/+2
| * | scripts/decodecode: fix faulting instruction no print when opps.file is DOS f...weidonghui2021-11-061-1/+1
| * | scripts/spelling.txt: fix "mistake" version of "synchronization"Sven Eckelmann2021-11-061-1/+1
| * | scripts/spelling.txt: add more spellings to spelling.txtColin Ian King2021-11-061-0/+16
* | | Merge tag 'driver-core-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-11-041-26/+467
|\ \ \
| * \ \ Merge 5.15-rc6 into driver-core-nextGreg Kroah-Hartman2021-10-183-3/+9
| |\ \ \ | | |/ /
| * | | scripts: get_abi.pl: better generate regex from what fieldsMauro Carvalho Chehab2021-10-051-2/+11
| * | | scripts: get_abi.pl: fix fallback rule for undefined symbolsMauro Carvalho Chehab2021-10-051-1/+1
| * | | Merge 5.15-rc4 into driver-core-nextGreg Kroah-Hartman2021-10-047-17/+17
| |\ \ \
| * | | | scripts: get_abi.pl: make undefined search more deterministicMauro Carvalho Chehab2021-09-291-3/+5
| * | | | scripts: get_abi.pl: show progressMauro Carvalho Chehab2021-09-281-51/+104
| * | | | scripts: get_abi.pl: use STDERR for search-string and show-hintsMauro Carvalho Chehab2021-09-281-7/+7
| * | | | scripts: get_abi.pl: update its documentationMauro Carvalho Chehab2021-09-281-13/+15
| * | | | scripts: get_abi.pl: fix parse logic for DT firmwareMauro Carvalho Chehab2021-09-281-10/+20
| * | | | scripts: get_abi.pl: produce an error if the ref tree is brokenMauro Carvalho Chehab2021-09-281-1/+9
| * | | | scripts: get_abi.pl: create a valid ReST with duplicated tagsMauro Carvalho Chehab2021-09-281-0/+1
| * | | | scripts: get_abi.pl: ensure that "others" regex will be parsedMauro Carvalho Chehab2021-09-231-0/+16
| * | | | scripts: get_abi.pl: precompile what match regexesMauro Carvalho Chehab2021-09-231-9/+29
| * | | | scripts: get_abi.pl: stop check loop earlier when regex is foundMauro Carvalho Chehab2021-09-231-5/+2
| * | | | scripts: get_abi.pl: ignore some sysfs nodes earlierMauro Carvalho Chehab2021-09-231-8/+8
| * | | | scripts: get_abi.pl: Better handle leaves with wildcardsMauro Carvalho Chehab2021-09-231-1/+1
| * | | | scripts: get_abi.pl: improve debug logicMauro Carvalho Chehab2021-09-231-9/+19
| * | | | scripts: get_abi.pl: call get_leave() a little lateMauro Carvalho Chehab2021-09-231-2/+1
| * | | | scripts: get_abi.pl: Fix get_abi.pl search outputMauro Carvalho Chehab2021-09-231-0/+1
| * | | | scripts: get_abi.pl: add a graph to speedup the undefined algorithmMauro Carvalho Chehab2021-09-211-61/+127
| * | | | scripts: get_abi.pl: Ignore fs/cgroup sysfs nodes earlierMauro Carvalho Chehab2021-09-211-3/+4
| * | | | scripts: get_abi.pl: don't skip what that ends with wildcardsMauro Carvalho Chehab2021-09-211-34/+46