aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2009-10-04Linux 2.6.32-rc3v2.6.32-rc3Gravatar Linus Torvalds 1-1/+1
2009-09-27Linux 2.6.32-rc1v2.6.32-rc2v2.6.32-rc1Gravatar Linus Torvalds 1-2/+2
2009-09-20arm, cris, mips, sparc, powerpc, um, xtensa: fix build with bash 4.0Gravatar Sam Ravnborg 1-5/+0
2009-09-20kbuild: set -fconserve-stack option for gcc 4.5Gravatar Andi Kleen 1-0/+3
2009-09-20kbuild: Check if linker supports the -X optionGravatar Andi Kleen 1-1/+1
2009-09-20kbuild: rename ld-option to cc-ldoptionGravatar Sam Ravnborg 1-1/+1
2009-09-20kbuild: save ARCH & CROSS_COMPILE when building a kernelGravatar Sam Ravnborg 1-2/+44
2009-09-20kbuild: use INSTALLKERNEL to select customized installkernel scriptGravatar Sam Ravnborg 1-1/+3
2009-09-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Gravatar Linus Torvalds 1-1/+1
2009-09-09Linux 2.6.31v2.6.31Gravatar Linus Torvalds 1-1/+1
2009-09-05Linux 2.6.31-rc9v2.6.31-rc9Gravatar Linus Torvalds 1-1/+1
2009-08-27Linux 2.6.31-rc8v2.6.31-rc8Gravatar Linus Torvalds 1-1/+1
2009-08-21Linux 2.6.31-rc7v2.6.31-rc7Gravatar Linus Torvalds 1-1/+1
2009-08-14Merge branch 'percpu-for-linus' into percpu-for-nextGravatar Tejun Heo 1-6/+6
2009-08-13Linux 2.6.31-rc6v2.6.31-rc6Gravatar Linus Torvalds 1-1/+1
2009-07-31Linux 2.6.31-rc5v2.6.31-rc5Gravatar Linus Torvalds 1-1/+1
2009-07-22Linux 2.6.31-rc4v2.6.31-rc4Gravatar Linus Torvalds 1-1/+1
2009-07-16Add '-fno-delete-null-pointer-checks' to gcc CFLAGSGravatar Eugene Teo 1-1/+2
2009-07-13Linux 2.6.31-rc3v2.6.31-rc3Gravatar Linus Torvalds 1-1/+1
2009-07-12Don't use '-fwrapv' compiler option: it's buggy in gcc-4.1.xGravatar Linus Torvalds 1-1/+1
2009-07-04Linux 2.6.31-rc2v2.6.31-rc2Gravatar Linus Torvalds 1-1/+1
2009-07-04Merge branch 'master' into for-nextGravatar Tejun Heo 1-2/+2
2009-06-27kbuild: finally remove the obsolete variable $TOPDIRGravatar Amerigo Wang 1-3/+1
2009-06-27Kbuild: Disable the -Wformat-security gcc flagGravatar Floris Kraak 1-1/+2
2009-06-24Linux 2.6.31-rc1v2.6.31-rc1Gravatar Linus Torvalds 1-2/+2
2009-06-24linker script: throw away .discard sectionGravatar Tejun Heo 1-1/+1
2009-06-18gcov: add gcov profiling infrastructureGravatar Peter Oberparleiter 1-5/+6
2009-06-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/sam/kb...Gravatar Linus Torvalds 1-17/+9
2009-06-09Linux 2.6.30v2.6.30Gravatar Linus Torvalds 1-1/+1
2009-06-09kbuild: remove extra ifdef/endif of top MakefileGravatar Cheng Renquan 1-17/+9
2009-06-04kbuild: fix detection of CONFIG_FRAME_WARN=0Gravatar Mike Frysinger 1-1/+1
2009-06-02Linux 2.6.30-rc8v2.6.30-rc8Gravatar Linus Torvalds 1-1/+1
2009-05-23Linux 2.6.30-rc7v2.6.30-rc7Gravatar Linus Torvalds 1-2/+2
2009-05-15Linux 2.6.30-rc6v2.6.30-rc6Gravatar Linus Torvalds 1-1/+1
2009-05-08Linux 2.6.30-rc5v2.6.30-rc5Gravatar Linus Torvalds 1-1/+1
2009-05-01kbuild: "make prepare" should be "make modules_prepare"Gravatar Robert P. J. Day 1-1/+1
2009-05-01kbuild: clean Module.markers and modules.order for out-of-tree modulesGravatar Frédéric Brière 1-1/+3
2009-04-29Linux 2.6.30-rc4v2.6.30-rc4Gravatar Linus Torvalds 1-2/+2
2009-04-21Linux 2.6.30-rc3v2.6.30-rc3Gravatar Linus Torvalds 1-1/+1
2009-04-19kbuild: support include/generatedGravatar Sam Ravnborg 1-1/+1
2009-04-14Linux 2.6.30-rc2v2.6.30-rc2Gravatar Linus Torvalds 1-1/+1
2009-04-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Gravatar Paul Mundt 1-4/+8
2009-04-11kbuild: make it possible for the linker to discard local symbols from vmlinuxGravatar David Howells 1-0/+4
2009-04-11kbuild: fix a few typos in top-level MakefileGravatar Kirill Smelkov 1-2/+2
2009-04-11sh: Plug in support for ARCH=sh64 using sh SRCARCH.Gravatar Paul Mundt 1-1/+6
2009-04-07Linux 2.6.30-rc1v2.6.30-rc1Gravatar Linus Torvalds 1-2/+2
2009-03-27Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Gravatar Ingo Molnar 1-1/+2
2009-03-23Linux 2.6.29v2.6.29Gravatar Linus Torvalds 1-2/+2
2009-03-23Build with -fno-dwarf2-cfi-asmGravatar Kyle McMartin 1-0/+3
2009-03-19Move cc-option to below arch-specific setupGravatar Linus Torvalds 1-1/+3