1. 28 10月, 2008 1 次提交
  2. 27 10月, 2008 1 次提交
  3. 10 10月, 2008 1 次提交
  4. 09 10月, 2008 2 次提交
  5. 08 10月, 2008 3 次提交
  6. 13 10月, 2008 1 次提交
  7. 08 10月, 2008 1 次提交
  8. 13 10月, 2008 1 次提交
  9. 06 8月, 2008 1 次提交
  10. 13 8月, 2008 1 次提交
  11. 26 7月, 2008 1 次提交
  12. 03 6月, 2008 1 次提交
  13. 17 5月, 2008 1 次提交
  14. 25 4月, 2008 2 次提交
  15. 26 3月, 2008 2 次提交
  16. 07 3月, 2008 1 次提交
  17. 15 2月, 2008 1 次提交
  18. 02 2月, 2008 1 次提交
  19. 21 11月, 2007 3 次提交
  20. 18 11月, 2007 2 次提交
  21. 11 1月, 2008 1 次提交
  22. 10 1月, 2008 1 次提交
  23. 23 12月, 2007 1 次提交
  24. 24 12月, 2007 1 次提交
  25. 27 1月, 2008 1 次提交
    • R
      [Blackfin] arch: fix bug - trap_tests fails to recover on some tests. · 13fe24f3
      Robin Getz 提交于
      http://blackfin.uclinux.org/gf/project/uclinux-dist/tracker/?action=TrackerItemEdit&tracker_item_id=3719
      
      When the CPLBs get a miss, we do:
        - find a victim in the HW table
        - remove the victim
        - find the replacement in the software table
        - put it into the HW table.
      
      If we can't find a replacement in the software table, we accidently
      leave a duplicate in the HW table. This patch ensures that duplicate
      is marked as not valid.
      
      What we should do is find the replacement in the software table, before
      we find a victim in the HW table - but its too late in the release cycle
      to do that much restructuring of this code.
      
      Rather that duplicate code, connect Hardware Errors (irq5) into trap_c,
      so user space processes get killed properly.
      
      The rest of irq_panic() can be moved into traps.c (later)
      
      There is still a small corner case that causes problems when a
      pheriperal interrupt goes off a single cycle before a user space
      hardware error. This causes a kernel panic, rather than the user
      space process being killed.
      
      But, this checkin makes things work in 99.9% of the cases, and is a vast
      improvement from what is there today (which fails 100% of the time).
      Signed-off-by: NRobin Getz <robin.getz@analog.com>
      Signed-off-by: NBryan Wu <bryan.wu@analog.com>
      13fe24f3
  26. 15 11月, 2007 1 次提交
  27. 12 11月, 2007 2 次提交
  28. 29 10月, 2007 2 次提交
  29. 21 10月, 2007 1 次提交
  30. 12 8月, 2007 1 次提交