Age | Commit message (Expand) | Author | Files | Lines |
2016-06-03 | EDAC, sb_edac: Readd accidentally dropped Broadwell-D support | Tony Luck | 1 | -8/+14 |
2016-06-03 | EDAC, sb_edac: Fix rank lookup on Broadwell | Tony Luck | 1 | -5/+8 |
2016-05-16 | Merge tag 'edac_for_4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp | Linus Torvalds | 1 | -183/+39 |
2016-05-02 | EDAC, sb_edac: Use cpu family/model in driver detection | Tony Luck | 1 | -98/+36 |
2016-04-29 | EDAC: i7core, sb_edac: Don't return NOTIFY_BAD from mce_decoder callback | Tony Luck | 1 | -1/+1 |
2016-04-23 | EDAC, sb_edac: Remove double buffering of error records | Tony Luck | 1 | -85/+3 |
2016-04-22 | x86 EDAC, sb_edac.c: Take account of channel hashing when needed | Tony Luck | 1 | -1/+23 |
2016-04-22 | x86 EDAC, sb_edac.c: Repair damage introduced when "fixing" channel address | Tony Luck | 1 | -3/+3 |
2016-03-14 | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -16/+10 |
2016-03-10 | EDAC/sb_edac: Fix computation of channel address | Luck, Tony | 1 | -16/+10 |
2016-03-07 | EDAC, sb_edac: Fix logic when computing DIMM sizes on Xeon Phi | Hubert Chrzaniuk | 1 | -1/+1 |
2015-12-11 | EDAC, sb_edac: Set fixed DIMM width on Xeon Knights Landing | Hubert Chrzaniuk | 1 | -1/+7 |
2015-12-05 | EDAC, sb_edac: Add Knights Landing (Xeon Phi gen 2) support | Jim Snow | 1 | -45/+921 |
2015-12-05 | EDAC, sb_edac: Add support for duplicate device IDs | Jim Snow | 1 | -8/+32 |
2015-12-05 | EDAC, sb_edac: Virtualize several hard-coded functions | Jim Snow | 1 | -11/+48 |
2015-09-24 | EDAC, sb_edac: Fix TAD presence check for sbridge_mci_bind_devs() | Seth Jennings | 1 | -4/+4 |
2015-09-08 | sb_edac: correctly fetch DIMM width on Ivy Bridge and Haswell | Aristeu Rozanski | 1 | -11/+49 |
2015-09-08 | sb_edac: look harder for DDRIO on Haswell systems | Aristeu Rozanski | 1 | -1/+11 |
2015-06-03 | sb_edac: support for Broadwell -EP and -EX | Tony Luck | 1 | -15/+58 |
2015-06-03 | sb_edac: Fix support for systems with two home agents per socket | Tony Luck | 1 | -73/+65 |
2015-06-03 | sb_edac: Fix a typo and a thinko in address handling for Haswell | Tony Luck | 1 | -2/+2 |
2015-02-09 | sb_edac: Fix detection on SNB machines | Borislav Petkov | 1 | -3/+6 |
2014-12-02 | sb_edac: Fix typo computing number of banks | Tony Luck | 1 | -1/+1 |
2014-12-02 | sb_edac: Add support for Broadwell-DE processor | Tony Luck | 1 | -6/+157 |
2014-12-02 | sb_edac: Fix discovery of top-of-low-memory for Haswell | Tony Luck | 1 | -2/+3 |
2014-12-02 | sb_edac: Fix erroneous bytes->gigabytes conversion | Jim Snow | 1 | -18/+20 |
2014-10-08 | sb_edac: Claim a different PCI device | Andy Lutomirski | 1 | -1/+1 |
2014-10-08 | Move Intel SNB device ids from sb_edac to pci_ids.h | Andy Lutomirski | 1 | -30/+0 |
2014-10-08 | sb_edac: avoid INTERNAL ERROR message in EDAC with unspecified channel | Seth Jennings | 1 | -2/+6 |
2014-06-26 | sb_edac: add support for Haswell based systems | Aristeu Rozanski | 1 | -24/+349 |
2014-06-26 | sb_edac: Fix mix tab/spaces alignments | Mauro Carvalho Chehab | 1 | -3/+3 |
2014-06-26 | sb_edac: remove bogus assumption on mc ordering | Aristeu Rozanski | 1 | -4/+0 |
2014-06-26 | sb_edac: make minimal use of channel_mask | Aristeu Rozanski | 1 | -0/+3 |
2014-06-26 | sb_edac: fix socket detection on Ivy Bridge controllers | Aristeu Rozanski | 1 | -1/+1 |
2014-06-26 | sb_edac: search devices using product id | Aristeu Rozanski | 1 | -215/+137 |
2014-06-26 | sb_edac: make RIR limit retrieval per model | Aristeu Rozanski | 1 | -3/+10 |
2014-06-26 | sb_edac: make node id retrieval per model | Aristeu Rozanski | 1 | -4/+11 |
2014-06-26 | sb_edac: make memory type detection per memory controller | Aristeu Rozanski | 1 | -16/+28 |
2014-04-04 | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -2/+2 |
2014-04-03 | Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mc... | Linus Torvalds | 1 | -9/+16 |
2014-03-13 | sb_edac: mark MCE messages as KERN_DEBUG | Aristeu Rozanski | 1 | -11/+12 |
2014-03-13 | sb_edac: use "event" instead of "exception" when MC wasnt signaled | Aristeu Rozanski | 1 | -2/+8 |
2014-02-20 | sb_edac: Degrade log level for device registration | Jiang Liu | 1 | -1/+1 |
2014-02-07 | [media, edac] Change my email address | Mauro Carvalho Chehab | 1 | -2/+2 |
2014-01-20 | Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+5 |
2014-01-20 | Merge tag 'edac_for_3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp | Linus Torvalds | 1 | -2/+2 |
2013-12-16 | Merge tag 'ras_for_3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/... | Ingo Molnar | 1 | -1/+5 |
2013-12-15 | sb_edac: Mark get_mci_for_node_id as static | Rashika Kheria | 1 | -1/+1 |
2013-12-11 | EDAC, sb_edac: Modify H/W event reporting policy | Chen, Gong | 1 | -1/+5 |
2013-12-06 | EDAC: Remove DEFINE_PCI_DEVICE_TABLE macro | Jingoo Han | 1 | -1/+1 |