Linus Torvalds 1d3fe4a75b Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 před 14 roky
..
basic bffd2020a9 kbuild: move scripts/basic/docproc.c to scripts/docproc.c před 14 roky
coccinelle a1087ef6ab scripts/coccinelle: update for compatability with Coccinelle 0.2.4 před 14 roky
dtc edfc86aada dtc: regen parser před 14 roky
genksyms 1ae14703e7 genksyms: Use same type in loop comparison před 14 roky
kconfig 1d3fe4a75b Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 před 14 roky
ksymoops 1da177e4c3 Linux-2.6.12-rc2 před 20 roky
mod 62a2635610 modpost: Fix modpost's license checking V3 před 14 roky
package 3bdccc880b package: Makefile: fix perf target bug před 14 roky
rt-tester 25985edced Fix common misspellings před 14 roky
selinux d410fa4ef9 Create Documentation/security/, před 14 roky
tracing 6161352142 tracing, perf: Convert the power tracer into an event tracer před 16 roky
.gitignore bffd2020a9 kbuild: move scripts/basic/docproc.c to scripts/docproc.c před 14 roky
Kbuild.include e0318d85be kbuild: add `baseprereq' před 14 roky
Lindent ee8900c9c7 scripts/Lindent: support gnu indent v2.2.10 před 17 roky
Makefile bffd2020a9 kbuild: move scripts/basic/docproc.c to scripts/docproc.c před 14 roky
Makefile.asm-generic 181e976327 kbuild: silence Nothing to be done for 'all' message před 14 roky
Makefile.build 2bb732cdb4 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 před 14 roky
Makefile.clean ef8ff89b58 kbuild: Really don't clean bounds.h and asm-offsets.h před 15 roky
Makefile.fwinst 759da92671 firmware: silence __fw_modbuild and __fw_modinst 'Nothing to be done' messages před 17 roky
Makefile.headersinst d8ecc5cd8e kbuild: asm-generic support před 14 roky
Makefile.help 74425eee71 Add a target to use the Coccinelle checker před 15 roky
Makefile.host 3156fd0529 kbuild: fix some minor typoes před 17 roky
Makefile.lib 991d76c950 kbuild: simplify the %_shipped rule před 14 roky
Makefile.modbuiltin 607b30fcf2 kbuild: Create output directory in Makefile.modbuiltin před 15 roky
Makefile.modinst 2ea038917b Revert "kbuild: strip generated symbols from *.ko" před 16 roky
Makefile.modpost 2e483528ce Merge commit 'v3.0-rc1' into kbuild/kbuild před 14 roky
bin2c.c 1da177e4c3 Linux-2.6.12-rc2 před 20 roky
bloat-o-meter c50e3f512a bloat-o-meter: include read-only data section in report před 14 roky
bootgraph.pl c443453c6d bootgraph.pl: relax timing information requirements před 14 roky
checkincludes.pl 3da2715731 checkincludes: fix perlcritic warnings před 15 roky
checkkconfigsymbols.sh 03b550d3f9 checkkconfigsymbols.sh: Kconfig symbols sometimes have lowercase letters před 15 roky
checkpatch.pl 6e60c02e9d checkpatch.pl: update $logFunctions před 14 roky
checkstack.pl e05503ef11 Haavard Skinnemoen has left Atmel před 14 roky
checksyscalls.sh 6e5f685642 checksyscalls: Fix stand-alone usage před 14 roky
checkversion.pl 6088e9ffa2 kbuild: don't warn about include/linux/version.h not including itself před 14 roky
cleanfile cb3ed5b7e0 scripts: Make cleanfile/cleanpatch warn about long lines před 18 roky
cleanpatch cb3ed5b7e0 scripts: Make cleanfile/cleanpatch warn about long lines před 18 roky
coccicheck 062c1825a5 Coccinelle: Add contextual message před 14 roky
config f0a6332ce2 kbuild: add numeric --set-val option to scripts/config před 14 roky
conmakehash.c 5c72513843 Fix all -Wmissing-prototypes warnings in x86 defconfig před 16 roky
decodecode b396aa0308 scripts: decodecode: remove bashisms před 15 roky
depmod.sh 8fc62e5942 kbuild: Do not write to builddir in modules_install před 14 roky
diffconfig a717417e7f kconfig: add diffconfig utility před 17 roky
docproc.c f0f3ca8d96 docproc: cleanup brace placement před 14 roky
export_report.pl ca995cbf77 export_report: use warn() to issue WARNING, so they go to stderr před 14 roky
extract-ikconfig ab94e4666d scripts/extract-ikconfig: add xz compression support před 14 roky
gcc-goto.sh df0a92c206 scripts/gcc-goto.sh: fix a typo ("suport") před 14 roky
gcc-version.sh bdefe35d40 Remove bashisms from scripts před 16 roky
gcc-x86_32-has-stack-protector.sh ebd9026d9f stackprotector: fix multi-word cross-builds před 16 roky
gcc-x86_64-has-stack-protector.sh ebd9026d9f stackprotector: fix multi-word cross-builds před 16 roky
gen_initramfs_list.sh 2bb732cdb4 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 před 14 roky
get_maintainer.pl 0334b3824e get_maintainers.pl: improve .mailmap parsing před 14 roky
gfp-translate 27af038494 scripts: fix gfp-translate for recent changes to gfp.h před 14 roky
headerdep.pl 1dcd810024 headerdep: perlcritic warning před 15 roky
headers.sh f6820308e0 kbuild: introduce HDR_ARCH_LIST for headers_install_all před 14 roky
headers_check.pl d52784eb36 headers_check: Fix warning text před 14 roky
headers_install.pl f210735fe2 headers_install: fix __packed in exported kernel headers před 14 roky
kallsyms.c e0a04b11e4 scripts/kallsyms.c: fix potential segfault před 14 roky
kernel-doc 25985edced Fix common misspellings před 14 roky
makelst f77bf01425 kbuild: introduce ccflags-y, asflags-y and ldflags-y před 17 roky
markup_oops.pl 1f73897861 Merge branch 'for-35' of git://repo.or.cz/linux-kbuild před 15 roky
mkcompile_h f07726048d Fix handling of backlash character in LINUX_COMPILE_BY name před 14 roky
mkmakefile 0ff35771fc kbuild: silence generated makefile message před 14 roky
mksysmap 2ea038917b Revert "kbuild: strip generated symbols from *.ko" před 16 roky
mkuboot.sh bc91c9f313 mkuboot.sh: Fail if mkimage is missing před 14 roky
mkversion 1da177e4c3 Linux-2.6.12-rc2 před 20 roky
module-common.lds f02e8a6596 module: Sort exported symbols před 14 roky
namespace.pl 9231d9e02a Revert "namespace: add source file location exceptions" před 14 roky
patch-kernel 177525d26e eradicate bashisms in scripts/patch-kernel před 14 roky
pnmtologo.c 15e3252464 fbdev: work around old compiler bug před 16 roky
profile2linkerlist.pl 9c49fd307a profile2linkerlist: fix perl warnings před 15 roky
recordmcount.c f296388682 ftrace/s390: mcount offset calculation před 14 roky
recordmcount.h 9905ce8ad7 ftrace/recordmcount: Avoid STT_FUNC symbols as base on ARM před 14 roky
recordmcount.pl f296388682 ftrace/s390: mcount offset calculation před 14 roky
setlocalversion 38b3439d84 setlocalversion: update mercurial tag parsing před 14 roky
show_delta 94a4708352 scripts: change scripts to use system python instead of env před 15 roky
tags.sh 4d7a2fa876 scripts/tags.sh: Add magic for trace-events for etags too před 14 roky
unifdef.c 3cbea4366f unifdef: update to upstream version 2.5 před 14 roky
ver_linux bdefe35d40 Remove bashisms from scripts před 16 roky
xz_wrap.sh 24fa0402a9 decompressors: add XZ decompressor module před 14 roky