summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* kconfig: Hide error output in find command in streamline_config.plToralf Förster2010-05-281-2/+3
* kconfig: Fix typo in comment in streamline_config.plToralf Foerster2010-05-281-1/+1
* kconfig: Make a variable local in streamline_config.plToralf Foerster2010-05-281-1/+1
* initramfs: add support for in-kernel initramfs compressed with LZOAlbin Tonnerre2010-05-271-0/+1
* checkpatch: warn on declaration with storage class not at the beginningTobias Klauser2010-05-251-0/+5
* checkpatch: add check for too short Kconfig descriptionsAndi Kleen2010-05-251-0/+15
* scripts/get_maintainer.pl: default to not include unspecified tagsFlorian Mickler2010-05-251-1/+1
* scripts/get_maintainer.pl: add .get_maintainer.conf default options fileJoe Perches2010-05-251-1/+30
* scripts/get_maintainer.pl: optionally ignore non-maintainer signaturesJoe Perches2010-05-251-9/+26
* Merge branch 'modules' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty...Linus Torvalds2010-05-211-0/+17
|\
| * MODULE_DEVICE_TABLE(isapnp, ...) does nothingOndrej Zary2010-05-191-0/+17
* | lockdep: Add novalidate class for dev->mutex conversionPeter Zijlstra2010-05-211-0/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-05-201-0/+26
|\ \
| * \ Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-05-182-0/+18
| |\ \ | | |/
| * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-112-1/+4
| |\ \
| * | | phylib: Support phy module autoloadingDavid Woodhouse2010-04-021-0/+26
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2010-05-202-2/+2
|\ \ \ \
| * \ \ \ Merge branch 'master' into for-nextJiri Kosina2010-04-232-1/+4
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Fix comment and Kconfig typos for 'require' and 'fragment'Gilles Espinasse2010-03-291-1/+1
| * | | | kconfig: util: Fix typo in commentThomas Weber2010-03-151-1/+1
| | |/ / | |/| |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2010-05-201-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge branch 'next' into for-linusJames Morris2010-05-181-1/+1
| |\ \ \
| | * \ \ Merge branch 'master' into nextJames Morris2010-03-314-45/+225
| | |\ \ \ | | | | |/ | | | |/|
| | * | | selinux: fix warning in genheadersJames Morris2010-03-161-1/+1
* | | | | Merge branch 'core-hweight-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2010-05-181-0/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | x86: Add optimized popcnt variantsBorislav Petkov2010-04-061-0/+4
| | |/ / | |/| |
* | | | m68k: amiga - Zorro bus modalias supportGeert Uytterhoeven2010-05-171-0/+14
|/ / /
* | | scripts/kernel-doc: fix fatal error on function prototypeRandy Dunlap2010-03-241-0/+1
* | | get_maintainer: repair STDIN usageWolfram Sang2010-03-241-1/+1
* | | scripts/kernel-doc: handle struct member __alignedRandy Dunlap2010-03-241-0/+2
| |/ |/|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2010-03-121-1/+1
|\ \
| * \ Merge branch 'for-next' into for-linusJiri Kosina2010-03-081-1/+1
| |\ \
| | * | tree-wide: Assorted spelling fixesDaniel Mack2010-02-091-1/+1
* | | | scripts/kernel-doc: fix empty function description sectionRandy Dunlap2010-03-121-1/+1
|/ / /
* | | checkpatch: warn on unnecessary spaces before quoted newlinesJoe Perches2010-03-061-0/+5
* | | checkpatch.pl: warn if an adding line introduce spaces before tabs.Alberto Panizzo2010-03-061-0/+6
* | | checkpatch.pl: extend list of expected-to-be-const structuresEmese Revfy2010-03-061-2/+39
* | | checkpatch.pl: add union and struct to the exceptions listStefani Seibold2010-03-061-0/+2
* | | checkpatch: fix false positive on __initconstWolfram Sang2010-03-061-1/+4
* | | checkpatch.pl: allow > 80 char lines for logging functions not just printkJoe Perches2010-03-061-1/+9
* | | checkpatch: trivial fix for trailing statements checkHidetoshi Seto2010-03-061-1/+3
* | | scripts/checkpatch.pl: add WARN on sizeof(&foo)Joe Perches2010-03-061-0/+5
* | | scripts/get_maintainer.pl: fix possible infinite loopJoe Perches2010-03-061-2/+2
* | | get_maintainer: quote email address with periodStephen Hemminger2010-03-061-2/+2
* | | get_maintainer: fix perlcritic warningsStephen Hemminger2010-03-061-14/+20
* | | scripts/get_maintainer.pl: add ability to read from STDINJoe Perches2010-03-061-11/+15
* | | scripts/get_maintainer.pl: change --sections to print in the same style as MA...Joe Perches2010-03-061-0/+2
* | | scripts/get_maintainer.pl: add --sections, print entire matched subsystemJoe Perches2010-03-061-4/+32
* | | scripts/get_maintainer.pl: add --file-emails, find embedded email addressesJoe Perches2010-03-061-7/+76
| |/ |/|
* | Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2010-02-281-21/+18
|\ \
OpenPOWER on IntegriCloud