aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2007-09-01kconfig: oldconfig shall not set symbols if it does not need toGravatar Roman Zippel 1-9/+12
2007-08-11update checkpatch.pl to version 0.09Gravatar Andy Whitcroft 1-31/+71
2007-07-31kbuild: whitelist references from __dbe_table to .initGravatar Ralf Baechle 1-0/+1
2007-07-25kbuild: fix modpost warnings for xtensaGravatar Sam Ravnborg 1-6/+24
2007-07-25kbuild: be more foregiving on init section namingGravatar Sam Ravnborg 1-26/+10
2007-07-25kbuild: rearrange a few function in modpostGravatar Sam Ravnborg 1-32/+48
2007-07-25kbuild: use LDFLAGS_MODULE only for .ko linksGravatar Roland McGrath 2-2/+2
2007-07-25kconfig: remove unused members from struct symbolGravatar Sam Ravnborg 1-1/+0
2007-07-25kconfig: attach help text to menusGravatar Sam Ravnborg 10-43/+49
2007-07-25kbuild: fix up printing of Linux C Library version in scripts/ver_linuxGravatar Jesper Juhl 1-2/+2
2007-07-25kbuild: do not do section mismatch checks on vmlinux in 2nd passGravatar Sam Ravnborg 2-12/+20
2007-07-23ACPI: autoload modules - Create ACPI alias interfaceGravatar Thomas Renninger 1-0/+12
2007-07-20Fix Lindent to not indent preprocessor comments so farGravatar Matthew Wilcox 1-1/+1
2007-07-20m68k: teach modpost about .m68_fixupGravatar Al Viro 1-0/+1
2007-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildGravatar Linus Torvalds 16-187/+414
2007-07-19update checkpatch.pl to version 0.08Gravatar Andy Whitcroft 1-32/+143
2007-07-19kernel-doc: fix leading dot in man-mode outputGravatar Randy Dunlap 1-1/+5
2007-07-19kernel-doc: strip C99 commentsGravatar Randy Dunlap 1-1/+7
2007-07-19kernel-doc: fix unnamed struct/union warningGravatar Randy Dunlap 1-4/+10
2007-07-17kallsyms: make KSYM_NAME_LEN include space for trailing '\0'Gravatar Tejun Heo 1-2/+2
2007-07-17kallsyms: remove usage of memmem and _GNU_SOURCE from scripts/kallsyms.cGravatar Paulo Marques 1-4/+13
2007-07-17kconfig: reset generated values only if Kconfig and .config agree.Gravatar Roman Zippel 1-11/+26
2007-07-17kconfig: strip 'CONFIG_' automatically in kernel configuration searchGravatar Bernhard Walle 1-2/+9
2007-07-17kbuild: use POSIX BRE in headers install targetGravatar Mike Frysinger 1-7/+7
2007-07-17Whitelist references from __dbe_table to .initGravatar Ralf Baechle 1-0/+1
2007-07-17modpost white list pattern adjustmentGravatar Jan Beulich 1-2/+4
2007-07-17kbuild: do section mismatch check on full vmlinuxGravatar Sam Ravnborg 2-3/+4
2007-07-16kbuild: whitelist references from variables named _timer to .init.textGravatar Sam Ravnborg 1-1/+2
2007-07-16kbuild: remove hardcoded _logo names from modpostGravatar Sam Ravnborg 1-14/+0
2007-07-16kbuild: remove hardcoded apic_es7000 from modpostGravatar Sam Ravnborg 1-1/+0
2007-07-16kbuild: warn about references from .init.text to .exit.textGravatar Sam Ravnborg 1-1/+0
2007-07-16kbuild: consolidate section checksGravatar Sam Ravnborg 1-25/+7
2007-07-16kbuild: refactor code in modpost to improve maintainabilityGravatar Sam Ravnborg 1-79/+75
2007-07-16kbuild: ignore section mismatch warnings originating from .note sectionGravatar Sam Ravnborg 1-0/+2
2007-07-16kbuild: .paravirtprobe section is obsolete, so modpost doesn't need to handle itGravatar Jeremy Fitzhardinge 1-11/+0
2007-07-16kbuild: suppress modpost warnings for references from the .toc section as use...Gravatar Stephen Rothwell 1-1/+4
2007-07-16kbuild: make better section mismatch reports on armGravatar Sam Ravnborg 1-0/+24
2007-07-16kbuild: make better section mismatch reports on i386 and mipsGravatar Atsushi Nemoto 2-0/+76
2007-07-16kconfig: fix update-po-configGravatar Sam Ravnborg 2-18/+21
2007-07-16kbuild: add support for squashing uid/gid in gen_initramfs_list.shGravatar Mike Frysinger 1-6/+6
2007-07-16kconfig: use POSIX equality test in check-lxdialog.shGravatar Mike Frysinger 1-1/+1
2007-07-16scripts: Make cleanfile/cleanpatch warn about long linesGravatar H. Peter Anvin 2-5/+107
2007-07-16kbuild: avoid environment to set variables used by kbuildGravatar Sam Ravnborg 1-0/+16
2007-07-16kbuild: New 'cc-fullversion' macroGravatar Segher Boessenkool 2-4/+18
2007-07-16doc/oops-tracing: add Code: decode infoGravatar Randy Dunlap 1-0/+51
2007-07-16update checkpatch.pl to version 0.07Gravatar Andy Whitcroft 1-196/+178
2007-07-06x86_64: fix headers_installGravatar David Woodhouse 1-1/+1
2007-06-28Introduce fixed sys_sync_file_range2() syscall, implement on PowerPC and ARMGravatar David Woodhouse 1-0/+5
2007-06-24update checkpatch.pl to version 0.06Gravatar Andy Whitcroft 1-53/+92
2007-06-24update checkpatch.pl to version 0.05Gravatar Andy Whitcroft 1-54/+129