summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* scripts/gdb: replace flags (MS_xyz -> SB_xyz)Jackie Liu2019-03-072-12/+12
* checkpatch: add test for SPDX-License-Identifier on wrong line #Joe Perches2019-03-071-0/+8
* checkpatch: allow reporting C99 style commentsVadim Bendebury2019-03-071-1/+2
* checkpatch: add some new alloc functions to various testsJoe Perches2019-03-071-4/+15
* checkpatch: verify SPDX comment styleJoe Perches2019-03-071-0/+8
* scripts/spelling.txt: add more spellings to spelling.txtColin Ian King2019-03-071-0/+69
* Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-03-061-2/+4
|\
| * Merge 5.0-rc4 into char-misc-nextGreg Kroah-Hartman2019-01-286-22/+28
| |\
| * | ver_linux: Assign constant RE to variable name for clarityAlexander Kapshuk2019-01-221-2/+4
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-03-063-10/+8
|\ \ \
| * | | scripts/decode_stacktrace.sh: handle RIP address with segmentKonstantin Khlebnikov2019-03-051-1/+8
| * | | kasan: remove use after scope bugs detection.Andrey Ryabinin2019-03-052-9/+0
* | | | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2019-03-062-0/+22
|\ \ \ \
| * | | | tee: add bus driver framework for TEE based devicesSumit Garg2019-02-012-0/+22
| | |_|/ | |/| |
* | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-03-0626-0/+976
|\ \ \ \
| * \ \ \ Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2019-02-281-2/+2
| |\ \ \ \
| * | | | | locking/atomics: Check atomic headers with sha1sumMark Rutland2019-02-132-6/+40
| * | | | | locking/atomics: Change 'fold' to 'grep'Anders Roxell2019-02-111-1/+1
| * | | | | Merge branch 'locking/atomics' into locking/core, to pick up WIP commitsIngo Molnar2019-02-1125-0/+942
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | locking/atomics: Fix scripts/atomic/ script permissionsIngo Molnar2018-11-0125-0/+0
| | * | | | locking/atomics: Check generated headers are up-to-dateMark Rutland2018-11-011-0/+19
| | * | | | locking/atomics: Add common header generation filesMark Rutland2018-11-0124-0/+923
* | | | | | Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-03-051-2/+51
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Merge tag 'y2038-syscall-abi' of git://git.kernel.org/pub/scm/linux/kernel/gi...Thomas Gleixner2019-02-271-3/+12
| |\ \ \ \ \
| | * | | | | checksyscalls: fix up mq_timedreceive and stat exceptionsArnd Bergmann2019-02-191-4/+1
| | * | | | | asm-generic: Make time32 syscall numbers optionalArnd Bergmann2019-02-191-0/+7
| | * | | | | asm-generic: Drop getrlimit and setrlimit syscalls from default listYury Norov2019-02-191-0/+5
| * | | | | | Merge tag 'y2038-new-syscalls' of git://git.kernel.org:/pub/scm/linux/kernel/...Thomas Gleixner2019-02-101-0/+40
| |\| | | | | | | |/ / / / | |/| | | |
| | * | | | y2038: add 64-bit time_t syscalls to all 32-bit architecturesArnd Bergmann2019-02-071-0/+40
* | | | | | kasan: turn off asan-stack for clang-8 and earlierArnd Bergmann2019-03-011-1/+1
| |_|_|/ / |/| | | |
* | | | | kallsyms: Handle too long symbols in kallsyms.cEugene Loh2019-01-281-2/+2
|/ / / /
* | | | Merge tag 'gcc-plugins-v5.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-01-211-2/+21
|\ \ \ \
| * | | | gcc-plugins: arm_ssp_per_task_plugin: fix for GCC 9+Ard Biesheuvel2019-01-201-0/+18
| * | | | gcc-plugins: arm_ssp_per_task_plugin: sign extend the SP maskArd Biesheuvel2019-01-201-2/+3
| |/ / /
* | | | kbuild: remove unused baseprereqMasahiro Yamada2019-01-141-4/+0
* | | | kconfig: clean generated *conf-cfg filesMasahiro Yamada2019-01-141-1/+1
|/ / /
* | | Merge tag 'remove-dma_zalloc_coherent-5.0' of git://git.infradead.org/users/h...Linus Torvalds2019-01-122-14/+5
|\ \ \
| * | | dma-mapping: remove dma_zalloc_coherent()Luis Chamberlain2019-01-082-14/+5
| | |/ | |/|
* / | x86, modpost: Replace last remnants of RETPOLINE with CONFIG_RETPOLINEWANG Chao2019-01-091-1/+1
|/ /
* | kconfig: rename generated .*conf-cfg to *conf-cfgMasahiro Yamada2019-01-062-18/+19
* | kbuild: use assignment instead of define ... endef for filechk_* rulesMasahiro Yamada2019-01-062-7/+5
* | kbuild: generate asm-generic wrappers if mandatory headers are missingMasahiro Yamada2019-01-062-7/+4
* | kbuild: change filechk to surround the given command with { }Masahiro Yamada2019-01-062-3/+2
* | kbuild: remove redundant target cleaning on failureMasahiro Yamada2019-01-061-14/+7
* | kbuild: clean up rule_dtc_dt_yamlMasahiro Yamada2019-01-061-2/+2
* | kbuild: remove UIMAGE_IN and UIMAGE_OUTMasahiro Yamada2019-01-061-4/+2
* | jump_label: move 'asm goto' support test to KconfigMasahiro Yamada2019-01-061-1/+1
* | kallsyms: lower alignment on ARMMathias Krause2019-01-061-2/+2
* | scripts: coccinelle: boolinit: drop warnings on named constantsJulia Lawall2019-01-061-0/+5
* | scripts: coccinelle: check for redeclarationJulia Lawall2019-01-061-0/+3