Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-11 | Linux 3.4.45v3.4.45 | Greg Kroah-Hartman | |
2013-05-07 | Linux 3.4.44v3.4.44 | Greg Kroah-Hartman | |
2013-05-01 | Linux 3.4.43v3.4.43 | Greg Kroah-Hartman | |
2013-04-25 | Linux 3.4.42v3.4.42 | Greg Kroah-Hartman | |
2013-04-16 | Linux 3.4.41v3.4.41 | Greg Kroah-Hartman | |
2013-04-12 | Linux 3.4.40v3.4.40 | Greg Kroah-Hartman | |
2013-04-05 | Linux 3.4.39v3.4.39 | Greg Kroah-Hartman | |
2013-03-28 | Linux 3.4.38v3.4.38 | Greg Kroah-Hartman | |
2013-03-20 | Linux 3.4.37v3.4.37 | Greg Kroah-Hartman | |
2013-03-14 | Linux 3.4.36v3.4.36 | Greg Kroah-Hartman | |
2013-03-04 | Linux 3.4.35v3.4.35 | Greg Kroah-Hartman | |
2013-02-28 | Linux 3.4.34v3.4.34 | Greg Kroah-Hartman | |
2013-02-21 | 3.4.33v3.4.33 | Greg Kroah-Hartman | |
2013-02-17 | Linux 3.4.32v3.4.32 | Greg Kroah-Hartman | |
2013-02-14 | Linux 3.4.31v3.4.31 | Greg Kroah-Hartman | |
2013-02-11 | Linux 3.4.30v3.4.30 | Greg Kroah-Hartman | |
2013-02-03 | Linux 3.4.29v3.4.29 | Greg Kroah-Hartman | |
2013-01-27 | Linux 3.4.28v3.4.28 | Greg Kroah-Hartman | |
2013-01-21 | Linux 3.4.27v3.4.27 | Greg Kroah-Hartman | |
2013-01-17 | Linux 3.4.26v3.4.26 | Greg Kroah-Hartman | |
2013-01-11 | Linux 3.4.25v3.4.25 | Greg Kroah-Hartman | |
2012-12-17 | Linux 3.4.24v3.4.24 | Greg Kroah-Hartman | |
2012-12-10 | Linux 3.4.23v3.4.23 | Greg Kroah-Hartman | |
2012-12-05 | Linux 3.4.22v3.4.22 | Greg Kroah-Hartman | |
2012-12-03 | Linux 3.4.21v3.4.21 | Greg Kroah-Hartman | |
2012-11-26 | Linux 3.4.20v3.4.20 | Greg Kroah-Hartman | |
2012-11-17 | Linux 3.4.19v3.4.19 | Greg Kroah-Hartman | |
2012-11-05 | Linux 3.4.18v3.4.18 | Greg Kroah-Hartman | |
2012-10-31 | Linux 3.4.17v3.4.17 | Greg Kroah-Hartman | |
2012-10-28 | Linux 3.4.16v3.4.16 | Greg Kroah-Hartman | |
2012-10-21 | Linux 3.4.15v3.4.15 | Greg Kroah-Hartman | |
2012-10-13 | Linux 3.4.14v3.4.14 | Greg Kroah-Hartman | |
2012-10-07 | Linux 3.4.13v3.4.13 | Greg Kroah-Hartman | |
2012-10-02 | Linux 3.4.12v3.4.12 | Greg Kroah-Hartman | |
2012-09-14 | Linux 3.4.11v3.4.11 | Greg Kroah-Hartman | |
2012-08-26 | Linux 3.4.10v3.4.10 | Greg Kroah-Hartman | |
2012-08-15 | Linux 3.4.9v3.4.9 | Greg Kroah-Hartman | |
2012-08-09 | Linux 3.4.8v3.4.8 | Greg Kroah-Hartman | |
2012-07-29 | Linux 3.4.7v3.4.7 | Greg Kroah-Hartman | |
2012-07-19 | Linux 3.4.6v3.4.6 | Greg Kroah-Hartman | |
2012-07-16 | Linux 3.4.5v3.4.5 | Greg Kroah-Hartman | |
2012-06-22 | Linux 3.4.4v3.4.4 | Greg Kroah-Hartman | |
2012-06-17 | Linux 3.4.3v3.4.3 | Greg Kroah-Hartman | |
2012-06-10 | Linux 3.4.2v3.4.2 | Greg Kroah-Hartman | |
2012-06-01 | Linux 3.4.1v3.4.1 | Greg Kroah-Hartman | |
2012-05-20 | Linux 3.4v3.4 | Linus Torvalds | |
2012-05-18 | x86, realmode: 16-bit real-mode code support for relocs tool | H. Peter Anvin | |
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> | |||
2012-05-12 | Linux 3.4-rc7v3.4-rc7 | Linus Torvalds | |
.. and this should hopefully be the last -rc before final 3.4 release. | |||
2012-05-06 | Linux 3.4-rc6v3.4-rc6 | Linus Torvalds | |
2012-04-29 | Linux 3.4-rc5v3.4-rc5staging-3.5-rc1 | Linus Torvalds | |