index
:
openslx/kernel-qcow2-linux.git
kernel-qcow2
kernel-qcow2-linux-4.18.x-centos
kernel-qcow2-linux-4.19.y
master
In-kernel qcow2 (Kernel part)
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
Commit message (
Expand
)
Author
Age
Files
Lines
*
scripts/checkpatch.pl: device_initcall is not the only __initcall substitute
Fabian Frederick
2014-06-05
1
-2
/
+2
*
checkpatch: check stable email address
Joe Perches
2014-06-05
1
-0
/
+6
*
checkpatch: warn on unnecessary void function return statements
Joe Perches
2014-06-05
1
-0
/
+7
*
checkpatch: prefer kstrto<foo> to sscanf(buf, "%<lhuidx>", &bar);
Joe Perches
2014-06-05
1
-0
/
+21
*
checkpatch: add warning for kmalloc/kzalloc with multiply
Joe Perches
2014-06-05
1
-0
/
+24
*
checkpatch: warn on #defines ending in semicolon
Joe Perches
2014-06-05
1
-0
/
+11
*
checkpatch: make --strict a default for files in drivers/net and net/
Joe Perches
2014-06-05
1
-0
/
+13
*
checkpatch: always warn on missing blank line after variable declaration block
Joe Perches
2014-06-05
1
-10
/
+34
*
checkpatch: fix wildcard DT compatible string checking
Rob Herring
2014-06-05
1
-2
/
+4
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2014-06-04
1
-1
/
+1
|
\
|
*
modpost: Fix comment typo "Modules.symvers"
Paul Bolle
2014-05-05
1
-1
/
+1
*
|
scripts/checksyscalls.sh: Make renameat optional
James Hogan
2014-05-20
1
-1
/
+4
*
|
Merge tag 'xtensa-next-20140503' of git://github.com/czankel/xtensa-linux
Linus Torvalds
2014-05-06
1
-0
/
+5
|
\
\
|
*
|
xtensa: enable sorting extable at build time
Max Filippov
2014-04-01
1
-0
/
+5
*
|
|
Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...
Linus Torvalds
2014-04-13
5
-117
/
+192
|
\
\
\
|
*
|
|
scripts/coccinelle: Use PTR_ERR_OR_ZERO
Sachin Kamat
2014-04-08
1
-7
/
+7
|
*
|
|
scripts/bootgraph.pl: Add graphic header
Fabian Frederick
2014-04-08
1
-2
/
+40
|
*
|
|
scripts: objdiff: detect object code changes between two commits
Jason Cooper
2014-04-08
1
-0
/
+141
|
*
|
|
Coccicheck: Remove memcpy to struct assignment test
Peter Senna Tschudin
2014-03-29
1
-103
/
+0
|
*
|
|
scripts/tags.sh: Ignore *.mod.c
Prarit Bhargava
2014-02-06
1
-5
/
+4
*
|
|
|
kbuild: LLVMLinux: Fix LINUX_COMPILER definition script for compilation with ...
Jan-Simon Möller
2014-04-09
1
-1
/
+1
*
|
|
|
kbuild: LLVMLinux: Adapt warnings for compilation with clang
Jan-Simon Möller
2014-04-09
1
-1
/
+11
*
|
|
|
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...
Linus Torvalds
2014-04-08
3
-7
/
+4
|
\
\
\
\
|
*
|
|
|
kbuild: move "quote" to Kbuild.include to be consistent
Masahiro Yamada
2014-03-29
2
-4
/
+1
|
*
|
|
|
kbuild: specify build_docproc as a phony target
Masahiro Yamada
2014-03-14
1
-3
/
+3
|
|
/
/
/
*
|
|
|
kconfig: make allnoconfig disable options behind EMBEDDED and EXPERT
Josh Triplett
2014-04-08
6
-6
/
+20
*
|
|
|
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2014-04-06
3
-26
/
+66
|
\
\
\
\
|
*
|
|
|
kallsyms: fix percpu vars on x86-64 with relocation.
Rusty Russell
2014-03-17
2
-0
/
+25
|
*
|
|
|
kallsyms: generalize address range checking
Kees Cook
2014-03-17
1
-21
/
+32
|
*
|
|
|
module: allow multiple calls to MODULE_DEVICE_TABLE() per module
Tom Gundersen
2014-03-13
1
-5
/
+9
|
|
|
/
/
|
|
/
|
|
*
|
|
|
checkpatch: don't warn on bitfield spaces around :
Joe Perches
2014-04-04
1
-2
/
+5
*
|
|
|
checkpatch: expand parenthesis alignment test to declarations, functions and ...
Joe Perches
2014-04-04
1
-4
/
+6
*
|
|
|
checkpatch.pl: add check for Change-Id
Christopher Covington
2014-04-04
1
-0
/
+6
*
|
|
|
scripts/checkpatch.pl: __GFP_NOFAIL isn't going away
Andrew Morton
2014-04-04
1
-6
/
+0
*
|
|
|
checkpatch: net and drivers/net: warn on missing blank line after variable de...
Joe Perches
2014-04-04
1
-0
/
+15
*
|
|
|
checkpatch: improve the compatible vendor match
Florian Vaussard
2014-04-04
1
-5
/
+5
*
|
|
|
checkpatch: check compatible strings in .c and .h too
Florian Vaussard
2014-04-04
1
-2
/
+4
*
|
|
|
checkpatch: fix spurious vendor compatible warnings
Florian Vaussard
2014-04-04
1
-2
/
+2
*
|
|
|
checkpatch: check vendor compatible with dashes
Florian Vaussard
2014-04-04
1
-1
/
+1
*
|
|
|
checkpatch: improve octal permissions test speed
Joe Perches
2014-04-04
1
-20
/
+31
*
|
|
|
checkpatch.pl: modify warning message for printk usage
Yogesh Chaudhari
2014-04-04
1
-1
/
+1
*
|
|
|
checkpatch: make "return is not a function" test quieter
Joe Perches
2014-04-04
1
-7
/
+15
*
|
|
|
checkpatch: ignore networking block comment style first lines in file
Joe Perches
2014-04-04
1
-1
/
+2
*
|
|
|
checkpatch: use a more consistent function argument style
Joe Perches
2014-04-04
1
-9
/
+20
*
|
|
|
checkpatch: add test for char * arrays that could be static const
Joe Perches
2014-04-04
1
-0
/
+7
*
|
|
|
checkpatch: fix jiffies comparison and others
Joe Perches
2014-04-04
1
-1
/
+1
*
|
|
|
checkpatch: avoid sscanf test duplicated messages
Joe Perches
2014-04-04
1
-1
/
+1
*
|
|
|
checkpatch: update octal permissions warning
Joe Perches
2014-04-04
1
-2
/
+4
*
|
|
|
checkpatch: warn on uses of __constant_<foo> functions
Joe Perches
2014-04-04
1
-0
/
+13
*
|
|
|
checkpatch: add checks for constant non-octal permissions
Joe Perches
2014-04-04
1
-2
/
+34
[next]