1. 16 2月, 2006 1 次提交
    • R
      [ARM] Fix SMP initialisation oops · 7bbb7940
      Russell King 提交于
      A change to the SMP initialisation caused the following oops:
      
       CPU1: Booted secondary processor
       CPU1: D VIPT write-back cache
       CPU1: I cache: 32768 bytes, associativity 4, 32 byte lines, 256 sets
       CPU1: D cache: 32768 bytes, associativity 4, 32 byte lines, 256 sets
       <7>Calibrating delay loop... 83.14 BogoMIPS (lpj=415744)
       <1>Unable to handle kernel NULL pointer dereference at virtual address 0000001c
       ...
       PC is at enqueue_task+0x1c/0x64
       LR is at activate_task+0xcc/0xe4
      
      SMP initialisation now requires cpu_possible_map to be initialised in
      setup_arch().  Move this from smp_prepare_cpus() to smp_init_cpus()
      and call it from our setup_arch() if CONFIG_SMP is enabled.
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      7bbb7940
  2. 29 1月, 2006 1 次提交
  3. 14 1月, 2006 2 次提交
  4. 13 1月, 2006 1 次提交
  5. 09 1月, 2006 1 次提交
  6. 08 1月, 2006 1 次提交
  7. 07 1月, 2006 1 次提交
  8. 04 1月, 2006 2 次提交
  9. 07 11月, 2005 1 次提交
  10. 31 10月, 2005 1 次提交
    • T
      [PATCH] fix missing includes · 4e57b681
      Tim Schmielau 提交于
      I recently picked up my older work to remove unnecessary #includes of
      sched.h, starting from a patch by Dave Jones to not include sched.h
      from module.h. This reduces the number of indirect includes of sched.h
      by ~300. Another ~400 pointless direct includes can be removed after
      this disentangling (patch to follow later).
      However, quite a few indirect includes need to be fixed up for this.
      
      In order to feed the patches through -mm with as little disturbance as
      possible, I've split out the fixes I accumulated up to now (complete for
      i386 and x86_64, more archs to follow later) and post them before the real
      patch.  This way this large part of the patch is kept simple with only
      adding #includes, and all hunks are independent of each other.  So if any
      hunk rejects or gets in the way of other patches, just drop it.  My scripts
      will pick it up again in the next round.
      Signed-off-by: NTim Schmielau <tim@physik3.uni-rostock.de>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      4e57b681
  11. 30 10月, 2005 1 次提交
  12. 28 10月, 2005 1 次提交
  13. 21 10月, 2005 1 次提交
  14. 05 9月, 2005 1 次提交
  15. 29 7月, 2005 1 次提交
  16. 21 7月, 2005 1 次提交
  17. 18 7月, 2005 1 次提交
  18. 12 7月, 2005 2 次提交
  19. 04 7月, 2005 1 次提交
  20. 30 6月, 2005 1 次提交
  21. 29 6月, 2005 1 次提交
  22. 27 6月, 2005 1 次提交
  23. 20 6月, 2005 1 次提交
  24. 19 6月, 2005 1 次提交
  25. 18 6月, 2005 1 次提交
  26. 17 6月, 2005 1 次提交
  27. 03 5月, 2005 1 次提交
  28. 01 5月, 2005 1 次提交
  29. 30 4月, 2005 1 次提交
  30. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      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