aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2007-12-23kconfig: obey KCONFIG_ALLCONFIG choices with randconfig.Paul Mundt1-1/+2
2007-12-17fix bloat-o-meter for ppc64Nathan Lynch1-1/+2
2007-12-13kbuild: re-enable Makefile generation in a new O=... directoryGuillaume Chazarain1-1/+1
2007-12-09kbuild: fix building with O=.. optionsSam Ravnborg1-0/+6
2007-11-29update checkpatch.pl to version 0.12Andy Whitcroft1-108/+287
2007-11-17x86: simplify "make ARCH=x86" and fix kconfig all.configSam Ravnborg3-29/+0
2007-11-12x86: enable "make ARCH=x86"Sam Ravnborg1-6/+1
2007-11-12kconfig: use $K64BIT to set 64BIT with all*config targetsSam Ravnborg1-0/+1
2007-11-12kconfig: add helper to set config symbol from environment variableSam Ravnborg2-0/+28
2007-11-12kconfig: factor out code in confdata.cSam Ravnborg1-55/+64
2007-10-25x86: move i386 and x86_64 Kconfig files to x86 directorySam Ravnborg1-1/+6
2007-10-25kconfig: small code refactoring in kconfig MakefileSam Ravnborg1-13/+15
2007-10-25x86: move defconfig files for i386 and x86_64 to x86Sam Ravnborg1-3/+3
2007-10-23Module autoprobing support for virtio drivers.Rusty Russell1-0/+18
2007-10-20Merge branch 'master' of hera.kernel.org:/pub/scm/linux/kernel/git/kyle/paris...Linus Torvalds1-0/+3
2007-10-20[PARISC] Port checkstack.pl to pariscKyle McMartin1-0/+3
2007-10-20kconfig: set title bar in xconfigRandy Dunlap1-0/+4
2007-10-19Revert "kconfig: tristate choices with mixed tristate and boolean values"Linus Torvalds1-26/+9
2007-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds5-3/+26
2007-10-19kbuild: introduce cc-cross-prefixSam Ravnborg1-0/+11
2007-10-19fix a trivial typo in scripts/checkstack.plJoern Engel1-1/+1
2007-10-18update checkpatch.pl to version 0.11Andy Whitcroft1-174/+340
2007-10-18kbuild: make deb-pkg - add 'Provides:' linebugme-daemon@bugzilla.kernel.org1-0/+2
2007-10-18kconfig: comment typo in scripts/kconfig/Makefile.Rob Landley1-1/+1
2007-10-18kbuild: stop docproc segfaulting when SRCTREE isn't set.Rob Landley1-2/+9
2007-10-18kbuild: modpost problem when symbols move from one module to anotherTrent Piepho1-0/+3
2007-10-17kernel-doc: fix doc blocks and htmlRandy Dunlap1-9/+32
2007-10-17update checkpatch.pl to version 0.10Andy Whitcroft1-58/+196
2007-10-17Add stack checking for BlackfinMike Frysinger1-0/+3
2007-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds32-2600/+3690
2007-10-15kbuild: introduce ccflags-y, asflags-y and ldflags-ySam Ravnborg3-7/+17
2007-10-15kbuild: enable 'make CPPFLAGS=...' to add additional options to CPPSam Ravnborg1-3/+3
2007-10-15kbuild: enable 'make AFLAGS=...' to add additional options to ASSam Ravnborg2-2/+2
2007-10-14kbuild: check for wrong use of CFLAGSSam Ravnborg1-2/+12
2007-10-14kbuild: enable 'make CFLAGS=...' to add additional options to CCSam Ravnborg2-4/+4
2007-10-13i2c: Kill struct i2c_device_idJean Delvare1-11/+0
2007-10-12kbuild: make modpost detect unterminated device id listsKees Cook1-7/+33
2007-10-12kconfig/menuconfig: distinguish between selected-by-another options and commentsMatej Laitl1-8/+15
2007-10-12kconfig: tristate choices with mixed tristate and boolean valuesJan Beulich1-9/+26
2007-10-12kbuild: kill backward compatibility checksSam Ravnborg3-29/+2
2007-10-12kbuild: kill EXTRA_ARFLAGSSam Ravnborg1-1/+1
2007-10-12kbuild: call make once for all targets when O=.. is usedMilton Miller1-3/+5
2007-10-12kbuild: update _shipped files for kconfig syntax cleanupSam Ravnborg3-754/+897
2007-10-12kconfig: syntax cleanup - drop support for "depends/requires/def_boolean"Adrian Bunk2-13/+0
2007-10-12kconfig: fix segv fault in menuconfigSam Ravnborg2-7/+11
2007-10-12kconfig: make comments stand out in menuconfigSam Ravnborg1-0/+8
2007-10-12kbuild: fix directory traversal bugSam Ravnborg1-3/+3
2007-10-12docproc: style & typo cleanupsRandy Dunlap2-20/+22
2007-10-12kbuild: apply genksyms changesSam Ravnborg4-1706/+2523
2007-10-12kbuild: __extension__ support in genksyms (fix unknown CRC warning)Sam Ravnborg2-1/+5
2007-10-12kbuild: fix genksyms MakefileSam Ravnborg1-2/+6
2007-10-12kbuild: scripts/ver_linux : correct printing of binutils versionJesper Juhl1-3/+1
2007-10-12kbuild: ver_linux fix glibc version printJesper Juhl1-3/+2
2007-10-12kbuild: improve scripts/gcc-version.sh output a bit when called without argsJesper Juhl1-1/+7
2007-10-12kbuild: fix segfault in modpostPetr Stetiar1-0/+6
2007-10-12kbuild: fix perl usage in export_report.plRam Pai1-4/+4
2007-10-12kbuild: fix export_report.plAdrian Bunk1-1/+1
2007-10-12kbuild: script to check for undefined Kconfig symbolsPaolo 'Blaisorblade' Giarrusso1-0/+59
2007-10-12kbuild: check if we can link gettext not just compileSam Ravnborg2-8/+16
2007-10-12kbuild: Use Elfnn_Half as replacement for Elfnn_SectionSam Ravnborg1-2/+2
2007-10-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Linus Torvalds2-0/+19
2007-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hsk...Linus Torvalds1-0/+5
2007-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds1-0/+20
2007-10-11x86: fixup the x86 namespace change in scripts/namespace.plThomas Gleixner1-4/+4
2007-10-11[AVR32] checkstack supportHaavard Skinnemoen1-0/+5
2007-10-11i386/x86_64: move headers to include/asm-x86Thomas Gleixner1-1/+1
2007-10-10[NETNS]: Move some code into __init section when CONFIG_NET_NS=nPavel Emelyanov1-0/+1
2007-10-10[SSB]: add Sonics Silicon Backplane bus supportMichael Buesch1-0/+19
2007-09-23sdio: add modalias supportPierre Ossman1-0/+20
2007-09-01kconfig: oldconfig shall not set symbols if it does not need toRoman Zippel1-9/+12
2007-08-11update checkpatch.pl to version 0.09Andy Whitcroft1-31/+71
2007-07-31kbuild: whitelist references from __dbe_table to .initRalf Baechle1-0/+1
2007-07-25kbuild: fix modpost warnings for xtensaSam Ravnborg1-6/+24
2007-07-25kbuild: be more foregiving on init section namingSam Ravnborg1-26/+10
2007-07-25kbuild: rearrange a few function in modpostSam Ravnborg1-32/+48
2007-07-25kbuild: use LDFLAGS_MODULE only for .ko linksRoland McGrath2-2/+2
2007-07-25kconfig: remove unused members from struct symbolSam Ravnborg1-1/+0
2007-07-25kconfig: attach help text to menusSam Ravnborg10-43/+49
2007-07-25kbuild: fix up printing of Linux C Library version in scripts/ver_linuxJesper Juhl1-2/+2
2007-07-25kbuild: do not do section mismatch checks on vmlinux in 2nd passSam Ravnborg2-12/+20
2007-07-23ACPI: autoload modules - Create ACPI alias interfaceThomas Renninger1-0/+12
2007-07-20Fix Lindent to not indent preprocessor comments so farMatthew Wilcox1-1/+1
2007-07-20m68k: teach modpost about .m68_fixupAl Viro1-0/+1
2007-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds16-187/+414
2007-07-19update checkpatch.pl to version 0.08Andy Whitcroft1-32/+143
2007-07-19kernel-doc: fix leading dot in man-mode outputRandy Dunlap1-1/+5
2007-07-19kernel-doc: strip C99 commentsRandy Dunlap1-1/+7
2007-07-19kernel-doc: fix unnamed struct/union warningRandy Dunlap1-4/+10
2007-07-17kallsyms: make KSYM_NAME_LEN include space for trailing '\0'Tejun Heo1-2/+2
2007-07-17kallsyms: remove usage of memmem and _GNU_SOURCE from scripts/kallsyms.cPaulo Marques1-4/+13
2007-07-17kconfig: reset generated values only if Kconfig and .config agree.Roman Zippel1-11/+26
2007-07-17kconfig: strip 'CONFIG_' automatically in kernel configuration searchBernhard Walle1-2/+9
2007-07-17kbuild: use POSIX BRE in headers install targetMike Frysinger1-7/+7
2007-07-17Whitelist references from __dbe_table to .initRalf Baechle1-0/+1
2007-07-17modpost white list pattern adjustmentJan Beulich1-2/+4
2007-07-17kbuild: do section mismatch check on full vmlinuxSam Ravnborg2-3/+4
2007-07-16kbuild: whitelist references from variables named _timer to .init.textSam Ravnborg1-1/+2
2007-07-16kbuild: remove hardcoded _logo names from modpostSam Ravnborg1-14/+0
2007-07-16kbuild: remove hardcoded apic_es7000 from modpostSam Ravnborg1-1/+0
2007-07-16kbuild: warn about references from .init.text to .exit.textSam Ravnborg1-1/+0
2007-07-16kbuild: consolidate section checksSam Ravnborg1-25/+7
2007-07-16kbuild: refactor code in modpost to improve maintainabilitySam Ravnborg1-79/+75
2007-07-16kbuild: ignore section mismatch warnings originating from .note sectionSam Ravnborg1-0/+2
2007-07-16kbuild: .paravirtprobe section is obsolete, so modpost doesn't need to handle itJeremy Fitzhardinge1-11/+0
2007-07-16kbuild: suppress modpost warnings for references from the .toc section as use...Stephen Rothwell1-1/+4
2007-07-16kbuild: make better section mismatch reports on armSam Ravnborg1-0/+24
2007-07-16kbuild: make better section mismatch reports on i386 and mipsAtsushi Nemoto2-0/+76
2007-07-16kconfig: fix update-po-configSam Ravnborg2-18/+21
2007-07-16kbuild: add support for squashing uid/gid in gen_initramfs_list.shMike Frysinger1-6/+6
2007-07-16kconfig: use POSIX equality test in check-lxdialog.shMike Frysinger1-1/+1
2007-07-16scripts: Make cleanfile/cleanpatch warn about long linesH. Peter Anvin2-5/+107
2007-07-16kbuild: avoid environment to set variables used by kbuildSam Ravnborg1-0/+16
2007-07-16kbuild: New 'cc-fullversion' macroSegher Boessenkool2-4/+18
2007-07-16doc/oops-tracing: add Code: decode infoRandy Dunlap1-0/+51
2007-07-16update checkpatch.pl to version 0.07Andy Whitcroft1-196/+178
2007-07-06x86_64: fix headers_installDavid Woodhouse1-1/+1
2007-06-28Introduce fixed sys_sync_file_range2() syscall, implement on PowerPC and ARMDavid Woodhouse1-0/+5
2007-06-24update checkpatch.pl to version 0.06Andy Whitcroft1-53/+92
2007-06-24update checkpatch.pl to version 0.05Andy Whitcroft1-54/+129
2007-06-11kbuild: fix sh64 section mismatch problemsSam Ravnborg1-0/+2
2007-06-08update checkpatch.pl to version 0.04Andy Whitcroft1-81/+193
2007-06-08checkpatch: produce fewer lines of outputRandy Dunlap1-2/+2
2007-06-08update checkpatch.pl to version 0.03Andy Whitcroft1-84/+245
2007-06-07checkpatch.pl: should be executableAndy Whitcroft1-0/+0
2007-06-01add a trivial patch style checkerAndy Whitcroft1-0/+595
2007-05-21Make 'headerscheck' stop immediately on an errorDavid Woodhouse1-1/+1
2007-05-21Revert "kbuild: make better section mismatch reports on i386, arm and mips"Linus Torvalds2-82/+0
2007-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixLinus Torvalds5-71/+137
2007-05-21x86_64: Support x86_64 in make buildtarAndi Kleen1-2/+2
2007-05-19mm: fix section mismatch warningsSam Ravnborg1-19/+0
2007-05-19init/main: use __init_refok to fix section mismatchSam Ravnborg1-14/+0
2007-05-19kbuild: introduce __init_refok/__initdata_refok to supress section mismatch w...Sam Ravnborg1-0/+11
2007-05-19kbuild: add "Section mismatch" warning whitelist for powerpcLi Yang1-4/+11
2007-05-19kbuild: make better section mismatch reports on i386, arm and mipsAtsushi Nemoto2-0/+82
2007-05-19kbuild: make modpost section warnings clearerRussell King1-17/+16
2007-05-19kconfig: search harder for curses library in check-lxdialog.shMike Frysinger1-15/+9
2007-05-19kbuild: include limits.h in sumversion.c for PATH_MAXMike Frysinger1-0/+1
2007-05-19powerpc: Fix the MODALIAS generation in modpost for of devicesSylvain Munaut1-3/+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-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