An error occurred fetching the project authors.
  1. 13 Jan, 2014 2 commits
  2. 09 Dec, 2013 1 commit
  3. 12 Nov, 2013 1 commit
  4. 27 Sep, 2013 1 commit
  5. 12 Aug, 2013 1 commit
    • Torsten Kaiser's avatar
      x86, microcode, AMD: Fix early microcode loading · 84516098
      Torsten Kaiser authored
      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: default avatarTorsten Kaiser <just.for.lkml@googlemail.com>
      [ Fengguang: build fix ]
      Signed-off-by: default avatarFengguang Wu <fengguang.wu@intel.com>
      [ Boris: adapt it to current tree. ]
      Signed-off-by: default avatarBorislav Petkov <bp@suse.de>
      84516098
  6. 31 Jul, 2013 1 commit
  7. 31 May, 2013 2 commits
  8. 21 Nov, 2012 1 commit
  9. 30 Oct, 2012 1 commit
  10. 19 Sep, 2012 1 commit
  11. 22 Aug, 2012 8 commits
  12. 13 Apr, 2012 1 commit
  13. 07 Feb, 2012 1 commit
  14. 26 Jan, 2012 1 commit
  15. 14 Dec, 2011 5 commits
  16. 19 Oct, 2011 1 commit
  17. 16 Jun, 2011 1 commit
  18. 15 Jun, 2011 1 commit
  19. 20 Feb, 2011 1 commit
  20. 10 Feb, 2011 1 commit
  21. 09 Feb, 2011 5 commits
  22. 10 Nov, 2010 2 commits