summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorLines
2010-02-26kernel-doc: drop the -filelist option, it doesn't workIlya Dryomov-13/+1
2010-02-26kernel-doc: track line numbers for each file separatelyIlya Dryomov-0/+2
2010-02-26Merge commit 'v2.6.33' into tracing/coreIngo Molnar-40/+78
2010-02-25Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds-4/+69
2010-02-25Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds-247/+44
2010-02-22tags: Use $SRCARCHMichal Marek-2/+2
2010-02-17tags: include headers before source filesGuennadi Liakhovetski-6/+14
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack-1/+1
2010-02-05markup_oops.pl: minor fixesHui Zhu-5/+5
2010-02-05markup_oops.pl: add options to improve cross-sompilation environmentsHui Zhu-13/+36
2010-02-03kconfig: Simplify LSMOD= handlingMichal Marek-5/+4
2010-02-02kconfig: Add LSMOD=file to override the lsmod for localmodconfigSteven Rostedt-13/+38
2010-02-02markup_oops.pl: fix $func_offset error with x86_64Hui Zhu-1/+1
2010-02-02get_maintainer.pl: teach git log to use --no-colorRichard Kennedy-2/+2
2010-02-02kconfig: Look in both /bin and /sbin for lsmod in streamline_config.plSteven Rostedt-1/+14
2010-02-02Merge branch 'modpost' of git://git.pengutronix.de/git/ukl/linux-2.6 into kbu...Michal Marek-64/+88
2010-02-02scripts: use %_tmppath in "make rpm-pkg"John Saalwaechter-1/+1
2010-02-02markup_oops.pl: fix for faulting instruction in the first line of a rangeHui Zhu-3/+4
2010-02-02scripts: change scripts to use system python instead of envDon Zickus-2/+2
2010-02-02scripts/kallsyms: suppress build warningHimanshu Chauhan-2/+4
2010-02-02scripts/mkcompile_h: don't test for hardcoded pathsMichal Marek-3/+2
2010-02-02Improve kconfig symbol hashingAndi Kleen-17/+21
2010-02-02nconfig: minor fixNir Tzachar-3/+3
2010-02-02nconfig: mark local functions as suchMichal Marek-15/+15
2010-02-02kconfig: new configuration interface (nconfig)nir.tzachar@gmail.com-20/+2314
2010-02-02genksyms: close ref_file after useAlexander Beregalov-1/+3
2010-02-02menuconfig: wrap long help linesVadim Bendebury (вб)-2/+33
2010-02-02scripts: add ARM support to decodecodeRabin Vincent-13/+35
2010-02-02kbuild: Fix linking error built-in.o no such file or directoryJiafu He-1/+1
2010-01-30modpost: don't allow *driver to reference .init.*Uwe Kleine-König-1/+10
2010-01-30modpost: make symbol white list a per mismatch type variableUwe Kleine-König-18/+31
2010-01-30modpost: remove now unused NO_MISMATCH constantUwe Kleine-König-3/+0
2010-01-30modpost: pass around const struct sectioncheck * instead of enum mismatchUwe Kleine-König-7/+9
2010-01-30modpost: give most mismatch constants a better nameUwe Kleine-König-28/+28
2010-01-29modpost: define ALL_XXX{IN,EX}IT_SECTIONSUwe Kleine-König-6/+9
2010-01-29modpost: members of *driver structs should not point to __init functionsUwe Kleine-König-1/+1
2010-01-17modpost: fix segfault in sym_is() with prefixed archesMike Frysinger-1/+1
2010-01-16Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+1
2010-01-16markup_oops.pl: fix error with x86Hui Zhu-1/+1
2010-01-13kbuild: really fix bzImage build with non-bash shJonathan Nieder-2/+7
2010-01-12remove my email address from checkpatch.Dave Jones-1/+1
2010-01-11tracing/x86: Derive arch from bits argument in recordmcount.plJan Kiszka-1/+1
2010-01-11scripts/get_maintainer.pl: fix file exclusion X: logicJoe Perches-30/+54
2010-01-11lib: add support for LZO-compressed kernelsAlbin Tonnerre-0/+5
2010-01-06tracing: Use appropriate perl constructs in recordmcount.plWolfram Sang-18/+11
2010-01-06kconfig: Check for if conditions in Kconfig for localmodconfigSteven Rostedt-0/+26
2010-01-06kconfig: Create include/generated for localmodconfigSteven Rostedt-0/+2
2010-01-06tracing: optimize recordmcount.pl for offsets-handlingWolfram Sang-9/+9
2009-12-17Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds-3/+56
2009-12-17Merge branch 'for-33' of git://repo.or.cz/linux-kbuildLinus Torvalds-243/+429