1. 30 1月, 2015 1 次提交
  2. 22 9月, 2014 1 次提交
  3. 28 7月, 2014 2 次提交
  4. 22 7月, 2014 1 次提交
    • J
      powerpc: Disable doorbells on Power8 DD1.x · bd6ba351
      Joel Stanley 提交于
      These processors do not currently support doorbell IPIs, so remove them
      from the feature list if we are at DD 1.xx for the 0x004d part.
      
      This fixes a regression caused by d4e58e59 (powerpc/powernv: Enable
      POWER8 doorbell IPIs). With that patch the kernel would hang at boot
      when calling smp_call_function_many, as the doorbell would not be
      received by the target CPUs:
      
        .smp_call_function_many+0x2bc/0x3c0 (unreliable)
        .on_each_cpu_mask+0x30/0x100
        .cpuidle_register_driver+0x158/0x1a0
        .cpuidle_register+0x2c/0x110
        .powernv_processor_idle_init+0x23c/0x2c0
        .do_one_initcall+0xd4/0x260
        .kernel_init_freeable+0x25c/0x33c
        .kernel_init+0x1c/0x120
        .ret_from_kernel_thread+0x58/0x7c
      
      Fixes: d4e58e59 (powerpc/powernv: Enable POWER8 doorbell IPIs)
      Signed-off-by: NJoel Stanley <joel@jms.id.au>
      Signed-off-by: NBenjamin Herrenschmidt <benh@kernel.crashing.org>
      bd6ba351
  5. 11 6月, 2014 2 次提交
  6. 24 3月, 2014 1 次提交
  7. 05 12月, 2013 3 次提交
  8. 08 8月, 2013 1 次提交
  9. 24 7月, 2013 1 次提交
  10. 10 6月, 2013 1 次提交
  11. 01 6月, 2013 2 次提交
  12. 06 5月, 2013 3 次提交
  13. 13 3月, 2013 2 次提交
  14. 15 11月, 2012 3 次提交
  15. 13 9月, 2012 1 次提交
  16. 29 3月, 2012 1 次提交
  17. 17 3月, 2012 1 次提交
  18. 16 3月, 2012 1 次提交
  19. 09 12月, 2011 1 次提交
  20. 30 11月, 2011 1 次提交
    • T
      powerpc/40x: Add APM8018X SOC support · d5b9ee7b
      Tanmay Inamdar 提交于
      The AppliedMicro APM8018X embedded processor targets embedded applications that
      require low power and a small footprint. It features a PowerPC 405 processor
      core built in a 65nm low-power CMOS process with a five-stage pipeline executing
      up to one instruction per cycle. The family has 128-kbytes of on-chip memory,
      a 128-bit local bus and on-chip DDR2 SDRAM controller with 16-bit interface.
      Signed-off-by: NTanmay Inamdar <tinamdar@apm.com>
      Signed-off-by: NJosh Boyer <jwboyer@gmail.com>
      d5b9ee7b
  21. 01 11月, 2011 1 次提交
  22. 05 8月, 2011 1 次提交
  23. 03 6月, 2011 1 次提交
  24. 27 4月, 2011 2 次提交
  25. 20 4月, 2011 1 次提交
  26. 12 4月, 2011 1 次提交
    • K
      powerpc/book3e: Fix CPU feature handling on 64-bit e5500 · 11ed0db9
      Kumar Gala 提交于
      The CPU_FTRS_POSSIBLE and CPU_FTRS_ALWAYS defines did not encompass
      e5500 CPU features when built for 64-bit.  This causes issues with
      cpu_has_feature() as it utilizes the POSSIBLE & ALWAYS defines as part
      of its check.
      
      Create a unique CPU_FTRS_E5500 (as its different from CPU_FTRS_E500MC),
      created a new group for 64-bit Book3e based CPUs and add CPU_FTRS_E5500
      to that group.
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      11ed0db9
  27. 07 2月, 2011 1 次提交
  28. 02 2月, 2011 1 次提交
  29. 21 1月, 2011 1 次提交