1. 11 10月, 2008 1 次提交
  2. 04 10月, 2008 1 次提交
  3. 12 10月, 2007 1 次提交
  4. 30 3月, 2007 1 次提交
    • R
      [MIPS] SMTC: Fix recursion in instant IPI replay code. · 8a1e97ee
      Ralf Baechle 提交于
      local_irq_restore -> raw_local_irq_restore -> irq_restore_epilog ->
      	smtc_ipi_replay -> smtc_ipi_dq -> spin_unlock_irqrestore ->
      	_spin_unlock_irqrestore -> local_irq_restore
      
      The recursion does abort when there is no more IPI queued for a CPU, so
      this isn't usually fatal which is why we got away with this for so long
      until this was discovered by code inspection.
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      8a1e97ee
  5. 24 1月, 2007 1 次提交
    • R
      [MIPS] SMTC: Instant IPI replay. · ac8be955
      Ralf Baechle 提交于
      SMTC pseudo-interrupts between TCs are deferred and queued if the target
      TC is interrupt-inhibited (IXMT). In the first SMTC prototypes, these
      queued IPIs were serviced on return to user mode, or on entry into the
      kernel idle loop. The INSTANT_REPLAY option dispatches them as part of
      local_irq_restore() processing, which adds runtime overhead (hence the
      option to turn it off), but ensures that IPIs are handled promptly even
      under heavy I/O interrupt load.
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      ac8be955
  6. 02 10月, 2006 1 次提交
  7. 14 7月, 2006 1 次提交
  8. 26 4月, 2006 1 次提交
  9. 19 4月, 2006 1 次提交
  10. 07 2月, 2006 2 次提交
  11. 10 1月, 2006 1 次提交
  12. 30 10月, 2005 2 次提交
  13. 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