1. 16 2月, 2016 1 次提交
  2. 20 10月, 2015 1 次提交
  3. 24 8月, 2015 1 次提交
  4. 02 6月, 2015 1 次提交
  5. 25 3月, 2015 1 次提交
  6. 19 3月, 2015 1 次提交
  7. 22 1月, 2015 1 次提交
  8. 26 11月, 2014 1 次提交
    • L
      arm64: Add FIX_HOLE to permanent fixed addresses · dab78b6d
      Laura Abbott 提交于
      Every other architecture with permanent fixed addresses has
      FIX_HOLE as the first entry. This seems to be designed as a
      debugging aid but there are a couple of side effects of not
      having FIX_HOLE:
      
      - If the first fixed address is 0, fix_to_virt -> virt_to_fix
      triggers a BUG_ON for the virtual address being equal to
      FIXADDR_TOP
      - fix_to_virt may return a value outside of FIXADDR_START
      and FIXADDR_TOP which may look like a bug to a developer.
      
      Match up with other architectures and make everything clearer
      by adding FIX_HOLE.
      Signed-off-by: NLaura Abbott <lauraa@codeaurora.org>
      Signed-off-by: NWill Deacon <will.deacon@arm.com>
      dab78b6d
  9. 25 11月, 2014 1 次提交
  10. 08 4月, 2014 1 次提交