aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
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
2006-01-06kbuild: introduce escsq to escapre single quotesSam Ravnborg2-6/+11
2006-01-06kconfig: fix gconfig with POSIXLY_CORRECT=1Adrian Bunk1-4/+4
2006-01-06kbuild: Use git in scripts/setlocalversionRene Scharfe1-51/+17
2006-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds1-1/+61
2006-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds38-3857/+4426
2006-01-04[PATCH] Input: add modalias supportRusty Russell1-1/+61
2006-01-03Merge branch 'master'Sam Ravnborg2-19/+14
2006-01-03update the email address of Randy DunlapAdrian Bunk3-4/+4
2006-01-03s/retreiv/retriev/gMatt Mackall1-1/+1
2006-01-03gitignore: ignore more generated files2-1/+8
2006-01-01kconfig: Remove support for lxdialog --checklistPetr Baudis3-51/+17
2006-01-01gitignore: misc filesBrian Gerst2-0/+5
2006-01-01kbuild: tar-pkg with out-out-tree buildingJan-Benedict Glaw2-19/+14
2005-12-26kbuild: always run 'make silentoldconfig' when tree is cleanedSam Ravnborg1-1/+1
2005-12-26kbuild: Create _shipped files for genksymsSam Ravnborg4-1382/+2086
2005-12-26kbuild: Fix genksyms handling of DEFINE_PER_CPU(struct foo_s *, bar);Robin Holt1-0/+1
2005-12-26kbuild: set correct KBUILD_MODNAME when using well known kernel symbols as mo...Ustyugov Roman2-5/+6
2005-12-25kbuild: escape '#' in .target.cmd filesSam Ravnborg1-1/+14
2005-12-25kbuild: Fix crc-error warning on modulesLuke Yang1-2/+2
2005-12-16kconfig: move lxdialog to scripts/kconfig/lxdialogSam Ravnborg15-4/+5
2005-11-22[PATCH] prefer pkg-config for the QT checkRoman Zippel1-29/+39
2005-11-21kconfig: truncate too long menu lines in menuconfigSam Ravnborg1-3/+3
2005-11-20kconfig: make lxdialog/menubox.c more readableSam Ravnborg1-24/+18
2005-11-20kconfig: Fix indention when using menuconfig in text-onle consolesSam Ravnborg1-19/+18
2005-11-20kconfig: Left aling menu items in menuconfigSam Ravnborg1-19/+11
2005-11-19kconfig: Add print_title helper in lxdialogSam Ravnborg8-82/+21
2005-11-19kconfig: lxdialog is now sparse cleanSam Ravnborg2-4/+3
2005-11-19kconfig: fixup after LindentSam Ravnborg8-229/+108
2005-11-19kconfig: Lindent scripts/lxdialogSam Ravnborg10-1847/+1921
2005-11-13[PATCH] DocBook: allow to mark structure members privateMartin Waitz1-2/+11
2005-11-09[PATCH] kconfig: stricter error checking for .configRoman Zippel2-19/+77
2005-11-09[PATCH] kconfig: improve error handling in the parserRoman Zippel6-421/+515
2005-11-09[PATCH] kconfig: simplify symbol type parsingRoman Zippel7-447/+342
2005-11-09[PATCH] kconfig: use gperf for kconfig keywordsRoman Zippel8-1777/+732
2005-11-09[PATCH] kconfig: update kconfig MakefileRoman Zippel2-136/+7
2005-11-09[PATCH] kconfig: allow variable argumnts for rangeRoman Zippel2-6/+62
2005-11-09[PATCH] kconfig: preset config during all*configRoman Zippel3-3/+45
2005-11-09[PATCH] kconfig: fix restart for choice symbolsRoman Zippel2-4/+14
2005-11-09[PATCH] kconfig: Fix Kconfig performance bugDavid Gibson4-12/+10
2005-11-07[PATCH] typo correction for fix-build-on-nls-free-systemsYuri Vasilevski1-1/+1
2005-11-06kconfig: fix xconfig on fedora 2 & 3 (x86_64)Sam Ravnborg1-5/+10
2005-10-30[PATCH] fix build on nls free systemsYuri Vasilevski2-1/+16
2005-10-30[PATCH] clarify menuconfig /(search) help textRandy Dunlap1-1/+2
2005-10-28[PATCH] I2C: add i2c module alias for i2c drivers to useGreg Kroah-Hartman1-0/+10
2005-10-18Add some basic .gitignore filesLinus Torvalds4-0/+27
2005-09-26[PATCH] pcmcia: fix cross-platform issues with pcmcia module aliasesKars de Jong1-0/+2
2005-09-11[SPARC]: Fix dot-symbol exporting for good.Al Viro1-0/+6
2005-09-10kbuild: add objectifySam Ravnborg1-0/+3
2005-09-10[PATCH] kbuild: ignore all debugging info sections in scripts/reference_disca...Roland McGrath1-6/+1
2005-09-07[PATCH] Adapt scripts/ver_linux to new util-linux version stringsAlexey Dobriyan1-2/+4
2005-09-07[PATCH] Strip local symbols from kallsymsRalf Baechle1-0/+3
2005-09-07[PATCH] kallsyms: change compression algorithmPaulo Marques1-329/+95
2005-09-06Merge master.kernel.org:/pub/scm/linux/kernel/git/sam/kbuild Linus Torvalds25-147/+397
2005-09-05[PATCH] kconfig: linux.pot for all archEgry Gabor1-2/+14
2005-09-05[PATCH] kconfig: kxgettext: EOL fixEgry Gabor1-1/+6
2005-09-05[PATCH] kconfig: kxgettext: message fixEgry Gabor1-4/+5
2005-08-30[PATCH] Make MODULE_DEVICE_TABLE work for vio devicesStephen Rothwell1-0/+19
2005-08-19[SPARC]: Deal with glibc changing macro names in modpost.cBen Colline1-2/+7
2005-08-10[PATCH] kbuild: automatically append a short string to the version based upon...Ryan Anderson1-0/+56
2005-07-28[PATCH] fix gconfig crashJoachim Nilsson2-102/+209
2005-07-28[PATCH] kconfig: trivial cleanupblaisorblade@yahoo.it4-11/+11