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: add test for positional misuse of section specifiers like __initdata
Joe Perches
2013-09-11
*
checkpatch: fix perl version 5.12 and earlier incompatibility
Joe Perches
2013-09-11
*
checkpatch: reduce runtime/cpu time used
Joe Perches
2013-09-11
*
checkpatch: better --fix of SPACING errors.
Joe Perches
2013-09-11
*
checkpatch: ignore #define TRACE_<foo> macros
Joe Perches
2013-09-11
*
checkpatch: add --types option to report only specific message types
Joe Perches
2013-09-11
*
checkpatch: fix networking kernel-doc block comment defect
Joe Perches
2013-09-11
*
checkpatch: warn when using extern with function prototypes in .h files
Joe Perches
2013-09-11
*
checkpatch: check for duplicate signatures
Joe Perches
2013-09-11
*
checkpatch: enforce sane perl version
Dave Hansen
2013-09-11
*
checkpatch: check CamelCase by word, not by $Lval
Joe Perches
2013-09-11
*
checkpatch: add a few more --fix corrections
Joe Perches
2013-09-11
*
checkpatch: make the CamelCase cache work for non-git trees too
Joe Perches
2013-07-09
*
checkpatch: cache last camelcase hash as .checkpatch-camelcase.<commit>
Joe Perches
2013-07-03
*
checkpatch: allow longer logging function names
Jacob Keller
2013-07-03
*
checkpatch: ignore existing CamelCase uses from include/...
Joe Perches
2013-07-03
*
checkpatch: ignore SI unit CamelCase variants like "_uV"
Joe Perches
2013-07-03
*
checkpatch: move test for space before semicolon after operator spacing
Joe Perches
2013-07-03
*
checkpatch: create an EXPERIMENTAL --fix option to correct patches
Joe Perches
2013-07-03
*
checkpatch: improve "no space after cast" test
Joe Perches
2013-07-03
*
checkpatch: add a --strict test for comparison to true/false
Joe Perches
2013-07-03
*
checkpatch: don't warn on blank lines before/after braces as often
Joe Perches
2013-07-03
*
checkpatch: add a placeholder to check blank lines before declarations
Joe Perches
2013-07-03
*
checkpatch: reduce false positive rate of "complex macros"
Joe Perches
2013-07-03
*
checkpatch: warn on comparisons to get_jiffies_64()
Joe Perches
2013-07-03
*
checkpatch: warn on comparisons to jiffies
Joe Perches
2013-07-03
*
checkpatch: warn when networking block comment lines don't start with *
Joe Perches
2013-07-03
*
checkpatch: improve network block comment test and message
Joe Perches
2013-07-03
*
checkpatch: remove quote from CamelCase test
Joe Perches
2013-07-03
*
checkpatch: add --strict preference for p = kmalloc(sizeof(*p)...
Joe Perches
2013-07-03
*
checkpatch: warn when using gcc's binary constant ("0b") extension
Joe Perches
2013-07-03
*
checkpatch: change CamelCase test and make it --strict
Joe Perches
2013-07-03
*
checkpatch: add Suggested-by as a standard signature
Mugunthan V N
2013-04-29
*
checkpatch: only warn for empty lines before closing braces by themselves
Matthijs Kooijman
2013-04-29
*
checkpatch: warn on space before semicolon
Joe Perches
2013-04-29
*
checkpatch: complain about executable files
Joe Perches
2013-04-29
*
checkpatch: Prefer seq_puts to seq_printf
Joe Perches
2013-04-29
*
checkpatch: add check for reuse of krealloc arg
Joe Perches
2013-04-29
*
checkpatch: fix stringification macro defect
Joe Perches
2013-04-17
*
checkpatch: improve CamelCase test for Page
Joe Perches
2013-02-27
*
checkpatch: fix USLEEP_RANGE test
Bruce Allan
2013-02-21
*
checkpatch: Add check for kcalloc argument order
Joe Perches
2013-02-21
*
checkpatch: don't emit the CamelCase warning for PageFoo
Joe Perches
2013-02-21
*
checkpatch: warn on unnecessary __dev<foo> section markings
Joe Perches
2013-02-21
*
checkpatch: prefer dev_<level>( to dev_printk(KERN_<LEVEL>
Joe Perches
2013-02-21
*
checkpatch: fix $Float creation of match variables
Joe Perches
2013-02-05
*
checkpatch: warn on uapi #includes that #include <uapi/...
Joe Perches
2012-12-20
*
checkpatch: warn on CamelCase variable names
Joe Perches
2012-12-17
*
checkpatch: add support for floating point constants
Joe Perches
2012-12-17
*
checkpatch: find hex constants as a single IDENT
Joe Perches
2012-12-17
[prev]
[next]