summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | 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
| |\ \ \ \
| | * \ \ \ Merge commit 'v2.6.33' into tracing/coreIngo Molnar2010-02-266-40/+78
| | |\ \ \ \ | | | |/ / /
| | * | | | tracing: Use appropriate perl constructs in recordmcount.plWolfram Sang2010-01-061-18/+11
| | * | | | tracing: optimize recordmcount.pl for offsets-handlingWolfram Sang2010-01-061-9/+9
| * | | | | kernel-doc: drop the -filelist option, it doesn't workIlya Dryomov2010-02-261-13/+1
| * | | | | kernel-doc: track line numbers for each file separatelyIlya Dryomov2010-02-261-0/+2
| * | | | | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2010-02-252-4/+69
| |\ \ \ \ \
| | * | | | | kconfig: Simplify LSMOD= handlingMichal Marek2010-02-031-5/+4
| | * | | | | kconfig: Add LSMOD=file to override the lsmod for localmodconfigSteven Rostedt2010-02-022-13/+38
| | * | | | | kconfig: Look in both /bin and /sbin for lsmod in streamline_config.plSteven Rostedt2010-02-021-1/+14
| | * | | | | kconfig: Check for if conditions in Kconfig for localmodconfigSteven Rostedt2010-01-061-0/+26
| | * | | | | kconfig: Create include/generated for localmodconfigSteven Rostedt2010-01-061-0/+2
| | |/ / / /
| * | | | | Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2010-02-253-247/+44
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | kconfig: simplification of scripts/extract-ikconfigDick Streefland2009-10-073-247/+44
| * | | | | markup_oops.pl: fix $func_offset error with x86_64Hui Zhu2010-02-021-1/+1
| * | | | | get_maintainer.pl: teach git log to use --no-colorRichard Kennedy2010-02-021-2/+2
* | | | | | kconfig: add savedefconfigSam Ravnborg2010-08-036-1/+171
* | | | | | kconfig: code refactoring in confdata.cSam Ravnborg2010-08-031-67/+70
* | | | | | kconfig: refactor code in symbol.cSam Ravnborg2010-08-032-13/+34
* | | | | | kconfig: add alldefconfigSam Ravnborg2010-08-032-6/+14
* | | | | | kconfig: print more info when we see a recursive dependencyRoman Zippel2010-08-031-15/+127
* | | | | | kconfig: save location of config symbolsSam Ravnborg2010-08-033-0/+5
* | | | | | kconfig: change nonint_oldconfig to listnewconfigSam Ravnborg2010-08-032-27/+14
* | | | | | kconfig: rename loose_nonint_oldconfig => oldnoconfigSam Ravnborg2010-08-032-11/+10
* | | | | | kconfig: use long options in confSam Ravnborg2010-08-032-126/+105
* | | | | | kconfig: fix MODULES-related bug in case of no .configUlf Magnusson2010-07-291-1/+4
* | | | | | kconfig: make randconfig fair for booleansPeter Korsgaard2010-07-261-1/+2
* | | | | | kconfig: Don't write invisible choice valuesJan Beulich2010-07-081-12/+12
* | | | | | kbuild: Warn on selecting symbols with unmet direct dependenciesCatalin Marinas2010-07-023-0/+25
* | | | | | scripts:conf.c Fix warning: variable 'type' set but not usedJustin P. Mattock2010-06-121-4/+0
* | | | | | menuconfig: truncate list itemsLi Zefan2010-06-031-2/+7
* | | | | | menuconfig: fix to center checklist correctly in a corner caseLi Zefan2010-06-031-0/+1
* | | | | | xconfig: add support to show hidden options which have promptsLi Zefan2010-06-022-23/+62
* | | | | | xconfig: remove unused functionLi Zefan2010-06-022-29/+0
OpenPOWER on IntegriCloud