1. 16 9月, 2014 1 次提交
  2. 18 7月, 2014 1 次提交
  3. 12 5月, 2014 1 次提交
  4. 21 10月, 2013 1 次提交
  5. 30 9月, 2013 1 次提交
  6. 25 12月, 2012 1 次提交
  7. 15 10月, 2012 4 次提交
  8. 06 7月, 2012 1 次提交
  9. 01 7月, 2012 2 次提交
  10. 13 6月, 2012 1 次提交
  11. 08 5月, 2012 1 次提交
  12. 26 4月, 2012 1 次提交
  13. 04 3月, 2012 1 次提交
  14. 13 1月, 2012 1 次提交
    • R
      ARM: Add arm_memblock_steal() to allocate memory away from the kernel · 716a3dc2
      Russell King 提交于
      Several platforms are now using the memblock_alloc+memblock_free+
      memblock_remove trick to obtain memory which won't be mapped in the
      kernel's page tables.  Most platforms do this (correctly) in the
      ->reserve callback.  However, OMAP has started to call these functions
      outside of this callback, and this is extremely unsafe - memory will
      not be unmapped, and could well be given out after memblock is no
      longer responsible for its management.
      
      So, provide arm_memblock_steal() to perform this function, and ensure
      that it panic()s if it is used inappropriately.  Convert everyone
      over, including OMAP.
      
      As a result, OMAP with OMAP4_ERRATA_I688 enabled will panic on boot
      with this change.  Mark this option as BROKEN and make it depend on
      BROKEN.  OMAP needs to be fixed, or 137d105d (ARM: OMAP4: Fix
      errata i688 with MPU interconnect barriers.) reverted until such
      time it can be fixed correctly.
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      716a3dc2
  15. 05 1月, 2012 1 次提交
  16. 26 9月, 2011 1 次提交
  17. 22 8月, 2011 1 次提交
  18. 07 6月, 2011 1 次提交
  19. 19 5月, 2011 3 次提交
  20. 08 3月, 2011 1 次提交
  21. 12 2月, 2011 1 次提交
  22. 11 2月, 2011 1 次提交
  23. 10 2月, 2011 1 次提交
  24. 20 11月, 2010 4 次提交
  25. 17 11月, 2010 1 次提交
  26. 23 10月, 2010 1 次提交
  27. 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
  28. 11 8月, 2010 1 次提交
  29. 26 7月, 2010 1 次提交
  30. 30 6月, 2010 2 次提交