aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2007-05-25Merge with v2.6.22-rc1H. Peter Anvin32-168/+809
2007-05-25Merge with v2.6.21H. Peter Anvin2-4/+8
2007-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-1/+1
2007-05-09Allow arch to initialize arch field of the module structureRoman Zippel1-0/+1
2007-05-09kernel-doc: small kernel-doc optimizationBorislav Petkov1-3/+4
2007-05-09Fix occurrences of "the the "Michael Opdenacker1-1/+1
2007-05-08kill warnings when building mandocsBorislav Petkov1-0/+12
2007-05-08kernel-doc: html mode struct highlightsRandy Dunlap1-6/+15
2007-05-08kernel-doc: handle arrays with arithmetic expressions as initializersBorislav Petkov1-1/+10
2007-05-08scripts: kernel-doc whitespace cleanupRandy Dunlap1-48/+48
2007-05-08Add white list into modpost.c for memory hotplug code and ia64's machvec sectionYasunori Goto1-0/+27
2007-05-07blackfin architectureBryan Wu2-2/+4
2007-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds28-111/+689
2007-05-06kconfig: fix mconf segmentation faultMarcin Garski2-2/+2
2007-05-06kbuild: enable use of code from a different dirSam Ravnborg2-17/+16
2007-05-06kconfig: error out if recursive dependencies are foundSam Ravnborg3-12/+13
2007-05-02kbuild: scripts/basic/fixdep segfault on pathological string-o-deathAndy Green1-0/+2
2007-05-02kconfig: correct minor typo in Kconfig warning message.Robert P. J. Day1-1/+1
2007-05-02kbuild: be more explicit on missing .config fileRandy Dunlap1-0/+1
2007-05-02kbuild: propagate errors from find in scripts/gen_initramfs_list.shMichael Ellerman1-1/+1
2007-05-02kconfig: refer to qt3 if we cannot find qt librariesSam Ravnborg1-2/+2
2007-05-02kbuild: handle compressed cpio initramfs-esAlex Landau1-2/+8
2007-05-02kbuild: ignore section mismatch warning for references from .paravirtprobe to...Sam Ravnborg1-0/+13
2007-05-02kbuild: remove stale comment in modpost.cSam Ravnborg1-1/+0
2007-05-02kbuild/mkuboot.sh: allow spaces in CROSS_COMPILEUwe kleine-König1-1/+1
2007-05-02kbuild: remove kconfig binaries during make mrproperSam Ravnborg1-0/+1
2007-05-02kconfig/menuconfig: do not hardcode '.config'Sam Ravnborg2-1/+2
2007-05-02kbuild: override build timestamp & versionSam Ravnborg1-7/+20
2007-05-02kbuild: complain about missing system callsSam Ravnborg1-0/+118
2007-05-02kbuild: do not emit src version warning for non-modulesSam Ravnborg1-3/+2
2007-05-02menuconfig: remember alternate config filenameSam Ravnborg3-12/+37
2007-05-02kbuild: distinguish between errors and warnings in modpostMatthew Wilcox2-3/+20
2007-05-02kconfig/xconfig: sync main view with search dialog current menuMarco Costalba2-2/+5
2007-05-02menuconfig: dont use obsolete index() function in lxdialogMike Frysinger1-2/+2
2007-05-02cleanpatch: a script to clean up stealth whitespace added by a patchH. Peter Anvin1-0/+206
2007-05-02cleanfile: a script to clean up stealth whitespaceH. Peter Anvin1-0/+126
2007-05-02kbuild: remove dependency on input.h from file2aliasSam Ravnborg1-10/+11
2007-05-02kbuild: whitelist logo references from .text to .init.dataSam Ravnborg1-0/+15
2007-05-02kbuild: fix segmentation fault in modpostSam Ravnborg1-2/+6
2007-05-02kbuild: fix warnings from .pci_fixup sectionSam Ravnborg1-19/+25
2007-05-02kbuild: whitelist section mismatch in init/main.cSam Ravnborg1-1/+14
2007-05-02kbuild: fix section mismatch check for vmlinuxSam Ravnborg2-16/+25
2007-05-02[PATCH] i386: modpost apic related warning fixesVivek Goyal1-0/+1
2007-04-01[PATCH] kbuild: fix dependency generationJan Beulich1-3/+7
2007-03-03Merge with v2.6.21-rc2H. Peter Anvin9-112/+196
2007-03-03Merge with v2.6.20-rc7H. Peter Anvin1-1/+1
2007-03-03Merge with v2.6.20-rc5H. Peter Anvin3-15/+29
2007-03-03Merge with v2.6.20-rc4H. Peter Anvin2-2/+12
2007-03-03Merge with v2.6.20-rc2H. Peter Anvin1-2/+15
2007-03-03Merge with v2.6.20-rc1H. Peter Anvin17-55/+140
2007-03-03Merge with v2.6.19H. Peter Anvin3-10/+10
2007-03-03Merge with v2.6.19-rc6H. Peter Anvin1-0/+2
2007-03-03Merge with v2.6.19-rc5H. Peter Anvin1-1/+1
2007-03-03Merge with v2.6.19-rc4H. Peter Anvin1-0/+2
2007-03-03Merge with v2.6.19-rc3H. Peter Anvin2-2/+2
2007-03-03Merge with v2.6.19-rc2H. Peter Anvin2-5/+11
2007-03-01[PATCH] kernel-doc: allow space after __attribute__Randy Dunlap1-1/+1
2007-02-26Merge master.kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6Linus Torvalds2-1/+24
2007-02-20[PATCH] remove modpost false warnings on ARMDavid Brownell1-8/+28
2007-02-20[PATCH] kernel-doc: include struct short description in title outputRandy Dunlap1-2/+2
2007-02-17[PARISC] rename *_ANY_ID to PA_*_ANY_ID in the exported headerKyle McMartin1-4/+4
2007-02-17[PARISC] generate modalias for parisc_device_id tablesKyle McMartin1-0/+22
2007-02-17Merge branch 'parisc' from /home/kyle/repos/parisc-2.6.gitKyle McMartin1-1/+2
2007-02-14Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds1-1/+9
2007-02-14[PATCH] qconf: hide empty list itemsCyrill V. Gorcunov1-0/+2
2007-02-14[PATCH] qconf: Back button behaviour normalizationCyrill V. Gorcunov1-1/+4
2007-02-14[PATCH] qconf: fix showing help info on failed searchCyrill V. Gorcunov1-0/+1
2007-02-14[PATCH] qconf: relocate Search CommandShlomi Fish1-3/+6
2007-02-14[PATCH] qconf: immediately update integer and string values in xconfig displayKarsten Wiese1-0/+1
2007-02-14[PATCH] Make mkcompile_h use LANG=C and LC_ALL=C for $CC -vs situert1-1/+1
2007-02-14[PATCH] search a little harder for mkimageMike Frysinger1-4/+7
2007-02-13[PATCH] i386: move startup_32() in text.head sectionVivek Goyal1-1/+9
2007-02-11[PATCH] fix fatal kernel-doc errorRandy Dunlap1-1/+2
2007-02-11[PATCH] kernel-doc: fix some odd spacing issuesRandy Dunlap1-4/+20
2007-02-11[PATCH] kernel-doc: allow more whitespaceRandy Dunlap1-2/+2
2007-02-11[PATCH] kernel-doc: allow a little whitespaceRandy Dunlap1-2/+2
2007-02-11[PATCH] DocBook/HTML: correction of recursive A tags in HTML outputPavel Pisa1-8/+8
2007-02-09[PATCH] kbuild: more Makefile cleanupsRoman Zippel1-36/+36
2007-02-08[PATCH] PA-RISC: Fix bogus warnings from modpostMatthew Wilcox1-1/+2
2007-02-08kbuild: fix space for good (take 103)Linus Torvalds1-10/+9
2007-02-07kbuild: make $(checker-shell ) strip spaces around the resultLinus Torvalds1-3/+2
2007-02-07[PATCH] kbuild, Kbuild.include: avoid using spaces in call argumentsOleg Verych1-20/+20
2007-02-06[PATCH] kbuild: improve option checking, Kbuild.include cleanupOleg Verych1-43/+53
2007-02-06[PATCH] kbuild scripts: replace gawk, head, bc with shell, updateOleg Verych2-38/+39
2007-01-30[PATCH] translate dashes in filenames for headers installMike Frysinger1-1/+1
2007-01-11[PATCH] qconf: (re)fix SIGSEGV on empty menu itemsRoman Zippel2-13/+4
2007-01-11[PATCH] x86-64: Modpost whitelist reference to more symbols (pattern 3)Vivek Goyal1-2/+24
2007-01-11[PATCH] x86-64: modpost add more symbols to whitelist pattern2Vivek Goyal1-0/+1
2007-01-05[PATCH] qconf: fix SIGSEGV on empty menu itemsCyrill V. Gorcunov2-2/+12
2006-12-22[PATCH] kernel-doc: allow unnamed structs/unionsRandy Dunlap1-2/+15
2006-12-13[PATCH] kconfig: set gconf's save-widget's sensitivity according to .config's...Karsten Wiese2-19/+20
2006-12-13[PATCH] kconfig: add "void conf_set_changed_callback(void (*fn)(void))", use ...Karsten Wiese4-2/+27
2006-12-13[PATCH] kconfig: make sym_change_count static, let it be altered by 2 functio...Karsten Wiese6-9/+21
2006-12-13[PATCH] kconfig: new function "bool conf_get_changed(void)"Karsten Wiese5-10/+23
2006-12-13[PATCH] Fix section mismatch in parainstructionsRandy Dunlap1-0/+1
2006-12-10[PATCH] kbuild: don't put temp files in sourceRoman Zippel1-7/+12
2006-12-08[PATCH] move kallsyms data to .rodataJan Beulich1-1/+1
2006-12-07Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds2-3/+23
2006-12-07[PATCH] kernel-doc: stricter function pointer recognitionRandy Dunlap1-1/+1
2006-12-07[PATCH] ver_linux additionsValdis Kletnieks1-0/+8
2006-12-07[PATCH] qconf: support old QTakpm@osdl.org1-4/+4
2006-12-07[PATCH] relocatable kernel: Fix kallsyms on avr32 after relocatable kernel ch...Vivek Goyal1-2/+6
2006-12-07[PATCH] paravirt: Patch inline replacements for paravirt interceptsRusty Russell1-0/+2
2006-12-07[PATCH] relocatable kernel: Kallsyms generate relocatable symbolsEric W. Biederman1-3/+17
2006-11-25[PATCH] fix menuconfig colours with TERM=vt100Roman Zippel1-9/+7
2006-11-25[PATCH] qconf: fix uninitialsied memberRoman Zippel1-0/+1
2006-11-25[PATCH] initramfs: handle more than one source dir or file listThomas Chou1-1/+2
2006-11-13[PATCH] .gitignore: add miscellaneous filesFranck Bui-Huu1-0/+2
2006-11-03[PATCH] update some docbook commentsRandy Dunlap1-1/+1
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-13Merge with v2.6.19-rc1H. Peter Anvin30-1539/+2322
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-19Merge with v2.6.18H. Peter Anvin3-6/+8
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-28Merge with v2.6.18-rc5H. Peter Anvin1-1/+1
2006-08-25[POWERPC] make checkstack work with ARCH=powerpcJohannes Berg1-0/+2
2006-08-24Merge with klibc-1.4.25H. Peter Anvin1-1/+2
2006-08-22[klibc] Move -nostdinc -iwithprefix include to the CPP optionsH. Peter Anvin1-3/+3
2006-08-22[klibc] Add -nostdinc -iwithprefix includeH. Peter Anvin1-1/+2
2006-08-15[PATCH] PATCH: 1 line 2.6.18 bugfix: modpost-64bit-fix.patchHans de Goede1-1/+1
2006-08-06Merge with v2.6.18-rc4H. Peter Anvin5-23/+54
2006-08-01Merge with klibc-1.4.18H. Peter Anvin1-1/+1
2006-08-01klibc/kbuild: fix building with make O=.. in the kernelSam Ravnborg1-1/+1
2006-08-01Merge with klibc-1.4.17H. Peter Anvin1-10/+18
2006-08-01klibc/kbuild: proper library support for klibc programsSam Ravnborg1-10/+18
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-30Merge with klibc-1.4.14H. Peter Anvin1-2/+2
2006-07-30Temporary fix for the kinit parallel build problemSam Ravnborg1-2/+2
2006-07-16Merge with klibc-1.4.11H. Peter Anvin3-63/+110
2006-07-13[klibc] Stealth whitespace sweepH. Peter Anvin1-1/+1
2006-07-10klibc/kbuild: use klib-real-objs in Kbuild.klibcSam Ravnborg1-4/+2
2006-07-09klibc/kbuild: use separate kbuild files for each klibc subdirectorySam Ravnborg2-25/+74
2006-07-09klibc/kbuild: fix naming usage in Kbuild.klibcSam Ravnborg1-39/+39
2006-07-09Merge with klibc-1.4.10H. Peter Anvin1-1/+1
2006-07-09klibc/kbuild: fix warning: target '' given more than onceSam Ravnborg1-1/+1
2006-07-07Merge with klibc-1.4.9H. Peter Anvin1-1/+1
2006-07-05Merge with v2.6.18-rc1H. Peter Anvin3-4/+169
2006-07-04Merge git://git.infradead.org/hdrinstall-2.6Linus Torvalds2-0/+166
2006-07-03kbuild: introduce utsrelease.hSam Ravnborg1-4/+3
2006-07-02Merge with v2.6.17-git20H. Peter Anvin9-39/+97
2006-07-01[klibc] Pass -fno-stack-protector for gccs which have that optionH. Peter Anvin1-1/+1
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