summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-05-23Merge branch 'android-4.9' into amlogic-4.9-devJianxin Pan3137-31640/+78174
2019-03-29BACKPORT: vsprintf: add printk specifier %pxTobin C. Harding3-1/+58
2017-08-14Merge branch 'android-4.9' into amlogic-4.9-devVictor Wan209-829/+1729
2017-07-21Merge 4.9.39 into android-4.9Greg Kroah-Hartman81-354/+655
2017-07-21checkpatch: silence perl 5.26.0 unescaped left brace warningsCyril Bur1-3/+3
2017-06-29script: remove error for change-id when checkpatchjianxin.pan1-4/+4
2017-04-11UPSTREAM: checkpatch: special audit for revert commit lineWei Wang1-0/+1
2016-10-11checkpatch: improve the octal permissions testsJoe Perches1-16/+44
2016-10-11checkpatch: add warning for unnamed function definition argumentsJoe Perches1-0/+13
2016-10-11checkpatch: improve MACRO_ARG_PRECEDENCE testJoe Perches1-1/+19
2016-10-11checkpatch: add --strict test for precedence challenged macro argumentsJoe Perches1-1/+8
2016-10-11checkpatch: add --strict test for macro argument reuseJoe Perches1-8/+35
2016-10-11checkpatch: improve the block comment * alignment testJoe Perches1-7/+12
2016-10-11checkpatch: speed up checking for filenames in sections marked obsoleteJoe Perches1-1/+1
2016-10-11checkpatch: externalize the structs that should be constJoe Perches2-40/+63
2016-10-11checkpatch: don't test for prefer ether_addr_<foo>Joe Perches1-35/+35
2016-10-11checkpatch: test multiple line block comment alignmentJoe Perches1-0/+19
2016-10-11checkpatch: look for symbolic permissions and suggest octal insteadJoe Perches1-6/+43
2016-10-11checkpatch: see if modified files are marked obsolete in MAINTAINERSJoe Perches1-0/+14
2016-09-02treewide: remove references to the now unnecessary DEFINE_PCI_DEVICE_TABLEJoe Perches4-20/+0
2016-08-02checkpatch: if no filenames then read stdinAllen Hubbe1-2/+2
2016-08-02checkpatch: check signoff when reading stdinAllen Hubbe1-1/+3
2016-08-02checkpatch: improve 'bare use of' signed/unsigned types warningJoe Perches1-1/+1
2016-08-02checkpatch: don't complain about BIT macro in uapiTomas Winkler1-2/+3
2016-08-02checkpatch: yet another commit id improvementJoe Perches1-2/+2
2016-08-02checkpatch: allow c99 style // commentsJoe Perches1-0/+6
2016-08-02checkpatch: skip long lines that use an EFI_GUID macroJoe Perches1-0/+4
2016-07-13pmem: kill __pmem address spaceDan Williams15-102/+56
2016-06-03checkpatch: reduce git commit description style false positivesJoe Perches1-0/+1
2016-05-21checkpatch: improve --git <commit-count> shortcutJoe Perches1-6/+4
2016-05-21checkpatch: reduce number of `git log` calls with --gitJoe Perches1-10/+13
2016-05-21checkpatch: add support to check already applied git commitsDu, Changbin1-1/+47
2016-05-21checkpatch: add --list-types to show message types to show or ignoreJoe Perches1-1/+37
2016-05-21checkpatch: advertise the --fix and --fix-inplace options moreJoe Perches1-0/+8
2016-05-21checkpatch: whine about ACCESS_ONCEJoe Perches1-0/+22
2016-05-21checkpatch: add test for keywords not starting on tabstopsJoe Perches1-0/+13
2016-05-21checkpatch: improve CONSTANT_COMPARISON test for structure membersJoe Perches1-1/+1
2016-05-21checkpatch: add PREFER_IS_ENABLED testJoe Perches1-0/+10
2016-03-16Merge branch 'akpm' (patches from Andrew)Linus Torvalds119-1805/+3139
2016-03-15checkpatch: fix another left brace warningGeyslan G. Bem1-1/+1
2016-03-15checkpatch: improve UNSPECIFIED_INT test for bare signed/unsigned usesJoe Perches1-4/+8
2016-03-15checkpatch: warn on bare unsigned or signed declarations without intJoe Perches1-0/+20
2016-03-15checkpatch: exclude asm volatile from complex macro checkJoe Perches1-0/+3
2016-02-24sparse: Add __private to privatize members of structsBoqun Feng2-5/+10
2016-01-21checkpatch: fix a number of COMPLEX_MACRO false positivesVladimir Zapolskiy1-2/+3
2016-01-21checkpatch: improve macros with flow control testJoe Perches1-1/+1
2016-01-21checkpatch: warn when casting constants to c90 int or longer typesJoe Perches1-0/+42
2016-01-12checkpatch: add virt barriersMichael S. Tsirkin1-1/+2
2016-01-12checkpatch: check for __smp outside barrier.hMichael S. Tsirkin1-0/+10
2016-01-12checkpatch.pl: add missing memory barriersMichael S. Tsirkin1-1/+21
[next]