summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorLines
2022-03-25Merge tag 'kbuild-gnu11-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+4
2022-03-25Merge tag 's390-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds-42/+6
2022-03-24Merge branch 'akpm' (patches from Andrew)Linus Torvalds-5/+26
2022-03-24Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-21/+121
2022-03-24Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...Linus Torvalds-2/+2
2022-03-23checkpatch: use python3 to find codespell dictionarySagar Patel-2/+2
2022-03-23checkpatch: add early_param exception to blank line after struct/function testJoe Perches-1/+1
2022-03-23checkpatch: add --fix option for some TRAILING_STATEMENTSJoe Perches-2/+16
2022-03-23checkpatch: prefer MODULE_LICENSE("GPL") over MODULE_LICENSE("GPL v2")Joe Perches-0/+7
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-3/+0
2022-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds-0/+16
2022-03-22scripts/spelling.txt: add more spellings to spelling.txtColin Ian King-0/+16
2022-03-22Merge tag 'sched-core-2022-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-5/+12
2022-03-22Merge tag 'locking-core-2022-03-21' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-2/+16
2022-03-21Merge tag 'overflow-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+1
2022-03-21Merge tag 'hardening-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-4/+27
2022-03-21Merge tag 'docs-5.18' of git://git.lwn.net/linuxLinus Torvalds-187/+167
2022-03-21um: Allow builds with ClangKees Cook-0/+1
2022-03-13Kbuild: use -Wdeclaration-after-statementMark Rutland-1/+3
2022-03-13Kbuild: add -Wno-shift-negative-value where -Wextra is usedArnd Bergmann-0/+1
2022-03-11sched/preempt: Tell about PREEMPT_DYNAMIC on kernel headersFrederic Weisbecker-5/+12
2022-03-10s390/nospec: add an option to use thunk-externVasily Gorbik-0/+5
2022-03-08s390/extable: convert to relative table with dataHeiko Carstens-42/+1
2022-03-07nds32: Remove the architectureAlan Kao-3/+0
2022-02-24docs: scripts/kernel-doc: Detect absence of FILE argAkira Yokosawa-8/+17
2022-02-24scripts: kernel-doc: Refresh the copyright linesTomasz Warniełło-0/+2
2022-02-24scripts: kernel-doc: Drop obsolete commentsTomasz Warniełło-143/+0
2022-02-24scripts: kernel-doc: Replace the usage functionTomasz Warniełło-10/+1
2022-02-24scripts: kernel-doc: Translate the "Other parameters" subsection of OPTIONSTomasz Warniełło-5/+18
2022-02-24scripts: kernel-doc: Translate the "Output selection modifiers" subsection of...Tomasz Warniełło-8/+29
2022-02-24scripts: kernel-doc: Translate the "Output selection" subsection of OPTIONSTomasz Warniełło-13/+29
2022-02-24scripts: kernel-doc: Translate the "Output format selection modifier" subsect...Tomasz Warniełło-7/+15
2022-02-24scripts: kernel-doc: Translate the "Output format selection" subsection of OP...Tomasz Warniełło-5/+26
2022-02-24scripts: kernel-doc: Translate the DESCRIPTION sectionTomasz Warniełło-6/+9
2022-02-24scripts: kernel-doc: Relink argument parsing error handling to pod2usageTomasz Warniełło-3/+17
2022-02-24scripts: kernel-doc: Add the basic POD sectionsTomasz Warniełło-0/+25
2022-02-22scripts/pahole-flags.sh: Parse DWARF and generate BTF with multithreading.Kui-Feng Lee-0/+3
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-11/+17
2022-02-17treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva-2/+2
2022-02-12kconfig: fix failing to generate auto.confJing Leng-4/+9
2022-02-11atomics: Fix atomic64_{read_acquire,set_release} fallbacksMark Rutland-2/+16
2022-02-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-1/+14
2022-02-10kconfig: fix missing fclose() on error pathsMasahiro Yamada-6/+6
2022-02-08Makefile.extrawarn: Move -Wunaligned-access to W=1Nathan Chancellor-0/+1
2022-02-08kconfig: let 'shell' return enough output for deep path namesBrenda Streiff-1/+1
2022-02-06gcc-plugins/stackleak: Ignore .noinstr.text and .entry.textKees Cook-0/+4
2022-02-06gcc-plugins/stackleak: Exactly match strings instead of prefixesKees Cook-4/+21
2022-02-06gcc-plugins/stackleak: Provide verbose modeKees Cook-0/+2
2022-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2022-02-02scripts/pahole-flags.sh: Use pahole-version.shNathan Chancellor-1/+1