summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2006-10-17Linux 2.6.16.30-rc1v2.6.16.30-rc1Adrian Bunk
2006-09-22Linux 2.6.16.30-pre1v2.6.16.30-pre1Adrian Bunk
2006-09-12Linux 2.6.16.29v2.6.16.29Adrian Bunk
2006-09-09Linux 2.6.16.29-rc2v2.6.16.29-rc2Adrian Bunk
2006-09-06Linux 2.6.16.29-rc1v2.6.16.29-rc1Adrian Bunk
2006-08-25Linux 2.6.16.28v2.6.16.28Adrian Bunk
2006-08-23Linux 2.6.16.28-rc3v2.6.16.28-rc3Adrian Bunk
2006-08-22Linux 2.6.16.28-rc2v2.6.16.28-rc2Adrian Bunk
2006-08-12Linux 2.6.16.28-rc1v2.6.16.28-rc1Adrian Bunk
2006-07-17Linux 2.6.16.27v2.6.16.27Greg Kroah-Hartman
2006-07-15Linux 2.6.16.25v2.6.16.26Greg Kroah-Hartman
2006-07-14Linux 2.6.16.25v2.6.16.25Greg Kroah-Hartman
2006-07-06Linux 2.6.16.24v2.6.16.24Greg Kroah-Hartman
2006-06-30Linux 2.6.16.23v2.6.16.23Greg Kroah-Hartman
2006-06-22Linux 2.6.16.22v2.6.16.22Chris Wright
2006-06-20Linux 2.6.16.21v2.6.16.21Chris Wright
2006-06-05Linux 2.6.16.20v2.6.16.20Chris Wright
2006-05-30Linux 2.6.16.19v2.6.16.19Chris Wright
2006-05-22Linux 2.6.16.18v2.6.16.18Chris Wright
2006-05-20Linux 2.6.16.17v2.6.16.17Chris Wright
2006-05-10Linux 2.6.16.16v2.6.16.16Chris Wright
2006-05-09Linux 2.6.16.15v2.6.16.15Chris Wright
2006-05-04Linux 2.6.16.14v2.6.16.14Chris Wright
2006-05-02Linux 2.6.16.13v2.6.16.13Greg Kroah-Hartman
2006-05-01Linux 2.6.16.12v2.6.16.12Greg Kroah-Hartman
2006-04-24Linux 2.6.16.11v2.6.16.11Greg Kroah-Hartman
2006-04-24Linux 2.6.16.10v2.6.16.10Greg Kroah-Hartman
2006-04-18Linux 2.6.16.9v2.6.16.9Greg Kroah-Hartman
2006-04-18Linux 2.6.16.8v2.6.16.8Greg Kroah-Hartman
2006-04-17Linux 2.6.16.7v2.6.16.7Greg Kroah-Hartman
2006-04-17Linux 2.6.16.6v2.6.16.6Greg Kroah-Hartman
2006-04-12Linux 2.6.16.5v2.6.16.5Greg Kroah-Hartman
2006-04-11Linux 2.6.16.4v2.6.16.4Greg Kroah-Hartman
2006-04-10Linux 2.6.16.3v2.6.16.3Greg Kroah-Hartman
2006-04-07Linux 2.6.16.2v2.6.16.2Greg Kroah-Hartman
2006-03-27Linux 2.6.16.1v2.6.16.1Greg Kroah-Hartman
2006-03-19Linux 2.6.16v2.6.16Linus Torvalds
2006-03-11Linux 2.6.16-rc6v2.6.16-rc6Linus Torvalds
Gaah. Delayed. But all the better for it!
2006-03-10[PATCH] kbuild: version.h should depend on .kernelreleaseJan Beulich
Rebuilding a previously built tree while using make's -j option from time to time results in the version.h check running at the same time as the updating of .kernelrelease, resulting in UTS_RELEASE remaining an empty string (and as a side effect causing the entire kernel to be rebuilt). Signed-Off-By: Jan Beulich <jbeulich@novell.com> Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-02-26Linux v2.6.16-rc5v2.6.16-rc5Linus Torvalds
2006-02-17Linux v2.6.16-rc4v2.6.16-rc4Linus Torvalds
2006-02-15[PATCH] kbuild: revert "fix make -jN with multiple targets with O=..."Benjamin LaHaise
Commit 296e0855b0f9a4ec9be17106ac541745a55b2ce1: "kbuild: fix make -jN with multiple targets with O=..." causes a ~95% increase in build time for the kernel. Before: 4m21s after: 8m1.403s. Can we revert this until another approach is found? Cc: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-02-12Linux v2.6.16-rc3v2.6.16-rc3Linus Torvalds
2006-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-bugfixLinus Torvalds
2006-02-02Linux v2.6.16-rc2v2.6.16-rc2Linus Torvalds
2006-01-21kbuild: fix build with O=..Sam Ravnborg
.kernelrelease was saved in same directory as kernel source also with make O=... Make sure we kick in the normal logic to shift to the output directory when we build .kernelrelease after executing *config. Signed-off-by: Sam Ravnborg <sam@ravnborg.org> ---
2006-01-16Linux v2.6.16-rc1v2.6.16-rc1Linus Torvalds
2006-01-16[PATCH] sh: Move CPU subtype configuration to its own KconfigPaul Mundt
Currently the CPU subtype options are cluttering up arch/sh/Kconfig somewhat. Given that, this moves all of that in to its own arch/sh/mm/Kconfig. Things like cache configuration are also moved to this new location. This also adds support for strict CPU tuning on newer cores, which requires the addition of as-option. Signed-off-by: Paul Mundt <lethal@linux-sh.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds
2006-01-16kbuild: fix 'make all install_modules install'Sam Ravnborg
The command 'make all modules_install install' would fail in a virgin tree - pointing at a non-existing directory under /lib/modules/xxx KERNELRELEASE is part of MODLIB and we need to create .kernelrelease before we can properly evaluate KERNELRELEASE, Changing MODLIB to the recursively expanded flavor let it pick up the correct KERNELRELEASE value. Reported by: "Hemmann, Volker Armin" <volker.armin.hemmann@tu-clausthal.de> Signed-off-by: Sam Ravnborg <sam@ravnborg.org>