summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | of: unittest: add program to process EXPECT messagesFrank Rowand2022-02-281-0/+408
| * | | | scripts/dtc: Call pkg-config POSIXly correctThomas Bracht Laumann Jespersen2022-02-041-1/+1
| | |_|/ | |/| |
* | | | 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
|\ \ \ \ \ \