summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* Fix Lindent to not indent preprocessor comments so farMatthew Wilcox2007-07-201-1/+1
* m68k: teach modpost about .m68_fixupAl Viro2007-07-201-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds2007-07-1916-187/+414
|\
| * kallsyms: remove usage of memmem and _GNU_SOURCE from scripts/kallsyms.cPaulo Marques2007-07-171-4/+13
| * kconfig: reset generated values only if Kconfig and .config agree.Roman Zippel2007-07-171-11/+26
| * kconfig: strip 'CONFIG_' automatically in kernel configuration searchBernhard Walle2007-07-171-2/+9
| * kbuild: use POSIX BRE in headers install targetMike Frysinger2007-07-171-7/+7
| * Whitelist references from __dbe_table to .initRalf Baechle2007-07-171-0/+1
| * modpost white list pattern adjustmentJan Beulich2007-07-171-2/+4
| * kbuild: do section mismatch check on full vmlinuxSam Ravnborg2007-07-172-3/+4
| * kbuild: whitelist references from variables named _timer to .init.textSam Ravnborg2007-07-161-1/+2
| * kbuild: remove hardcoded _logo names from modpostSam Ravnborg2007-07-161-14/+0
| * kbuild: remove hardcoded apic_es7000 from modpostSam Ravnborg2007-07-161-1/+0
| * kbuild: warn about references from .init.text to .exit.textSam Ravnborg2007-07-161-1/+0
| * kbuild: consolidate section checksSam Ravnborg2007-07-161-25/+7
| * kbuild: refactor code in modpost to improve maintainabilitySam Ravnborg2007-07-161-79/+75
| * kbuild: ignore section mismatch warnings originating from .note sectionSam Ravnborg2007-07-161-0/+2
| * kbuild: .paravirtprobe section is obsolete, so modpost doesn't need to handle itJeremy Fitzhardinge2007-07-161-11/+0
| * kbuild: suppress modpost warnings for references from the .toc section as use...Stephen Rothwell2007-07-161-1/+4
| * kbuild: make better section mismatch reports on armSam Ravnborg2007-07-161-0/+24
| * kbuild: make better section mismatch reports on i386 and mipsAtsushi Nemoto2007-07-162-0/+76
| * kconfig: fix update-po-configSam Ravnborg2007-07-162-18/+21
| * kbuild: add support for squashing uid/gid in gen_initramfs_list.shMike Frysinger2007-07-161-6/+6
| * kconfig: use POSIX equality test in check-lxdialog.shMike Frysinger2007-07-161-1/+1
| * scripts: Make cleanfile/cleanpatch warn about long linesH. Peter Anvin2007-07-162-5/+107
| * kbuild: avoid environment to set variables used by kbuildSam Ravnborg2007-07-161-0/+16
| * kbuild: New 'cc-fullversion' macroSegher Boessenkool2007-07-162-4/+18
* | update checkpatch.pl to version 0.08Andy Whitcroft2007-07-191-32/+143
* | kernel-doc: fix leading dot in man-mode outputRandy Dunlap2007-07-191-1/+5
* | kernel-doc: strip C99 commentsRandy Dunlap2007-07-191-1/+7
* | kernel-doc: fix unnamed struct/union warningRandy Dunlap2007-07-191-4/+10
* | kallsyms: make KSYM_NAME_LEN include space for trailing '\0'Tejun Heo2007-07-171-2/+2
|/
* doc/oops-tracing: add Code: decode infoRandy Dunlap2007-07-161-0/+51
* update checkpatch.pl to version 0.07Andy Whitcroft2007-07-161-196/+178
* x86_64: fix headers_installDavid Woodhouse2007-07-061-1/+1
* Introduce fixed sys_sync_file_range2() syscall, implement on PowerPC and ARMDavid Woodhouse2007-06-281-0/+5
* update checkpatch.pl to version 0.06Andy Whitcroft2007-06-241-53/+92
* update checkpatch.pl to version 0.05Andy Whitcroft2007-06-241-54/+129
* kbuild: fix sh64 section mismatch problemsSam Ravnborg2007-06-111-0/+2
* update checkpatch.pl to version 0.04Andy Whitcroft2007-06-081-81/+193
* checkpatch: produce fewer lines of outputRandy Dunlap2007-06-081-2/+2
* update checkpatch.pl to version 0.03Andy Whitcroft2007-06-081-84/+245
* checkpatch.pl: should be executableAndy Whitcroft2007-06-071-0/+0
* add a trivial patch style checkerAndy Whitcroft2007-06-011-0/+595
* Make 'headerscheck' stop immediately on an errorDavid Woodhouse2007-05-211-1/+1
* Revert "kbuild: make better section mismatch reports on i386, arm and mips"Linus Torvalds2007-05-212-82/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixLinus Torvalds2007-05-215-71/+137
|\
| * mm: fix section mismatch warningsSam Ravnborg2007-05-191-19/+0
| * init/main: use __init_refok to fix section mismatchSam Ravnborg2007-05-191-14/+0
| * kbuild: introduce __init_refok/__initdata_refok to supress section mismatch w...Sam Ravnborg2007-05-191-0/+11