index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
checkpatch: add ability to insert and delete lines to patch/file
Joe Perches
2014-08-06
1
-11
/
+130
*
checkpatch: add an index variable for fixed lines
Joe Perches
2014-08-06
1
-54
/
+60
*
checkpatch: warn on break after goto or return with same tab indentation
Joe Perches
2014-08-06
1
-0
/
+10
*
checkpatch: emit a warning on file add/move/delete
Joe Perches
2014-08-06
1
-1
/
+12
*
checkpatch: add test for commit id formatting style in commit log
Joe Perches
2014-08-06
1
-0
/
+54
*
checkpatch: emit fewer kmalloc_array/kcalloc conversion warnings
Joe Perches
2014-08-06
1
-8
/
+9
*
checkpatch: improve "no space after cast" test
Joe Perches
2014-08-06
1
-3
/
+3
*
checkpatch: allow multiple const * types
Joe Perches
2014-08-06
1
-1
/
+1
*
checkpatch: warn on unnecessary parentheses around references of foo->bar
Joe Perches
2014-08-06
1
-0
/
+8
*
checkpatch: quiet Kconfig help message checking
Joe Perches
2014-08-06
1
-3
/
+4
*
checkpatch: change blank line after declaration type to "LINE_SPACING"
Joe Perches
2014-08-06
1
-1
/
+1
*
checkpatch: add a multiple blank lines test
Joe Perches
2014-08-06
1
-0
/
+11
*
checkpatch: add test for blank lines after function/struct/union/enum
Joe Perches
2014-08-06
1
-0
/
+16
*
checkpatch.pl: also suggest 'else if' when if follows brace
Rasmus Villemoes
2014-08-06
1
-1
/
+1
*
checkpatch: ignore email headers better
Joe Perches
2014-08-06
1
-2
/
+3
*
checkpatch: fix function pointers in blank line needed after declarations test
Joe Perches
2014-08-06
1
-0
/
+4
*
checkpatch: fix complex macro false positive for escaped constant char
Joe Perches
2014-08-06
1
-1
/
+1
*
checkpatch: warn on unnecessary else after return or break
Joe Perches
2014-08-06
1
-0
/
+10
*
checkpatch: attempt to find unnecessary 'out of memory' messages
Joe Perches
2014-08-06
1
-0
/
+17
*
lib: bitmap: add missing mask in bitmap_andnot
Rasmus Villemoes
2014-08-06
2
-3
/
+6
*
lib: bitmap: add missing mask in bitmap_and
Rasmus Villemoes
2014-08-06
2
-3
/
+6
*
lib: bitmap: add missing mask in bitmap_shift_right
Rasmus Villemoes
2014-08-06
1
-1
/
+1
*
lib: bitmap: micro-optimize bitmap_allocate_region
Rasmus Villemoes
2014-08-06
1
-2
/
+1
*
lib: bitmap: change parameter of bitmap_*_region to unsigned
Rasmus Villemoes
2014-08-06
2
-9
/
+9
*
lib: bitmap: fix typo in kerneldoc for bitmap_pos_to_ord
Rasmus Villemoes
2014-08-06
1
-1
/
+1
*
lib: bitmap: simplify bitmap_parselist
Rasmus Villemoes
2014-08-06
1
-7
/
+2
*
lib: bitmap: make the start index of bitmap_clear unsigned
Rasmus Villemoes
2014-08-06
2
-6
/
+6
*
lib: bitmap: make the start index of bitmap_set unsigned
Rasmus Villemoes
2014-08-06
2
-6
/
+6
*
lib: bitmap: make nbits parameter of bitmap_weight unsigned
Rasmus Villemoes
2014-08-06
2
-4
/
+5
*
lib: bitmap: make nbits parameter of bitmap_subset unsigned
Rasmus Villemoes
2014-08-06
2
-4
/
+4
*
lib: bitmap: make nbits parameter of bitmap_intersects unsigned
Rasmus Villemoes
2014-08-06
2
-4
/
+4
*
lib: bitmap: make nbits parameter of bitmap_{and,or,xor,andnot} unsigned
Rasmus Villemoes
2014-08-06
2
-20
/
+20
*
lib: bitmap: remove unnecessary mask from bitmap_complement
Rasmus Villemoes
2014-08-06
2
-2
/
+2
*
lib: bitmap: make nbits parameter of bitmap_complement unsigned
Rasmus Villemoes
2014-08-06
2
-5
/
+5
*
lib: bitmap: make nbits parameter of bitmap_equal unsigned
Rasmus Villemoes
2014-08-06
2
-3
/
+3
*
lib: bitmap: make nbits parameter of bitmap_full unsigned
Rasmus Villemoes
2014-08-06
2
-4
/
+4
*
lib: bitmap: make nbits parameter of bitmap_empty unsigned
Rasmus Villemoes
2014-08-06
2
-4
/
+4
*
lib/list_sort.c: convert to pr_foo
Andrew Morton
2014-08-06
1
-28
/
+21
*
lib: list_sort.c: Limit number of unused cmp callbacks
Rasmus Villemoes
2014-08-06
1
-1
/
+3
*
lib: list_sort_test(): simplify and harden cleanup
Rasmus Villemoes
2014-08-06
1
-7
/
+5
*
lib: list_sort_test(): add extra corruption check
Rasmus Villemoes
2014-08-06
1
-0
/
+5
*
lib: list_sort_test(): return -ENOMEM when allocation fails
Rasmus Villemoes
2014-08-06
1
-1
/
+2
*
kernel.h: remove deprecated pack_hex_byte
Joe Perches
2014-08-06
1
-5
/
+0
*
lib/test-kstrtox.c: use ARRAY_SIZE instead of sizeof/sizeof[0]
Fabian Frederick
2014-08-06
1
-1
/
+1
*
lib/string_helpers.c: constify static arrays
Mathias Krause
2014-08-06
1
-6
/
+9
*
lib/cmdline.c: add size unit t/p/e to memparse
Gui Hecheng
2014-08-06
1
-5
/
+10
*
libata: Use glob_match from lib/glob.c
George Spelvin
2014-08-06
2
-69
/
+4
*
lib/glob.c: add CONFIG_GLOB_SELFTEST
George Spelvin
2014-08-06
2
-0
/
+178
*
lib: add lib/glob.c
George Spelvin
2014-08-06
4
-0
/
+153
*
zlib: clean up some dead code
Sergey Senozhatsky
2014-08-06
3
-393
/
+0
[next]