| Commit message (Expand) | Author | Age | Files | Lines |
* | checkpatch: warn when formats use %Z and suggest %z | Alexey Dobriyan | 2017-02-28 | 1 | -9/+20 |
* | checkpatch: remove false unbalanced braces warning | Sven Eckelmann | 2017-02-25 | 1 | -2/+2 |
* | checkpatch: notice unbalanced else braces in a patch | Joe Perches | 2017-02-25 | 1 | -0/+6 |
* | checkpatch: add another old address for the FSF | Matthew Wilcox | 2017-02-25 | 1 | -0/+1 |
* | checkpatch: update $logFunctions | Miles Chen | 2017-02-25 | 1 | -1/+1 |
* | checkpatch: warn on logging continuations | Joe Perches | 2017-02-25 | 1 | -0/+6 |
* | checkpatch: warn on embedded function names | Joe Perches | 2017-02-25 | 1 | -2/+20 |
* | checkpatch: replace __bitwise__ with __bitwise | Michael S. Tsirkin | 2016-12-15 | 1 | -2/+2 |
* | Merge tag 'docs-4.10' of git://git.lwn.net/linux | Linus Torvalds | 2016-12-13 | 1 | -3/+3 |
|\ |
|
| * | docs: fix locations of several documents that got moved | Mauro Carvalho Chehab | 2016-10-24 | 1 | -3/+3 |
* | | checkpatch: don't emit unified-diff error for rename-only patches | Andrew Jeffery | 2016-12-13 | 1 | -0/+1 |
* | | checkpatch: don't check c99 types like uint8_t under tools | Tomas Winkler | 2016-12-13 | 1 | -1/+2 |
* | | checkpatch: avoid multiple line dereferences | Joe Perches | 2016-12-13 | 1 | -0/+12 |
* | | checkpatch: don't check .pl files, improve absolute path commit log test | Joe Perches | 2016-12-13 | 1 | -15/+15 |
* | | scripts/checkpatch.pl: fix spelling | Andrew Morton | 2016-12-13 | 1 | -1/+1 |
* | | checkpatch: don't try to get maintained status when --no-tree is given | Jerome Forissier | 2016-12-13 | 1 | -1/+1 |
* | | locking/mutex, drm: Introduce mutex_trylock_recursive() | Peter Zijlstra | 2016-11-15 | 1 | -0/+6 |
|/ |
|
* | checkpatch: improve the octal permissions tests | Joe Perches | 2016-10-12 | 1 | -16/+44 |
* | checkpatch: add warning for unnamed function definition arguments | Joe Perches | 2016-10-12 | 1 | -0/+13 |
* | checkpatch: improve MACRO_ARG_PRECEDENCE test | Joe Perches | 2016-10-12 | 1 | -1/+19 |
* | checkpatch: add --strict test for precedence challenged macro arguments | Joe Perches | 2016-10-12 | 1 | -1/+8 |
* | checkpatch: add --strict test for macro argument reuse | Joe Perches | 2016-10-12 | 1 | -8/+35 |
* | checkpatch: improve the block comment * alignment test | Joe Perches | 2016-10-12 | 1 | -7/+12 |
* | checkpatch: speed up checking for filenames in sections marked obsolete | Joe Perches | 2016-10-12 | 1 | -1/+1 |
* | checkpatch: externalize the structs that should be const | Joe Perches | 2016-10-12 | 1 | -40/+24 |
* | checkpatch: don't test for prefer ether_addr_<foo> | Joe Perches | 2016-10-12 | 1 | -35/+35 |
* | checkpatch: test multiple line block comment alignment | Joe Perches | 2016-10-12 | 1 | -0/+19 |
* | checkpatch: look for symbolic permissions and suggest octal instead | Joe Perches | 2016-10-12 | 1 | -6/+43 |
* | checkpatch: see if modified files are marked obsolete in MAINTAINERS | Joe Perches | 2016-10-12 | 1 | -0/+14 |
* | treewide: remove references to the now unnecessary DEFINE_PCI_DEVICE_TABLE | Joe Perches | 2016-09-02 | 1 | -9/+0 |
* | checkpatch: if no filenames then read stdin | Allen Hubbe | 2016-08-03 | 1 | -2/+2 |
* | checkpatch: check signoff when reading stdin | Allen Hubbe | 2016-08-03 | 1 | -1/+3 |
* | checkpatch: improve 'bare use of' signed/unsigned types warning | Joe Perches | 2016-08-03 | 1 | -1/+1 |
* | checkpatch: don't complain about BIT macro in uapi | Tomas Winkler | 2016-08-03 | 1 | -2/+3 |
* | checkpatch: yet another commit id improvement | Joe Perches | 2016-08-03 | 1 | -2/+2 |
* | checkpatch: allow c99 style // comments | Joe Perches | 2016-08-03 | 1 | -0/+6 |
* | checkpatch: skip long lines that use an EFI_GUID macro | Joe Perches | 2016-08-03 | 1 | -0/+4 |
* | pmem: kill __pmem address space | Dan Williams | 2016-07-13 | 1 | -1/+0 |
* | checkpatch: reduce git commit description style false positives | Joe Perches | 2016-06-04 | 1 | -0/+1 |
* | checkpatch: improve --git <commit-count> shortcut | Joe Perches | 2016-05-21 | 1 | -6/+4 |
* | checkpatch: reduce number of `git log` calls with --git | Joe Perches | 2016-05-21 | 1 | -10/+13 |
* | checkpatch: add support to check already applied git commits | Du, Changbin | 2016-05-21 | 1 | -1/+47 |
* | checkpatch: add --list-types to show message types to show or ignore | Joe Perches | 2016-05-21 | 1 | -1/+37 |
* | checkpatch: advertise the --fix and --fix-inplace options more | Joe Perches | 2016-05-21 | 1 | -0/+8 |
* | checkpatch: whine about ACCESS_ONCE | Joe Perches | 2016-05-21 | 1 | -0/+22 |
* | checkpatch: add test for keywords not starting on tabstops | Joe Perches | 2016-05-21 | 1 | -0/+13 |
* | checkpatch: improve CONSTANT_COMPARISON test for structure members | Joe Perches | 2016-05-21 | 1 | -1/+1 |
* | checkpatch: add PREFER_IS_ENABLED test | Joe Perches | 2016-05-21 | 1 | -0/+10 |
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2016-03-16 | 1 | -1/+28 |
|\ |
|
| * | checkpatch: fix another left brace warning | Geyslan G. Bem | 2016-03-16 | 1 | -1/+1 |