summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | menuconfig: fix extended colors ncurses supportKrzysztof Mazur2012-11-201-0/+1
* | | | | | | Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds2013-02-276-34/+298
|\ \ \ \ \ \ \
| * | | | | | | scripts/coccinelle: find constant additions that could be bit orsJulia Lawall2013-02-221-0/+55
| * | | | | | | coccicheck: Allow to show the executed command lineBernd Schubert2013-02-221-7/+21
| * | | | | | | coccicheck: Allow the user to give a V= (verbose) argumentBernd Schubert2013-02-221-1/+10
| * | | | | | | scripts/coccinelle/misc/memcpy-assign.cocci: Replace memcpy with struct assig...Peter Senna Tschudin2013-02-221-0/+103
| * | | | | | | kbuild: clear KBUILD_SRC when calling 'make' in RPM specDavid R. Bild2013-02-221-1/+1
| * | | | | | | scripts/coccinelle/misc/semicolon.cocci: Add unneeded semicolon testPeter Senna Tschudin2013-01-241-0/+83
| * | | | | | | scripts/tags.sh: Fix regex syntax for etagsAndreas Schwab2013-01-131-25/+25
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2013-02-2710-326/+617
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | / | | |_|_|_|/ | |/| | | |
| * | | | | kbuild: Fix reading of .config in link-vmlinux.shMichal Marek2013-02-251-1/+8
| * | | | | kbuild: Unset language specific variables in setlocalversion scriptChristophe Leroy2013-02-221-1/+1
| * | | | | depmod: pass -P $CONFIG_SYMBOL_PREFIXJames Hogan2013-02-221-3/+23
| * | | | | kbuild: Fix destination-y for installed headersJesper Nilsson2013-02-221-3/+3
| * | | | | scripts/link-vmlinux.sh: source variables from KCONFIG_CONFIGMichael Grzeschik2013-02-221-1/+1
| * | | | | mod/file2alias: make modalias generation safe for cross compilingAndreas Schwab2013-01-246-318/+582
| |/ / / /
* | | | | 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
|\ \ \ \ \ | |_|/ / / |/| | | |
OpenPOWER on IntegriCloud