1. 14 5月, 2009 1 次提交
  2. 30 3月, 2009 1 次提交
  3. 12 3月, 2009 1 次提交
    • S
      MIPS: NEC VR5500 processor support fixup · a644b277
      Shinya Kuribayashi 提交于
      Current VR5500 processor support lacks of some functions which are
      expected to be configured/synthesized on arch initialization.
      
      Here're some VR5500A spec notes:
      
      * All execution hazards are handled in hardware.
      
      * Once VR5500A stops the operation of the pipeline by WAIT instruction,
        it could return from the standby mode only when either a reset, NMI
        request, or all enabled interrupts is/are detected.  In other words,
        if interrupts are disabled by Status.IE=0, it keeps in standby mode
        even when interrupts are internally asserted.
      
        Notes on WAIT: The operation of the processor is undefined if WAIT
        insn is in the branch delay slot.  The operation is also undefined
        if WAIT insn is executed when Status.EXL and Status.ERL are set to 1.
      
      * VR5500A core only implements the Load prefetch.
      
      With these changes, it boots fine.
      Signed-off-by: NShinya Kuribayashi <shinya.kuribayashi@necel.com>
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      a644b277
  4. 11 1月, 2009 1 次提交
  5. 11 10月, 2008 1 次提交
  6. 12 10月, 2007 2 次提交
  7. 12 9月, 2007 1 次提交
  8. 11 9月, 2007 1 次提交
  9. 01 8月, 2007 1 次提交
  10. 11 5月, 2007 2 次提交
  11. 25 3月, 2007 1 次提交
    • R
      [MIPS] Fix pipeline hazard. · 7605b390
      Ralf Baechle 提交于
      In the the sequence:
              ei
              ..
              mfc0    $x, $status
      
      the mfc0 may not see the SR_IE bit set. This was a deliberate bug in the
      kernel code because we knew this was a safe thing to do on all R2 silicon
      so far but new silicon is changing this.
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      7605b390
  12. 25 1月, 2007 1 次提交
  13. 27 9月, 2006 2 次提交
  14. 30 6月, 2006 1 次提交
  15. 26 4月, 2006 1 次提交
  16. 19 4月, 2006 1 次提交
  17. 19 3月, 2006 1 次提交
  18. 07 2月, 2006 1 次提交
  19. 10 1月, 2006 1 次提交
  20. 30 10月, 2005 6 次提交
  21. 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