summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Linux 3.2.42v3.2.42Ben Hutchings2013-03-271-1/+1
|
* Linux 3.2.41v3.2.41Ben Hutchings2013-03-201-1/+1
|
* Linux 3.2.40v3.2.40Ben Hutchings2013-03-061-1/+1
|
* Linux 3.2.39v3.2.39Ben Hutchings2013-02-201-1/+1
|
* Linux 3.2.38v3.2.38Ben Hutchings2013-02-061-1/+1
|
* Linux 3.2.37v3.2.37Ben Hutchings2013-01-161-1/+1
|
* Linux 3.2.36v3.2.36Ben Hutchings2013-01-031-1/+1
|
* Linux 3.2.35v3.2.35Ben Hutchings2012-12-061-1/+1
|
* Linux 3.2.34v3.2.34Ben Hutchings2012-11-161-1/+1
|
* Linux 3.2.33v3.2.33Ben Hutchings2012-10-301-1/+1
|
* Linux 3.2.32v3.2.32Ben Hutchings2012-10-171-1/+1
|
* Linux 3.2.31v3.2.31Ben Hutchings2012-10-101-1/+1
|
* Linux 3.2.30v3.2.30Ben Hutchings2012-09-191-1/+1
|
* Linux 3.2.29v3.2.29Ben Hutchings2012-09-121-1/+1
|
* Linux 3.2.28v3.2.28Ben Hutchings2012-08-191-1/+1
|
* Linux 3.2.27v3.2.27Ben Hutchings2012-08-101-1/+1
|
* Linux 3.2.26v3.2.26u3.2.26Ben Hutchings2012-08-041-1/+1
|
* Linux 3.2.25v3.2.25Ben Hutchings2012-08-021-1/+1
|
* Linux 3.2.24v3.2.24Ben Hutchings2012-07-251-1/+1
|
* Linux 3.2.23v3.2.23Ben Hutchings2012-07-121-1/+1
|
* Linux 3.2.22v3.2.22Ben Hutchings2012-07-041-1/+1
|
* Linux 3.2.21v3.2.21Ben Hutchings2012-06-191-1/+1
|
* Linux 3.2.20v3.2.20Ben Hutchings2012-06-101-1/+1
|
* Linux 3.2.19v3.2.19Ben Hutchings2012-05-311-1/+1
|
* x86, realmode: 16-bit real-mode code support for relocs toolH. Peter Anvin2012-05-311-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* Linux 3.2.18v3.2.18Ben Hutchings2012-05-201-1/+1
|
* Linux 3.2.17v3.2.17Ben Hutchings2012-05-111-1/+1
|
* Linux 3.2.16v3.2.16Greg Kroah-Hartman2012-04-221-1/+1
|
* Linux 3.2.15v3.2.15Greg Kroah-Hartman2012-04-131-1/+1
|
* Linux 3.2.14v3.2.14Greg Kroah-Hartman2012-04-021-1/+1
|
* Linux 3.2.13v3.2.13Greg Kroah-Hartman2012-03-231-1/+1
|
* Linux 3.2.12v3.2.12Greg Kroah-Hartman2012-03-191-1/+1
|
* Linux 3.2.11v3.2.11Greg Kroah-Hartman2012-03-131-1/+1
|
* Linux 3.2.10v3.2.10Greg Kroah-Hartman2012-03-121-1/+1
|
* Linux 3.2.9v3.2.9Greg Kroah-Hartman2012-02-291-1/+1
|
* Linux 3.2.8v3.2.8Greg Kroah-Hartman2012-02-271-1/+1
|
* Linux 3.2.7v3.2.7Greg Kroah-Hartman2012-02-201-1/+1
|
* Linux 3.2.6v3.2.6Greg Kroah-Hartman2012-02-131-1/+1
|
* Linux 3.2.5v3.2.5Greg Kroah-Hartman2012-02-061-1/+1
|
* Linux 3.2.4v3.2.4Greg Kroah-Hartman2012-02-031-1/+1
|
* Linux 3.2.3v3.2.3Greg Kroah-Hartman2012-02-031-1/+1
|
* Linux 3.2.2v3.2.2Greg Kroah-Hartman2012-01-251-1/+1
|
* Linux 3.2.1v3.2.1Greg Kroah-Hartman2012-01-121-1/+1
|
* Linux 3.2v3.2u3.2Linus Torvalds2012-01-041-1/+1
|
* Linux 3.2-rc7v3.2-rc7Linus Torvalds2011-12-231-1/+1
|
* Linux 3.2-rc6v3.2-rc6Linus Torvalds2011-12-161-1/+1
|
* Linux 3.2-rc5v3.2-rc5Linus Torvalds2011-12-091-1/+1
|
* Linux 3.2-rc4v3.2-rc4Linus Torvalds2011-12-011-1/+1
|
* Linux 3.2-rc3v3.2-rc3Linus Torvalds2011-11-231-1/+1
|
* Linux 3.2-rc2v3.2-rc2Linus Torvalds2011-11-151-1/+1
|