summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* objtool: Enable unreachable warnings for CLANG LTOJosh Poimboeuf2022-04-192-2/+2
* Merge tag 'hardening-v5.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-04-121-17/+27
|\
| * gcc-plugins: latent_entropy: use /dev/urandomJason A. Donenfeld2022-04-121-17/+27
* | modpost: restore the warning message for missing symbol versionsMasahiro Yamada2022-04-031-1/+1
* | kbuild: fix empty ${PYTHON} in scripts/link-vmlinux.shMasahiro Yamada2022-04-021-1/+1
* | kconfig: remove stale comment about removed kconfig_print_symbol()Masahiro Yamada2022-04-021-7/+0
* | Merge tag 'docs-5.18-2' of git://git.lwn.net/linuxLinus Torvalds2022-03-313-4/+15
|\ \
| * | scripts/kernel-doc: change the line number meta infoMauro Carvalho Chehab2022-03-281-2/+2
| * | scripts/get_abi: change the file/line number meta infoMauro Carvalho Chehab2022-03-281-2/+2
| * | scripts/get_feat.pl: allow output the parsed file namesMauro Carvalho Chehab2022-03-281-0/+11
* | | Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-03-316-53/+43
|\ \ \
| * | | fixdep: use fflush() and ferror() to ensure successful write to filesMasahiro Yamada2022-03-311-27/+19
| * | | kallsyms: ignore all local labels prefixed by '.L'Changbin Du2022-02-221-1/+1
| * | | kconfig: fix missing '# end of' for empty menuMasahiro Yamada2022-02-181-12/+13
| * | | kconfig: add fflush() before ferror() checkMasahiro Yamada2022-02-181-0/+2
| * | | kbuild: replace $(if A,A,B) with $(or A,B)Masahiro Yamada2022-02-153-5/+4
| * | | kbuild: unify cmd_copy and cmd_shippedMasahiro Yamada2022-02-141-8/+4
* | | | Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-03-282-2/+3
|\ \ \ \
| * | | | scripts: get_abi.pl: Fix typo in help messageMichal Simek2022-03-181-1/+1
| * | | | Merge 5.17-rc6 into driver-core-nextGreg Kroah-Hartman2022-02-284-12/+18
| |\| | |
| * | | | scripts/get_abi.pl: Ignore hidden filesJonathan Neuschäfer2022-02-041-0/+1
| * | | | spdxcheck.py: Fix a type errorDing Xiang2022-02-041-1/+1
* | | | | Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-03-274-24/+31
|\ \ \ \ \
| * | | | | kbuild: Fixup the IBT kbuild changesPeter Zijlstra2022-03-223-55/+27
| * | | | | x86/alternative: Use .ibt_endbr_seal to seal indirect callsPeter Zijlstra2022-03-152-11/+46
| * | | | | objtool: Rename --duplicate to --ltoPeter Zijlstra2022-03-151-1/+1
| | |/ / / | |/| | |
* | | | | Merge tag 'memcpy-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-261-2/+6
|\ \ \ \ \
| * | | | | fortify: Update compile-time tests for Clang 14Kees Cook2022-02-131-2/+6
* | | | | | Merge tag 'devicetree-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-03-264-30/+418
|\ \ \ \ \ \
| * | | | | | dt-bindings: kbuild: Use DTB files for validationRob Herring2022-03-113-27/+8
| * | | | | | dt-bindings: kbuild: Pass DT_SCHEMA_FILES to dt-validateRob Herring2022-03-111-3/+2
| * | | | | | of: unittest: add program to process EXPECT messagesFrank Rowand2022-02-281-0/+408
| * | | | | | scripts/dtc: Call pkg-config POSIXly correctThomas Bracht Laumann Jespersen2022-02-041-1/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'kbuild-gnu11-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-03-252-1/+4
|\ \ \ \ \ \
| * | | | | | Kbuild: use -Wdeclaration-after-statementMark Rutland2022-03-131-1/+3
| * | | | | | Kbuild: add -Wno-shift-negative-value where -Wextra is usedArnd Bergmann2022-03-131-0/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 's390-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2022-03-252-42/+6
|\ \ \ \ \ \
| * | | | | | s390/nospec: add an option to use thunk-externVasily Gorbik2022-03-101-0/+5
| * | | | | | s390/extable: convert to relative table with dataHeiko Carstens2022-03-081-42/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-241-5/+26
|\ \ \ \ \ \
| * | | | | | checkpatch: use python3 to find codespell dictionarySagar Patel2022-03-231-2/+2
| * | | | | | checkpatch: add early_param exception to blank line after struct/function testJoe Perches2022-03-231-1/+1
| * | | | | | checkpatch: add --fix option for some TRAILING_STATEMENTSJoe Perches2022-03-231-2/+16
| * | | | | | checkpatch: prefer MODULE_LICENSE("GPL") over MODULE_LICENSE("GPL v2")Joe Perches2022-03-231-0/+7
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-03-243-21/+121
|\ \ \ \ \ \
| * | | | | | scripts/pahole-flags.sh: Parse DWARF and generate BTF with multithreading.Kui-Feng Lee2022-02-221-0/+3
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-173-11/+17
| |\| | | | |
| * | | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-02-092-1/+14
| |\ \ \ \ \ \
| | * | | | | | scripts/pahole-flags.sh: Use pahole-version.shNathan Chancellor2022-02-021-1/+1
| | * | | | | | kbuild: Add CONFIG_PAHOLE_VERSIONNathan Chancellor2022-02-021-0/+13