1. 16 11月, 2011 1 次提交
  2. 14 10月, 2011 1 次提交
  3. 26 9月, 2011 1 次提交
  4. 12 8月, 2011 3 次提交
  5. 13 7月, 2011 2 次提交
  6. 19 2月, 2011 1 次提交
  7. 18 2月, 2011 1 次提交
  8. 22 11月, 2010 1 次提交
  9. 20 10月, 2010 1 次提交
  10. 02 10月, 2010 1 次提交
    • N
      ARM: do not define VMALLOC_END relative to PAGE_OFFSET · 7c63984b
      Nicolas Pitre 提交于
      VMALLOC_END is supposed to be an absolute value, while PAGE_OFFSET may
      vary depending on the selected user:kernel memory split mode through
      CONFIG_VMSPLIT_*.  In fact, the goal of moving PAGE_OFFSET down is to
      accommodate more directly addressed RAM by the kernel below the vmalloc
      area, and having VMALLOC_END move along PAGE_OFFSET is rather against
      the very reason why PAGE_OFFSET can be moved in the first place.
      Signed-off-by: NNicolas Pitre <nicolas.pitre@linaro.org>
      7c63984b
  11. 05 8月, 2010 1 次提交
  12. 02 5月, 2010 4 次提交
  13. 30 4月, 2010 1 次提交
  14. 13 2月, 2010 1 次提交
  15. 06 7月, 2009 1 次提交
  16. 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
  17. 30 11月, 2008 2 次提交
  18. 28 11月, 2008 2 次提交
  19. 27 11月, 2008 1 次提交
  20. 13 11月, 2008 1 次提交
  21. 06 9月, 2008 1 次提交
  22. 07 8月, 2008 1 次提交