aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2006-10-25[POWERPC] Support feature fixups in modulesBenjamin Herrenschmidt1-0/+2
2006-10-17[PATCH] kbuild: allow multi-word $M in Makefile.modpostGreg Banks1-1/+1
2006-10-17[PATCH] fix `make headers_install'David Woodhouse1-1/+1
2006-10-11[PATCH] kernel-doc: make parameter description indentation uniformRandy Dunlap1-5/+7
2006-10-11[PATCH] kernel-doc: drop various "inline" qualifiersRandy Dunlap1-0/+3
2006-10-11[PATCH] Fix menuconfig build failure due to missing stdbool.hLuca Tettamanti1-0/+1
2006-10-04[PATCH] hdrcheck permission fixAndrew Morton1-1/+1
2006-10-03Fix copy&waste bug in comment in scripts/kernel-docRolf Eike Beer1-2/+2
2006-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds15-1442/+1048
2006-10-02[PATCH] Add unifdef to gitignorePaul Mundt1-0/+1
2006-10-01kconfig: fix saving alternate kconfig file in parent dirSam Ravnborg1-1/+1
2006-10-01kbuild: make modpost processing configurableSam Ravnborg1-3/+8
2006-10-01[PATCH] allow /proc/config.gz to be built as a moduleRoss Biro1-1/+1
2006-09-30kconfig/menuconfig: do not let ncurses clutter screen on exitSam Ravnborg1-8/+8
2006-09-30kconfig/lxdialog: clear long menu linesSam Ravnborg1-6/+6
2006-09-30kbuild: do not build mconf & lxdialog unless neededSam Ravnborg1-1/+6
2006-09-30kconfig/lxdialog: fix make mrproperSam Ravnborg1-1/+0
2006-09-30kconfig/lxdialog: support resizeSam Ravnborg8-71/+161
2006-09-30kconfig/lxdialog: let <ESC><ESC> behave as expectedSam Ravnborg8-30/+76
2006-09-30kconfig/menuconfig: lxdialog is now built-inSam Ravnborg12-1019/+502
2006-09-30kconfig/lxdialog: add a new theme bluetitle which is now defaultSam Ravnborg2-2/+18
2006-09-30kconfig/lxdialog: add support for color themes and add blackbg themeSam Ravnborg2-7/+81
2006-09-30kconfig/lxdialog: refactor color supportSam Ravnborg10-362/+250
2006-09-29[PATCH] docbook: fix segfault in docproc.cHenrik Kretzschmar1-0/+1
2006-09-27[PATCH] EISA bus MODALIAS attributes supportMichael Tokarev1-0/+12
2006-09-26[PATCH] i386/x86-64: Work around gcc bug with noreturn functions in unwinderJan Beulich1-2/+2
2006-09-26[PATCH] Add the -fstack-protector option to the CFLAGSArjan van de Ven1-0/+6
2006-09-26[PATCH] x86: Detect CFI support in the assembler at runtimeAndi Kleen1-0/+7
2006-09-24Merge git://git.infradead.org/~dwmw2/khdrs-2.6Linus Torvalds2-45/+81
2006-09-25kbuild: fix "mkdir -p" usage in scripts/package/mkspecRolf Eike Beer1-2/+2
2006-09-25kbuild: update help in top level MakefileRobert P. J. Day1-0/+1
2006-09-25kbuild: fail kernel compilation in case of unresolved module symbolsKirill Korotaev2-6/+20
2006-09-25kbuild: remove debug left-over from Makefile.hostSam Ravnborg1-1/+0
2006-09-25kbuild: create output directory for hostprogs with O=.. buildSam Ravnborg1-5/+16
2006-09-25kbuild: add missing return statement in modpost.c:secref_whitelist()Sam Ravnborg1-0/+1
2006-09-25kbuild: make V=2 tell why a target is rebuildSam Ravnborg1-1/+40
2006-09-25kbuild: modpost on vmlinux regardless of CONFIG_MODULESSam Ravnborg2-4/+10
2006-09-25kbuild: ignore references from ".pci_fixup" to ".init.text"Magnus Damm1-4/+12
2006-09-25kbuild: use in-kernel unifdefSam Ravnborg2-1/+4
2006-09-25kbuild: replace use of strlcpy with a dedicated implmentation in unifdefSam Ravnborg1-1/+8
2006-09-25kbuild: add unifdefSam Ravnborg1-0/+998
2006-09-25kbuild: consistently decide when to rebuild a targetSam Ravnborg2-24/+33
2006-09-25kconfig: support DOS line endingsMatthew Wilcox1-2/+6
2006-09-24Use dependencies for 'make headers_install'.David Woodhouse2-45/+81
2006-09-22Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds1-0/+12
2006-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds1-0/+2
2006-09-20[S390] zcrypt adjunct processor bus.Martin Schwidefsky1-0/+12
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 ...Ross Biro1-1/+1
2006-09-14Merge branch 'linux-2.6'Paul Mackerras1-2/+2
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-31Merge branch 'merge'Paul Mackerras1-1/+1
2006-08-25[POWERPC] make checkstack work with ARCH=powerpcJohannes Berg1-0/+2
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
2006-06-09kconfig: finer customization via popup menusRoman Zippel2-238/+343
2006-06-09kconfig: Add search option for xconfigRoman Zippel2-172/+333
2006-06-09kconfig: add defconfig_list/module optionRoman Zippel7-24/+53
2006-06-09kconfig: add symbol option config syntaxRoman Zippel7-492/+735
2006-06-09kconfig: integrate split config into silentoldconfigRoman Zippel4-233/+123
2006-06-09kconfig: allow loading multiple configurationsRoman Zippel7-62/+84
2006-06-09kconfig: allow multiple default values per symbolRoman Zippel3-26/+31
2006-06-09kconfig: remove SYMBOL_{YES,MOD,NO}Roman Zippel4-14/+6
2006-06-09kconfig: fix .config dependenciesRoman Zippel6-57/+145
2006-06-09kconfig: improve config load/save outputRoman Zippel1-4/+18
2006-06-08kbuild: fix false section mismatch with ARCH=um buildSam Ravnborg1-0/+2
2006-06-08kbuild: ignore smp_locks section warnings from init/exit codeRandy Dunlap1-0/+2
2006-06-08kbuild: fix make rpm for powerpcMike Wolf1-0/+5
2006-06-08kbuild: obj-dirs is calculated incorrectly if hostprogs-y is definedPavel Roskin1-3/+5
2006-05-21[PATCH] kbuild: fix modpost segfault for 64bit mipsel kernelAtsushi Nemoto2-6/+46
2006-05-21[PATCH] kbuild: check SHT_REL sectionsAtsushi Nemoto2-19/+48
2006-05-08Revert "kbuild: fix modpost segfault for 64bit mipsel kernel"Linus Torvalds2-28/+2
2006-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds4-7/+40
2006-05-08kbuild: Do not overwrite makefile as anohter userJan Beulich1-1/+4
2006-04-30kbuild: fix gen_initramfs_list.shSam Ravnborg1-1/+5
2006-04-30kbuild modpost - relax driver data nameRandy Dunlap1-3/+3
2006-04-30kbuild: fix modpost segfault for 64bit mipsel kernelAtsushi Nemoto2-2/+28
2006-04-29Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov13-124/+194
2006-04-26Input: move input_device_id to mod_devicetable.hDmitry Torokhov1-19/+17
2006-04-19[PATCH] config: update usage/help infoRandy Dunlap1-1/+2
2006-04-14Merge master.kernel.org:/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds1-4/+9
2006-04-15kbuild: fix false section mismatch warningsSam Ravnborg1-4/+9
2006-04-14[PATCH] Enhancing accessibility of lxdialogSamuel Thibault1-10/+9
2006-04-11kconfig: fix typo in change count initializationRoman Zippel1-1/+1
2006-04-11kconfig: recenter menuconfigRoman Zippel1-9/+10
2006-04-11kconfig: revert conf behaviour changeRoman Zippel1-16/+2
2006-04-11kconfig: fix default value for choice inputRoman Zippel1-2/+1
2006-04-11kbuild: fix NULL dereference in scripts/mod/modpost.cEric Sesterhenn1-1/+1
2006-04-11kbuild: fix mode of checkstack.pl and other files.Paolo 'Blaisorblade' Giarrusso4-0/+0
2006-04-11kbuild: rebuild initramfs if content of initramfs changesSam Ravnborg1-73/+152
2006-04-07kbuild: properly pass options to hostcc when doing make O=..Sam Ravnborg2-5/+5
2006-04-05ver_linux: don't print reiser4progs version if none foundAlexey Dobriyan1-2/+2
2006-03-25[PATCH] x86_64: Basic reorder infrastructureArjan van de Ven1-0/+21
2006-03-25Merge master.kernel.org:/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds22-1013/+1139
2006-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-1/+1
2006-03-25[PATCH] kallsyms: handle malloc() failureJesper Juhl1-1/+11
2006-03-24fix typos "wich" -> "which"Uwe Zeisberger1-1/+1
2006-03-24[PATCH] extract-ikconfig: don't use --long-optionsAlexey Dobriyan1-1/+1
2006-03-24[PATCH] extract-ikconfig: be sure binoffset exists before extractingAlexey Dobriyan1-0/+1
2006-03-24[PATCH] extract-ikconfig: use mktemp(1)Alexey Dobriyan1-1/+1
2006-03-21kbuild: remove obsoleted scripts/reference_* filesSam Ravnborg2-220/+0
2006-03-20[PATCH] add EXPORT_SYMBOL_GPL_FUTURE()Greg Kroah-Hartman2-45/+47
2006-03-17[PATCH] kbuild: fix buffer overflow in modpostSam Ravnborg1-7/+2
2006-03-12kconfig: fix time ordering of writes to .kconfig.d and include/linux/autoconf.hJan Beulich1-1/+1
2006-03-12kbuild: add -fverbose-asm to i386 MakefileChuck Ebbert1-1/+1
2006-03-12kbuild: clean-up genksymsSam Ravnborg2-94/+43
2006-03-12kbuild: Lindent genksyms.cSam Ravnborg1-438/+402
2006-03-12kbuild: fix genksyms build errorSam Ravnborg2-6/+13
2006-03-08kbuild: replace PHONY with FORCESam Ravnborg1-11/+7
2006-03-08kbuild: Fix bug in crc symbol generating of kernel and modulesLuke Yang2-4/+4
2006-03-06[PATCH] s390: fix match in ccw modaliasBastian Blank1-1/+1
2006-03-06kbuild: change kbuild to not rely on incorrect GNU make behaviorPaul Smith8-25/+52
2006-03-05kbuild: when warning symbols exported twice now tell user this is the problemSam Ravnborg1-1/+1
2006-03-05kbuild: in the section mismatch check try harder to find symbolsSam Ravnborg1-1/+16
2006-03-05kbuild: fix section mismatch check for unwind on IA64Sam Ravnborg1-2/+2
2006-03-05kbuild: kill false positives from section mismatch warnings for powerpcSam Ravnborg1-2/+7
2006-03-03kbuild: kill trailing whitespace in modpost & friendsSam Ravnborg4-43/+43
2006-02-27kbuild: small update of allnoconfig descriptionJesper Juhl1-1/+1
2006-02-27kbuild: make namespace.pl CROSS_COMPILE happyAaron Brooks1-2/+2
2006-02-26kbuild: whitelist false section mismatch warningsSam Ravnborg1-0/+89
2006-02-26kbuild: Add copyright to modpost.cSam Ravnborg1-1/+1
2006-02-22kbuild: do not warn when unwind sections references .init/.exit sectionsSam Ravnborg1-1/+17
2006-02-22kbuild: fix modpost compile with older gccakpm@osdl.org1-3/+3
2006-02-19kbuild: include symbol names in section mismatch warningsSam Ravnborg1-17/+47
2006-02-19kbuild: fix segfault in modpostSam Ravnborg1-1/+1
2006-02-19kbuild: do not segfault in modpost if MODVERDIR is not definedSam Ravnborg1-3/+6
2006-02-19kbuild: fix comment in Kbuild.includeSam Ravnborg1-1/+1
2006-02-19kbuild: remove checkconfig.plBrian Gerst1-65/+0
2006-02-19kbuild: fix mkmakefileJan Beulich1-3/+5
2006-02-19kbuild: consolidate command line escapingJan Beulich3-25/+12
2006-02-19kbuild: make cc-version available in kbuild filesSam Ravnborg2-1/+39
2006-02-19kbuild: check for section mismatch during modpost stageSam Ravnborg2-0/+268
2006-02-19kbuild: warn about duplicate exported symbolsSam Ravnborg1-3/+13
2006-02-19kbuild: improved modversioning support for external modulesSam Ravnborg2-52/+78
2006-02-19kbuild: apply CodingStyle to modpost.cSam Ravnborg1-70/+54
2006-02-19kbuild: use warn()/fatal() consistent in modpostSam Ravnborg4-32/+27
2006-02-09Revert "[PATCH] kconfig: detect if -lintl is needed when linking conf,mconf"Linus Torvalds1-11/+1
2006-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-bugfixLinus Torvalds2-7/+14
2006-02-05[PATCH] kconfig: detect if -lintl is needed when linking conf,mconfRobb, Sam1-1/+11
2006-02-01[PATCH] kernel-doc: clean up the script (whitespace)Randy Dunlap1-34/+34
2006-02-01[PATCH] Doc/kernel-doc: add more usage infoRandy Dunlap1-3/+3
2006-02-01[PATCH] DocBook: allow even longer return typesMartin Waitz1-2/+4
2006-01-21kconfig: fix /dev/null breakageSam Ravnborg2-7/+14
2006-01-16kbuild: create .kernelrelease at *config stepSam Ravnborg4-5/+5
2006-01-15kconfig: get rid of stray a.o, support ncurseswSam Ravnborg2-8/+21
2006-01-10Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds7-44/+98
2006-01-10[PATCH] DocBook: warn for missing macro parametersMartin Waitz1-4/+8
2006-01-10spelling: s/retreive/retrieve/Adrian Bunk2-2/+2
2006-01-08[PATCH] tiny: Add bloat-o-meter to scriptsMatt Mackall1-0/+58
2006-01-08[PATCH] kconf: Check for eof from input stream.Ben Collins1-2/+16
2006-01-08[PATCH] fix gcc4.1 build failure on xconfigDave Jones1-3/+3
2006-01-08kbuild: reference_discarded additionDave Jones1-0/+6
2006-01-08kbuild: In setlocalversion change -git_dirty to just -dirtyRyan Anderson1-1/+1
2006-01-08modpost/file2alias: Fix typoBrian Gerst1-1/+1
2006-01-08kconfig: factor out ncurses check in a shell scriptSam Ravnborg2-36/+79