summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* 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 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
|\ \
| * | Merge branch 'master' into for-nextJiri Kosina2013-01-2920-106/+499
| |\|
| * | treewide: Fix typo in various driversMasanari Iida2013-01-091-1/+1
* | | Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2013-02-213-7/+45
|\ \ \
| * | | checkpatch: fix USLEEP_RANGE testBruce Allan2013-02-211-2/+2
| * | | checkpatch: Add check for kcalloc argument orderJoe Perches2013-02-211-0/+6
| * | | checkpatch: don't emit the CamelCase warning for PageFooJoe Perches2013-02-211-0/+1
| * | | checkpatch: warn on unnecessary __dev<foo> section markingsJoe Perches2013-02-211-0/+6
| * | | checkpatch: prefer dev_<level>( to dev_printk(KERN_<LEVEL>Joe Perches2013-02-211-0/+9
| * | | get_maintainer.pl: find maintainers for removed filesGeert Uytterhoeven2013-02-211-1/+1
| * | | scripts/tags.sh: add ctags magic for declarations of popular kernel typeKirill Tkhai2013-02-211-4/+20
* | | | Merge tag 'fixes-non-critical' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-02-211-1/+1
|\ \ \ \
| * | | | scripts/sortextable: silence script outputArnd Bergmann2013-02-141-1/+1
| | |_|/ | |/| |
* | | | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-211-0/+90
|\ \ \ \ | |_|/ / |/| | |
| * | | lib: devres: Introduce devm_ioremap_resource()Thierry Reding2013-01-221-0/+90
| |/ /
* | | Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-02-201-0/+14
|\ \ \
| * | | kbuild: limit dtc+cpp include pathStephen Warren2013-02-131-2/+6
| * | | kbuild: create a rule to run the pre-processor on *.dts filesStephen Warren2013-02-081-0/+10
| |/ /
* / / checkpatch: fix $Float creation of match variablesJoe Perches2013-02-051-5/+5
|/ /
* | misc: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-1/+0
* | UAPI: Strip _UAPI prefix on header install no matter the whitespaceDavid Howells2013-01-021-3/+3
* | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-12-201-2/+5
|\ \
| * | checkpatch: warn on uapi #includes that #include <uapi/...Joe Perches2012-12-201-2/+5
* | | Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds2012-12-203-9/+158
|\ \ \
| * | | scripts/config: Fix wrong "shift" for --keep-caseHiroshi Doyu2012-12-141-1/+0
| * | | scripts/tags.sh: Support compiled sourceJoonsoo Kim2012-12-111-6/+31
| * | | scripts/tags.sh: Support subarch for ARMJoonsoo Kim2012-12-111-2/+18
| * | | scripts/coccinelle/misc/warn.cocci: use WARNJulia Lawall2012-12-091-0/+109
| * | | scripts/kernel-doc: check that non-void fcts describe their return valueYacine Belkadi2012-12-061-0/+34
* | | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2012-12-201-0/+7
|\ \ \ \ | |_|/ / |/| | |
| * | | scripts/pnmtologo: fix for plain PBMAndreas Bießmann2012-11-201-0/+7
| |/ /
* | | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-12-191-0/+32
|\ \ \
| * | | MODSIGN: Add modules_sign make targetJosh Boyer2012-12-141-0/+32
* | | | Coccinelle: add api/d_find_alias.cocciCyril Roelandt2012-12-181-0/+80
* | | | checkpatch: warn on CamelCase variable namesJoe Perches2012-12-171-6/+13
* | | | checkpatch: add support for floating point constantsJoe Perches2012-12-171-1/+5
* | | | checkpatch: find hex constants as a single IDENTJoe Perches2012-12-171-1/+1
* | | | checkpatch: add --strict test for switch/default missing breakJoe Perches2012-12-171-2/+16
* | | | checkpatch: warn when declaring "struct spinlock foo;"Joe Perches2012-12-171-0/+6
* | | | checkpatch: Add --strict messages for blank lines around bracesJoe Perches2012-12-171-0/+10
* | | | checkpatch: extend line continuation testJoe Perches2012-12-171-1/+3
* | | | checkpatch: allow control over line length warning, default remains 80Joe Perches2012-12-171-3/+6
* | | | checkpatch: consolidate if (foo) bar(foo) checks and add debugfs_removeAndy Whitcroft2012-12-171-14/+6