summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorLines
2008-03-28update checkpatch.pl to version 0.16Andy Whitcroft-184/+279
2008-03-23kbuild: soften modpost checks when doing cross buildsSam Ravnborg-2/+14
2008-03-13kernel-doc: set verbose mode via environmentRandy Dunlap-0/+4
2008-03-04update checkpatch.pl to version 0.15Andy Whitcroft-117/+206
2008-02-23kernel-doc: fix function-pointer-parameter parsingRichard Kennedy-3/+3
2008-02-19kbuild: fix reversed symbol name order in modpostGeert Uytterhoeven-1/+1
2008-02-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds-13/+21
2008-02-14kernel-doc: remove fastcallHarvey Harrison-1/+0
2008-02-13Linux Kernel Markers: create modpost fileMathieu Desnoyers-1/+177
2008-02-13kconfig: fix select in combination with defaultRoman Zippel-13/+21
2008-02-11kbuild: fix make V=1Sam Ravnborg-0/+3
2008-02-09Kbuild: Fix deb-pkg target to work with kernel versions ending with -<text-wi...Michal Sojka-1/+2
2008-02-09kbuild: silence CHK/UPD messages according to $(quiet)Mike Frysinger-2/+6
2008-02-09kbuild/modpost: Use warn() for announcing section mismatchesGeert Uytterhoeven-8/+8
2008-02-09Add binoffset to gitignoreUwe Kleine-König-0/+1
2008-02-09kbuild/modpost: improve warnings if symbol is unknownSam Ravnborg-7/+14
2008-02-08update checkpatch.pl to version 0.14Andy Whitcroft-42/+184
2008-02-08update checkpatch.pl to version 0.13Andy Whitcroft-96/+198
2008-02-07kernel-doc: warn on badly formatted short descriptionRandy Dunlap-0/+8
2008-02-07kernel-doc: prevent duplicate description: outputRandy Dunlap-1/+1
2008-02-07kernel-doc: fix for vunmap function prototypeRandy Dunlap-1/+1
2008-02-06Claim maintainership for block2mtd and update email addressesJoern Engel-1/+1
2008-02-06kallsyms should prefer non weak symbolsPaulo Marques-3/+34
2008-02-06remove support for un-needed _extratext sectionRobin Getz-14/+10
2008-02-03kbuild: add svn revision information to setlocalversionBryan Wu-0/+16
2008-02-03kbuild: do not warn about __*init/__*exit symbols being exportedSam Ravnborg-1/+1
2008-02-03kconfig: ignore select of unknown symbolSam Ravnborg-6/+3
2008-02-03kconfig: mark config as changed when loading an alternate configSam Ravnborg-0/+1
2008-02-03kbuild: print only total number of section mismatces foundSam Ravnborg-8/+7
2008-02-01USB: handle idVendor of 0x0000Greg Kroah-Hartman-1/+1
2008-01-28kbuild: warn about ld added unique sectionsSam Ravnborg-2/+40
2008-01-28kbuild: add verbose option to Section mismatch reporting in modpostSam Ravnborg-29/+227
2008-01-28kconfig: tristate choices with mixed tristate and boolean valuesJan Beulich-7/+45
2008-01-28remove __attribute_used__Adrian Bunk-2/+2
2008-01-28kbuild: support ARCH=x86 in buildtarDaniel De Graaf-2/+2
2008-01-28kconfig: remove "enable"Adrian Bunk-21/+18
2008-01-28kbuild: simplified warning report in modpostSam Ravnborg-52/+52
2008-01-28kbuild: introduce a few helpers in modpostSam Ravnborg-35/+38
2008-01-28kbuild: use simpler section mismatch warnings in modpostSam Ravnborg-40/+16
2008-01-28kbuild: introduce new option to enhance section mismatch analysisSam Ravnborg-2/+7
2008-01-28Use separate sections for __dev/__cpu/__mem code/dataSam Ravnborg-15/+39
2008-01-28kbuild: check section names consistently in modpostSam Ravnborg-86/+60
2008-01-28kbuild: introduce blacklisting in modpostSam Ravnborg-177/+128
2008-01-28kbuild: code refactoring in modpostSam Ravnborg-105/+137
2008-01-28kbuild: try harder to find symbol names in modpostSam Ravnborg-2/+19
2008-01-28kbuild: fix so modpost can now check any .o fileSam Ravnborg-1/+2
2008-01-28kbuild: minor scripts/decodecode updateRandy Dunlap-2/+15
2008-01-28kconfig: use environment optionRoman Zippel-15/+0
2008-01-28kconfig: environment symbol supportRoman Zippel-35/+108
2008-01-28kconfig: explicitly introduce expression listRoman Zippel-20/+24