An error occurred fetching the project authors.
  1. 19 Dec, 2008 1 commit
    • Ingo Molnar's avatar
      x86: fix warning in arch/x86/kernel/microcode_amd.c · f34a10bd
      Ingo Molnar authored
      this warning:
      
        arch/x86/kernel/microcode_amd.c: In function ‘apply_microcode_amd’:
        arch/x86/kernel/microcode_amd.c:163: warning: cast from pointer to integer of different size
        arch/x86/kernel/microcode_amd.c:163: warning: cast from pointer to integer of different size
      
      triggers because we want to pass the address to the microcode MSR,
      which is 64-bit even on 32-bit. Cast it explicitly to express this.
      Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
      f34a10bd
  2. 16 Dec, 2008 10 commits
  3. 28 Oct, 2008 1 commit
  4. 24 Sep, 2008 1 commit
  5. 23 Sep, 2008 3 commits
  6. 14 Sep, 2008 1 commit
  7. 12 Sep, 2008 1 commit
    • Dmitry Adamushko's avatar
      x86, microcode rework, v2 · a0a29b62
      Dmitry Adamushko authored
      this is a rework of the microcode splitup in tip/x86/microcode
      
      (1) I think this new interface is cleaner (look at the changes
          in 'struct microcode_ops' in microcode.h);
      
      (2) it's -64 lines of code;
      Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
      a0a29b62
  8. 22 Aug, 2008 1 commit
  9. 20 Aug, 2008 2 commits
  10. 31 Jul, 2008 3 commits
  11. 29 Jul, 2008 1 commit
  12. 28 Jul, 2008 1 commit
    • Peter Oruba's avatar
      x86: AMD microcode patch loading support · 80cc9f10
      Peter Oruba authored
      This patch introduces microcode patch loading for AMD
      processors. It is based on previous corresponding work
      for Intel processors.
      
      It hooks into the general patch loading module. Main
      difference is that a container file format is used to hold
      all patch data for multiple processors as well as an
      equivalent CPU table, which comes seperately, as opposed
      to Intel's microcode patching solution.
      
      Kconfig and Makefile have been changed provice config
      and build option for new source file.
      Signed-off-by: default avatarPeter Oruba <peter.oruba@amd.com>
      Cc: Tigran Aivazian <tigran@aivazian.fsnet.co.uk>
      Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
      80cc9f10