1. 31 1月, 2009 1 次提交
  2. 11 1月, 2009 1 次提交
  3. 11 10月, 2008 1 次提交
  4. 04 10月, 2008 1 次提交
  5. 21 9月, 2008 1 次提交
  6. 29 1月, 2008 1 次提交
    • M
      [MIPS] R4000/R4400 daddiu erratum workaround · 619b6e18
      Maciej W. Rozycki 提交于
       This complements the generic R4000/R4400 errata workaround code and adds 
      bits for the daddiu problem.  In most places it just modifies handwritten 
      assembly code so that the assembler is allowed to use a temporary register 
      as daddiu may now be treated as a macro that expands to a sequence of li 
      and daddu.  It is the AT register or, where AT is unavailable or used 
      explicitly for another purpose, an explicitly-named register is selected, 
      using the .set at=<reg> feature added recently to gas.  This feature is 
      only used if CONFIG_CPU_DADDI_WORKAROUNDS has been set, so if the 
      workaround remains disabled, the required version of binutils stays 
      unchanged.
      
       Similarly, daddiu instructions put in branch delay slots in noreorder 
      fragments are now taken out of them and the assembler is allowed to 
      reorder them itself as possible (which it does making the whole idea of 
      scheduling them into delay slots manually questionable).
      
       Also in the very few places where such a simple conversion was not 
      possible, a handcoded longer sequence is implemented.
      
       Other than that there are changes to code responsible for building the 
      TLB fault and page clear/copy handlers to avoid daddiu as appropriate.  
      These are only effective if the erratum is verified to be present at the 
      run time.
      
       Finally there is a trivial update to __delay(), because it uses daddiu in 
      a branch delay slot.
      Signed-off-by: NMaciej W. Rozycki <macro@linux-mips.org>
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      619b6e18
  7. 16 11月, 2007 1 次提交
  8. 13 7月, 2007 1 次提交
    • K
      [MIPS] SMTC: Interrupt mask backstop hack · 0db34215
      Kevin D. Kissell 提交于
      To support multiple TC microthreads acting as "CPUs" within a VPE,
      VPE-wide interrupt mask bits must be specially manipulated during
      interrupt handling. To support legacy drivers and interrupt controller
      management code, SMTC has a "backstop" to track and if necessary restore
      the interrupt mask. This has some performance impact on interrupt service
      overhead. Disable it only if you know what you are doing.
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      0db34215
  9. 30 3月, 2007 1 次提交
  10. 20 3月, 2007 2 次提交
  11. 30 11月, 2006 1 次提交
  12. 10 10月, 2006 1 次提交
  13. 08 10月, 2006 1 次提交
  14. 02 10月, 2006 1 次提交
  15. 14 7月, 2006 2 次提交
  16. 01 7月, 2006 1 次提交
  17. 30 6月, 2006 1 次提交
  18. 19 4月, 2006 2 次提交
  19. 07 2月, 2006 1 次提交
  20. 30 10月, 2005 4 次提交
  21. 05 9月, 2005 3 次提交
  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