aboutsummaryrefslogtreecommitdiffstats
path: root/scripts (follow)
AgeCommit message (Expand)AuthorFilesLines
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/git/arm/arm-socLinus Torvalds1-1/+1
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus 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
2013-01-24nconf: function keys line, change background color for better readabilityRoland Eggner1-1/+1
2013-01-22lib: devres: Introduce devm_ioremap_resource()Thierry Reding1-0/+90
2013-01-21modpost: Ignore ARC specific non-alloc sectionsVineet Gupta1-0/+2
2013-01-16menuconfig: Get rid of the top-level entries for "Load an Alternate/Save an Alternate"Wang YanQing1-14/+0
2013-01-16menuconfig: Add Save/Load buttonsWang YanQing2-14/+36
2013-01-13scripts/tags.sh: Fix regex syntax for etagsAndreas Schwab1-25/+25
2013-01-12Merge branch 'yem-kconfig-rc-fixes' of git://gitorious.org/linux-kconfig/linux-kconfig into kbuild/rc-fixesMichal Marek1-1/+0
2013-01-09treewide: Fix typo in various driversMasanari Iida1-1/+1
2013-01-03misc: remove __dev* attributes.Greg Kroah-Hartman1-1/+0
2013-01-02UAPI: Strip _UAPI prefix on header install no matter the whitespaceDavid Howells1-3/+3
2012-12-27kconfig:lxdialog: remove duplicate codeWang YanQing1-1/+0
2012-12-25menuconfig:inputbox: support navigate input positionWang YanQing1-29/+92
2012-12-20Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-2/+5
2012-12-20Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds3-9/+158
2012-12-20checkpatch: warn on uapi #includes that #include <uapi/...Joe Perches1-2/+5
2012-12-20Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds1-0/+7
2012-12-20scripts/kconfig: ensure we use proper CONFIG_ prefixYann E. MORIN1-0/+3
2012-12-19Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-0/+32
2012-12-18Coccinelle: add api/d_find_alias.cocciCyril Roelandt1-0/+80
2012-12-17checkpatch: warn on CamelCase variable namesJoe Perches1-6/+13
2012-12-17checkpatch: add support for floating point constantsJoe Perches1-1/+5
2012-12-17checkpatch: find hex constants as a single IDENTJoe Perches1-1/+1
2012-12-17checkpatch: add --strict test for switch/default missing breakJoe Perches1-2/+16
2012-12-17checkpatch: warn when declaring "struct spinlock foo;"Joe Perches1-0/+6
2012-12-17checkpatch: Add --strict messages for blank lines around bracesJoe Perches1-0/+10
2012-12-17checkpatch: extend line continuation testJoe Perches1-1/+3
2012-12-17checkpatch: allow control over line length warning, default remains 80Joe Perches1-3/+6
2012-12-17checkpatch: consolidate if (foo) bar(foo) checks and add debugfs_removeAndy Whitcroft1-14/+6
2012-12-17checkpatch: remove reference to feature-removal-schedule.txtTao Ma1-37/+0