summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2020-08-0920-108/+130
|\
| * kbuild: stop filtering out $(GCC_PLUGINS_CFLAGS) from cc-option baseMasahiro Yamada2020-08-101-7/+3
| * kbuild: include scripts/Makefile.* only when relevant CONFIG is enabledMasahiro Yamada2020-08-103-11/+0
| * kbuild: introduce hostprogs-always-y and userprogs-always-yMasahiro Yamada2020-08-109-27/+36
| * kbuild: sort hostprogs before passing it to ifneqMasahiro Yamada2020-08-102-7/+8
| * kbuild: move host .so build rules to scripts/gcc-plugins/MakefileMasahiro Yamada2020-08-104-43/+55
| * kbuild: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-08-102-2/+2
| * kbuild: introduce ccflags-remove-y and asflags-remove-yMasahiro Yamada2020-08-101-6/+8
| * kbuild: do not export LDFLAGS_vmlinuxMasahiro Yamada2020-08-101-0/+4
| * kbuild: always create directories of targetsMasahiro Yamada2020-08-101-3/+1
| * kbuild: buildtar: add dtbs supportDomenico Andreoli2020-07-071-0/+12
| * Revert "kbuild: Create directory for target DTB"Masahiro Yamada2020-07-071-2/+1
| * kbuild: run the checker after the compilerLuc Van Oostenryck2020-07-071-2/+2
* | Merge branch 'work.fdpic' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2020-08-071-1/+0
|\ \
| * | unexport linux/elfcore.hAl Viro2020-07-271-1/+0
* | | kasan: allow enabling stack tagging for tag-based modeAndrey Konovalov2020-08-071-1/+2
* | | mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-074-8/+8
* | | scripts/spelling.txt: add more spellings to spelling.txtColin Ian King2020-08-071-0/+19
* | | const_structs.checkpatch: add regulator_opsJoe Perches2020-08-071-0/+1
* | | scripts/decode_stacktrace.sh: guess path to vmlinux by release nameKonstantin Khlebnikov2020-08-071-5/+24
* | | scripts/decode_stacktrace.sh: guess path to modulesKonstantin Khlebnikov2020-08-071-3/+33
* | | scripts/decode_stacktrace.sh: guess basepath if not specifiedKonstantin Khlebnikov2020-08-071-3/+11
* | | scripts/decode_stacktrace.sh: skip missing symbolsKonstantin Khlebnikov2020-08-071-1/+5
* | | scripts/bloat-o-meter: Support comparing library archivesNikolay Borisov2020-08-071-0/+2
* | | scripts/tags.sh: collect compiled source preciselyJialu Xu2020-08-071-14/+4
* | | Merge branch 'for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jlawa...Linus Torvalds2020-08-065-4/+427
|\ \ \
| * | | coccinelle: api: filter out memdup_user definitionsDenis Efremov2020-08-041-4/+13
| * | | coccinelle: api: extend memdup_user rule with vmemdup_user()Denis Efremov2020-08-041-0/+45
| * | | coccinelle: api: extend memdup_user transformation with GFP_USERDenis Efremov2020-08-041-2/+6
| * | | coccinelle: api: add kzfree scriptDenis Efremov2020-08-041-0/+101
| * | | coccinelle: misc: add array_size_dup script to detect missed overflow checksDenis Efremov2020-08-041-0/+209
| * | | coccinelle: api/kstrdup: fix coccinelle positionDenis Efremov2020-08-041-1/+1
| * | | coccinelle: api: add device_attr_show scriptDenis Efremov2020-08-041-0/+55
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-052-1/+26
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-08-021-2/+10
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-252-3/+3
| |\ \ \ \ \
| * | | | | | bpf: Introduce SK_LOOKUP program type with a dedicated attach pointJakub Sitnicki2020-07-171-1/+8
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-07-131-0/+6
| |\ \ \ \ \ \
| | * | | | | | bpf: Resolve BTF IDs in vmlinux imageJiri Olsa2020-07-131-0/+6
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-1115-91/+247
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-07-041-0/+12
| |\ \ \ \ \ \ \
| | * | | | | | | bpf: Introduce helper bpf_get_task_stack()Song Liu2020-07-011-0/+2
| | * | | | | | | 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 tag 'driver-core-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-08-052-2/+8
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge 5.8-rc7 into driver-core-nextGreg Kroah-Hartman2020-07-273-5/+13
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / | | |/| | | | | | |
| * | | | | | | | | Merge 5.8-rc6 into driver-core-nextGreg Kroah-Hartman2020-07-2014-91/+216
| |\ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / | | |/| | | | | | |
| * | | | | | | | | scripts: add dummy report mode to add_namespace.cocciMatthias Maennich2020-07-102-2/+8
* | | | | | | | | | Merge tag 'char-misc-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-08-053-2/+7
|\ \ \ \ \ \ \ \ \ \