Age | Commit message (Expand) | Author | Files | Lines |
2014-06-06 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2 | -0/+12 |
2014-06-05 | scripts/checkpatch.pl: device_initcall is not the only __initcall substitute | Fabian Frederick | 1 | -2/+2 |
2014-06-05 | checkpatch: check stable email address | Joe Perches | 1 | -0/+6 |
2014-06-05 | checkpatch: warn on unnecessary void function return statements | Joe Perches | 1 | -0/+7 |
2014-06-05 | checkpatch: prefer kstrto<foo> to sscanf(buf, "%<lhuidx>", &bar); | Joe Perches | 1 | -0/+21 |
2014-06-05 | checkpatch: add warning for kmalloc/kzalloc with multiply | Joe Perches | 1 | -0/+24 |
2014-06-05 | checkpatch: warn on #defines ending in semicolon | Joe Perches | 1 | -0/+11 |
2014-06-05 | checkpatch: make --strict a default for files in drivers/net and net/ | Joe Perches | 1 | -0/+13 |
2014-06-05 | checkpatch: always warn on missing blank line after variable declaration block | Joe Perches | 1 | -10/+34 |
2014-06-05 | checkpatch: fix wildcard DT compatible string checking | Rob Herring | 1 | -2/+4 |
2014-06-04 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
2014-05-29 | ftrace: Add arm64 support to recordmcount | AKASHI Takahiro | 2 | -0/+12 |
2014-05-20 | scripts/checksyscalls.sh: Make renameat optional | James Hogan | 1 | -1/+4 |
2014-05-06 | Merge tag 'xtensa-next-20140503' of git://github.com/czankel/xtensa-linux | Linus Torvalds | 1 | -0/+5 |
2014-05-05 | modpost: Fix comment typo "Modules.symvers" | Paul Bolle | 1 | -1/+1 |
2014-04-13 | Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k... | Linus Torvalds | 5 | -117/+192 |
2014-04-10 | kbuild: LLVMLinux: Fix LINUX_COMPILER definition script for compilation with ... | Jan-Simon Möller | 1 | -1/+1 |
2014-04-10 | kbuild: LLVMLinux: Adapt warnings for compilation with clang | Jan-Simon Möller | 1 | -1/+11 |
2014-04-08 | scripts/coccinelle: Use PTR_ERR_OR_ZERO | Sachin Kamat | 1 | -7/+7 |
2014-04-08 | scripts/bootgraph.pl: Add graphic header | Fabian Frederick | 1 | -2/+40 |
2014-04-08 | scripts: objdiff: detect object code changes between two commits | Jason Cooper | 1 | -0/+141 |
2014-04-08 | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds | 3 | -7/+4 |
2014-04-08 | kconfig: make allnoconfig disable options behind EMBEDDED and EXPERT | Josh Triplett | 6 | -6/+20 |
2014-04-06 | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 3 | -26/+66 |
2014-04-04 | checkpatch: don't warn on bitfield spaces around : | Joe Perches | 1 | -2/+5 |
2014-04-04 | checkpatch: expand parenthesis alignment test to declarations, functions and ... | Joe Perches | 1 | -4/+6 |
2014-04-04 | checkpatch.pl: add check for Change-Id | Christopher Covington | 1 | -0/+6 |
2014-04-04 | scripts/checkpatch.pl: __GFP_NOFAIL isn't going away | Andrew Morton | 1 | -6/+0 |
2014-04-04 | checkpatch: net and drivers/net: warn on missing blank line after variable de... | Joe Perches | 1 | -0/+15 |
2014-04-04 | checkpatch: improve the compatible vendor match | Florian Vaussard | 1 | -5/+5 |
2014-04-04 | checkpatch: check compatible strings in .c and .h too | Florian Vaussard | 1 | -2/+4 |
2014-04-04 | checkpatch: fix spurious vendor compatible warnings | Florian Vaussard | 1 | -2/+2 |
2014-04-04 | checkpatch: check vendor compatible with dashes | Florian Vaussard | 1 | -1/+1 |
2014-04-04 | checkpatch: improve octal permissions test speed | Joe Perches | 1 | -20/+31 |
2014-04-04 | checkpatch.pl: modify warning message for printk usage | Yogesh Chaudhari | 1 | -1/+1 |
2014-04-04 | checkpatch: make "return is not a function" test quieter | Joe Perches | 1 | -7/+15 |
2014-04-04 | checkpatch: ignore networking block comment style first lines in file | Joe Perches | 1 | -1/+2 |
2014-04-04 | checkpatch: use a more consistent function argument style | Joe Perches | 1 | -9/+20 |
2014-04-04 | checkpatch: add test for char * arrays that could be static const | Joe Perches | 1 | -0/+7 |
2014-04-04 | checkpatch: fix jiffies comparison and others | Joe Perches | 1 | -1/+1 |
2014-04-04 | checkpatch: avoid sscanf test duplicated messages | Joe Perches | 1 | -1/+1 |
2014-04-04 | checkpatch: update octal permissions warning | Joe Perches | 1 | -2/+4 |
2014-04-04 | checkpatch: warn on uses of __constant_<foo> functions | Joe Perches | 1 | -0/+13 |
2014-04-04 | checkpatch: add checks for constant non-octal permissions | Joe Perches | 1 | -2/+34 |
2014-04-04 | checkpatch: don't warn on some function pointer return styles | Joe Perches | 1 | -10/+21 |
2014-04-04 | checkpatch: add test for long udelay | Joe Perches | 1 | -3/+8 |
2014-04-04 | genksyms: fix typeof() handling | Jan Beulich | 7 | -384/+498 |
2014-04-03 | Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linux | Linus Torvalds | 10 | -365/+582 |
2014-04-02 | Merge tag 'driver-core-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -5/+18 |
2014-04-02 | xtensa: enable sorting extable at build time | Max Filippov | 1 | -0/+5 |