1. 24 1月, 2015 1 次提交
  2. 10 10月, 2014 1 次提交
  3. 02 10月, 2014 1 次提交
  4. 22 9月, 2014 1 次提交
  5. 09 5月, 2014 1 次提交
    • C
      arm64: Clean up the default pgprot setting · a501e324
      Catalin Marinas 提交于
      The primary aim of this patchset is to remove the pgprot_default and
      prot_sect_default global variables and rely strictly on predefined
      values. The original goal was to be able to run SMP kernels on UP
      hardware by not setting the Shareability bit. However, it is unlikely to
      see UP ARMv8 hardware and even if we do, the Shareability bit is no
      longer assumed to disable cacheable accesses.
      
      A side effect is that the device mappings now have the Shareability
      attribute set. The hardware, however, should ignore it since Device
      accesses are always Outer Shareable.
      
      Following the removal of the two global variables, there is some PROT_*
      macro reshuffling and cleanup, including the __PAGE_* macros (replaced
      by PAGE_*).
      Signed-off-by: NCatalin Marinas <catalin.marinas@arm.com>
      Acked-by: NWill Deacon <will.deacon@arm.com>
      a501e324
  6. 04 5月, 2014 2 次提交
  7. 24 3月, 2014 3 次提交
  8. 28 2月, 2014 1 次提交
  9. 27 2月, 2014 2 次提交
  10. 26 2月, 2014 1 次提交
  11. 05 2月, 2014 1 次提交
  12. 20 12月, 2013 2 次提交
  13. 08 10月, 2012 1 次提交
  14. 17 9月, 2012 1 次提交