aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAge
* kasan: Makefile: shut up warnings if CONFIG_COMPILE_TEST=yAndrey Ryabinin2015-04-17
* checkpatch: avoid "spaces required around that ':'" false positiveJoe Perches2015-04-17
* checkpatch: fix --fix use with a patch of multiple filesJoe Perches2015-04-17
* checkpatch.pl: new instances of ENOSYS are errorsAndy Lutomirski2015-04-17
* checkpatch: add a test for const with __read_mostly usesJoe Perches2015-04-17
* checkpatch: improve operator spacing checkSam Bobroff2015-04-17
* checkpatch: add 'Prefer ARRAY_SIZE" testJoe Perches2015-04-17
* checkpatch: add uart_ops to normally const structsJoe Perches2015-04-17
* checkpatch: add #define foo "string" long line exceptionJoe Perches2015-04-17
* checkpatch, SubmittingPatches: suggest line wrapping commit messages at 75 co...Joe Perches2015-04-17
* checkpatch: don't ask for asm/file.h to linux/file.h unconditionallyFabian Frederick2015-04-17
* checkpatch: add test for repeated const usesJoe Perches2015-04-17
* checkpatch: improve return negative errno checkJoe Perches2015-04-17
* checkpatch: match more world writable permissionsJoe Perches2015-04-17
* checkpatch: add optional --codespell dictionary to find more typosJoe Perches2015-04-17
* checkpatch: spell check reudceJani Nikula2015-04-17
* checkpatch: add spell checking of email subject lineJoe Perches2015-04-17
* checkpatch: improve "no space is necessary after a cast" testJoe Perches2015-04-17
* Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2015-04-15
|\
| * kconfig: Do not print status messages in make -s modeMichal Marek2015-04-09
| * kconfig: Simplify MakefileMichal Marek2015-04-08
| * kbuild: add generic mergeconfig target, %.configMasahiro Yamada2015-03-24
| * merge_config.sh: rename MAKE to RUNMAKEMasahiro Yamada2015-03-24
| * merge_config.sh: improve indentationMasahiro Yamada2015-03-24
| * kbuild: mergeconfig: remove redundant $(objtree)Masahiro Yamada2015-03-24
| * kbuild: mergeconfig: move an error check to merge_config.shMasahiro Yamada2015-03-24
| * kbuild: mergeconfig: fix "jobserver unavailable" warningMasahiro Yamada2015-03-24
| * kconfig: Remove unnecessary prototypes from headersMichal Marek2015-02-25
| * kconfig: Remove dead codeMichal Marek2015-02-25
| * kconfig: Get rid of the P() macro in headersMichal Marek2015-02-25
| * kconfig: fix a misspelling in scripts/kconfig/merge_config.shMasahiro Yamada2015-02-25
* | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2015-04-15
|\ \
| * | Kbuild: kallsyms: drop special handling of pre-3.0 GCC symbolsArd Biesheuvel2015-04-07
| * | Kbuild: kallsyms: ignore veneers emitted by the ARM linkerArd Biesheuvel2015-04-07
| * | kbuild: include $(src)/Makefile rather than $(obj)/MakefileMasahiro Yamada2015-04-02
| * | kbuild: use relative path to include MakefileMasahiro Yamada2015-04-02
| |/
* | scripts/coccinelle/misc/bugon.cocci: update bug_on conversion warningFabian Frederick2015-04-14
* | scripts/gdb: add empty package initialization scriptJan Kiszka2015-02-28
|/
* Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2015-02-19
|\
| * kconfig: use va_end to match corresponding va_startColin Ian King2015-01-27
| * merge_config.sh: Display usage if given too few argumentsOlof Johansson2015-01-07
* | Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds2015-02-19
|\ \
| * | builddeb: Try to determine distributionSedat Dilek2015-01-06
| * | builddeb: Update year and git repository URL in debian/copyrightSedat Dilek2015-01-02
| |/
* | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2015-02-19
|\ \
| * | kbuild: allow cc-ifversion to have the argument for false conditionMasahiro Yamada2015-01-09
| * | kbuild: do not add $(call ...) to invoke cc-version or cc-fullversionMasahiro Yamada2015-01-09
| * | kbuild: fix cc-ifversion macroMasahiro Yamada2015-01-09
| * | kbuild: Drop support for clean-ruleMichal Marek2015-01-02
| |/
* | scripts/gdb: disable pagination while printing from breakpoint handlerJan Kiszka2015-02-17