1. 02 Feb, 2005 21 commits
  2. 30 Jan, 2005 17 commits
  3. 29 Jan, 2005 2 commits
    • Linus Torvalds's avatar
      Merge bk://bk.arm.linux.org.uk/linux-2.6-rmk · 31ae6999
      Linus Torvalds authored
      into ppc970.osdl.org:/home/torvalds/v2.6/linux
      31ae6999
    • Russell King's avatar
      [ARM] [2/4] Introduce inv_entry macro to contain common entry code · 8ded1457
      Russell King authored
      This is the second of 4 patches which factor out common code in
      the ARM exception entry assembly code, aiming towards a reduction
      in the size of the changes required here for SMP support.  These
      patches are low impact, and will be merged over the coarse of the
      next 3 days.
      
      This patch addresses the code handling exception entry from
      invalid (irq, fiq, abort) modes.  However, in converting to a
      macro, a minor bug has been fixed which would merely cause a
      misleading register dump.
      8ded1457