Age | Commit message (Expand) | Author | Files | Lines |
2013-07-03 | Merge tag 'edac_for_3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp | Linus Torvalds | 5 | -15/+16 |
2013-06-08 | EDAC, MCE, AMD: Add an MCE signature for new Fam15h models | Aravind Gopalakrishnan | 1 | -2/+3 |
2013-06-08 | EDAC: Replace strict_strtoul() with kstrtoul() | Jingoo Han | 4 | -13/+13 |
2013-06-03 | Finally eradicate CONFIG_HOTPLUG | Stephen Rothwell | 1 | -1/+1 |
2013-05-21 | amd64_edac: Fix bogus sysfs file permissions | Borislav Petkov | 1 | -2/+2 |
2013-05-09 | Merge tag 'edac_fixes_for_3.10' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -9/+9 |
2013-05-09 | EDAC: Don't give write permission to read-only files | Srivatsa S. Bhat | 1 | -6/+6 |
2013-04-30 | Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mc... | Linus Torvalds | 2 | -28/+44 |
2013-04-29 | edac: sb_edac.c should not require prescence of IMC_DDRIO device | Luck, Tony | 1 | -24/+29 |
2013-04-29 | i7300_edac: Fix memory detection in single mode | Mauro Carvalho Chehab | 1 | -4/+15 |
2013-04-19 | amd64_edac: Add Family 16h support | Aravind Gopalakrishnan | 2 | -2/+67 |
2013-03-25 | EDAC, mc_sysfs.c: Fix string array pointer types | Borislav Petkov | 1 | -3/+3 |
2013-03-16 | EDAC: Merge mci.mem_is_per_rank with mci.csbased | Mauro Carvalho Chehab | 3 | -5/+4 |
2013-03-16 | amd64_edac: Correct DIMM sizes | Mauro Carvalho Chehab | 2 | -15/+12 |
2013-03-05 | EDAC: Make sysfs functions static | Stephen Hemminger | 1 | -1/+1 |
2013-02-28 | Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mc... | Linus Torvalds | 12 | -84/+899 |
2013-02-26 | i5100_edac: convert to use simple_open() | Wei Yongjun | 1 | -7/+1 |
2013-02-26 | ghes_edac: fix to use list_for_each_entry_safe() when delete list items | Wei Yongjun | 1 | -2/+2 |
2013-02-25 | ghes_edac: Fix RAS tracing | Mauro Carvalho Chehab | 1 | -0/+13 |
2013-02-25 | ghes_edac: Make it compliant with UEFI spec 2.3.1 | Mauro Carvalho Chehab | 1 | -15/+180 |
2013-02-25 | ghes_edac: Improve driver's printk messages | Mauro Carvalho Chehab | 1 | -10/+26 |
2013-02-25 | ghes_edac: Don't credit the same memory dimm twice | Mauro Carvalho Chehab | 1 | -4/+13 |
2013-02-25 | ghes_edac: do a better job of filling EDAC DIMM info | Mauro Carvalho Chehab | 1 | -12/+180 |
2013-02-25 | ghes_edac: add support for reporting errors via EDAC | Mauro Carvalho Chehab | 1 | -2/+54 |
2013-02-25 | ghes_edac: Register at EDAC core the BIOS report | Mauro Carvalho Chehab | 3 | -0/+138 |
2013-02-21 | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -2/+2 |
2013-02-21 | edac: add support for raw error reports | Mauro Carvalho Chehab | 2 | -22/+47 |
2013-02-21 | edac: reduce stack pressure by using a pre-allocated buffer | Mauro Carvalho Chehab | 1 | -33/+48 |
2013-02-21 | edac: lock module owner to avoid error report conflicts | Mauro Carvalho Chehab | 1 | -4/+21 |
2013-02-21 | edac: add a new memory layer type | Mauro Carvalho Chehab | 1 | -0/+1 |
2013-02-21 | edac: initialize the core earlier | Mauro Carvalho Chehab | 1 | -1/+1 |
2013-02-21 | edac: better report error conditions in debug mode | Mauro Carvalho Chehab | 1 | -1/+6 |
2013-02-21 | i5100_edac: Remove two checkpatch warnings | Mauro Carvalho Chehab | 1 | -4/+2 |
2013-02-21 | i5100_edac: connect fault injection to debugfs node | Niklas Söderlund | 1 | -1/+70 |
2013-02-21 | i5100_edac: add fault injection code | Niklas Söderlund | 1 | -0/+87 |
2013-02-21 | i5100_edac: probe for device 19 function 0 | Niklas Söderlund | 1 | -1/+27 |
2013-02-21 | edac: only create sdram_scrub_rate where supported | Mauro Carvalho Chehab | 1 | -10/+19 |
2013-02-21 | i3200_edac: Fix the logic that detects filled memories | Mauro Carvalho Chehab | 1 | -9/+12 |
2013-02-21 | i3200_edac: Add more debug to the driver | Mauro Carvalho Chehab | 1 | -2/+14 |
2013-02-20 | Merge tag 'edac_3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp | Linus Torvalds | 4 | -168/+120 |
2013-02-20 | Merge tag 'v3.8-rc7' into next | Mauro Carvalho Chehab | 36 | -144/+802 |
2013-02-19 | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2 | -61/+60 |
2013-02-10 | mpc85xx_edac: Fix typo | Baruch Siach | 1 | -2/+2 |
2013-01-30 | EDAC: Fix kcalloc argument order | Joe Perches | 1 | -3/+3 |
2013-01-30 | EDAC: Test correct variable in ->store function | Dan Carpenter | 1 | -1/+1 |
2013-01-22 | EDAC, MCE, AMD: Remove unneeded exports | Borislav Petkov | 2 | -18/+8 |
2013-01-22 | EDAC, MCE, AMD: Add MCE decoding support for Family 16h | Jacob Shin | 2 | -17/+81 |
2013-01-22 | EDAC, MCE, AMD: Make MC2 decoding per-family | Jacob Shin | 2 | -27/+30 |
2013-01-22 | amd64_edac: Remove dead code | Borislav Petkov | 1 | -105/+0 |
2013-01-17 | drivers/edac: remove depends on CONFIG_EXPERIMENTAL | Kees Cook | 1 | -2/+2 |