23 May, 2012
1 commit
-
Needed for shifting 64-bit values on 32-bit, like MSR values,
for example.Signed-off-by: Borislav Petkov
Cc: Linus Torvalds
Cc: Andrew Morton
Cc: Peter Zijlstra
Cc: Frank Arnold
Link: http://lkml.kernel.org/r/1337684026-19740-1-git-send-email-bp@amd64.org
Signed-off-by: Ingo Molnar
19 Mar, 2012
2 commits
-
... so that checkpatch can chill out.
Signed-off-by: Borislav Petkov
Reviewed-by: Andreas Herrmann -
Correct their formulation, replace per-family functions with a single,
unified lookup table.Signed-off-by: Borislav Petkov
Reviewed-by: Andreas Herrmann
06 Oct, 2011
1 commit
-
Drop third nbcfg argument which is old remains and not required anymore.
No functionality change.
Signed-off-by: Borislav Petkov
17 Mar, 2011
2 commits
-
Use the struct mce directly instead of copying from it into a custom
struct err_regs.No functionality change.
Signed-off-by: Borislav Petkov
-
Remove reporting of errors with UC bit set - this is done by the MCE
decoding code anyway and this driver deals with DRAM ECC errors only. UC
(NB uncorrectable error) doesn't necessarily mean it is a DRAM error.
Remove unused macros while at it.Signed-off-by: Borislav Petkov
07 Jan, 2011
3 commits
-
Make macro names shorter thus making code shorter and more clear.
Signed-off-by: Borislav Petkov
-
Add support for decoding F15h IC MCEs.
Signed-off-by: Borislav Petkov
-
Add a decoder for F15h DC MCEs to support the new types of DC MCEs
introduced by the BD microarchitecture.Signed-off-by: Borislav Petkov
21 Oct, 2010
5 commits
-
Add a macro for 64-bit vectors to use when accessing MSR contents.
Signed-off-by: Borislav Petkov
-
Add support for decoding F14h BU MCEs and improve decoding of the
remaining families.Signed-off-by: Borislav Petkov
-
Add support for IC MCEs for F14h CPUs. K8 and F10h are almost identical
so use one function for both.Signed-off-by: Borislav Petkov
-
Add a per-family data cache decoders. Since there is a certain overlap
between the different DC MCE signatures, reuse functionality between the
families as far as possible.Signed-off-by: Borislav Petkov
-
Drop "edac_" string from the filenames since they're prefixed with edac/
in their pathname anyway.Signed-off-by: Borislav Petkov