aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2013-02-27Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds
2013-02-27Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds
2013-02-25Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2013-02-25kbuild: Fix reading of .config in link-vmlinux.shMichal Marek
2013-02-22scripts/coccinelle: find constant additions that could be bit orsJulia Lawall
2013-02-22coccicheck: Allow to show the executed command lineBernd Schubert
2013-02-22kbuild: Unset language specific variables in setlocalversion scriptChristophe Leroy
2013-02-22depmod: pass -P $CONFIG_SYMBOL_PREFIXJames Hogan
2013-02-22kbuild: Fix destination-y for installed headersJesper Nilsson
2013-02-22coccicheck: Allow the user to give a V= (verbose) argumentBernd Schubert
2013-02-22scripts/coccinelle/misc/memcpy-assign.cocci: Replace memcpy with struct assig...Peter Senna Tschudin
2013-02-22kbuild: clear KBUILD_SRC when calling 'make' in RPM specDavid R. Bild
2013-02-22scripts/link-vmlinux.sh: source variables from KCONFIG_CONFIGMichael Grzeschik
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-02-21Merge branch 'akpm' (incoming from Andrew)Linus Torvalds
2013-02-21checkpatch: fix USLEEP_RANGE testBruce Allan
2013-02-21checkpatch: Add check for kcalloc argument orderJoe Perches
2013-02-21checkpatch: don't emit the CamelCase warning for PageFooJoe Perches
2013-02-21checkpatch: warn on unnecessary __dev<foo> section markingsJoe Perches
2013-02-21checkpatch: prefer dev_<level>( to dev_printk(KERN_<LEVEL>Joe Perches
2013-02-21get_maintainer.pl: find maintainers for removed filesGeert Uytterhoeven
2013-02-21scripts/tags.sh: add ctags magic for declarations of popular kernel typeKirill Tkhai
2013-02-21Merge tag 'fixes-non-critical' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-02-20Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds
2013-02-14scripts/sortextable: silence script outputArnd Bergmann
2013-02-13kbuild: limit dtc+cpp include pathStephen Warren
2013-02-08kbuild: create a rule to run the pre-processor on *.dts filesStephen Warren
2013-02-05checkpatch: fix $Float creation of match variablesJoe Perches
2013-01-29Merge branch 'master' into for-nextJiri Kosina
2013-01-25MODSIGN: Add -s <signature> option to sign-fileMichal Marek
2013-01-25MODSIGN: Specify the hash algorithm on sign-file command lineMichal Marek
2013-01-24mod/file2alias: make modalias generation safe for cross compilingAndreas Schwab
2013-01-24scripts/coccinelle/misc/semicolon.cocci: Add unneeded semicolon testPeter Senna Tschudin
2013-01-22lib: devres: Introduce devm_ioremap_resource()Thierry Reding
2013-01-21modpost: Ignore ARC specific non-alloc sectionsVineet Gupta
2013-01-13scripts/tags.sh: Fix regex syntax for etagsAndreas Schwab
2013-01-09treewide: Fix typo in various driversMasanari Iida
2013-01-03misc: remove __dev* attributes.Greg Kroah-Hartman
2013-01-02UAPI: Strip _UAPI prefix on header install no matter the whitespaceDavid Howells
2012-12-20Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-12-20Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds
2012-12-20checkpatch: warn on uapi #includes that #include <uapi/...Joe Perches
2012-12-20Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds
2012-12-19Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2012-12-18Coccinelle: add api/d_find_alias.cocciCyril Roelandt
2012-12-17checkpatch: warn on CamelCase variable namesJoe Perches
2012-12-17checkpatch: add support for floating point constantsJoe Perches
2012-12-17checkpatch: find hex constants as a single IDENTJoe Perches
2012-12-17checkpatch: add --strict test for switch/default missing breakJoe Perches