1. 29 4月, 2008 1 次提交
  2. 18 4月, 2008 3 次提交
  3. 03 11月, 2007 1 次提交
  4. 20 10月, 2007 1 次提交
  5. 12 10月, 2007 1 次提交
  6. 15 9月, 2007 1 次提交
  7. 27 8月, 2007 1 次提交
  8. 11 7月, 2007 6 次提交
  9. 05 3月, 2007 2 次提交
  10. 14 2月, 2007 1 次提交
  11. 07 2月, 2007 2 次提交
    • A
      [MIPS] Make I8259A_IRQ_BASE customizable · 2fa7937b
      Atsushi Nemoto 提交于
      Move I8259A_IRQ_BASE from asm/i8259.h to asm/mach-generic/irq.h and
      make it really customizable.  And remove I8259_IRQ_BASE declared on
      some platforms.  Currently only NEC_CMBVR4133 is using custom
      I8259A_IRQ_BASE value.
      Signed-off-by: NAtsushi Nemoto <anemo@mba.ocn.ne.jp>
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      2fa7937b
    • A
      [MIPS] Define MIPS_CPU_IRQ_BASE in generic header · 97dcb82d
      Atsushi Nemoto 提交于
      The irq_base for {mips,rm7k,rm9k}_cpu_irq_init() are constant on all
      platforms and are same value on most platforms (0 or 16, depends on
      CONFIG_I8259).  Define them in asm-mips/mach-generic/irq.h and make
      them customizable.  This will save a few cycle on each CPU interrupt.
      
      A good side effect is removing some dependencies to MALTA in generic
      SMTC code.
      
      Although MIPS_CPU_IRQ_BASE is customizable, this patch changes irq
      mappings on DDB5477, EMMA2RH and MIPS_SIM, since really customizing
      them might cause some header dependency problem and there seems no
      good reason to customize it.  So currently only VR41XX is using custom
      MIPS_CPU_IRQ_BASE value, which is 0 regardless of CONFIG_I8259.
      
      Testing this patch on those platforms is greatly appreciated.  Thank
      you.
      Signed-off-by: NAtsushi Nemoto <anemo@mba.ocn.ne.jp>
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      97dcb82d
  12. 03 7月, 2006 1 次提交
  13. 26 6月, 2006 1 次提交
  14. 20 6月, 2006 1 次提交
  15. 26 4月, 2006 1 次提交
  16. 19 4月, 2006 1 次提交
  17. 21 3月, 2006 1 次提交
    • A
      [MIPS] Make I/O helpers more customizable · a8433137
      Atsushi Nemoto 提交于
          
      1. Move ioswab*() and __mem_ioswab*() to mangle-port.h.  This gets rid
         of CONFIG_SGI_IP22 from include/asm-mips/io.h.
          
      2. Pass a virtual address to *ioswab*().  Then we can provide
         mach-specific *ioswab*() and can do every evil thing based on its
         argument.  It could be useful on machines which have regions with
         different endian conversion scheme.
          
      3. Call __swizzle_addr*() _after_ adding mips_io_port_base.  This
         unifies the meaning of the argument of __swizzle_addr*() (always
         virtual address).  Then mach-specific __swizzle_addr*() can do every
         evil thing based on the argument.
      Signed-off-by: NAtsushi Nemoto <anemo@mba.ocn.ne.jp>
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      a8433137
  18. 15 2月, 2006 1 次提交
  19. 08 11月, 2005 1 次提交
  20. 30 10月, 2005 6 次提交
  21. 05 9月, 2005 1 次提交
  22. 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
新手
引导
客服 返回
顶部