1. 24 2月, 2006 1 次提交
  2. 08 2月, 2006 1 次提交
  3. 14 1月, 2006 1 次提交
  4. 12 1月, 2006 1 次提交
  5. 11 1月, 2006 1 次提交
  6. 09 1月, 2006 5 次提交
  7. 23 11月, 2005 1 次提交
  8. 19 11月, 2005 1 次提交
  9. 10 11月, 2005 1 次提交
  10. 07 11月, 2005 2 次提交
    • D
      [PATCH] powerpc: Kill ppcdebug · dcad47fc
      David Gibson 提交于
      The ancient ppcdebug/PPCDBG mechanism is now only used in two places.
      First, in the hash setup code, one of the bits allows the size of the
      hash table to be reduced by a factor of 8 - which would be better
      accomplished with a command line option for that purpose.  The other
      was a bunch of bus walking related messages in the iSeries code, which
      would seem to be insufficient reason to keep the mechanism.
      
      This patch removes the last traces of this mechanism.
      
      Built and booted on iSeries and pSeries POWER5 LPAR (ARCH=powerpc).
      Signed-off-by: NDavid Gibson <dwg@au1.ibm.com>
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      dcad47fc
    • D
      [PATCH] powerpc: Fix i8259 cascade IRQ · 9d2ba6fa
      David Woodhouse 提交于
      setup_irq() aborts immediately if there's no handler for the IRQ in
      question. So i8259_init() should set up its handlers before trying to
      set up the cascade on IRQ 2.
      
      With this and the patch I sent a few days ago to fix initrd on ppc32, my
      Pegasos now runs the arch/powerpc kernel.
      Signed-off-by: NDavid Woodhouse <dwmw2@infradead.org>
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      9d2ba6fa
  11. 02 11月, 2005 1 次提交
  12. 01 11月, 2005 1 次提交
  13. 28 10月, 2005 1 次提交
  14. 27 10月, 2005 1 次提交
  15. 26 10月, 2005 4 次提交
  16. 20 10月, 2005 1 次提交
  17. 10 10月, 2005 1 次提交
  18. 01 10月, 2005 1 次提交
  19. 26 9月, 2005 1 次提交
    • P
      powerpc: Merge enough to start building in arch/powerpc. · 14cf11af
      Paul Mackerras 提交于
      This creates the directory structure under arch/powerpc and a bunch
      of Kconfig files.  It does a first-cut merge of arch/powerpc/mm,
      arch/powerpc/lib and arch/powerpc/platforms/powermac.  This is enough
      to build a 32-bit powermac kernel with ARCH=powerpc.
      
      For now we are getting some unmerged files from arch/ppc/kernel and
      arch/ppc/syslib, or arch/ppc64/kernel.  This makes some minor changes
      to files in those directories and files outside arch/powerpc.
      
      The boot directory is still not merged.  That's going to be interesting.
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      14cf11af