1. 14 1月, 2014 1 次提交
    • B
      x86, microcode, AMD: Fix early ucode loading · 5335ba5c
      Borislav Petkov 提交于
      The original idea to use the microcode cache for the APs doesn't pan out
      because we do memory allocation there very early and with IRQs disabled
      and we don't want to involve GFP_ATOMIC allocations. Not if it can be
      helped.
      
      Thus, extend the caching of the BSP patch approach to the APs and
      iterate over the ucode in the initrd instead of using the cache. We
      still save the relevant patches to it but later, right before we
      jettison the initrd.
      
      While at it, fix early ucode loading on 32-bit too.
      Signed-off-by: NBorislav Petkov <bp@suse.de>
      Tested-by: NAravind Gopalakrishnan <Aravind.Gopalakrishnan@amd.com>
      5335ba5c
  2. 13 11月, 2013 1 次提交
  3. 27 9月, 2013 1 次提交
  4. 13 8月, 2013 1 次提交
    • T
      x86, microcode, AMD: Fix early microcode loading · 84516098
      Torsten Kaiser 提交于
      load_microcode_amd() (and the helper it is using) should not have an
      cpu parameter. The microcode loading does not depend on the CPU wrt the
      patches loaded since they will end up in a global list for all CPUs
      anyway.
      
      The change from cpu to x86family in load_microcode_amd()
      now allows to drop the code messing with cpu_data(cpu) from
      collect_cpu_info_amd_early(), which is wrong anyway because at that
      point the per-cpu cpu_info is not yet setup (These values would later be
      overwritten by smp_store_boot_cpu_info() / smp_store_cpu_info()).
      
      Fold the rest of collect_cpu_info_amd_early() into load_ucode_amd_ap(),
      because its only used at one place and without the cpuinfo_x86 accesses
      it was not much left.
      Signed-off-by: NTorsten Kaiser <just.for.lkml@googlemail.com>
      [ Fengguang: build fix ]
      Signed-off-by: NFengguang Wu <fengguang.wu@intel.com>
      [ Boris: adapt it to current tree. ]
      Signed-off-by: NBorislav Petkov <bp@suse.de>
      84516098
  5. 31 7月, 2013 1 次提交
  6. 31 5月, 2013 2 次提交
  7. 21 11月, 2012 1 次提交
  8. 30 10月, 2012 1 次提交
  9. 20 9月, 2012 1 次提交
  10. 23 8月, 2012 8 次提交
  11. 13 4月, 2012 1 次提交
  12. 07 2月, 2012 1 次提交
  13. 26 1月, 2012 1 次提交
  14. 14 12月, 2011 5 次提交
  15. 19 10月, 2011 1 次提交
  16. 16 6月, 2011 1 次提交
  17. 15 6月, 2011 1 次提交
  18. 20 2月, 2011 1 次提交
  19. 10 2月, 2011 1 次提交
  20. 09 2月, 2011 5 次提交
  21. 10 11月, 2010 3 次提交
  22. 23 1月, 2010 1 次提交