1. 19 12月, 2011 2 次提交
  2. 12 12月, 2011 3 次提交
  3. 24 10月, 2011 2 次提交
  4. 21 10月, 2011 1 次提交
  5. 17 10月, 2011 2 次提交
  6. 14 10月, 2011 1 次提交
  7. 07 10月, 2011 1 次提交
  8. 03 10月, 2011 1 次提交
    • L
      clocksource: fixup ux500 build problems · b1e3be06
      Linus Walleij 提交于
      Based on a patch from Arnd Bergmann this fixes up the build
      problem of assigning a non-existing global when the ux500 PRCMU
      timer is not linked in by passing its base address to the init
      function. We also add a missing <linux/errno.h> inclusion and
      staticize the dummy function.
      
      Cc: Arnd Bergmann <arnd@arndb.de>
      Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
      b1e3be06
  9. 26 9月, 2011 1 次提交
  10. 22 9月, 2011 5 次提交
  11. 30 8月, 2011 4 次提交
  12. 23 8月, 2011 1 次提交
  13. 22 8月, 2011 2 次提交
  14. 08 8月, 2011 1 次提交
  15. 26 7月, 2011 1 次提交
  16. 21 7月, 2011 2 次提交
  17. 20 7月, 2011 1 次提交
  18. 07 7月, 2011 1 次提交
    • S
      ARM: 6993/1: platsmp: Allow secondary cpu hotplug with maxcpus=1 · 7fa22bd5
      Stephen Boyd 提交于
      If an ARM system has multiple cpus in the same socket and the
      kernel is booted with maxcpus=1, secondary cpus are possible but
      not present due to how platform_smp_prepare_cpus() is called.
      Since most typical ARM processors don't actually support physical
      hotplug, initialize the present map to be equal to the possible
      map in generic ARM SMP code. Also, always call
      platform_smp_prepare_cpus() as long as max_cpus is non-zero (0
      means no SMP) to allow platform code to do any SMP setup.
      
      After applying this patch it's possible to boot an ARM system
      with maxcpus=1 on the command line and then hotplug in secondary
      cpus via sysfs. This is more in line with how x86 does things.
      Signed-off-by: NStephen Boyd <sboyd@codeaurora.org>
      Cc: Paul Mundt <lethal@linux-sh.org>
      Cc: Kukjin Kim <kgene.kim@samsung.com>
      Cc: David Brown <davidb@codeaurora.org>
      Cc: Tony Lindgren <tony@atomide.com>
      Cc: Srinidhi Kasagar <srinidhi.kasagar@stericsson.com>
      Cc: Linus Walleij <linus.walleij@stericsson.com>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      7fa22bd5
  19. 06 7月, 2011 1 次提交
  20. 28 6月, 2011 1 次提交
  21. 24 6月, 2011 1 次提交
  22. 23 6月, 2011 5 次提交