1. 17 Mar, 2006 4 commits
  2. 15 Mar, 2006 10 commits
  3. 14 Mar, 2006 14 commits
  4. 13 Mar, 2006 10 commits
  5. 12 Mar, 2006 2 commits
    • Linus Torvalds's avatar
      Merge master.kernel.org:/home/rmk/linux-2.6-arm · 7cafae52
      Linus Torvalds authored
      * master.kernel.org:/home/rmk/linux-2.6-arm:
        [ARM] iwmmxt thread state alignment
        [ARM] 3350/1: Enable 1-wire on ARM
        [ARM] 3356/1: Workaround for the ARM1136 I-cache invalidation problem
        [ARM] 3355/1: NSLU2: remove propmt depends
        [ARM] 3354/1: NAS100d: fix power led handling
        [ARM] Fix muldi3.S
      7cafae52
    • Russell King's avatar
      [ARM] iwmmxt thread state alignment · cdaabbd7
      Russell King authored
      This patch removes the reliance of iwmmxt on hand coded alignments.
      Since thread_info is always 8K aligned, specifying that fpstate is
      8-byte aligned achieves the same effect without needing to resort
      to hand coded alignments.
      Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
      cdaabbd7