summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorLines
2013-02-22scripts/link-vmlinux.sh: source variables from KCONFIG_CONFIGMichael Grzeschik-1/+1
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+1
2013-02-21Merge branch 'akpm' (incoming from Andrew)Linus Torvalds-7/+45
2013-02-21checkpatch: fix USLEEP_RANGE testBruce Allan-2/+2
2013-02-21checkpatch: Add check for kcalloc argument orderJoe Perches-0/+6
2013-02-21checkpatch: don't emit the CamelCase warning for PageFooJoe Perches-0/+1
2013-02-21checkpatch: warn on unnecessary __dev<foo> section markingsJoe Perches-0/+6
2013-02-21checkpatch: prefer dev_<level>( to dev_printk(KERN_<LEVEL>Joe Perches-0/+9
2013-02-21get_maintainer.pl: find maintainers for removed filesGeert Uytterhoeven-1/+1
2013-02-21scripts/tags.sh: add ctags magic for declarations of popular kernel typeKirill Tkhai-4/+20
2013-02-21Merge tag 'fixes-non-critical' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+1
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+90
2013-02-20Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds-0/+14
2013-02-19kbuild: Fix missing '\n' for NEW symbols in yes "" | make oldconfig >conf.newBen Hutchings-1/+6
2013-02-14scripts/sortextable: silence script outputArnd Bergmann-1/+1
2013-02-13kbuild: limit dtc+cpp include pathStephen Warren-2/+6
2013-02-09kconfig: nconf: rewrite labels of function keys lineRoland Eggner-4/+4
2013-02-09kconfig: nconf: rewrite help textsRoland Eggner-164/+156
2013-02-08kbuild: create a rule to run the pre-processor on *.dts filesStephen Warren-0/+10
2013-02-05checkpatch: fix $Float creation of match variablesJoe Perches-5/+5
2013-01-30kconfig: fix a compiliation error when using make xconfigTiana Rakotovao Andriamahefa-0/+1
2013-01-29Merge branch 'master' into for-nextJiri Kosina-106/+499
2013-01-25MODSIGN: Add -s <signature> option to sign-fileMichal Marek-43/+56
2013-01-25MODSIGN: Specify the hash algorithm on sign-file command lineMichal Marek-37/+16
2013-01-24mod/file2alias: make modalias generation safe for cross compilingAndreas Schwab-318/+582
2013-01-24scripts/coccinelle/misc/semicolon.cocci: Add unneeded semicolon testPeter Senna Tschudin-0/+83
2013-01-24nconf: function keys line, change background color for better readabilityRoland Eggner-1/+1
2013-01-22lib: devres: Introduce devm_ioremap_resource()Thierry Reding-0/+90
2013-01-21modpost: Ignore ARC specific non-alloc sectionsVineet Gupta-0/+2
2013-01-16menuconfig: Get rid of the top-level entries for "Load an Alternate/Save an A...Wang YanQing-14/+0
2013-01-16menuconfig: Add Save/Load buttonsWang YanQing-14/+36
2013-01-13scripts/tags.sh: Fix regex syntax for etagsAndreas Schwab-25/+25
2013-01-12Merge branch 'yem-kconfig-rc-fixes' of git://gitorious.org/linux-kconfig/linu...Michal Marek-1/+0
2013-01-09treewide: Fix typo in various driversMasanari Iida-1/+1
2013-01-03misc: remove __dev* attributes.Greg Kroah-Hartman-1/+0
2013-01-02UAPI: Strip _UAPI prefix on header install no matter the whitespaceDavid Howells-3/+3
2012-12-27kconfig:lxdialog: remove duplicate codeWang YanQing-1/+0
2012-12-25menuconfig:inputbox: support navigate input positionWang YanQing-29/+92
2012-12-20Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds-2/+5
2012-12-20Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds-9/+158
2012-12-20checkpatch: warn on uapi #includes that #include <uapi/...Joe Perches-2/+5
2012-12-20Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds-0/+7
2012-12-20scripts/kconfig: ensure we use proper CONFIG_ prefixYann E. MORIN-0/+3
2012-12-19Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+32
2012-12-18Coccinelle: add api/d_find_alias.cocciCyril Roelandt-0/+80
2012-12-17checkpatch: warn on CamelCase variable namesJoe Perches-6/+13
2012-12-17checkpatch: add support for floating point constantsJoe Perches-1/+5
2012-12-17checkpatch: find hex constants as a single IDENTJoe Perches-1/+1
2012-12-17checkpatch: add --strict test for switch/default missing breakJoe Perches-2/+16
2012-12-17checkpatch: warn when declaring "struct spinlock foo;"Joe Perches-0/+6