| Commit message (Expand) | Author | Age | Files | Lines |
* | 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-04 | 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-19 | 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-27 | 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-23 | 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-12 | 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-12 | 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 |
| * | | | kbuild: trivial - remove trailing spaces | Masahiro Yamada | 2014-04-30 | 9 | -21/+21 |
| * | | | kbuild: support simultaneous "make %config" and "make all" | Masahiro Yamada | 2014-04-30 | 1 | -11/+4 |
| * | | | kbuild: move extra gcc checks to scripts/Makefile.extrawarn | Masahiro Yamada | 2014-04-16 | 2 | -61/+67 |
| |/ / |
|
* | | | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2014-06-11 | 1 | -0/+2 |
|\ \ \ |
|
| * | | | modpost: Fix resource leak in read_dump() | Christian Engelmayer | 2014-04-28 | 1 | -0/+2 |
| |/ / |
|
* | | | decode_stacktrace: make stack dump output useful again | Sasha Levin | 2014-06-10 | 1 | -0/+126 |
* | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2014-06-06 | 2 | -0/+12 |
|\ \ \ |
|
| * | | | ftrace: Add arm64 support to recordmcount | AKASHI Takahiro | 2014-05-29 | 2 | -0/+12 |
* | | | | scripts/checkpatch.pl: device_initcall is not the only __initcall substitute | Fabian Frederick | 2014-06-04 | 1 | -2/+2 |
* | | | | checkpatch: check stable email address | Joe Perches | 2014-06-04 | 1 | -0/+6 |
* | | | | checkpatch: warn on unnecessary void function return statements | Joe Perches | 2014-06-04 | 1 | -0/+7 |