An error occurred fetching the project authors.
  1. 11 Oct, 2007 2 commits
  2. 27 Aug, 2007 1 commit
  3. 31 Jul, 2007 1 commit
  4. 27 Feb, 2006 1 commit
    • Ralf Baechle's avatar
      [MIPS] SMP: Fix initialization order bug. · 9b6695a8
      Ralf Baechle authored
          
      A recent change requires cpu_possible_map to be initialized before
      smp_sched_init() but most MIPS platforms were initializing their
      processors in the prom_prepare_cpus callback of smp_prepare_cpus.  The
      simple fix of calling prom_prepare_cpus from one of the earlier SMP
      initialization hooks doesn't work well either since IPIs may require
      init_IRQ() to have completed, so bit the bullet and split
      prom_prepare_cpus into two initialization functions, plat_smp_setup
      which is called early from setup_arch and plat_prepare_cpus called where
      prom_prepare_cpus used to be called.
      Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
      9b6695a8
  5. 12 Jan, 2006 1 commit
  6. 29 Oct, 2005 2 commits
  7. 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