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