Age | Commit message (Expand) | Author | Files | Lines |
2014-06-24 | checkpatch: reduce false positives when checking void function return statements | Joe Perches | 1 | -5/+10 |
2014-06-18 | builddeb: fix missing headers in linux-headers package | Fathi Boudra | 1 | -1/+3 |
2014-06-18 | kbuild: Fix tar-pkg with relative $(objtree) | Michal Marek | 1 | -2/+1 |
2014-06-18 | deb-pkg: Fix for relative paths | Michal Marek | 1 | -5/+5 |
2014-06-13 | Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k... | Linus Torvalds | 48 | -159/+290 |
2014-06-13 | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds | 13 | -109/+106 |
2014-06-12 | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -0/+2 |
2014-06-11 | decode_stacktrace: make stack dump output useful again | Sasha Levin | 1 | -0/+126 |
2014-06-10 | scripts: objdiff: support directories for the augument of record command | Masahiro Yamada | 1 | -11/+22 |
2014-06-10 | scripts: objdiff: fix a comment | Masahiro Yamada | 1 | -1/+1 |
2014-06-10 | scripts: objdiff: change the extension of disassembly from .o to .dis | Masahiro Yamada | 1 | -2/+3 |
2014-06-10 | scripts: objdiff: improve path flexibility for record command | Masahiro Yamada | 1 | -6/+16 |
2014-06-10 | scripts: objdiff: remove unnecessary code | Masahiro Yamada | 1 | -2/+0 |
2014-06-10 | scripts: objdiff: direct error messages to stderr | Masahiro Yamada | 1 | -9/+9 |
2014-06-10 | scripts: objdiff: get the path to .tmp_objdiff more simply | Masahiro Yamada | 1 | -7/+5 |
2014-06-10 | deb-pkg: Add automatic support for s390x architecture | Ben Hutchings | 1 | -1/+1 |
2014-06-10 | coccicheck: Add unneeded return variable test | Peter Senna Tschudin | 1 | -0/+66 |
2014-06-10 | kbuild: trivial - use tabs for code indent where possible | Masahiro Yamada | 19 | -91/+89 |
2014-06-10 | kbuild: create include/config directory in scripts/kconfig/Makefile | Masahiro Yamada | 1 | -2/+2 |
2014-06-10 | kbuild: trivial - remove trailing empty lines | Masahiro Yamada | 26 | -30/+0 |
2014-06-10 | coccinelle: Check for missing NULL terminators in of_device_id tables | Stephen Boyd | 1 | -0/+62 |
2014-06-10 | kbuild: do not add "selinux" to subdir- twice | Masahiro Yamada | 1 | -1/+1 |
2014-06-10 | scripts/tags.sh: ignore symlink'ed source files | Yann Droneaud | 1 | -4/+6 |
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-15 | firmware: Simplify directory creation | Michal Marek | 1 | -13/+11 |
2014-05-14 | scripts/tags.sh: add regular expression replacement pattern for memcg | Jianyu Zhan | 1 | -0/+8 |
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-30 | kbuild: trivial - remove trailing spaces | Masahiro Yamada | 9 | -21/+21 |
2014-04-30 | kbuild: support simultaneous "make %config" and "make all" | Masahiro Yamada | 1 | -11/+4 |
2014-04-28 | modpost: Fix resource leak in read_dump() | Christian Engelmayer | 1 | -0/+2 |
2014-04-24 | builddeb: add arm64 in the supported architectures | Fathi Boudra | 1 | -0/+2 |
2014-04-24 | builddeb: use $OBJCOPY variable instead of objcopy | Fathi Boudra | 1 | -3/+3 |
2014-04-24 | scripts/tags.sh: ignore code of user space tools | Konstantin Khlebnikov | 1 | -0/+3 |
2014-04-17 | kbuild: move extra gcc checks to scripts/Makefile.extrawarn | Masahiro Yamada | 2 | -61/+67 |
2014-04-17 | scripts/tags.sh: add pattern for DEFINE_HASHTABLE | Jianyu Zhan | 1 | -2/+4 |
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 |