index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
checkpatch.pl
Commit message (
Expand
)
Author
Age
*
checkpatch: warn on logging functions with KERN_<LEVEL>
Joe Perches
2014-10-13
*
checkpatch: add exception to return then else test
Joe Perches
2014-10-13
*
checkpatch: look for common misspellings
Kees Cook
2014-10-13
*
checkpatch: warn on macros with flow control statements
Joe Perches
2014-10-13
*
checkpatch: remove unnecessary + after {8,8}
Joe Perches
2014-10-13
*
checkpatch: add --strict test for concatenated string elements
Joe Perches
2014-10-13
*
checkpatch: allow optional shorter config descriptions
Vadim Bendebury
2014-10-13
*
checkpatch: enable whitespace checks for DTS files
Geert Uytterhoeven
2014-10-13
*
checkpatch: update $allowed_asm_includes macros, add reboot.h and time.h
Sergey Ryazanov
2014-10-13
*
checkpatch: remove debugging message
Joe Perches
2014-10-13
*
checkpatch: fix spello
Andrew Morton
2014-10-13
*
checkpatch: allow commit descriptions on separate line from commit id
Joe Perches
2014-09-10
*
checkpatch: relax check for length of git commit IDs
Joe Perches
2014-08-29
*
checkpatch: update $declaration_macros, add uninitialized_var
Joe Perches
2014-08-06
*
checkpatch: warn on missing spaces in broken up quoted
Dan Carpenter
2014-08-06
*
checkpatch: fix false positives for --strict "space after cast" test
Joe Perches
2014-08-06
*
checkpatch: fix false positive MISSING_BREAK warnings with --file
Joe Perches
2014-08-06
*
checkpatch: add test for native c90 types in unusual order
Joe Perches
2014-08-06
*
checkpatch: add signed generic types
Joe Perches
2014-08-06
*
checkpatch: add short int to c variable types
Joe Perches
2014-08-06
*
checkpatch: add for_each tests to indentation and brace tests
Joe Perches
2014-08-06
*
checkpatch: fix brace style misuses of else and while
Joe Perches
2014-08-06
*
checkpatch: add --fix option for a couple OPEN_BRACE misuses
Joe Perches
2014-08-06
*
checkpatch: use the correct indentation for which()
Joe Perches
2014-08-06
*
checkpatch: add fix_insert_line and fix_delete_line helpers
Joe Perches
2014-08-06
*
checkpatch: add ability to insert and delete lines to patch/file
Joe Perches
2014-08-06
*
checkpatch: add an index variable for fixed lines
Joe Perches
2014-08-06
*
checkpatch: warn on break after goto or return with same tab indentation
Joe Perches
2014-08-06
*
checkpatch: emit a warning on file add/move/delete
Joe Perches
2014-08-06
*
checkpatch: add test for commit id formatting style in commit log
Joe Perches
2014-08-06
*
checkpatch: emit fewer kmalloc_array/kcalloc conversion warnings
Joe Perches
2014-08-06
*
checkpatch: improve "no space after cast" test
Joe Perches
2014-08-06
*
checkpatch: allow multiple const * types
Joe Perches
2014-08-06
*
checkpatch: warn on unnecessary parentheses around references of foo->bar
Joe Perches
2014-08-06
*
checkpatch: quiet Kconfig help message checking
Joe Perches
2014-08-06
*
checkpatch: change blank line after declaration type to "LINE_SPACING"
Joe Perches
2014-08-06
*
checkpatch: add a multiple blank lines test
Joe Perches
2014-08-06
*
checkpatch: add test for blank lines after function/struct/union/enum
Joe Perches
2014-08-06
*
checkpatch.pl: also suggest 'else if' when if follows brace
Rasmus Villemoes
2014-08-06
*
checkpatch: ignore email headers better
Joe Perches
2014-08-06
*
checkpatch: fix function pointers in blank line needed after declarations test
Joe Perches
2014-08-06
*
checkpatch: fix complex macro false positive for escaped constant char
Joe Perches
2014-08-06
*
checkpatch: warn on unnecessary else after return or break
Joe Perches
2014-08-06
*
checkpatch: attempt to find unnecessary 'out of memory' messages
Joe Perches
2014-08-06
*
checkpatch: reduce false positives when checking void function return statements
Joe Perches
2014-06-23
*
scripts/checkpatch.pl: device_initcall is not the only __initcall substitute
Fabian Frederick
2014-06-04
*
checkpatch: check stable email address
Joe Perches
2014-06-04
*
checkpatch: warn on unnecessary void function return statements
Joe Perches
2014-06-04
*
checkpatch: prefer kstrto<foo> to sscanf(buf, "%<lhuidx>", &bar);
Joe Perches
2014-06-04
*
checkpatch: add warning for kmalloc/kzalloc with multiply
Joe Perches
2014-06-04
[next]