1. 24 12月, 2009 2 次提交
  2. 19 12月, 2009 1 次提交
  3. 18 12月, 2009 1 次提交
  4. 14 12月, 2009 4 次提交
  5. 11 12月, 2009 1 次提交
  6. 08 12月, 2009 1 次提交
  7. 04 12月, 2009 8 次提交
  8. 02 12月, 2009 3 次提交
  9. 01 12月, 2009 1 次提交
  10. 28 11月, 2009 2 次提交
  11. 25 11月, 2009 10 次提交
  12. 24 11月, 2009 1 次提交
  13. 04 11月, 2009 1 次提交
  14. 03 11月, 2009 1 次提交
    • R
      ARM: ensure initial page tables are setup for SMP systems · 4b46d641
      Russell King 提交于
      Mapping the same memory using two different attributes (memory
      type, shareability, cacheability) is unpredictable.  During boot,
      we encounter a situation when we're updating the kernel's page
      tables which can lead to dirty cache lines existing in the cache
      which are subsequently missed.  This causes stack corruption,
      and therefore a crash.
      
      Therefore, ensure that the shared and cacheability settings
      matches the configuration that will be used later; this together
      with the restriction in early_cachepolicy() ensures that we won't
      create a mismatch during boot.
      Acked-by: NCatalin Marinas <catalin.marinas@arm.com>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      4b46d641
  15. 30 10月, 2009 3 次提交