aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2022-04-19objtool: Enable unreachable warnings for CLANG LTOGravatar Josh Poimboeuf 2-2/+2
2022-04-12Merge tag 'hardening-v5.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-17/+27
2022-04-12gcc-plugins: latent_entropy: use /dev/urandomGravatar Jason A. Donenfeld 1-17/+27
2022-04-03modpost: restore the warning message for missing symbol versionsGravatar Masahiro Yamada 1-1/+1
2022-04-02kbuild: fix empty ${PYTHON} in scripts/link-vmlinux.shGravatar Masahiro Yamada 1-1/+1
2022-04-02kconfig: remove stale comment about removed kconfig_print_symbol()Gravatar Masahiro Yamada 1-7/+0
2022-03-31Merge tag 'docs-5.18-2' of git://git.lwn.net/linuxGravatar Linus Torvalds 3-4/+15
2022-03-31Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 6-53/+43
2022-03-31fixdep: use fflush() and ferror() to ensure successful write to filesGravatar Masahiro Yamada 1-27/+19
2022-03-28scripts/kernel-doc: change the line number meta infoGravatar Mauro Carvalho Chehab 1-2/+2
2022-03-28scripts/get_abi: change the file/line number meta infoGravatar Mauro Carvalho Chehab 1-2/+2
2022-03-28scripts/get_feat.pl: allow output the parsed file namesGravatar Mauro Carvalho Chehab 1-0/+11
2022-03-28Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-2/+3
2022-03-27Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 4-24/+31
2022-03-26Merge tag 'memcpy-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+6
2022-03-26Merge tag 'devicetree-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 4-30/+418
2022-03-25Merge tag 'kbuild-gnu11-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-1/+4
2022-03-25Merge tag 's390-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Gravatar Linus Torvalds 2-42/+6
2022-03-24Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-5/+26
2022-03-24Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Gravatar Linus Torvalds 3-21/+121
2022-03-24Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...Gravatar Linus Torvalds 1-2/+2
2022-03-23checkpatch: use python3 to find codespell dictionaryGravatar Sagar Patel 1-2/+2
2022-03-23checkpatch: add early_param exception to blank line after struct/function testGravatar Joe Perches 1-1/+1
2022-03-23checkpatch: add --fix option for some TRAILING_STATEMENTSGravatar Joe Perches 1-2/+16
2022-03-23checkpatch: prefer MODULE_LICENSE("GPL") over MODULE_LICENSE("GPL v2")Gravatar Joe Perches 1-0/+7
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-3/+0
2022-03-22Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-0/+16
2022-03-22scripts/spelling.txt: add more spellings to spelling.txtGravatar Colin Ian King 1-0/+16
2022-03-22Merge tag 'sched-core-2022-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-5/+12
2022-03-22Merge tag 'locking-core-2022-03-21' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-2/+16
2022-03-22kbuild: Fixup the IBT kbuild changesGravatar Peter Zijlstra 3-55/+27
2022-03-21Merge tag 'overflow-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+1
2022-03-21Merge tag 'hardening-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-4/+27
2022-03-21Merge tag 'docs-5.18' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-187/+167
2022-03-21um: Allow builds with ClangGravatar Kees Cook 1-0/+1
2022-03-18scripts: get_abi.pl: Fix typo in help messageGravatar Michal Simek 1-1/+1
2022-03-15x86/alternative: Use .ibt_endbr_seal to seal indirect callsGravatar Peter Zijlstra 2-11/+46
2022-03-15objtool: Rename --duplicate to --ltoGravatar Peter Zijlstra 1-1/+1
2022-03-13Kbuild: use -Wdeclaration-after-statementGravatar Mark Rutland 1-1/+3
2022-03-13Kbuild: add -Wno-shift-negative-value where -Wextra is usedGravatar Arnd Bergmann 1-0/+1
2022-03-11dt-bindings: kbuild: Use DTB files for validationGravatar Rob Herring 3-27/+8
2022-03-11dt-bindings: kbuild: Pass DT_SCHEMA_FILES to dt-validateGravatar Rob Herring 1-3/+2
2022-03-11sched/preempt: Tell about PREEMPT_DYNAMIC on kernel headersGravatar Frederic Weisbecker 1-5/+12
2022-03-10s390/nospec: add an option to use thunk-externGravatar Vasily Gorbik 1-0/+5
2022-03-08s390/extable: convert to relative table with dataGravatar Heiko Carstens 1-42/+1
2022-03-07nds32: Remove the architectureGravatar Alan Kao 1-3/+0
2022-02-28of: unittest: add program to process EXPECT messagesGravatar Frank Rowand 1-0/+408
2022-02-28Merge 5.17-rc6 into driver-core-nextGravatar Greg Kroah-Hartman 4-12/+18
2022-02-24docs: scripts/kernel-doc: Detect absence of FILE argGravatar Akira Yokosawa 1-8/+17
2022-02-24scripts: kernel-doc: Refresh the copyright linesGravatar Tomasz Warniełło 1-0/+2