summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* recordmcount.pl: fix typo in s390 mcount regexHeiko Carstens2021-12-241-1/+1
* recordmcount.pl: look for jgnop instruction as well as bcrl on s390Jerome Marchand2021-12-121-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds2021-11-242-0/+27
|\
| * HID: intel-ish-hid: add support for MODULE_DEVICE_TABLE()Thomas Weißschuh2021-11-092-0/+27
* | Merge tag 'coccinelle-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-11-131-0/+155
|\ \
| * | coccinelle: semantic patch to check for inappropriate do_div() callsWen Yang2021-09-111-0/+155
* | | Merge tag 'mips_5.16_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips...Linus Torvalds2021-11-131-0/+5
|\ \ \
| * | | mips: decompressor: do not copy source files while buildingMasahiro Yamada2021-11-101-0/+5
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-093-5/+35
|\ \ \ \
| * | | | scripts/gdb: handle split debug for vmlinuxDouglas Anderson2021-11-091-1/+2
| * | | | checkpatch: get default codespell dictionary path from package locationPeter Ujfalusi2021-11-091-4/+28
| * | | | checkpatch: improve EXPORT_SYMBOL test for EXPORT_SYMBOL_NS usesJoe Perches2021-11-091-0/+1
| * | | | const_structs.checkpatch: add a few sound ops structsRikard Falkeborn2021-11-091-0/+4
* | | | | 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