aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-08-06checkpatch: add an index variable for fixed linesJoe Perches
2014-08-06checkpatch: warn on break after goto or return with same tab indentationJoe Perches
2014-08-06checkpatch: emit a warning on file add/move/deleteJoe Perches
2014-08-06checkpatch: add test for commit id formatting style in commit logJoe Perches
2014-08-06checkpatch: emit fewer kmalloc_array/kcalloc conversion warningsJoe Perches
2014-08-06checkpatch: improve "no space after cast" testJoe Perches
2014-08-06checkpatch: allow multiple const * typesJoe Perches
2014-08-06checkpatch: warn on unnecessary parentheses around references of foo->barJoe Perches
2014-08-06checkpatch: quiet Kconfig help message checkingJoe Perches
2014-08-06checkpatch: change blank line after declaration type to "LINE_SPACING"Joe Perches
2014-08-06checkpatch: add a multiple blank lines testJoe Perches
2014-08-06checkpatch: add test for blank lines after function/struct/union/enumJoe Perches
2014-08-06checkpatch.pl: also suggest 'else if' when if follows braceRasmus Villemoes
2014-08-06checkpatch: ignore email headers betterJoe Perches
2014-08-06checkpatch: fix function pointers in blank line needed after declarations testJoe Perches
2014-08-06checkpatch: fix complex macro false positive for escaped constant charJoe Perches
2014-08-06checkpatch: warn on unnecessary else after return or breakJoe Perches
2014-08-06checkpatch: attempt to find unnecessary 'out of memory' messagesJoe Perches
2014-08-06lib: bitmap: add missing mask in bitmap_andnotRasmus Villemoes
2014-08-06lib: bitmap: add missing mask in bitmap_andRasmus Villemoes
2014-08-06lib: bitmap: add missing mask in bitmap_shift_rightRasmus Villemoes
2014-08-06lib: bitmap: micro-optimize bitmap_allocate_regionRasmus Villemoes
2014-08-06lib: bitmap: change parameter of bitmap_*_region to unsignedRasmus Villemoes
2014-08-06lib: bitmap: fix typo in kerneldoc for bitmap_pos_to_ordRasmus Villemoes
2014-08-06lib: bitmap: simplify bitmap_parselistRasmus Villemoes
2014-08-06lib: bitmap: make the start index of bitmap_clear unsignedRasmus Villemoes
2014-08-06lib: bitmap: make the start index of bitmap_set unsignedRasmus Villemoes
2014-08-06lib: bitmap: make nbits parameter of bitmap_weight unsignedRasmus Villemoes
2014-08-06lib: bitmap: make nbits parameter of bitmap_subset unsignedRasmus Villemoes
2014-08-06lib: bitmap: make nbits parameter of bitmap_intersects unsignedRasmus Villemoes
2014-08-06lib: bitmap: make nbits parameter of bitmap_{and,or,xor,andnot} unsignedRasmus Villemoes
2014-08-06lib: bitmap: remove unnecessary mask from bitmap_complementRasmus Villemoes
2014-08-06lib: bitmap: make nbits parameter of bitmap_complement unsignedRasmus Villemoes
2014-08-06lib: bitmap: make nbits parameter of bitmap_equal unsignedRasmus Villemoes
2014-08-06lib: bitmap: make nbits parameter of bitmap_full unsignedRasmus Villemoes
2014-08-06lib: bitmap: make nbits parameter of bitmap_empty unsignedRasmus Villemoes
2014-08-06lib/list_sort.c: convert to pr_fooAndrew Morton
2014-08-06lib: list_sort.c: Limit number of unused cmp callbacksRasmus Villemoes
2014-08-06lib: list_sort_test(): simplify and harden cleanupRasmus Villemoes
2014-08-06lib: list_sort_test(): add extra corruption checkRasmus Villemoes
2014-08-06lib: list_sort_test(): return -ENOMEM when allocation failsRasmus Villemoes
2014-08-06kernel.h: remove deprecated pack_hex_byteJoe Perches
2014-08-06lib/test-kstrtox.c: use ARRAY_SIZE instead of sizeof/sizeof[0]Fabian Frederick
2014-08-06lib/string_helpers.c: constify static arraysMathias Krause
2014-08-06lib/cmdline.c: add size unit t/p/e to memparseGui Hecheng
2014-08-06libata: Use glob_match from lib/glob.cGeorge Spelvin
2014-08-06lib/glob.c: add CONFIG_GLOB_SELFTESTGeorge Spelvin
2014-08-06lib: add lib/glob.cGeorge Spelvin
2014-08-06zlib: clean up some dead codeSergey Senozhatsky
2014-08-06klist: use same naming scheme as hlist for klist_add_after()Ken Helias