summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2012-09-12Linux 3.2.29v3.2.29Ben Hutchings
2012-08-19Linux 3.2.28v3.2.28Ben Hutchings
2012-08-10Linux 3.2.27v3.2.27Ben Hutchings
2012-08-04Linux 3.2.26v3.2.26Ben Hutchings
2012-08-02Linux 3.2.25v3.2.25Ben Hutchings
2012-07-25Linux 3.2.24v3.2.24Ben Hutchings
2012-07-12Linux 3.2.23v3.2.23Ben Hutchings
2012-07-04Linux 3.2.22v3.2.22Ben Hutchings
2012-06-19Linux 3.2.21v3.2.21Ben Hutchings
2012-06-10Linux 3.2.20v3.2.20Ben Hutchings
2012-05-31Linux 3.2.19v3.2.19Ben Hutchings
2012-05-31x86, realmode: 16-bit real-mode code support for relocs toolH. Peter Anvin
commit 6520fe5564acf07ade7b18a1272db1184835c487 upstream. A new option is added to the relocs tool called '--realmode'. This option causes the generation of 16-bit segment relocations and 32-bit linear relocations for the real-mode code. When the real-mode code is moved to the low-memory during kernel initialization, these relocation entries can be used to relocate the code properly. In the assembly code 16-bit segment relocations must be relative to the 'real_mode_seg' absolute symbol. Linear relocations must be relative to a symbol prefixed with 'pa_'. 16-bit segment relocation is used to load cs:ip in 16-bit code. Linear relocations are used in the 32-bit code for relocatable data references. They are declared in the linker script of the real-mode code. The relocs tool is moved to arch/x86/tools/relocs.c, and added new target archscripts that can be used to build scripts needed building an architecture. be compiled before building the arch/x86 tree. [ hpa: accelerating this because it detects invalid absolute relocations, a serious bug in binutils 2.22.52.0.x which currently produces bad kernels. ] Signed-off-by: H. Peter Anvin <hpa@linux.intel.com> Link: http://lkml.kernel.org/r/1336501366-28617-2-git-send-email-jarkko.sakkinen@intel.com Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@intel.com> Signed-off-by: H. Peter Anvin <hpa@linux.intel.com> Cc: <stable@vger.kernel.org> [bwh: Backported to 3.2: - Adjust context (no archheaders; no insn_sanity) - Expand put_unaligned_le32()] Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2012-05-20Linux 3.2.18v3.2.18Ben Hutchings
2012-05-11Linux 3.2.17v3.2.17Ben Hutchings
2012-04-22Linux 3.2.16v3.2.16Greg Kroah-Hartman
2012-04-13Linux 3.2.15v3.2.15Greg Kroah-Hartman
2012-04-02Linux 3.2.14v3.2.14Greg Kroah-Hartman
2012-03-23Linux 3.2.13v3.2.13Greg Kroah-Hartman
2012-03-19Linux 3.2.12v3.2.12Greg Kroah-Hartman
2012-03-13Linux 3.2.11v3.2.11Greg Kroah-Hartman
2012-03-12Linux 3.2.10v3.2.10Greg Kroah-Hartman
2012-02-29Linux 3.2.9v3.2.9Greg Kroah-Hartman
2012-02-27Linux 3.2.8v3.2.8Greg Kroah-Hartman
2012-02-20Linux 3.2.7v3.2.7Greg Kroah-Hartman
2012-02-13Linux 3.2.6v3.2.6Greg Kroah-Hartman
2012-02-06Linux 3.2.5v3.2.5Greg Kroah-Hartman
2012-02-03Linux 3.2.4v3.2.4Greg Kroah-Hartman
2012-02-03Linux 3.2.3v3.2.3Greg Kroah-Hartman
2012-01-25Linux 3.2.2v3.2.2Greg Kroah-Hartman
2012-01-12Linux 3.2.1v3.2.1Greg Kroah-Hartman
2012-01-04Linux 3.2v3.2Linus Torvalds
2011-12-23Linux 3.2-rc7v3.2-rc7Linus Torvalds
2011-12-16Linux 3.2-rc6v3.2-rc6Linus Torvalds
2011-12-09Linux 3.2-rc5v3.2-rc5Linus Torvalds
2011-12-01Linux 3.2-rc4v3.2-rc4Linus Torvalds
2011-11-23Linux 3.2-rc3v3.2-rc3Linus Torvalds
2011-11-15Linux 3.2-rc2v3.2-rc2Linus Torvalds
2011-11-07Linux 3.2-rc1v3.2-rc1Linus Torvalds
.. with new name. Because nothing says "really solid kernel release" like naming it after an extinct animal that just happened to be in the news lately.
2011-11-06Merge branch 'kbuild' of ↵Linus Torvalds
git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild * 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild: Kbuild: append missing-syscalls to the default target list genksyms: Regenerate lexer and parser genksyms: Do not expand internal types genksyms: Minor parser cleanup Makefile: remove a duplicated line fixdep: fix extraneous dependencies scripts/Makefile.build: do not reference EXTRA_CFLAGS as CFLAGS replacement kbuild: prevent make from deleting _shipped files kbuild: Do not delete empty files in make distclean
2011-11-02Kbuild: append missing-syscalls to the default target listArnaud Lacombe
This avoid an extra make invocation on `prepare0'. Signed-off-by: Arnaud Lacombe <lacombar@gmail.com> Signed-off-by: Michal Marek <mmarek@suse.cz>
2011-10-24Linux 3.1v3.1Linus Torvalds
2011-10-17Linux 3.1-rc10v3.1-rc10Linus Torvalds
2011-10-04Linux 3.1-rc9v3.1-rc9Linus Torvalds
2011-09-27Linux 3.1-rc8v3.1-rc8Linus Torvalds
2011-09-21Linux 3.1-rc7v3.1-rc7Linus Torvalds
2011-09-12Linux 3.1-rc6v3.1-rc6Linus Torvalds
2011-09-09Makefile: remove a duplicated lineAmerigo Wang
There are two duplicated lines for 'make RECORDMCOUNT_WARN=1 [targets]' in 'make help', remove the second one. Signed-off-by: WANG Cong <xiyou.wangcong@gmail.com> Signed-off-by: Michal Marek <mmarek@suse.cz>
2011-09-04Linux 3.1-rc5v3.1-rc5Linus Torvalds
2011-08-28Linux 3.1-rc4v3.1-rc4Linus Torvalds
2011-08-22Linux 3.1-rc3v3.1-rc3Linus Torvalds