1. 19 10月, 2005 1 次提交
  2. 19 9月, 2005 1 次提交
  3. 11 9月, 2005 1 次提交
    • P
      [PATCH] ppc32: support hotplug cpu on powermacs · 31139971
      Paul Mackerras 提交于
      This allows cpus to be off-lined on 32-bit SMP powermacs.  When a cpu
      is off-lined, it is put into sleep mode with interrupts disabled.  It
      can be on-lined again by asserting its soft-reset pin, which is
      connected to a GPIO pin.
      
      With this I can off-line the second cpu in my dual G4 powermac, which
      means that I can then suspend the machine (the suspend/resume code
      refuses to suspend if more than one cpu is online, and making it cope
      with multiple cpus is surprisingly messy).
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      31139971
  4. 25 4月, 2005 1 次提交
  5. 17 4月, 2005 2 次提交
    • P
      [PATCH] ppc32: improve timebase sync for SMP · 6460b4cc
      Paul Mackerras 提交于
      Currently the procedure in the ppc32 kernel that synchronizes the timebase
      registers across an SMP powermac system does so by setting both timebases
      to zero.  That is OK at boot but causes problems if done later.  So that we
      can do hotplug CPU on these machines, this patch changes the code so it
      reads the timebase from one CPU and transfers the value to the other CPU. 
      (Hotplug CPU is needed for sleep (aka suspend to RAM) to work.)
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      6460b4cc
    • 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