1. 27 9月, 2009 1 次提交
  2. 19 9月, 2009 1 次提交
    • C
      Clear the exclusive monitor when returning from an exception · 200b812d
      Catalin Marinas 提交于
      The patch adds a CLREX or dummy STREX to the exception return path. This
      is needed because several atomic/locking operations use a pair of
      LDREX/STREXEQ and the EQ condition may not always be satisfied. This
      would leave the exclusive monitor status set and may cause problems with
      atomic/locking operations in the interrupted code.
      
      With this patch, the atomic_set() operation can be a simple STR
      instruction (on SMP systems, the global exclusive monitor is cleared by
      STR anyway). Clearing the exclusive monitor during context switch is no
      longer needed as this is handled by the exception return path anyway.
      Signed-off-by: NCatalin Marinas <catalin.marinas@arm.com>
      Reported-by: NJamie Lokier <jamie@shareable.org>
      200b812d
  3. 24 7月, 2009 1 次提交
  4. 01 7月, 2006 1 次提交
  5. 24 3月, 2006 1 次提交
  6. 15 1月, 2006 1 次提交
  7. 10 9月, 2005 1 次提交
  8. 01 6月, 2005 1 次提交
    • R
      [PATCH] ARM SMP: convert alignment enable · 49f680ea
      Russell King 提交于
      The current vector entry system does not allow for SMP.  In
      order to work around this, we need to eliminate our reliance
      on the fixed save areas, which breaks the way we enable
      alignment traps.  This patch makes the alignment trap enable
      code independent of the way we handle the save areas.
      Signed-off-by: NRussell King <rmk@arm.linux.org.uk>
      49f680ea
  9. 26 4月, 2005 7 次提交
  10. 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