aboutsummaryrefslogtreecommitdiffstats
path: root/scripts (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-03modpost: restore the warning message for missing symbol versionsMasahiro Yamada1-1/+1
2022-04-02kbuild: fix empty ${PYTHON} in scripts/link-vmlinux.shMasahiro Yamada1-1/+1
2022-04-02kconfig: remove stale comment about removed kconfig_print_symbol()Masahiro Yamada1-7/+0
2022-03-31Merge tag 'docs-5.18-2' of git://git.lwn.net/linuxLinus Torvalds3-4/+15
2022-03-31Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds6-53/+43
2022-03-31fixdep: use fflush() and ferror() to ensure successful write to filesMasahiro Yamada1-27/+19
2022-03-28scripts/kernel-doc: change the line number meta infoMauro Carvalho Chehab1-2/+2
2022-03-28scripts/get_abi: change the file/line number meta infoMauro Carvalho Chehab1-2/+2
2022-03-28scripts/get_feat.pl: allow output the parsed file namesMauro Carvalho Chehab1-0/+11
2022-03-28Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds2-2/+3
2022-03-27Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-24/+31
2022-03-26Merge tag 'memcpy-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-2/+6
2022-03-26Merge tag 'devicetree-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds4-30/+418
2022-03-25Merge tag 'kbuild-gnu11-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds2-1/+4
2022-03-25Merge tag 's390-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds2-42/+6
2022-03-24Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-5/+26
2022-03-24Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds3-21/+121
2022-03-24Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linuxLinus Torvalds1-2/+2
2022-03-23checkpatch: use python3 to find codespell dictionarySagar Patel1-2/+2
2022-03-23checkpatch: add early_param exception to blank line after struct/function testJoe Perches1-1/+1
2022-03-23checkpatch: add --fix option for some TRAILING_STATEMENTSJoe Perches1-2/+16
2022-03-23checkpatch: prefer MODULE_LICENSE("GPL") over MODULE_LICENSE("GPL v2")Joe Perches1-0/+7
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-3/+0
2022-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+16
2022-03-22scripts/spelling.txt: add more spellings to spelling.txtColin Ian King1-0/+16
2022-03-22Merge tag 'sched-core-2022-03-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+12
2022-03-22Merge tag 'locking-core-2022-03-21' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+16
2022-03-22kbuild: Fixup the IBT kbuild changesPeter Zijlstra3-55/+27
2022-03-21Merge tag 'overflow-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-0/+1
2022-03-21Merge tag 'hardening-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds2-4/+27
2022-03-21Merge tag 'docs-5.18' of git://git.lwn.net/linuxLinus Torvalds1-187/+167
2022-03-21um: Allow builds with ClangKees Cook1-0/+1
2022-03-18scripts: get_abi.pl: Fix typo in help messageMichal Simek1-1/+1
2022-03-15x86/alternative: Use .ibt_endbr_seal to seal indirect callsPeter Zijlstra2-11/+46
2022-03-15objtool: Rename --duplicate to --ltoPeter Zijlstra1-1/+1
2022-03-13Kbuild: use -Wdeclaration-after-statementMark Rutland1-1/+3
2022-03-13Kbuild: add -Wno-shift-negative-value where -Wextra is usedArnd Bergmann1-0/+1
2022-03-11dt-bindings: kbuild: Use DTB files for validationRob Herring3-27/+8
2022-03-11dt-bindings: kbuild: Pass DT_SCHEMA_FILES to dt-validateRob Herring1-3/+2
2022-03-11sched/preempt: Tell about PREEMPT_DYNAMIC on kernel headersFrederic Weisbecker1-5/+12
2022-03-10s390/nospec: add an option to use thunk-externVasily Gorbik1-0/+5
2022-03-08s390/extable: convert to relative table with dataHeiko Carstens1-42/+1
2022-03-07nds32: Remove the architectureAlan Kao1-3/+0
2022-02-28of: unittest: add program to process EXPECT messagesFrank Rowand1-0/+408
2022-02-28Merge 5.17-rc6 into driver-core-nextGreg Kroah-Hartman4-12/+18
2022-02-24docs: scripts/kernel-doc: Detect absence of FILE argAkira Yokosawa1-8/+17
2022-02-24scripts: kernel-doc: Refresh the copyright linesTomasz Warniełło1-0/+2
2022-02-24scripts: kernel-doc: Drop obsolete commentsTomasz Warniełło1-143/+0
2022-02-24scripts: kernel-doc: Replace the usage functionTomasz Warniełło1-10/+1
2022-02-24scripts: kernel-doc: Translate the "Other parameters" subsection of OPTIONSTomasz Warniełło1-5/+18