1. 01 9月, 2017 1 次提交
  2. 20 9月, 2016 1 次提交
  3. 18 7月, 2014 1 次提交
  4. 12 5月, 2014 1 次提交
  5. 30 8月, 2013 1 次提交
  6. 25 12月, 2012 1 次提交
  7. 02 11月, 2012 1 次提交
  8. 15 10月, 2012 3 次提交
  9. 17 9月, 2012 1 次提交
  10. 29 8月, 2012 1 次提交
  11. 06 8月, 2012 2 次提交
  12. 02 7月, 2012 1 次提交
  13. 01 7月, 2012 1 次提交
  14. 05 6月, 2012 1 次提交
  15. 15 5月, 2012 1 次提交
  16. 16 4月, 2012 1 次提交
  17. 14 3月, 2012 1 次提交
  18. 02 3月, 2012 4 次提交
  19. 05 1月, 2012 1 次提交
  20. 26 9月, 2011 1 次提交
  21. 22 8月, 2011 1 次提交
  22. 26 7月, 2011 1 次提交
  23. 07 7月, 2011 1 次提交
  24. 07 6月, 2011 1 次提交
  25. 19 5月, 2011 1 次提交
  26. 08 3月, 2011 1 次提交
  27. 11 2月, 2011 1 次提交
  28. 10 2月, 2011 1 次提交
  29. 17 11月, 2010 3 次提交
  30. 20 10月, 2010 1 次提交
    • N
      arm: remove machine_desc.io_pg_offst and .phys_io · 6451d778
      Nicolas Pitre 提交于
      Since we're now using addruart to establish the debug mapping, we can
      remove the io_pg_offst and phys_io members of struct machine_desc.
      
      The various declarations were removed using the following script:
      
        grep -rl MACHINE_START arch/arm | xargs \
        sed -i '/MACHINE_START/,/MACHINE_END/ { /\.\(phys_io\|io_pg_offst\)/d }'
      
      [ Initial patch was from Jeremy Kerr, example script from Russell King ]
      Signed-off-by: NNicolas Pitre <nicolas.pitre@linaro.org>
      Acked-by: Eric Miao <eric.miao at canonical.com>
      6451d778
  31. 11 10月, 2010 1 次提交
  32. 01 10月, 2010 1 次提交