1. 02 9月, 2020 11 次提交
  2. 22 6月, 2020 1 次提交
  3. 19 6月, 2020 1 次提交
    • X
      configs: arm64: use 48-bit virtual address · f44f084b
      Xu Yu 提交于
      fix #28506983
      
      Some ARM machines may have large memory capacity (e.g., more than 256G),
      or large hole(s) in memory layout among nodes.
      
      Kernel with CONFIG_ARM64_VA_BITS as 39 has the linear region size as
      256G, and the memory that we will not be able to cover with the linear
      mapping shall be removed. This may cause part of the physical memory to
      become unavailable, system deadlock on memory, or even boot failure, on
      such ARM machines.
      
      This changes CONFIG_ARM64_VA_BITS to 48 which supports 128T linear
      mapping, in order to adapt to most scenarios.
      Signed-off-by: NXu Yu <xuyu@linux.alibaba.com>
      Reviewed-by: NShile Zhang <shile.zhang@linux.alibaba.com>
      Reviewed-by: NCaspar Zhang <caspar@linux.alibaba.com>
      f44f084b
  4. 03 6月, 2020 1 次提交
  5. 18 5月, 2020 1 次提交
  6. 15 5月, 2020 1 次提交
  7. 06 5月, 2020 1 次提交
  8. 05 5月, 2020 1 次提交
  9. 30 4月, 2020 1 次提交
  10. 28 4月, 2020 1 次提交
  11. 24 4月, 2020 2 次提交
  12. 22 4月, 2020 2 次提交
  13. 21 4月, 2020 1 次提交
  14. 17 4月, 2020 1 次提交
  15. 10 4月, 2020 1 次提交