summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-02-221-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-223-7/+45
|\ \ \ \ \ \ \
| * | | | | | | checkpatch: fix USLEEP_RANGE testBruce Allan2013-02-221-2/+2
| * | | | | | | checkpatch: Add check for kcalloc argument orderJoe Perches2013-02-221-0/+6
| * | | | | | | checkpatch: don't emit the CamelCase warning for PageFooJoe Perches2013-02-221-0/+1
| * | | | | | | checkpatch: warn on unnecessary __dev<foo> section markingsJoe Perches2013-02-221-0/+6
| * | | | | | | checkpatch: prefer dev_<level>( to dev_printk(KERN_<LEVEL>Joe Perches2013-02-221-0/+9
| * | | | | | | get_maintainer.pl: find maintainers for removed filesGeert Uytterhoeven2013-02-221-1/+1
| * | | | | | | scripts/tags.sh: add ctags magic for declarations of popular kernel typeKirill Tkhai2013-02-221-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-041-1/+0Star
* | | | | UAPI: Strip _UAPI prefix on header install no matter the whitespaceDavid Howells2013-01-031-3/+3
| |/ / / |/| | |
* | | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-12-211-2/+5
|\ \ \ \
| * | | | checkpatch: warn on uapi #includes that #include <uapi/...Joe Perches2012-12-211-2/+5
* | | | | Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds2012-12-213-9/+158
|\ \ \ \ \
| * | | | | scripts/config: Fix wrong "shift" for --keep-caseHiroshi Doyu2012-12-141-1/+0Star
| * | | | | 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-191-0/+80
* | | | | checkpatch: warn on CamelCase variable namesJoe Perches2012-12-181-6/+13
* | | | | checkpatch: add support for floating point constantsJoe Perches2012-12-181-1/+5
* | | | | checkpatch: find hex constants as a single IDENTJoe Perches2012-12-181-1/+1
* | | | | checkpatch: add --strict test for switch/default missing breakJoe Perches2012-12-181-2/+16
* | | | | checkpatch: warn when declaring "struct spinlock foo;"Joe Perches2012-12-181-0/+6
* | | | | checkpatch: Add --strict messages for blank lines around bracesJoe Perches2012-12-181-0/+10
* | | | | checkpatch: extend line continuation testJoe Perches2012-12-181-1/+3
* | | | | checkpatch: allow control over line length warning, default remains 80Joe Perches2012-12-181-3/+6
* | | | | checkpatch: consolidate if (foo) bar(foo) checks and add debugfs_removeAndy Whitcroft2012-12-181-14/+6Star
* | | | | checkpatch: remove reference to feature-removal-schedule.txtTao Ma2012-12-181-37/+0Star
* | | | | checkpatch: warn about using CONFIG_EXPERIMENTALKees Cook2012-12-181-0/+13
* | | | | checkpatch: warn on unnecessary line continuationsJoe Perches2012-12-181-0/+9
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-12-131-0/+34
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | scripts/kernel-doc: check that non-void fcts describe their return valueYacine Belkadi2012-11-271-0/+34
* | | | | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-12-121-0/+1
|\ \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *---. | | | | Merge branches 'cache-l2x0', 'fixes', 'hdrs', 'misc', 'mmci', 'vic' and 'warn...Russell King2012-12-1115-490/+536
| |\ \ \| | | | | | | |_|/ / / | | |/| | / / | | |_|_|/ / | |/| | | |