Skip to content
  1. Nov 16, 2017
    • Guo Ren's avatar
      csky: BUGFIX pfn_valid() for highmem · 495ec83b
      Guo Ren authored
      
      
      The variable "high_memory" is higmem_start. If the pfn is in highmem
      then the return value of pfn_valid() will be false, but we expect true.
      
      This will cause problem in __update_cache():
      
      	pfn = pte_pfn(pte);
      	if (unlikely(!pfn_valid(pfn)))
      		return;
      
      It will directly return without flush_cache.
      
      Signed-off-by: default avatarGuo Ren <ren_guo@c-sky.com>
      495ec83b
  2. Nov 15, 2017
  3. Nov 14, 2017
  4. Nov 13, 2017
  5. Nov 12, 2017
  6. Nov 10, 2017
  7. Oct 25, 2017
  8. Oct 11, 2017
  9. Sep 27, 2017
  10. Sep 05, 2017
  11. Aug 22, 2017
  12. Aug 19, 2017
  13. Aug 17, 2017
  14. Aug 08, 2017
  15. Jul 25, 2017
  16. Jul 24, 2017
  17. Jul 19, 2017
  18. Jun 29, 2017
  19. Jun 20, 2017
  20. Jun 14, 2017
  21. Jun 12, 2017
  22. Jun 06, 2017
  23. Jun 01, 2017
  24. May 31, 2017
  25. May 25, 2017
  26. May 23, 2017