An error occurred fetching the project authors.
  1. 04 Oct, 2010 1 commit
    • Russell King's avatar
      ARM: Allow SMP kernels to boot on UP systems · f00ec48f
      Russell King authored
      UP systems do not implement all the instructions that SMP systems have,
      so in order to boot a SMP kernel on a UP system, we need to rewrite
      parts of the kernel.
      
      Do this using an 'alternatives' scheme, where the kernel code and data
      is modified prior to initialization to replace the SMP instructions,
      thereby rendering the problematical code ineffectual.  We use the linker
      to generate a list of 32-bit word locations and their replacement values,
      and run through these replacements when we detect a UP system.
      Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
      f00ec48f
  2. 08 May, 2010 1 commit
  3. 05 Jan, 2010 1 commit
  4. 30 May, 2009 1 commit
  5. 28 Apr, 2009 1 commit
  6. 01 Sep, 2008 1 commit
  7. 30 May, 2007 1 commit
  8. 08 Feb, 2007 1 commit
  9. 07 Mar, 2006 1 commit
  10. 09 Sep, 2005 1 commit
  11. 16 Apr, 2005 1 commit
    • Linus Torvalds's avatar
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds authored
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4