summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2012-08-17kbuild: Fix passing -Wno-* options to gcc 4.4+Michal Marek1-0/+5
2012-08-17kbuild: Disable -Wunused-but-set-variable for gcc 4.6.0Dave Jones1-0/+1
2012-08-17kbuild: implement several W= levelsSam Ravnborg1-27/+38
2012-08-17kbuild: Add extra gcc checksBorislav Petkov1-1/+34
2012-03-14kconfig: Avoid buffer underrun in choice inputBen Hutchings1-1/+1
2010-08-27fixes for using make 3.82Jan Beulich1-1/+3
2010-08-02kbuild: Fix modpost segfaultKrzysztof Halasa1-1/+1
2010-07-05gconfig: fix build failure on fedora 13Richard Kennedy1-1/+1
2010-03-25scripts/kernel-doc: fix fatal error on function prototypeRandy Dunlap1-0/+1
2010-03-25get_maintainer: repair STDIN usageWolfram Sang1-1/+1
2010-03-25scripts/kernel-doc: handle struct member __alignedRandy Dunlap1-0/+2
2010-03-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2010-03-13scripts/kernel-doc: fix empty function description sectionRandy Dunlap1-1/+1
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2010-03-06checkpatch: warn on unnecessary spaces before quoted newlinesJoe Perches1-0/+5
2010-03-06checkpatch.pl: warn if an adding line introduce spaces before tabs.Alberto Panizzo1-0/+6
2010-03-06checkpatch.pl: extend list of expected-to-be-const structuresEmese Revfy1-2/+39
2010-03-06checkpatch.pl: add union and struct to the exceptions listStefani Seibold1-0/+2
2010-03-06checkpatch: fix false positive on __initconstWolfram Sang1-1/+4
2010-03-06checkpatch.pl: allow > 80 char lines for logging functions not just printkJoe Perches1-1/+9
2010-03-06checkpatch: trivial fix for trailing statements checkHidetoshi Seto1-1/+3
2010-03-06scripts/checkpatch.pl: add WARN on sizeof(&foo)Joe Perches1-0/+5
2010-03-06scripts/get_maintainer.pl: fix possible infinite loopJoe Perches1-2/+2
2010-03-06get_maintainer: quote email address with periodStephen Hemminger1-2/+2
2010-03-06get_maintainer: fix perlcritic warningsStephen Hemminger1-14/+20
2010-03-06scripts/get_maintainer.pl: add ability to read from STDINJoe Perches1-11/+15
2010-03-06scripts/get_maintainer.pl: change --sections to print in the same style as MA...Joe Perches1-0/+2
2010-03-06scripts/get_maintainer.pl: add --sections, print entire matched subsystemJoe Perches1-4/+32
2010-03-06scripts/get_maintainer.pl: add --file-emails, find embedded email addressesJoe Perches1-7/+76
2010-02-28Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-21/+18
2010-02-27kernel-doc: drop the -filelist option, it doesn't workIlya Dryomov1-13/+1
2010-02-27kernel-doc: track line numbers for each file separatelyIlya Dryomov1-0/+2
2010-02-26Merge commit 'v2.6.33' into tracing/coreIngo Molnar6-40/+78
2010-02-26Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2-4/+69
2010-02-26Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds3-247/+44
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack1-1/+1
2010-02-03kconfig: Simplify LSMOD= handlingMichal Marek1-5/+4
2010-02-03kconfig: Add LSMOD=file to override the lsmod for localmodconfigSteven Rostedt2-13/+38
2010-02-03markup_oops.pl: fix $func_offset error with x86_64Hui Zhu1-1/+1
2010-02-03get_maintainer.pl: teach git log to use --no-colorRichard Kennedy1-2/+2
2010-02-02kconfig: Look in both /bin and /sbin for lsmod in streamline_config.plSteven Rostedt1-1/+14
2010-01-17modpost: fix segfault in sym_is() with prefixed archesMike Frysinger1-1/+1
2010-01-16Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2010-01-16markup_oops.pl: fix error with x86Hui Zhu1-1/+1
2010-01-13kbuild: really fix bzImage build with non-bash shJonathan Nieder1-2/+7
2010-01-13remove my email address from checkpatch.Dave Jones1-1/+1
2010-01-12tracing/x86: Derive arch from bits argument in recordmcount.plJan Kiszka1-1/+1
2010-01-11scripts/get_maintainer.pl: fix file exclusion X: logicJoe Perches1-30/+54
2010-01-11lib: add support for LZO-compressed kernelsAlbin Tonnerre1-0/+5
2010-01-07tracing: Use appropriate perl constructs in recordmcount.plWolfram Sang1-18/+11