summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'objtool-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-05-245-86/+180
|\
| * scripts/faddr2line: Fix overlapping text section failuresJosh Poimboeuf2022-05-121-53/+97
| * scripts: Create objdump-func helper scriptJosh Poimboeuf2022-05-121-0/+29
| * objtool: Remove --lto and --vmlinux in favor of --linkJosh Poimboeuf2022-04-222-6/+6
| * objtool: Rename "VMLINUX_VALIDATION" -> "NOINSTR_VALIDATION"Josh Poimboeuf2022-04-221-1/+1
| * objtool: Make noinstr hacks optionalJosh Poimboeuf2022-04-222-0/+5
| * objtool: Make jump label hack optionalJosh Poimboeuf2022-04-222-0/+5
| * objtool: Make static call annotation optionalJosh Poimboeuf2022-04-222-1/+5
| * objtool: Make stack validation frame-pointer-specificJosh Poimboeuf2022-04-222-5/+0
| * objtool: Add CONFIG_OBJTOOLJosh Poimboeuf2022-04-223-17/+21
| * objtool: Make stack validation optionalJosh Poimboeuf2022-04-222-0/+5
| * objtool: Ditch subcommandsJosh Poimboeuf2022-04-222-9/+6
| * objtool: Reorganize cmdline optionsJosh Poimboeuf2022-04-222-16/+24
* | Merge tag 'locking-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-05-242-14/+19
|\ \
| * | locking/atomic: Add generic try_cmpxchg64 supportUros Bizjak2022-05-182-14/+19
* | | Merge tag 's390-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2022-05-231-2/+1
|\ \ \
| * | | scripts/min-tool-version.sh: raise minimum clang version to 14.0.0 for s390Heiko Carstens2022-05-171-2/+1
* | | | Merge tag 'x86_cpu_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-05-232-4/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | x86/cpu: Remove CONFIG_X86_SMAP and "nosmap"Borislav Petkov2022-04-042-4/+4
| | |/ | |/|
* | | 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