1. 20 10月, 2008 2 次提交
  2. 12 9月, 2008 1 次提交
    • P
      sh: Tidy up ELF core dumps. · 0e660d2d
      Paul Mundt 提交于
      These have been using overrides for ELF_CORE_COPY_TASK_REGS and
      ELF_CORE_COPY_FPREGS while the generic versions can be used instead.
      Presently the pt_regs are also duplicated across elf_core_copy_regs()
      and elf_core_copy_task_regs(), this switches to simply copying out
      through elf_core_copy_regs() instead.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      0e660d2d
  3. 08 9月, 2008 1 次提交
  4. 28 7月, 2008 1 次提交
  5. 17 4月, 2008 1 次提交
  6. 14 2月, 2008 1 次提交
    • M
      sh: trapped io support V2 · e7cc9a73
      Magnus Damm 提交于
      The idea is that we want to get rid of the in/out/readb/writeb callbacks from
      the machvec and replace that with simple inline read and write operations to
      memory. Fast and simple for most hardware devices (think pci).
      
      Some devices require special treatment though - like 16-bit only CF devices -
      so we need to have some method to hook in callbacks.
      
      This patch makes it possible to add a per-device trap generating filter. This
      way we can get maximum performance of sane hardware - which doesn't need this
      filter - and crappy hardware works but gets punished by a performance hit.
      
      V2 changes things around a bit and replaces io access callbacks with a
      simple minimum_bus_width value. In the future we can add stride as well.
      Signed-off-by: NMagnus Damm <damm@igel.co.jp>
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      e7cc9a73
  7. 28 1月, 2008 12 次提交
  8. 07 11月, 2007 1 次提交
  9. 08 6月, 2007 2 次提交
  10. 07 5月, 2007 1 次提交
  11. 13 2月, 2007 1 次提交
    • P
      sh: Use a jump call table for debug trap handlers. · f413d0d9
      Paul Mundt 提交于
      This rips out most of the needlessly complicated sh_bios and kgdb
      trap handling, and forces it all through a common fast dispatch path.
      As more debug traps are inserted, it's important to keep them in sync
      for all of the parts, not just SH-3/4.
      
      As the SH-2 parts are unable to do traps in the >= 0x40 range, we
      restrict the debug traps to the 0x30-0x3f range on all parts, and
      also bump the kgdb breakpoint trap down in to this range (from 0xff
      to 0x3c) so it's possible to use for nommu.
      
      Optionally, this table can be padded out to catch spurious traps for
      SH-3/4, but we don't do that yet..
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      f413d0d9
  12. 10 2月, 2007 1 次提交
  13. 06 12月, 2006 2 次提交
  14. 27 9月, 2006 3 次提交
  15. 02 2月, 2006 1 次提交
  16. 17 1月, 2006 1 次提交
  17. 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