| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | checkpatch: change blank line after declaration type to "LINE_SPACING" | Joe Perches | 2014-08-07 | 1 | -1/+1 |
| * | | | | checkpatch: add a multiple blank lines test | Joe Perches | 2014-08-07 | 1 | -0/+11 |
| * | | | | checkpatch: add test for blank lines after function/struct/union/enum | Joe Perches | 2014-08-07 | 1 | -0/+16 |
| * | | | | checkpatch.pl: also suggest 'else if' when if follows brace | Rasmus Villemoes | 2014-08-07 | 1 | -1/+1 |
| * | | | | checkpatch: ignore email headers better | Joe Perches | 2014-08-07 | 1 | -2/+3 |
| * | | | | checkpatch: fix function pointers in blank line needed after declarations test | Joe Perches | 2014-08-07 | 1 | -0/+4 |
| * | | | | checkpatch: fix complex macro false positive for escaped constant char | Joe Perches | 2014-08-07 | 1 | -1/+1 |
| * | | | | checkpatch: warn on unnecessary else after return or break | Joe Perches | 2014-08-07 | 1 | -0/+10 |
| * | | | | checkpatch: attempt to find unnecessary 'out of memory' messages | Joe Perches | 2014-08-07 | 1 | -0/+17 |
| | |_|/
| |/| | |
|
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2014-08-07 | 1 | -1/+1 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | kbuild: fix comment in Makefile.modinst | Olaf Hering | 2014-06-19 | 1 | -1/+1 |
* | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 2014-08-06 | 2 | -2/+1 |
|\ \ \ \ |
|
| * \ \ \ | Merge branch 'next' of git://git.infradead.org/users/pcmoore/selinux into next | James Morris | 2014-07-19 | 2 | -2/+1 |
| |\ \ \ \
| | |_|/ /
| |/| | | |
|
| | * | | | selinux, kbuild: remove unnecessary $(hostprogs-y) from clean-files | Masahiro Yamada | 2014-06-17 | 2 | -2/+1 |
* | | | | | Merge tag 'driver-core-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2014-08-05 | 1 | -90/+0 |
|\ \ \ \ \ |
|
| * | | | | | Merge 3.16-rc6 into driver-core-next | Greg Kroah-Hartman | 2014-07-21 | 1 | -3/+12 |
| |\| | | | |
|
| * | | | | | Merge branch 'component-for-driver' of git://ftp.arm.linux.org.uk/~rmk/linux-... | Greg Kroah-Hartman | 2014-07-03 | 4 | -15/+21 |
| |\ \ \ \ \ |
|
| * | | | | | | devres: remove devm_request_and_ioremap() | Jingoo Han | 2014-06-20 | 1 | -90/+0 |
| | |_|_|_|/
| |/| | | | |
|
* | | | | | | Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul... | Ingo Molnar | 2014-07-17 | 1 | -1/+21 |
|\ \ \ \ \ \
| |_|_|/ / /
|/| | | | | |
|
| * | | | | | scripts: Teach get_maintainer.pl about the new "R:" tag | Joe Perches | 2014-07-08 | 1 | -1/+21 |
| |/ / / / |
|
* | / / / | scripts/kernel-doc: handle object-like macros | Horia Geanta | 2014-07-12 | 1 | -3/+12 |
| |/ / /
|/| | | |
|
* | | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 2014-06-28 | 1 | -2/+2 |
|\ \ \ \ |
|
| * | | | | recordmcount/MIPS: Fix possible incorrect mcount_loc table entries in modules | Alex Smith | 2014-06-26 | 1 | -2/+2 |
| |/ / / |
|
* | | | | checkpatch: reduce false positives when checking void function return statements | Joe Perches | 2014-06-24 | 1 | -5/+10 |
* | | | | builddeb: fix missing headers in linux-headers package | Fathi Boudra | 2014-06-18 | 1 | -1/+3 |
* | | | | kbuild: Fix tar-pkg with relative $(objtree) | Michal Marek | 2014-06-18 | 1 | -2/+1 |
* | | | | deb-pkg: Fix for relative paths | Michal Marek | 2014-06-18 | 1 | -5/+5 |
|/ / / |
|
* | | | Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k... | Linus Torvalds | 2014-06-13 | 48 | -159/+290 |
|\ \ \ |
|
| * | | | scripts: objdiff: support directories for the augument of record command | Masahiro Yamada | 2014-06-10 | 1 | -11/+22 |
| * | | | scripts: objdiff: fix a comment | Masahiro Yamada | 2014-06-10 | 1 | -1/+1 |
| * | | | scripts: objdiff: change the extension of disassembly from .o to .dis | Masahiro Yamada | 2014-06-10 | 1 | -2/+3 |
| * | | | scripts: objdiff: improve path flexibility for record command | Masahiro Yamada | 2014-06-10 | 1 | -6/+16 |
| * | | | scripts: objdiff: remove unnecessary code | Masahiro Yamada | 2014-06-10 | 1 | -2/+0 |
| * | | | scripts: objdiff: direct error messages to stderr | Masahiro Yamada | 2014-06-10 | 1 | -9/+9 |
| * | | | scripts: objdiff: get the path to .tmp_objdiff more simply | Masahiro Yamada | 2014-06-10 | 1 | -7/+5 |
| * | | | deb-pkg: Add automatic support for s390x architecture | Ben Hutchings | 2014-06-10 | 1 | -1/+1 |
| * | | | coccicheck: Add unneeded return variable test | Peter Senna Tschudin | 2014-06-10 | 1 | -0/+66 |
| * | | | kbuild: trivial - use tabs for code indent where possible | Masahiro Yamada | 2014-06-10 | 19 | -91/+89 |
| * | | | kbuild: trivial - remove trailing empty lines | Masahiro Yamada | 2014-06-10 | 26 | -30/+0 |
| * | | | coccinelle: Check for missing NULL terminators in of_device_id tables | Stephen Boyd | 2014-06-09 | 1 | -0/+62 |
| * | | | scripts/tags.sh: ignore symlink'ed source files | Yann Droneaud | 2014-06-09 | 1 | -4/+6 |
| * | | | scripts/tags.sh: add regular expression replacement pattern for memcg | Jianyu Zhan | 2014-05-14 | 1 | -0/+8 |
| * | | | builddeb: add arm64 in the supported architectures | Fathi Boudra | 2014-04-24 | 1 | -0/+2 |
| * | | | builddeb: use $OBJCOPY variable instead of objcopy | Fathi Boudra | 2014-04-24 | 1 | -3/+3 |
| * | | | scripts/tags.sh: ignore code of user space tools | Konstantin Khlebnikov | 2014-04-24 | 1 | -0/+3 |
| * | | | scripts/tags.sh: add pattern for DEFINE_HASHTABLE | Jianyu Zhan | 2014-04-16 | 1 | -2/+4 |
* | | | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds | 2014-06-13 | 13 | -109/+106 |
|\ \ \ \ |
|
| * | | | | kbuild: create include/config directory in scripts/kconfig/Makefile | Masahiro Yamada | 2014-06-10 | 1 | -2/+2 |
| * | | | | kbuild: do not add "selinux" to subdir- twice | Masahiro Yamada | 2014-06-09 | 1 | -1/+1 |
| * | | | | firmware: Simplify directory creation | Michal Marek | 2014-05-14 | 1 | -13/+11 |