summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2013-03-151-5/+6
|\
| * kbuild: fix make headers_check with make 3.80Sam Ravnborg2013-03-051-5/+6
* | Merge tag 'metag-v3.9-rc1-v4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-03-033-3/+21
|\ \
| * | genksyms: fix metag symbol prefix on crc symbolsJames Hogan2013-03-021-1/+2
| * | scripts/checkstack.pl: Add metag supportJames Hogan2013-03-021-2/+6
| * | metag: ftrace supportJames Hogan2013-03-021-0/+13
* | | Merge branch 'akpm' (final batch from Andrew)Linus Torvalds2013-02-273-2/+6
|\ \ \
| * | | get_maintainer: allow keywords to match filenamesStephen Warren2013-02-271-0/+4
| * | | scripts/kernel-doc: handle struct member __aligned without numbersNishanth Menon2013-02-271-1/+1
| * | | checkpatch: improve CamelCase test for PageJoe Perches2013-02-271-1/+1
* | | | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2013-02-2719-260/+385
|\ \ \ \
| * \ \ \ Merge branch 'kbuild/rc-fixes' into kbuild/kconfigMichal Marek2013-02-2526-576/+950
| |\ \ \ \
| | * \ \ \ Merge branch 'yem-kconfig-rc-fixes' of git://gitorious.org/linux-kconfig/linu...Michal Marek2013-01-121-1/+0
| | |\ \ \ \
| | | * | | | kconfig:lxdialog: remove duplicate codeWang YanQing2012-12-271-1/+0
| * | | | | | kbuild: Fix missing '\n' for NEW symbols in yes "" | make oldconfig >conf.newBen Hutchings2013-02-191-1/+6
| * | | | | | kconfig: nconf: rewrite labels of function keys lineRoland Eggner2013-02-091-4/+4
| * | | | | | kconfig: nconf: rewrite help textsRoland Eggner2013-02-091-164/+156
| * | | | | | kconfig: fix a compiliation error when using make xconfigTiana Rakotovao Andriamahefa2013-01-301-0/+1
| * | | | | | nconf: function keys line, change background color for better readabilityRoland Eggner2013-01-241-1/+1
| * | | | | | menuconfig: Get rid of the top-level entries for "Load an Alternate/Save an A...Wang YanQing2013-01-161-14/+0
| * | | | | | menuconfig: Add Save/Load buttonsWang YanQing2013-01-162-14/+36
| * | | | | | menuconfig:inputbox: support navigate input positionWang YanQing2012-12-251-29/+92
| * | | | | | scripts/kconfig: ensure we use proper CONFIG_ prefixYann E. MORIN2012-12-201-0/+3
| * | | | | | merge_config.sh: Add option to specify output dirZhangfei Gao2012-12-091-4/+16
| * | | | | | kconfig: Regenerate lexerMichal Marek2012-11-201-4/+4
| * | | | | | kconfig: Fix malloc handling in conf toolsAlan Cox2012-11-206-19/+40
| * | | | | | kconfig: get CONFIG_ prefix from the environmentYann E. MORIN2012-11-203-2/+3
| * | | | | | kconfig: add a function to get the CONFIG_ prefixYann E. MORIN2012-11-201-0/+6
| * | | | | | kconfig: remove CONFIG_ from string constantsYann E. MORIN2012-11-202-4/+17
| * | | | | | menuconfig: fix extended colors ncurses supportKrzysztof Mazur2012-11-201-0/+1
* | | | | | | Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds2013-02-276-34/+298
|\ \ \ \ \ \ \
| * | | | | | | scripts/coccinelle: find constant additions that could be bit orsJulia Lawall2013-02-221-0/+55
| * | | | | | | coccicheck: Allow to show the executed command lineBernd Schubert2013-02-221-7/+21
| * | | | | | | coccicheck: Allow the user to give a V= (verbose) argumentBernd Schubert2013-02-221-1/+10
| * | | | | | | scripts/coccinelle/misc/memcpy-assign.cocci: Replace memcpy with struct assig...Peter Senna Tschudin2013-02-221-0/+103
| * | | | | | | kbuild: clear KBUILD_SRC when calling 'make' in RPM specDavid R. Bild2013-02-221-1/+1
| * | | | | | | scripts/coccinelle/misc/semicolon.cocci: Add unneeded semicolon testPeter Senna Tschudin2013-01-241-0/+83
| * | | | | | | scripts/tags.sh: Fix regex syntax for etagsAndreas Schwab2013-01-131-25/+25
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2013-02-2710-326/+617
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | / | | |_|_|_|/ | |/| | | |
| * | | | | kbuild: Fix reading of .config in link-vmlinux.shMichal Marek2013-02-251-1/+8
| * | | | | kbuild: Unset language specific variables in setlocalversion scriptChristophe Leroy2013-02-221-1/+1
| * | | | | depmod: pass -P $CONFIG_SYMBOL_PREFIXJames Hogan2013-02-221-3/+23
| * | | | | kbuild: Fix destination-y for installed headersJesper Nilsson2013-02-221-3/+3
| * | | | | scripts/link-vmlinux.sh: source variables from KCONFIG_CONFIGMichael Grzeschik2013-02-221-1/+1
| * | | | | mod/file2alias: make modalias generation safe for cross compilingAndreas Schwab2013-01-246-318/+582
| |/ / / /
* | | | | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-02-252-71/+65
|\ \ \ \ \
| * | | | | MODSIGN: Add -s <signature> option to sign-fileMichal Marek2013-01-251-43/+56
| * | | | | MODSIGN: Specify the hash algorithm on sign-file command lineMichal Marek2013-01-251-37/+16
| * | | | | modpost: Ignore ARC specific non-alloc sectionsVineet Gupta2013-01-211-0/+2
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-02-211-1/+1
|\ \ \ \ \ \