index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2020-08-12
2
-38
/
+82
|
\
|
*
scripts/gdb: fix python 3.8 SyntaxWarning
Nick Desaulniers
2020-08-12
1
-2
/
+2
|
*
checkpatch: remove missing switch/case break test
Joe Perches
2020-08-12
1
-25
/
+0
|
*
checkpatch: add test for repeated words
Joe Perches
2020-08-12
1
-0
/
+38
|
*
checkpatch: fix CONST_STRUCT when const_structs.checkpatch is missing
Quentin Monnet
2020-08-12
1
-9
/
+12
|
*
checkpatch: add --fix option for ASSIGN_IN_IF
Joe Perches
2020-08-12
1
-2
/
+24
|
*
checkpatch: add test for possible misuse of IS_ENABLED() without CONFIG_
Joe Perches
2020-08-12
1
-0
/
+6
*
|
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
2020-08-11
1
-0
/
+2
|
\
\
|
|
/
|
/
|
|
*
recordmcount: Fix build failure on non arm64
Christophe Leroy
2020-08-10
1
-0
/
+2
*
|
Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
2020-08-09
20
-108
/
+130
|
\
\
|
*
|
kbuild: stop filtering out $(GCC_PLUGINS_CFLAGS) from cc-option base
Masahiro Yamada
2020-08-09
1
-7
/
+3
|
*
|
kbuild: include scripts/Makefile.* only when relevant CONFIG is enabled
Masahiro Yamada
2020-08-09
3
-11
/
+0
|
*
|
kbuild: introduce hostprogs-always-y and userprogs-always-y
Masahiro Yamada
2020-08-09
9
-27
/
+36
|
*
|
kbuild: sort hostprogs before passing it to ifneq
Masahiro Yamada
2020-08-09
2
-7
/
+8
|
*
|
kbuild: move host .so build rules to scripts/gcc-plugins/Makefile
Masahiro Yamada
2020-08-09
4
-43
/
+55
|
*
|
kbuild: Replace HTTP links with HTTPS ones
Alexander A. Klimov
2020-08-09
2
-2
/
+2
|
*
|
kbuild: introduce ccflags-remove-y and asflags-remove-y
Masahiro Yamada
2020-08-09
1
-6
/
+8
|
*
|
kbuild: do not export LDFLAGS_vmlinux
Masahiro Yamada
2020-08-09
1
-0
/
+4
|
*
|
kbuild: always create directories of targets
Masahiro Yamada
2020-08-09
1
-3
/
+1
|
*
|
kbuild: buildtar: add dtbs support
Domenico Andreoli
2020-07-07
1
-0
/
+12
|
*
|
Revert "kbuild: Create directory for target DTB"
Masahiro Yamada
2020-07-07
1
-2
/
+1
|
*
|
kbuild: run the checker after the compiler
Luc Van Oostenryck
2020-07-07
1
-2
/
+2
*
|
|
Merge branch 'work.fdpic' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2020-08-07
1
-1
/
+0
|
\
\
\
|
*
|
|
unexport linux/elfcore.h
Al Viro
2020-07-27
1
-1
/
+0
*
|
|
|
kasan: allow enabling stack tagging for tag-based mode
Andrey Konovalov
2020-08-07
1
-1
/
+2
*
|
|
|
mm, treewide: rename kzfree() to kfree_sensitive()
Waiman Long
2020-08-07
4
-8
/
+8
*
|
|
|
scripts/spelling.txt: add more spellings to spelling.txt
Colin Ian King
2020-08-07
1
-0
/
+19
*
|
|
|
const_structs.checkpatch: add regulator_ops
Joe Perches
2020-08-07
1
-0
/
+1
*
|
|
|
scripts/decode_stacktrace.sh: guess path to vmlinux by release name
Konstantin Khlebnikov
2020-08-07
1
-5
/
+24
*
|
|
|
scripts/decode_stacktrace.sh: guess path to modules
Konstantin Khlebnikov
2020-08-07
1
-3
/
+33
*
|
|
|
scripts/decode_stacktrace.sh: guess basepath if not specified
Konstantin Khlebnikov
2020-08-07
1
-3
/
+11
*
|
|
|
scripts/decode_stacktrace.sh: skip missing symbols
Konstantin Khlebnikov
2020-08-07
1
-1
/
+5
*
|
|
|
scripts/bloat-o-meter: Support comparing library archives
Nikolay Borisov
2020-08-07
1
-0
/
+2
*
|
|
|
scripts/tags.sh: collect compiled source precisely
Jialu Xu
2020-08-07
1
-14
/
+4
*
|
|
|
Merge branch 'for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jlawa...
Linus Torvalds
2020-08-06
5
-4
/
+427
|
\
\
\
\
|
*
|
|
|
coccinelle: api: filter out memdup_user definitions
Denis Efremov
2020-08-04
1
-4
/
+13
|
*
|
|
|
coccinelle: api: extend memdup_user rule with vmemdup_user()
Denis Efremov
2020-08-04
1
-0
/
+45
|
*
|
|
|
coccinelle: api: extend memdup_user transformation with GFP_USER
Denis Efremov
2020-08-04
1
-2
/
+6
|
*
|
|
|
coccinelle: api: add kzfree script
Denis Efremov
2020-08-04
1
-0
/
+101
|
*
|
|
|
coccinelle: misc: add array_size_dup script to detect missed overflow checks
Denis Efremov
2020-08-04
1
-0
/
+209
|
*
|
|
|
coccinelle: api/kstrdup: fix coccinelle position
Denis Efremov
2020-08-04
1
-1
/
+1
|
*
|
|
|
coccinelle: api: add device_attr_show script
Denis Efremov
2020-08-04
1
-0
/
+55
*
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
2020-08-06
2
-1
/
+26
|
\
\
\
\
\
|
*
\
\
\
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-08-02
1
-2
/
+10
|
|
\
\
\
\
\
|
*
\
\
\
\
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-07-26
2
-3
/
+3
|
|
\
\
\
\
\
\
|
*
|
|
|
|
|
|
bpf: Introduce SK_LOOKUP program type with a dedicated attach point
Jakub Sitnicki
2020-07-18
1
-1
/
+8
|
*
|
|
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2020-07-14
1
-0
/
+6
|
|
\
\
\
\
\
\
\
|
|
*
|
|
|
|
|
|
bpf: Resolve BTF IDs in vmlinux image
Jiri Olsa
2020-07-13
1
-0
/
+6
|
*
|
|
|
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-07-11
15
-91
/
+247
|
|
\
\
\
\
\
\
\
\
|
|
|
/
/
/
/
/
/
/
|
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2020-07-05
1
-0
/
+12
|
|
\
\
\
\
\
\
\
\
[next]