aboutsummaryrefslogtreecommitdiffstats
path: root/scripts (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-09-16[PATCH] Fix 'make headers_check' on biarch architecturesDavid Woodhouse1-3/+5
2006-09-16[PATCH] Add a missing space that prevents building modules that require host programsRoss Biro1-1/+1
2006-09-13[PATCH] headers_check: clarify error messageAlexey Dobriyan1-1/+1
2006-09-13[PATCH] headers_check: improve #include regexpAlexey Dobriyan1-1/+1
2006-08-15[PATCH] PATCH: 1 line 2.6.18 bugfix: modpost-64bit-fix.patchHans de Goede1-1/+1
2006-08-01kbuild: always use $(CC) for $(call cc-version)Sam Ravnborg1-2/+1
2006-08-01kconfig: correct oldconfig for unset choice optionsRoman Zippel1-1/+1
2006-08-01kbuild: fix typo in modpostDave Jones1-1/+1
2006-08-01kbuild: improve error from file2aliasSam Ravnborg1-19/+43
2006-07-31[PATCH] vDSO hash-style fixRoland McGrath1-0/+7
2006-07-31[PATCH] kernel-doc: ignore __devinitRandy Dunlap1-0/+1
2006-07-04Merge git://git.infradead.org/hdrinstall-2.6Linus Torvalds2-0/+166
2006-07-03kbuild: introduce utsrelease.hSam Ravnborg1-4/+3
2006-07-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds8-35/+88
2006-07-01[PATCH] kernel-doc: make man/text mode function output sameRandy Dunlap1-1/+4
2006-07-01[PATCH] kernel-doc: consistent text/man mode outputRandy.Dunlap1-3/+5
2006-07-01kbuild: warn when a moduled uses a symbol marked UNUSEDSam Ravnborg2-23/+64
2006-07-01kbuild: fix segv in modpostSam Ravnborg1-3/+6
2006-07-01kconfig: enhancing accessibility of lxdialogSamuel Thibault1-2/+5
2006-07-01kbuild: fix ia64 breakage after introducing make -rRSam Ravnborg5-7/+13
2006-06-27[PATCH] rtmutex: Modify rtmutex-tester to test the setscheduler propagationThomas Gleixner14-35/+184
2006-06-27[PATCH] pi-futex: rt mutex testerThomas Gleixner14-0/+1454
2006-06-26Revert "kbuild: fix make -rR breakage"Linus Torvalds5-14/+7
2006-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds35-1420/+2452
2006-06-25[PATCH] kernel-doc: use Members for struct fields consistentlyRandy Dunlap1-1/+1
2006-06-25[PATCH] kernel-doc: don't use XML escapes in text or man output modeRandy Dunlap1-0/+3
2006-06-25[PATCH] kernel-doc: warn on malformed function docs.Randy Dunlap1-0/+7
2006-06-25[PATCH] checkstack: print module namesRandy Dunlap1-2/+12
2006-06-25[PATCH] kernel-doc: script cleanupsRandy Dunlap1-2/+2
2006-06-25[PATCH] kernel-doc: drop leading space in sectionsRandy Dunlap1-0/+3
2006-06-25[PATCH] bloat-o-meter: gcc-4 fixRob Landley1-1/+2
2006-06-24kbuild: replace abort() with exit(1)Sam Ravnborg4-6/+6
2006-06-24kbuild: support for %.symtypes filesAndreas Gruenbacher3-27/+63
2006-06-24kbuild: add option for stripping modules while installing themTheodore Ts'o1-1/+1
2006-06-24kbuild: kill some false positives from modpostAl Viro1-0/+6
2006-06-24kbuild: export-symbol usage report generatorRam Pai1-0/+169
2006-06-24kbuild: fix make -rR breakageSam Ravnborg5-7/+14
2006-06-18Basic implementation of 'make headers_check'David Woodhouse2-0/+19
2006-06-18Basic implementation of 'make headers_install'David Woodhouse1-0/+147
2006-06-17kbuild: append -dirty for updated but uncommited changesUwe Zeisberger1-1/+1
2006-06-17kbuild: append git revision for all untagged commitsUwe Zeisberger1-1/+1
2006-06-16kbuild: fix module.symvers parsing in modpostLaurent Riffard1-1/+1
2006-06-10kbuild: modpost build fixAndrew Morton1-1/+2
2006-06-09kbuild: check license compatibility when building modulesSam Ravnborg2-2/+70
2006-06-09kbuild: export-type enhancement to modpost.cRam Pai2-16/+80
2006-06-09kconfig: KCONFIG_OVERWRITECONFIGRoman Zippel2-19/+29
2006-06-09kconfig: exit if no beginning filenameRandy Dunlap1-0/+1
2006-06-09kconfig: warn about leading whitespace for menu promptsRoman Zippel1-6/+10
2006-06-09kconfig: jump to linked menu promptRoman Zippel2-29/+86
2006-06-09kconfig: create links in info windowRoman Zippel4-32/+81