summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* kconfig: refactor Makefile to reduce process forksMasahiro Yamada2022-12-137-48/+68
* kbuild: add read-file macroMasahiro Yamada2022-12-133-2/+16
* kbuild: do not sort after reading modules.orderMasahiro Yamada2022-12-132-2/+2
* kbuild: add test-{ge,gt,le,lt} macrosMasahiro Yamada2022-12-132-2/+18
* Documentation: raise minimum supported version of binutils to 2.25Masahiro Yamada2022-12-131-1/+1
* kbuild: add -Wundef to KBUILD_CPPFLAGS for W=1 buildsMasahiro Yamada2022-12-111-0/+1
* modpost: Mark uuid_le type to be suitable only for MEIAndy Shevchenko2022-11-271-4/+8
* kbuild: add ability to make source rpm buildable using kojiIvan Vecera2022-11-242-0/+17
* kbuild: warn objects shared among multiple modulesMasahiro Yamada2022-11-221-0/+6
* kbuild: add kbuild-file macroMasahiro Yamada2022-11-226-14/+12
* kbuild: deb-pkg: get rid of |flex:native workaround from Build-DependsMasahiro Yamada2022-11-211-1/+1
* scripts/jobserver-exec: parse the last --jobserver-auth= optionMasahiro Yamada2022-11-211-1/+3
* kconfig: remove redundant (void *) cast in search_conf()Masahiro Yamada2022-11-211-2/+1
* kconfig: remove const qualifier from str_get()Masahiro Yamada2022-11-213-4/+4
* kconfig: remove unneeded variable in get_prompt_str()Masahiro Yamada2022-11-211-3/+1
* modpost: fix array_size.cocci warningKaiLong Wang2022-11-211-2/+2
* Makefile.debug: support for -gz=zstdNick Desaulniers2022-11-211-1/+5
* modpost: Join broken long printed messagesGeert Uytterhoeven2022-11-212-16/+10
* kbuild: Restore .version auto-increment behaviour for Debian packagesMarc Zyngier2022-11-171-1/+1
* Merge tag 's390-6.1-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2022-11-111-1/+1
|\
| * scripts/min-tool-version.sh: raise minimum clang version to 15.0.0 for s390Heiko Carstens2022-11-091-1/+1
* | kconfig: fix segmentation fault in menuconfig searchMasahiro Yamada2022-11-021-19/+4
* | kbuild: fix typo in modpostWill McVicker2022-10-281-1/+1
|/
* Merge tag 'kbuild-fixes-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-10-164-9/+8
|\
| * kbuild: add -fno-discard-value-names to cmd_cc_ll_cNick Desaulniers2022-10-151-1/+1
| * scripts/clang-tools: Convert clang-tidy args to listGuru Das Srinagesh2022-10-141-5/+6
| * modpost: put modpost options before argumentRichard Acayan2022-10-141-1/+1
| * kbuild: Stop including vmlinux.bz2 in the rpm'sZack Rusin2022-10-131-2/+0
* | Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-10-122-16/+156
|\ \
| * | checkpatch: warn for non-standard fixes tag styleNiklas Söderlund2022-10-031-0/+44
| * | checkpatch: handle FILE pointer typeMickaël Salaün2022-09-111-1/+5
| * | checkpatch: add kmap and kmap_atomic to the deprecated listIra Weiny2022-09-111-0/+2
| * | scripts/decodecode: improve faulting line determinationBorislav Petkov2022-09-111-15/+105
* | | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-102-0/+17
|\ \ \ | |_|/ |/| |
| * | kmsan: add KMSAN runtime coreAlexander Potapenko2022-10-032-0/+17
| |/
* | Merge tag 'devicetree-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-10-102-8/+75
|\ \
| * | dt: Add a check for undocumented compatible strings in kernelRob Herring2022-09-271-0/+69
| * | kbuild: take into account DT_SCHEMA_FILES changes while checking dtbsDmitry Baryshkov2022-09-271-8/+6
* | | Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2022-10-1022-421/+359
|\ \ \
| * | | kbuild: rebuild .vmlinux.export.o when its prerequisite is updatedMasahiro Yamada2022-10-032-6/+20
| * | | kbuild: move modules.builtin(.modinfo) rules to Makefile.vmlinux_oMasahiro Yamada2022-10-032-8/+25
| * | | kallsyms: ignore __kstrtab_* and __kstrtabns_* symbolsMasahiro Yamada2022-10-031-0/+4
| * | | kallsyms: take the input file instead of reading stdinMasahiro Yamada2022-10-022-19/+34
| * | | kallsyms: drop duplicated ignore patterns from kallsyms.cMasahiro Yamada2022-10-022-4/+13
| * | | kbuild: reuse mksysmap output for kallsymsMasahiro Yamada2022-10-021-6/+5
| * | | mksysmap: update comment about __crc_*Masahiro Yamada2022-10-021-4/+4
| * | | kbuild: remove head-y syntaxMasahiro Yamada2022-10-021-0/+53
| * | | kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada2022-10-024-30/+10
| * | | kbuild: re-run modpost when it is updatedMasahiro Yamada2022-09-291-6/+8
| * | | kbuild: unify two modpost invocationsMasahiro Yamada2022-09-293-69/+29