summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2013-03-15Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds1-5/+6
2013-03-05kbuild: fix make headers_check with make 3.80Sam Ravnborg1-5/+6
2013-03-03Merge tag 'metag-v3.9-rc1-v4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-3/+21
2013-03-02genksyms: fix metag symbol prefix on crc symbolsJames Hogan1-1/+2
2013-03-02scripts/checkstack.pl: Add metag supportJames Hogan1-2/+6
2013-03-02metag: ftrace supportJames Hogan1-0/+13
2013-02-27Merge branch 'akpm' (final batch from Andrew)Linus Torvalds3-2/+6
2013-02-27get_maintainer: allow keywords to match filenamesStephen Warren1-0/+4
2013-02-27scripts/kernel-doc: handle struct member __aligned without numbersNishanth Menon1-1/+1
2013-02-27checkpatch: improve CamelCase test for PageJoe Perches1-1/+1
2013-02-27Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds19-260/+385
2013-02-27Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds6-34/+298
2013-02-27Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds10-326/+617
2013-02-25Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-71/+65
2013-02-25Merge branch 'kbuild/rc-fixes' into kbuild/kconfigMichal Marek26-576/+950
2013-02-25kbuild: Fix reading of .config in link-vmlinux.shMichal Marek1-1/+8
2013-02-22scripts/coccinelle: find constant additions that could be bit orsJulia Lawall1-0/+55
2013-02-22coccicheck: Allow to show the executed command lineBernd Schubert1-7/+21
2013-02-22kbuild: Unset language specific variables in setlocalversion scriptChristophe Leroy1-1/+1
2013-02-22depmod: pass -P $CONFIG_SYMBOL_PREFIXJames Hogan1-3/+23
2013-02-22kbuild: Fix destination-y for installed headersJesper Nilsson1-3/+3
2013-02-22coccicheck: Allow the user to give a V= (verbose) argumentBernd Schubert1-1/+10
2013-02-22scripts/coccinelle/misc/memcpy-assign.cocci: Replace memcpy with struct assig...Peter Senna Tschudin1-0/+103
2013-02-22kbuild: clear KBUILD_SRC when calling 'make' in RPM specDavid R. Bild1-1/+1
2013-02-22scripts/link-vmlinux.sh: source variables from KCONFIG_CONFIGMichael Grzeschik1-1/+1
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2013-02-21Merge branch 'akpm' (incoming from Andrew)Linus Torvalds3-7/+45
2013-02-21checkpatch: fix USLEEP_RANGE testBruce Allan1-2/+2
2013-02-21checkpatch: Add check for kcalloc argument orderJoe Perches1-0/+6
2013-02-21checkpatch: don't emit the CamelCase warning for PageFooJoe Perches1-0/+1
2013-02-21checkpatch: warn on unnecessary __dev<foo> section markingsJoe Perches1-0/+6
2013-02-21checkpatch: prefer dev_<level>( to dev_printk(KERN_<LEVEL>Joe Perches1-0/+9
2013-02-21get_maintainer.pl: find maintainers for removed filesGeert Uytterhoeven1-1/+1
2013-02-21scripts/tags.sh: add ctags magic for declarations of popular kernel typeKirill Tkhai1-4/+20
2013-02-21Merge tag 'fixes-non-critical' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+90
2013-02-20Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-0/+14
2013-02-19kbuild: Fix missing '\n' for NEW symbols in yes "" | make oldconfig >conf.newBen Hutchings1-1/+6
2013-02-14scripts/sortextable: silence script outputArnd Bergmann1-1/+1
2013-02-13kbuild: limit dtc+cpp include pathStephen Warren1-2/+6
2013-02-09kconfig: nconf: rewrite labels of function keys lineRoland Eggner1-4/+4
2013-02-09kconfig: nconf: rewrite help textsRoland Eggner1-164/+156
2013-02-08kbuild: create a rule to run the pre-processor on *.dts filesStephen Warren1-0/+10
2013-02-05checkpatch: fix $Float creation of match variablesJoe Perches1-5/+5
2013-01-30kconfig: fix a compiliation error when using make xconfigTiana Rakotovao Andriamahefa1-0/+1
2013-01-29Merge branch 'master' into for-nextJiri Kosina20-106/+499
2013-01-25MODSIGN: Add -s <signature> option to sign-fileMichal Marek1-43/+56
2013-01-25MODSIGN: Specify the hash algorithm on sign-file command lineMichal Marek1-37/+16
2013-01-24mod/file2alias: make modalias generation safe for cross compilingAndreas Schwab6-318/+582
2013-01-24scripts/coccinelle/misc/semicolon.cocci: Add unneeded semicolon testPeter Senna Tschudin1-0/+83