aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2003-07-09[PATCH] update Documentation/Changes, scripts/ver_linuxSteven Cole1-0/+3
2003-06-19[KCONFIG]: Fix pointer cast from int in mconf.cDavid S. Miller1-1/+1
2003-06-10Merge bk://linux-sam.bkbits.net/kbuildKai Germaschewski1-18/+0
2003-06-09Merge mars.ravnborg.org:/home/sam/src/linux/kernel/bk/linux-2.5Sam Ravnborg1-18/+0
2003-06-09kbuild: kill do_cmdSam Ravnborg1-18/+0
2003-06-08Merge mars.ravnborg.org:/home/sam/src/linux/kernel/bk/linux-2.5Sam Ravnborg2-4/+13
2003-06-07docbook: Warn about missing parameter definitionsSam Ravnborg2-4/+13
2003-06-07[PATCH] be more flexible about creating library archivesSam Ravnborg2-21/+25
2003-06-05[PATCH] ignore attempts to change unchangable symbolsRoman Zippel1-6/+7
2003-06-05[PATCH] boolean symbol state fixRoman Zippel1-0/+2
2003-06-04[PATCH] choice handling fixesRoman Zippel4-15/+22
2003-06-04kbuild: Silence kbuild with make V=0Sam Ravnborg1-63/+43
2003-06-02[PATCH] create configuration in the destination directoryRoman Zippel1-33/+65
2003-06-02[PATCH] front end updatesRoman Zippel3-92/+146
2003-06-02[PATCH] add more warningsRoman Zippel5-1/+131
2003-06-02[PATCH] support for 'range'Roman Zippel7-3/+83
2003-06-02[PATCH] reverse dependency supportRoman Zippel6-68/+113
2003-06-02[PATCH] expression supportRoman Zippel7-156/+198
2003-06-02[PATCH] add new keywords to parserRoman Zippel4-1427/+1886
2003-06-02[PATCH] Change P_ROOTMENU into a MENU_ROOT flagRoman Zippel6-52/+72
2003-06-02[PATCH] Remove old code and macrosRoman Zippel10-246/+104
2003-05-26[PATCH] some typosAndries E. Brouwer1-2/+2
2003-05-25[PATCH] s390: module alias support.Martin Schwidefsky1-0/+25
2003-05-23[PATCH] kconfig check fixesRoman Zippel2-17/+4
2003-05-14[PATCH] fix module-init-tools ver_linux problem.Dave Jones1-1/+1
2003-05-07Use the right CFLAGS for source checking. Fix grammar.Linus Torvalds1-2/+2
2003-05-07Support a "checking" mode for kernel builds, that runs aLinus Torvalds1-2/+19
2003-05-03[PATCH] add ieee1394 module dev tableBen Collins1-0/+26
2003-04-29[PATCH] complete modinfo sectionRusty Russell1-3/+1
2003-04-18[PATCH] gconfig: bug #540Romain LiƩvin1-4/+12
2003-04-12[PATCH] Put all functions in kallsymsAndrew Morton1-5/+7
2003-04-08[PATCH] Enforce gcc-2.95 as the minimum compiler requirementAndrew Morton1-19/+0
2003-04-04[PATCH] gconf updateRoman Zippel1-97/+129
2003-04-02Merge nuts.ninka.net:/home/davem/src/BK/sparcwork-2.5David S. Miller2-0/+8
2003-04-02[MODULE]: On sparc, ignore undefined symbols of type STT_REGISTER.David S. Miller2-0/+8
2003-04-02kbuild: Fix dependencies for generated .mod.o filesKai Germaschewski1-2/+3
2003-04-01[PATCH] Subdivide PCI class for aliasesRusty Russell1-4/+21
2003-03-17[FBDEV] Ug!!! For some reason BK keeps removing this change. I hope this is t...James Simmons1-1/+1
2003-03-17MergeJames Simmons7-25/+32
2003-03-15Merge kozmo.(none):/usr/src/linus-2.5James Simmons14-1172/+3688
2003-03-15MergeKai Germaschewski7-25/+32
2003-03-15[PATCH] gtk front endRoman Zippel4-5/+2202
2003-03-15[PATCH] add menuconfig support to the front endsRoman Zippel3-137/+218
2003-03-15[PATCH] add menuconfig supportRoman Zippel6-1022/+1236
2003-03-15[PATCH] menu structure fixRoman Zippel1-2/+2
2003-03-15[PATCH] restore old config behaviour for dependencies on 'm'Roman Zippel3-6/+30
2003-03-11kbuild: build-targets replaced with alwaysSam Ravnborg6-18/+18
2003-03-10kbuild: Introduced extra-y, as replacement for EXTRA_TARGETSSam Ravnborg3-6/+12
2003-03-10kbuild: Use targets := to tell kbuild about additional targetsSam Ravnborg3-1/+3
2003-03-07kbuild: Do not clutter output with make -jNSam Ravnborg1-4/+3
2003-03-06Merge maxwell.earthlink.net:/usr/src/linus-2.5James Simmons4-6/+9
2003-03-05[PATCH] kbuild: touch-module after successfull creation onlySam Ravnborg1-2/+2
2003-03-05[trivial] avoid a warning for each module on s390xArnd Bergmann1-0/+3
2003-03-05kbuild: Make per-cpu-check ignore __crc_ symbols.Kai Germaschewski1-1/+1
2003-03-05kbuild: Add some missing FORCEKai Germaschewski1-3/+3
2003-03-02MergeJames Simmons1-4/+1
2003-03-02kbuild: remove dependency on compile.hKai Germaschewski1-4/+1
2003-03-02Merge maxwell.earthlink.net:/usr/src/linus-2.5James Simmons15-16/+5519
2003-03-01Hand mergedKai Germaschewski15-16/+5519
2003-02-26Merge maxwell.earthlink.net:/usr/src/linus-2.5James Simmons2-10/+4
2003-02-25[PATCH] replace it's with its where appropriate.Steven Cole1-1/+1
2003-02-23[PATCH] fix make rpmSam Ravnborg1-9/+3
2003-02-23[FBDEV] Minor fixes for logo code.James Simmons1-8/+17
2003-02-21Merge maxwell.earthlink.net:/usr/src/linus-2.5James Simmons2-657/+0
2003-02-21[PATCH] Remove checkhelp.pl and header.tkBrian Gerst2-657/+0
2003-02-20Merge maxwell.earthlink.net:/usr/src/linus-2.5James Simmons1-0/+2
2003-02-20Fix "make clean" to remove scripts/elfconfig.hLinus Torvalds1-0/+2
2003-02-19kbuild: Fix genksyms __typeof__ handlingKai Germaschewski6-437/+460
2003-02-19kbuild: [PATCH] adapt genksyms for current kbuildKai Germaschewski6-378/+99
2003-02-19kbuild: [PATCH] put genksyms in scripts dirKai Germaschewski11-2/+5746
2003-02-19[FBDEEV] Need to add support to build pnmtologo.James Simmons1-1/+1
2003-02-19kbuild: [PATCH] Remove checkhelp.pl and header.tkKai Germaschewski2-657/+0
2003-02-19MergeJames Simmons9-97/+936
2003-02-19kbuild: [PATCH] eliminate warnings in generated module filesKai Germaschewski1-0/+2
2003-02-19kbuild: Handle MODULE_SYMBOL_PREFIX in module postprocessingKai Germaschewski3-9/+26
2003-02-18kbuild: Remove scripts/elfconfig.h with "make clean"Kai Germaschewski2-2/+2
2003-02-18[PATCH] eliminate warnings in generated module filesRichard Henderson1-0/+2
2003-02-17kbuild: Fix non-verbose make modules_install outputRusty Russell1-1/+1
2003-02-16kbuild: Fix a "make -j" bug.Kai Germaschewski1-1/+1
2003-02-16kbuild: Fix a 64-bit issue in scripts/modpost.cKai Germaschewski1-1/+3
2003-02-16kbuild: Fix modules_install w/o modules errorKai Germaschewski1-1/+1
2003-02-15[FBDEV] Data in struct fb_image is now const.James Simmons1-0/+0
2003-02-15kbuild: Warn on undefined exported symbolsKai Germaschewski1-2/+1
2003-02-14kbuild: scripts/elfconfig.h is generatedKai Germaschewski1-4/+0
2003-02-14kbuild: Do modversions checks on module structureRusty Russell1-0/+13
2003-02-14kbuild: Rename some module postprocessing stuffKai Germaschewski2-9/+16
2003-02-14kbuild: Merge file2alias into scripts/modpost.cKai Germaschewski5-302/+324
2003-02-14kbuild: Figure endianness / word size at compile timeKai Germaschewski7-143/+198
2003-02-14kbuild: Module alias and device table supportRusty Russell4-3/+357
2003-02-14kbuild: Add dependency info to modulesKai Germaschewski1-0/+35
2003-02-14kbuild: Do module post processing in CKai Germaschewski3-71/+409
2003-02-14kbuild: Use list of modules for "make modules_install"Kai Germaschewski1-19/+24
2003-02-14kbuild: Move the version magic generation into module postprocessingKai Germaschewski1-3/+37
2003-02-14kbuild: Always postprocess modulesKai Germaschewski2-34/+11
2003-02-13Merge bk://fbdev.bkbits.net/fbdev-2.5James Simmons4-8/+15
2003-02-13[LOGO] New better logo code. James Simmons3-1/+499
2003-02-11kbuild: scripts/fixdep.c doesn't close files when finishedKai Germaschewski1-0/+4
2003-02-10kbuild: Allow for ',$ in commandsKai Germaschewski1-4/+6
2003-02-10kbuild: Customflags for cmd_objcopyKai Germaschewski1-1/+1
2003-02-10kbuild: Handle the "no modules" caseKai Germaschewski1-2/+3
2003-02-10kbuild: sed compatibility fixesKai Germaschewski1-1/+1
2003-02-09[PATCH] scripts_ver_linuxRusty Russell1-1/+1
2003-02-08kbuild: Add a bug trap for people playing with SUBDIRS too muchKai Germaschewski1-1/+6
2003-02-08kbuild: Modversions fixKai Germaschewski1-2/+1
2003-02-08kbuild: Warn on obsolete export-objs useKai Germaschewski1-1/+5
2003-02-08kbuild: Handle external SUBDIRS with modversionsKai Germaschewski2-2/+2
2003-02-03Merge tp1.ruhr-uni-bochum.de:/scratch/kai/kernel/v2.5/linux-2.5.make-samKai Germaschewski2-4/+14
2003-02-03kbuild: Generate module versions in the normal object directoriesKai Germaschewski1-6/+12
2003-02-03kbuild: Rename CONFIG_MODVERSIONING -> CONFIG_MODVERSIONSKai Germaschewski1-6/+6
2003-01-27kbuild: ld_flags used consistently in Makefile.buildSam Ravnborg1-2/+2
2003-01-27kbuild: Made cmd_link_multi readableSam Ravnborg2-2/+12
2003-01-24kbuild/modules: Record versions for unresolved symbolsKai Germaschewski1-0/+89
2003-01-24kbuild: Don't build final .ko yet when descending with CONFIG_MODVERSIONINGKai Germaschewski1-1/+24
2003-01-24kbuild: Always link module (.ko) from associated (.o)Kai Germaschewski1-13/+19
2003-01-24kbuild: Generate versions for exported symbolsKai Germaschewski1-0/+53
2003-01-24kbuild: Add CONFIG_MODVERSIONING and __kcrctabKai Germaschewski1-1/+1
2003-01-24kbuild: Remove obsolete CONFIG_MODVERSIONS cruftKai Germaschewski2-130/+2
2003-01-24kbuild: Remove -DEXPORT_SYMTAB switchKai Germaschewski2-6/+1
2003-01-15kbuild/modules: Save space on symbol listKai Germaschewski1-1/+1
2003-01-15kbuild: fix broken kallsyms on non-x86 archsKai Germaschewski1-1/+1
2003-01-14Module Sanity CheckKai Germaschewski1-4/+9
2003-01-01[PATCH] Fix kallsyms stem compression crashDaniel Ritz1-1/+1
2002-12-30Find the QT libs in more places.. (At least RH-8.1)Linus Torvalds1-1/+1
2002-12-30kbuild: $(build) and $(clean) macros for make invocationSam Ravnborg3-3/+13
2002-12-30kbuild: Fix kallsyms on 64 bit archsKai Germaschewski1-5/+14
2002-12-29Merge tp1.ruhr-uni-bochum.de:/home/kai/kernel/v2.5/linux-2.5Kai Germaschewski1-1/+1
2002-12-27[PATCH] Documentation/Changes for modulesDaniel A. Nobuto1-1/+1
2002-12-25kbuild: Stem compression for kallsymsAndi Kleen1-1/+9
2002-12-25kbuild: fix bug in scripts/kallsyms.cJames Bottomley1-1/+1
2002-12-18Hand Merged.Kai Germaschewski1-1/+1
2002-12-15[PATCH] kconfig: fix T_STRING usageRoman Zippel4-160/+164
2002-12-15[PATCH] kconfig: updatesRoman Zippel2-91/+206
2002-12-15[PATCH] kconfig: geometry defaultsRoman Zippel1-0/+15
2002-12-15[PATCH] kconfig: symbol change notificationRoman Zippel3-11/+25
2002-12-15[PATCH] kconfig: dependencies for choicesRoman Zippel2-133/+72
2002-12-15[PATCH] kconfig: config file parse updateRoman Zippel4-547/+567
2002-12-15[PATCH] kconfig: off-by-one errorRoman Zippel1-1/+1
2002-12-15[PATCH] kconfig: qt installation workaroundRoman Zippel1-3/+10
2002-12-14[PATCH] Remove Rules.make from Makefiles (3/3)Brian Gerst1-2/+0
2002-12-13kbuild: Fix "make some/file.lst"Kai Germaschewski1-1/+1
2002-12-13[PATCH] Revert depmod and hierarchy changesRusty Russell1-2/+2
2002-12-05kbuild: Fix spurious warningKai Germaschewski1-1/+1
2002-12-05kbuild: Fix the new kallsyms generationKai Germaschewski1-1/+1
2002-12-04kbuild: Fix 'make -j' problemKai Germaschewski1-1/+1
2002-12-04kbuild: Build modules as '.ko'Kai Germaschewski3-10/+20
2002-12-04kbuild: Speed up kallsyms generationKai Germaschewski3-43/+150
2002-12-01Merge http://linux-sam.bkbits.net/kbuildKai Germaschewski4-48/+25
2002-12-01[PATCH] module names fixRusty Russell1-3/+3
2002-12-01[PATCH] Don't sort kallsyms symbols twiceRusty Russell1-1/+1
2002-11-25[PATCH] fix lxdialog behaviourAlan Cox1-1/+1
2002-11-23kbuild: No longer use descend macro, added 'Kernel: xxx is ready' textSam Ravnborg1-1/+1
2002-11-22kbuild: Introduced build-targetsSam Ravnborg4-30/+10
2002-11-22kbuild: Move flags to Makefile.libSam Ravnborg2-17/+14
2002-11-20Merge http://linux-isdn.bkbits.net/linux-2.5.makeLinus Torvalds1-2/+2
2002-11-20[PATCH] detect uninitialised per-cpu storageAndrew Morton1-0/+19
2002-11-20kbuild: Fix KBUILD_MODNAMEKai Germaschewski1-2/+2
2002-11-18[PATCH] kallsyms for new modulesRusty Russell1-0/+40
2002-11-13kbuild: Indicate building modules in non-verbose modeKai Germaschewski1-6/+14
2002-11-10[PATCH] In-kernel Module LoaderRusty Russell1-2/+2
2002-11-10[PATCH] KBUILD_MODNAME define for build systemRusty Russell3-8/+36
2002-11-08[PATCH] kconfig updateRoman Zippel5-18/+23
2002-11-07[PATCH] various kconfig updatesRoman Zippel11-1082/+1424
2002-11-07[PATCH] remove old config toolsRoman Zippel8-5350/+2
2002-11-02[PATCH] kbuild: Compatible with old bash, fix help, make clean fixSam Ravnborg1-1/+1
2002-10-30[PATCH] check QT only if neededRoman Zippel1-0/+2
2002-10-29[PATCH] kconfig "choice" fixesRoman Zippel2-1/+4
2002-10-29Merge http://linux-isdn.bkbits.net/linux-2.5.makeLinus Torvalds2-2/+4
2002-10-29kbuild: Fix menuconfig/xconfig and a modversions problemKai Germaschewski2-2/+4
2002-10-29[PATCH] new kernel configuration 2/7Roman Zippel19-0/+11856
2002-10-29[PATCH] new kernel configuration 1/7Roman Zippel3-31/+125
2002-10-27Merge http://linux-isdn.bkbits.net/linux-2.5.makeLinus Torvalds5-6/+597
2002-10-28kbuild: Fix a "make -j<N>" warningKai Germaschewski1-1/+1
2002-10-27[PATCH] updated ver_linuxAlan Cox1-3/+13
2002-10-27kbuild: Use Makefile.lib for modversion and modules_installSam Ravnborg2-104/+2
2002-10-27kbuild: scrits/Makefile.libSam Ravnborg2-189/+191
2002-10-25kbuild: Removed unused definitionsSam Ravnborg4-59/+6
2002-10-23kbuild: Allow for <mod>-y as well as <mod>-objs for multipart objects.Kai Germaschewski1-7/+7
2002-10-23kbuild: Convert build and modversion phasesKai Germaschewski3-23/+425
2002-10-23kbuild: Switch "make modules_install" to fast mode ;)Kai Germaschewski2-6/+79
2002-10-23kbuild: Shut up "make clean" in non-verbose modeKai Germaschewski1-1/+1
2002-10-23kbuild: Split Rules.makeKai Germaschewski3-0/+269
2002-10-16kbuild: another "make clean" micro-optimizationKai Germaschewski1-1/+1
2002-10-16kbuild: Speed up new "make clean/mrproper"Kai Germaschewski1-0/+42
2002-10-13kbuild: More cleaning work...Kai Germaschewski2-8/+4
2002-10-08Hand merged.Kai Germaschewski1-6/+4
2002-10-08kbuild: Remove now unnecessary usages of $(TOPDIR)Kai Germaschewski1-6/+4
2002-10-07[PATCH] Escape quotes in menuconfigDave Jones1-19/+23
2002-10-07[PATCH] arch fixes for make rpmDave Jones1-2/+24
2002-10-06kbuild: Fix make clean in scripts/lxdialogKai Germaschewski1-1/+1
2002-10-06kbuild: Fix kallsyms buildKai Germaschewski1-5/+5
2002-10-05Don't add the $(obj) prefix twice..Linus Torvalds1-1/+1
2002-10-05Make wildcard dependency filenames be relative, not absolute.Linus Torvalds1-1/+1
2002-10-03kbuild: Adapt mrproper targetsKai Germaschewski2-5/+3
2002-10-03kbuild: include arch-Makefile in common placeKai Germaschewski1-1/+1
2002-10-02kbuild: Always build helpers in script/Kai Germaschewski1-0/+5
2002-10-02kbuild: Small quirks for separate obj / src treesKai Germaschewski2-9/+8
2002-09-29kbuild: Make scripts/Configure follow the definition of 'int'Kai Germaschewski1-12/+2
2002-09-18kbuild: Fix build number generationKai Germaschewski1-2/+2
2002-09-12kbuild: Use normal rule for preprocessing vmlinux.lds.SKai Germaschewski1-2/+2
2002-08-16kbuild: Hand mergeKai Germaschewski3-33/+331