1. 15 9月, 2009 1 次提交
  2. 09 9月, 2009 1 次提交
  3. 08 9月, 2009 1 次提交
  4. 03 9月, 2009 1 次提交
    • P
      sh: Fix up and optimize the kmap_coherent() interface. · 0906a3ad
      Paul Mundt 提交于
      This fixes up the kmap_coherent/kunmap_coherent() interface for recent
      changes both in the page fault path and the shared cache flushers, as
      well as adding in some optimizations.
      
      One of the key things to note here is that the TLB flush itself is
      deferred until the unmap, and the call in to update_mmu_cache() itself
      goes away, relying on the regular page fault path to handle the lazy
      dcache writeback if necessary.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      0906a3ad
  5. 01 9月, 2009 3 次提交
  6. 27 8月, 2009 1 次提交
  7. 24 8月, 2009 3 次提交
  8. 21 8月, 2009 3 次提交
  9. 20 8月, 2009 2 次提交
  10. 19 8月, 2009 1 次提交
    • P
      sh: Build fix for disabled caches. · e055d41f
      Paul Mundt 提交于
      This fixes up the build when caches are disabled, by linking in all of
      the cache routines directly. This paves the way for splitting out
      separate I and D cache disabling, similar to what sh64 had, and which
      we want for SH-X3 anyways.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      e055d41f
  11. 16 8月, 2009 4 次提交
  12. 15 8月, 2009 19 次提交