1. 21 9月, 2007 15 次提交
  2. 22 8月, 2007 1 次提交
  3. 17 8月, 2007 1 次提交
  4. 07 8月, 2007 1 次提交
  5. 04 8月, 2007 1 次提交
  6. 01 8月, 2007 2 次提交
    • P
      sh: Fix SH-X3 FPU exception handling. · e0a3647f
      Paul Mundt 提交于
      SH-X3 has the FPU exceptions on different vectors completely,
      patch in do_fpu_state_restore() to the proper vectors.
      
      Results in a much happier userspace.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      e0a3647f
    • P
      sh: Fix lockdep debugging oops on SH-3/4. · c347d12c
      Paul Mundt 提交于
      In the SH-3/4 TLB access violation path we were enabling IRQs before
      the call in to trace_hardirqs_on(), which ended up triggering:
      
              if (DEBUG_LOCKS_WARN_ON(!irqs_disabled()))
                      return;
      
      in kernel/lockdep.c:2031. Fix this up by removing the early re-enable,
      we were already re-enabling IRQs post-trace_hardirqs_on() already, so
      the semantics are now as was initially intended.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      c347d12c
  7. 31 7月, 2007 1 次提交
  8. 26 7月, 2007 3 次提交
  9. 25 7月, 2007 2 次提交
  10. 22 7月, 2007 1 次提交
  11. 20 7月, 2007 12 次提交