summaryrefslogtreecommitdiff
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm-current/current'Stephen Rothwell2020-06-299-62/+185
|\
| * checkpatch: fix CONST_STRUCT when const_structs.checkpatch is missingQuentin Monnet2020-06-271-9/+12
| * checkpatch: add --fix option for ASSIGN_IN_IFJoe Perches2020-06-271-2/+24
| * scripts/deprecated_terms: recommend denylist/allowlist instead of blacklist/w...SeongJae Park2020-06-271-0/+2
| * checkpatch: support deprecated terms checkingSeongJae Park2020-06-272-15/+50
| * checkpatch: add test for possible misuse of IS_ENABLED() without CONFIG_Joe Perches2020-06-271-0/+6
| * mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-06-274-8/+8
| * scripts/decode_stacktrace.sh: guess path to vmlinux by release nameKonstantin Khlebnikov2020-06-271-5/+24
| * scripts/decode_stacktrace.sh: guess path to modulesKonstantin Khlebnikov2020-06-271-3/+33
| * scripts/decode_stacktrace.sh: guess basepath if not specifiedKonstantin Khlebnikov2020-06-271-3/+11
| * scripts/decode_stacktrace.sh: skip missing symbolsKonstantin Khlebnikov2020-06-271-1/+5
| * scripts/bloat-o-meter: Support comparing library archivesNikolay Borisov2020-06-271-0/+2
| * scripts/tags.sh: collect compiled source preciselyJialu Xu2020-06-271-14/+4
| * checkpatch: test $GIT_DIR changesJoe Perches2020-06-271-5/+7
* | Merge remote-tracking branch 'kspp/for-next/kspp'Stephen Rothwell2020-06-293-42/+224
|\ \
| * \ Merge branch 'for-next/gcc-plugins' into for-next/ksppKees Cook2020-06-242-31/+219
| |\ \
| | * | gcc-plugins/stackleak: Add 'verbose' plugin parameterAlexander Popov2020-06-241-5/+42
| | * | gcc-plugins/stackleak: Use asm instrumentation to avoid useless register savingAlexander Popov2020-06-242-28/+179
| | |/
| * | Merge branch 'kspp/uninit/macro' into for-next/ksppKees Cook2020-06-241-11/+5
| |\ \ | | |/ | |/|
| | * checkpatch: Remove awareness of uninitialized_var() macroKees Cook2020-06-221-11/+5
* | | Merge remote-tracking branch 'rcu/rcu/next'Stephen Rothwell2020-06-291-1/+1
|\ \ \
| * | | locking/atomics: Provide the arch_atomic_ interface to generic codePeter Zijlstra2020-06-251-0/+31
| * | | kcsan: Re-add GCC as a supported compilerMarco Elver2020-06-231-1/+1
| | |/ | |/|
* | | Merge remote-tracking branch 'selinux/next'Stephen Rothwell2020-06-291-5/+18
|\ \ \
| * | | scripts/selinux/mdp: fix initial SID handlingStephen Smalley2020-06-231-5/+18
| |/ /
* | | Merge remote-tracking branch 'bpf-next/master'Stephen Rothwell2020-06-291-0/+10
|\ \ \
| * | | bpf: Add bpf_skc_to_udp6_sock() helperYonghong Song2020-06-241-0/+2
| * | | bpf: Add bpf_skc_to_{tcp, tcp_timewait, tcp_request}_sock() helpersYonghong Song2020-06-241-0/+6
| * | | bpf: Add bpf_skc_to_tcp6_sock() helperYonghong Song2020-06-241-0/+2
* | | | Merge remote-tracking branch 'jc_docs/docs-next'Stephen Rothwell2020-06-292-4/+7
|\ \ \ \
| * | | | scripts/kernel-doc: handle function pointer prototypesMauro Carvalho Chehab2020-06-261-0/+5
| * | | | scripts/kernel-doc: parse __ETHTOOL_DECLARE_LINK_MODE_MASKMauro Carvalho Chehab2020-06-261-0/+2
| * | | | docs: Don't push Sphinx upgrades quite so readilyJonathan Corbet2020-06-261-4/+0
| | |/ / | |/| |
* | | | Merge remote-tracking branch 'kbuild/for-next'Stephen Rothwell2020-06-293-7/+3
|\ \ \ \
| * | | | Revert "checkpatch: kconfig: prefer 'help' over '---help---'"Masahiro Yamada2020-06-221-5/+1
| * | | | kconfig: remove '---help---' supportMasahiro Yamada2020-06-222-2/+2
| | |_|/ | |/| |
* | | | Merge remote-tracking branch 'kbuild-current/fixes'Stephen Rothwell2020-06-291-10/+9
|\ \ \ \
| * | | | kconfig: qconf: Fix find on split modeMauro Carvalho Chehab2020-06-281-10/+9
| |/ / /
* | | | Merge tag 'rcu_urgent_for_5.8_rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-06-281-0/+31
|\ \ \ \ | |/ / / |/| | |
| * | | locking/atomics: Provide the arch_atomic_ interface to generic codePeter Zijlstra2020-06-251-0/+31
| |/ /
* | | Merge tag 'kbuild-fixes-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-06-213-13/+8
|\ \ \
| * | | scripts: Fix typo in headers_install.shMasanari Iida2020-06-171-1/+1
| * | | kconfig: unify cc-option and as-optionMasahiro Yamada2020-06-171-7/+1
| * | | kbuild: improve cc-option to clean up all temporary filesMasahiro Yamada2020-06-171-5/+6
| |/ /
* | | Merge tag 'trace-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2020-06-201-6/+92
|\ \ \ | |_|/ |/| |
| * | recordmcount: support >64k sectionsSami Tolvanen2020-06-161-6/+92
| |/
* | scripts/decode_stacktrace: warn when modpath is needed but is unsetSasha Levin2020-06-151-1/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-06-131-2/+2
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-06-131-2/+2
| |\
| | * scripts: Require pahole v1.16 when generating BTFLorenz Bauer2020-06-091-2/+2