Age | Commit message (Expand) | Author | Files | Lines |
2007-07-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild | Linus Torvalds | 16 | -187/+414 |
2007-07-19 | update checkpatch.pl to version 0.08 | Andy Whitcroft | 1 | -32/+143 |
2007-07-19 | kernel-doc: fix leading dot in man-mode output | Randy Dunlap | 1 | -1/+5 |
2007-07-19 | kernel-doc: strip C99 comments | Randy Dunlap | 1 | -1/+7 |
2007-07-19 | kernel-doc: fix unnamed struct/union warning | Randy Dunlap | 1 | -4/+10 |
2007-07-17 | kallsyms: make KSYM_NAME_LEN include space for trailing '\0' | Tejun Heo | 1 | -2/+2 |
2007-07-17 | kallsyms: remove usage of memmem and _GNU_SOURCE from scripts/kallsyms.c | Paulo Marques | 1 | -4/+13 |
2007-07-17 | kconfig: reset generated values only if Kconfig and .config agree. | Roman Zippel | 1 | -11/+26 |
2007-07-17 | kconfig: strip 'CONFIG_' automatically in kernel configuration search | Bernhard Walle | 1 | -2/+9 |
2007-07-17 | kbuild: use POSIX BRE in headers install target | Mike Frysinger | 1 | -7/+7 |
2007-07-17 | Whitelist references from __dbe_table to .init | Ralf Baechle | 1 | -0/+1 |
2007-07-17 | modpost white list pattern adjustment | Jan Beulich | 1 | -2/+4 |
2007-07-17 | kbuild: do section mismatch check on full vmlinux | Sam Ravnborg | 2 | -3/+4 |
2007-07-16 | kbuild: whitelist references from variables named _timer to .init.text | Sam Ravnborg | 1 | -1/+2 |
2007-07-16 | kbuild: remove hardcoded _logo names from modpost | Sam Ravnborg | 1 | -14/+0 |
2007-07-16 | kbuild: remove hardcoded apic_es7000 from modpost | Sam Ravnborg | 1 | -1/+0 |
2007-07-16 | kbuild: warn about references from .init.text to .exit.text | Sam Ravnborg | 1 | -1/+0 |
2007-07-16 | kbuild: consolidate section checks | Sam Ravnborg | 1 | -25/+7 |
2007-07-16 | kbuild: refactor code in modpost to improve maintainability | Sam Ravnborg | 1 | -79/+75 |
2007-07-16 | kbuild: ignore section mismatch warnings originating from .note section | Sam Ravnborg | 1 | -0/+2 |
2007-07-16 | kbuild: .paravirtprobe section is obsolete, so modpost doesn't need to handle it | Jeremy Fitzhardinge | 1 | -11/+0 |
2007-07-16 | kbuild: suppress modpost warnings for references from the .toc section as use... | Stephen Rothwell | 1 | -1/+4 |
2007-07-16 | kbuild: make better section mismatch reports on arm | Sam Ravnborg | 1 | -0/+24 |
2007-07-16 | kbuild: make better section mismatch reports on i386 and mips | Atsushi Nemoto | 2 | -0/+76 |
2007-07-16 | kconfig: fix update-po-config | Sam Ravnborg | 2 | -18/+21 |
2007-07-16 | kbuild: add support for squashing uid/gid in gen_initramfs_list.sh | Mike Frysinger | 1 | -6/+6 |
2007-07-16 | kconfig: use POSIX equality test in check-lxdialog.sh | Mike Frysinger | 1 | -1/+1 |
2007-07-16 | scripts: Make cleanfile/cleanpatch warn about long lines | H. Peter Anvin | 2 | -5/+107 |
2007-07-16 | kbuild: avoid environment to set variables used by kbuild | Sam Ravnborg | 1 | -0/+16 |
2007-07-16 | kbuild: New 'cc-fullversion' macro | Segher Boessenkool | 2 | -4/+18 |
2007-07-16 | doc/oops-tracing: add Code: decode info | Randy Dunlap | 1 | -0/+51 |
2007-07-16 | update checkpatch.pl to version 0.07 | Andy Whitcroft | 1 | -196/+178 |
2007-07-06 | x86_64: fix headers_install | David Woodhouse | 1 | -1/+1 |
2007-06-28 | Introduce fixed sys_sync_file_range2() syscall, implement on PowerPC and ARM | David Woodhouse | 1 | -0/+5 |
2007-06-24 | update checkpatch.pl to version 0.06 | Andy Whitcroft | 1 | -53/+92 |
2007-06-24 | update checkpatch.pl to version 0.05 | Andy Whitcroft | 1 | -54/+129 |
2007-06-11 | kbuild: fix sh64 section mismatch problems | Sam Ravnborg | 1 | -0/+2 |
2007-06-08 | update checkpatch.pl to version 0.04 | Andy Whitcroft | 1 | -81/+193 |
2007-06-08 | checkpatch: produce fewer lines of output | Randy Dunlap | 1 | -2/+2 |
2007-06-08 | update checkpatch.pl to version 0.03 | Andy Whitcroft | 1 | -84/+245 |
2007-06-07 | checkpatch.pl: should be executable | Andy Whitcroft | 1 | -0/+0 |
2007-06-01 | add a trivial patch style checker | Andy Whitcroft | 1 | -0/+595 |
2007-05-21 | Make 'headerscheck' stop immediately on an error | David Woodhouse | 1 | -1/+1 |
2007-05-21 | Revert "kbuild: make better section mismatch reports on i386, arm and mips" | Linus Torvalds | 2 | -82/+0 |
2007-05-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fix | Linus Torvalds | 5 | -71/+137 |
2007-05-21 | x86_64: Support x86_64 in make buildtar | Andi Kleen | 1 | -2/+2 |
2007-05-19 | mm: fix section mismatch warnings | Sam Ravnborg | 1 | -19/+0 |
2007-05-19 | init/main: use __init_refok to fix section mismatch | Sam Ravnborg | 1 | -14/+0 |
2007-05-19 | kbuild: introduce __init_refok/__initdata_refok to supress section mismatch w... | Sam Ravnborg | 1 | -0/+11 |
2007-05-19 | kbuild: add "Section mismatch" warning whitelist for powerpc | Li Yang | 1 | -4/+11 |