| Commit message (Expand) | Author | Age |
* | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare... | Linus Torvalds | 2013-09-13 |
|\ |
|
| * | scripts/config: fix variable substitution command | Clement Chauplannaz | 2013-09-13 |
* | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 2013-09-12 |
|\ \ |
|
| * | | kbuild: Add MIPS specific files to generated package. | Stuart Longland | 2013-08-26 |
* | | | checkpatch: add test for positional misuse of section specifiers like __initdata | Joe Perches | 2013-09-11 |
* | | | checkpatch: fix perl version 5.12 and earlier incompatibility | Joe Perches | 2013-09-11 |
* | | | checkpatch: reduce runtime/cpu time used | Joe Perches | 2013-09-11 |
* | | | checkpatch: better --fix of SPACING errors. | Joe Perches | 2013-09-11 |
* | | | checkpatch: ignore #define TRACE_<foo> macros | Joe Perches | 2013-09-11 |
* | | | checkpatch: add --types option to report only specific message types | Joe Perches | 2013-09-11 |
* | | | checkpatch: fix networking kernel-doc block comment defect | Joe Perches | 2013-09-11 |
* | | | checkpatch: warn when using extern with function prototypes in .h files | Joe Perches | 2013-09-11 |
* | | | checkpatch: check for duplicate signatures | Joe Perches | 2013-09-11 |
* | | | checkpatch: enforce sane perl version | Dave Hansen | 2013-09-11 |
* | | | checkpatch: check CamelCase by word, not by $Lval | Joe Perches | 2013-09-11 |
* | | | checkpatch: add a few more --fix corrections | Joe Perches | 2013-09-11 |
* | | | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare... | Linus Torvalds | 2013-09-11 |
|\ \ \
| | |/
| |/| |
|
| * | | kconfig: do not allow more than one symbol to have 'option modules' | Yann E. MORIN | 2013-09-05 |
| * | | kconfig: regenerate bison parser | Yann E. MORIN | 2013-09-05 |
| * | | kconfig: do not special-case 'MODULES' symbol | Yann E. MORIN | 2013-09-05 |
| * | | diffconfig: Update script to support python versions 2.5 through 3.3 | Mike Pagano | 2013-09-01 |
| * | | diffconfig: Gracefully exit if the default config files are not present | Mike Pagano | 2013-08-19 |
| * | | kconfig: silence warning when parsing auto.conf when a symbol has changed type | Yann E. MORIN | 2013-08-15 |
| * | | scripts/config: use sed's POSIX interface | Clement Chauplannaz | 2013-08-15 |
| * | | kconfig: switch to "long long" for sanity | Kees Cook | 2013-08-15 |
| * | | Merge branch 'yem-kconfig-rc-fixes' of git://gitorious.org/linux-kconfig/linu... | Michal Marek | 2013-07-23 |
| |\ \
| | |/
| |/| |
|
| | * | kconfig: simplify symbol-search code | Yann E. MORIN | 2013-07-16 |
| | * | kconfig: don't allocate n+1 elements in temporary array | Yann E. MORIN | 2013-07-16 |
| | * | kconfig: minor style fixes in symbol-search code | Yann E. MORIN | 2013-07-16 |
| | * | kconfig/[mn]conf: shorten title in search-box | Yann E. MORIN | 2013-07-16 |
| | * | kconfig: avoid multiple calls to strlen | Yann E. MORIN | 2013-07-16 |
* | | | Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k... | Linus Torvalds | 2013-09-07 |
|\ \ \ |
|
| * | | | scripts/checkkconfigsymbols.sh: replace echo -e with printf | Max Filippov | 2013-08-28 |
| * | | | Provide version number for Debian firmware package | Heinrich Schuchardt | 2013-08-15 |
| * | | | coccinelle: replace 0/1 with false/true in functions returning bool | Rasmus Villemoes | 2013-08-13 |
| * | | | deb-pkg: add a hook argument to match debian hooks parameters | Anisse Astier | 2013-07-24 |
| * | | | deb-pkg: fix installed image path on parisc, mips and powerpc | Anisse Astier | 2013-07-24 |
| * | | | deb-pkg: split debug symbols in their own package | Anisse Astier | 2013-07-24 |
| * | | | deb-pkg: use KCONFIG_CONFIG instead of .config file directly | Anisse Astier | 2013-07-24 |
| * | | | rpm-pkg: add generation of kernel-devel | Mike Marciniszyn | 2013-07-23 |
| * | | | rpm-pkg: install firmware files in kernel relative directory | Mike Marciniszyn | 2013-07-23 |
| * | | | rpm-pkg: add %post section to create initramfs and grub hooks | Mike Marciniszyn | 2013-07-23 |
| |/ / |
|
* | | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds | 2013-09-07 |
|\ \ \ |
|
| * | | | scripts: remove unused function in sortextable.c | Ramkumar Ramachandra | 2013-07-25 |
| |/ / |
|
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile | Linus Torvalds | 2013-09-06 |
|\ \ \ |
|
| * | | | tile: support ftrace on tilegx | Tony Lu | 2013-08-30 |
| |/ / |
|
* | | | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2013-09-04 |
|\ \ \ |
|
| * | | | scripts/mod/modpost.c: permit '.cranges' secton for sh64 architecture. | Chen Gang | 2013-08-20 |
| |/ / |
|
* / / | PTR_RET is now PTR_ERR_OR_ZERO(): Replace most. | Rusty Russell | 2013-07-14 |
|/ / |
|
* | | Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k... | Linus Torvalds | 2013-07-10 |
|\ \ |
|