Age | Commit message (Expand) | Author |
2012-11-28 | i7core_edac: fix panic when accessing sysfs files | Prarit Bhargava |
2012-07-29 | Merge branch 'devel' | Mauro Carvalho Chehab |
2012-06-12 | i7core_edac: properly handle error count | Mauro Carvalho Chehab |
2012-06-12 | edac: edac_mc_handle_error(): add an error_count parameter | Mauro Carvalho Chehab |
2012-06-11 | edac: remove arch-specific parameter for the error handler | Mauro Carvalho Chehab |
2012-06-11 | edac: Convert debugfX to edac_dbg(X, | Joe Perches |
2012-06-11 | edac: Don't add __func__ or __FILE__ for debugf[0-9] msgs | Mauro Carvalho Chehab |
2012-06-11 | i7core_edac: change the mem allocation scheme to make Documentation/kobject.t... | Mauro Carvalho Chehab |
2012-06-11 | i7core_edac: convert it to use struct device | Mauro Carvalho Chehab |
2012-06-11 | edac: Rename the parent dev to pdev | Mauro Carvalho Chehab |
2012-06-11 | edac: avoid mce decoding crash after edac driver unloaded | Chen Gong |
2012-05-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac | Linus Torvalds |
2012-05-28 | i7core: fix ranks information at the per-channel struct | Mauro Carvalho Chehab |
2012-05-28 | edac: Cleanup the logs for i7core and sb edac drivers | Mauro Carvalho Chehab |
2012-05-28 | edac: Remove the legacy EDAC ABI | Mauro Carvalho Chehab |
2012-05-28 | i7core_edac: convert driver to use the new edac ABI | Mauro Carvalho Chehab |
2012-05-28 | edac: move nr_pages to dimm struct | Mauro Carvalho Chehab |
2012-05-28 | edac: Don't initialize csrow's first_page & friends when not needed | Mauro Carvalho Chehab |
2012-05-28 | edac: move dimm properties to struct dimm_info | Mauro Carvalho Chehab |
2012-05-28 | edac: Create a dimm struct and move the labels into it | Mauro Carvalho Chehab |
2012-04-30 | edac: Fix spelling errors. | David Mackey |
2012-03-19 | EDAC: Make pci_device_id tables __devinitconst. | Lionel Debroux |
2011-12-14 | x86, mce: Add wrappers for registering on the decode chain | Borislav Petkov |
2011-11-01 | i7core_edac: Initialize memory name with cpu, channel, bank | Mauro Carvalho Chehab |
2011-11-01 | i7core_edac: Fix compilation on 32 bits arch | Sedat Dilek |
2011-11-01 | i7core_edac: scrubbing fixups | Nils Carlson |
2011-11-01 | i7core_edac: return -ENODEV if no MC is found | Mauro Carvalho Chehab |
2011-11-01 | i7core_edac: use edac's own way to print errors | Mauro Carvalho Chehab |
2011-11-01 | i7core_edac: Drop the edac_mce facility | Borislav Petkov |
2011-10-31 | EDAC i7core: Use mce socketid for better compatibility | Thomas Renninger |
2011-10-31 | i7core_edac: Don't enable memory scrubbing for Xeon 35xx | Mauro Carvalho Chehab |
2011-10-31 | i7core_edac: Add scrubbing support | Samuel Gabrielsson |
2011-10-31 | i7core_edac: Fix oops when trying to inject errors | Mauro Carvalho Chehab |
2011-10-31 | i7core_edac: fix misuse of logical operation in place of bitop | David Sterba |
2011-08-18 | i7core_edac: fixed typo in error count calculation | Mathias Krause |
2011-05-26 | Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare... | Linus Torvalds |
2011-04-19 | edac: Drop __DATE__ usage | Michal Marek |
2011-03-31 | Fix common misspellings | Lucas De Marchi |
2010-12-28 | i7core_edac: fix typos in comments | David Sterba |
2010-10-24 | i7core_edac: return -ENODEV when devices were already probed | Mauro Carvalho Chehab |
2010-10-24 | i7core_edac: properly terminate pci_dev_table | Mauro Carvalho Chehab |
2010-10-24 | i7core_edac: Avoid PCI refcount to reach zero on successive load/reload | Mauro Carvalho Chehab |
2010-10-24 | i7core_edac: Fix refcount error at PCI devices | Mauro Carvalho Chehab |
2010-10-24 | i7core_edac: it is safe to i7core_unregister_mci() when mci=NULL | Mauro Carvalho Chehab |
2010-10-24 | i7core_edac: Fix an oops at i7core probe | Mauro Carvalho Chehab |
2010-10-24 | i7core_edac: Remove unused member channels in i7core_pvt | Hidetoshi Seto |
2010-10-24 | i7core_edac: Remove unused arg csrow from get_dimm_config | Hidetoshi Seto |
2010-10-24 | i7core_edac: Reduce args of i7core_register_mci | Hidetoshi Seto |
2010-10-24 | i7core_edac: Introduce i7core_unregister_mci | Hidetoshi Seto |
2010-10-24 | i7core_edac: Use saved pointers | Hidetoshi Seto |