1. 21 1月, 2012 1 次提交
  2. 05 1月, 2012 1 次提交
  3. 18 11月, 2011 1 次提交
  4. 22 8月, 2011 1 次提交
  5. 19 7月, 2011 1 次提交
  6. 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
  7. 20 3月, 2009 1 次提交
    • R
      [ARM] pass reboot command line to arch_reset() · be093beb
      Russell King 提交于
      OMAP wishes to pass state to the boot loader upon reboot in order to
      instruct it whether to wait for USB-based reflashing or not.  There is
      already a facility to do this via the reboot() syscall, except we ignore
      the string passed to machine_restart().
      
      This patch fixes things to pass this string to arch_reset().  This means
      that we keep the reboot mode limited to telling the kernel _how_ to
      perform the reboot which should be independent of what we request the
      boot loader to do.
      Acked-by: NTony Lindgren <tony@atomide.com>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      be093beb
  8. 19 2月, 2009 1 次提交
  9. 29 11月, 2008 1 次提交
  10. 06 9月, 2008 1 次提交
  11. 28 1月, 2008 1 次提交
  12. 09 5月, 2007 1 次提交
  13. 07 10月, 2006 1 次提交
  14. 03 7月, 2006 1 次提交
  15. 02 7月, 2006 1 次提交
  16. 14 1月, 2006 1 次提交
  17. 28 10月, 2005 1 次提交
  18. 08 9月, 2005 1 次提交
  19. 17 7月, 2005 1 次提交
  20. 04 7月, 2005 1 次提交
  21. 27 6月, 2005 1 次提交
  22. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4