summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-031-1/+1
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-01-271-6/+2
| |\ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-01-241-20/+104
| |\ \ \ \
| | * | | | bpf/scripts: Raise an exception if the correct number of sycalls are not gene...Usama Arif2022-01-191-27/+59
| | * | | | bpf/scripts: Make description and returns section for helpers/syscalls mandatoryUsama Arif2022-01-191-12/+18
| | * | | | bpf/scripts: Raise an exception if the correct number of helpers are not gene...Usama Arif2022-01-141-2/+48
* | | | | | Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...Linus Torvalds2022-03-241-2/+2
|\ \ \ \ \ \
| * | | | | | treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva2022-02-171-2/+2
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-231-3/+0
|\ \ \ \ \ \
| * | | | | | nds32: Remove the architectureAlan Kao2022-03-071-3/+0
| |/ / / / /
* | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-221-0/+16
|\ \ \ \ \ \
| * | | | | | scripts/spelling.txt: add more spellings to spelling.txtColin Ian King2022-03-221-0/+16
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'sched-core-2022-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-03-221-5/+12
|\ \ \ \ \ \
| * | | | | | sched/preempt: Tell about PREEMPT_DYNAMIC on kernel headersFrederic Weisbecker2022-03-111-5/+12
| |/ / / / /
* | | | | | Merge tag 'locking-core-2022-03-21' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-03-222-2/+16
|\ \ \ \ \ \
| * | | | | | atomics: Fix atomic64_{read_acquire,set_release} fallbacksMark Rutland2022-02-112-2/+16
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'overflow-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-03-211-0/+1
|\ \ \ \ \ \
| * | | | | | um: Allow builds with ClangKees Cook2022-03-211-0/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'hardening-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-03-212-4/+27
|\ \ \ \ \ \
| * | | | | | gcc-plugins/stackleak: Ignore .noinstr.text and .entry.textKees Cook2022-02-061-0/+4
| * | | | | | gcc-plugins/stackleak: Exactly match strings instead of prefixesKees Cook2022-02-061-4/+21
| * | | | | | gcc-plugins/stackleak: Provide verbose modeKees Cook2022-02-061-0/+2
| |/ / / / /
* | | | | | Merge tag 'docs-5.18' of git://git.lwn.net/linuxLinus Torvalds2022-03-211-187/+167
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | docs: scripts/kernel-doc: Detect absence of FILE argAkira Yokosawa2022-02-241-8/+17
| * | | | | scripts: kernel-doc: Refresh the copyright linesTomasz Warniełło2022-02-241-0/+2
| * | | | | scripts: kernel-doc: Drop obsolete commentsTomasz Warniełło2022-02-241-143/+0
| * | | | | scripts: kernel-doc: Replace the usage functionTomasz Warniełło2022-02-241-10/+1
| * | | | | scripts: kernel-doc: Translate the "Other parameters" subsection of OPTIONSTomasz Warniełło2022-02-241-5/+18
| * | | | | scripts: kernel-doc: Translate the "Output selection modifiers" subsection of...Tomasz Warniełło2022-02-241-8/+29
| * | | | | scripts: kernel-doc: Translate the "Output selection" subsection of OPTIONSTomasz Warniełło2022-02-241-13/+29
| * | | | | scripts: kernel-doc: Translate the "Output format selection modifier" subsect...Tomasz Warniełło2022-02-241-7/+15
| * | | | | scripts: kernel-doc: Translate the "Output format selection" subsection of OP...Tomasz Warniełło2022-02-241-5/+26
| * | | | | scripts: kernel-doc: Translate the DESCRIPTION sectionTomasz Warniełło2022-02-241-6/+9