1. 19 Jun, 2015 2 commits
  2. 03 Nov, 2014 1 commit
  3. 13 Oct, 2014 3 commits
  4. 07 Apr, 2014 1 commit
  5. 20 Feb, 2014 1 commit
  6. 24 Jan, 2014 1 commit
  7. 16 Jan, 2014 1 commit
  8. 25 Nov, 2013 1 commit
  9. 15 Nov, 2013 1 commit
  10. 07 Nov, 2013 1 commit
  11. 06 Nov, 2013 2 commits
  12. 13 Sep, 2013 1 commit
  13. 04 Jul, 2013 1 commit
  14. 22 Jun, 2013 2 commits
  15. 09 May, 2013 1 commit
    • Vineet Gupta's avatar
      ARC: [mm] Aliasing VIPT dcache support 2/4 · 4102b533
      Vineet Gupta authored
      
      This is the meat of the series which prevents any dcache alias creation
      by always keeping the U and K mapping of a page congruent.
      If a mapping already exists, and other tries to access the page, prev
      one is flushed to physical page (wback+inv)
      
      Essentially flush_dcache_page()/copy_user_highpage() create K-mapping
      of a page, but try to defer flushing, unless U-mapping exist.
      When page is actually mapped to userspace, update_mmu_cache() flushes
      the K-mapping (in certain cases this can be optimised out)
      
      Additonally flush_cache_mm(), flush_cache_range(), flush_cache_page()
      handle the puring of stale userspace mappings on exit/munmap...
      
      flush_anon_page() handles the existing U-mapping for anon page before
      kernel reads it via the GUP path.
      
      Note that while not complete, this is enough to boot a simple
      dynamically linked Busybox based rootfs
      Signed-off-by: default avatarVineet Gupta <vgupta@synopsys.com>
      4102b533
  16. 07 May, 2013 3 commits
  17. 17 Apr, 2013 1 commit
  18. 09 Apr, 2013 2 commits
  19. 08 Apr, 2013 1 commit
  20. 26 Feb, 2013 1 commit
  21. 15 Feb, 2013 12 commits