Age | Commit message (Expand) | Author | Files | Lines |
2010-08-04 | amd64_edac: Minor formatting fix | Borislav Petkov | 1 | -1/+1 |
2010-08-04 | amd64_edac: Fix operator precendence error | Borislav Petkov | 1 | -1/+1 |
2010-08-03 | edac, mc: Improve scrub rate handling | Borislav Petkov | 5 | -59/+46 |
2010-08-03 | amd64_edac: Correct scrub rate setting | Borislav Petkov | 1 | -1/+1 |
2010-08-03 | amd64_edac: Fix DCT base address selector | Borislav Petkov | 1 | -1/+1 |
2010-08-03 | amd64_edac: Remove polling mechanism | Borislav Petkov | 2 | -126/+8 |
2010-08-03 | amd64_edac: Remove unneeded defines | Borislav Petkov | 1 | -35/+8 |
2010-08-03 | edac: Remove EDAC_DEBUG_VERBOSE | Borislav Petkov | 2 | -23/+0 |
2010-08-03 | amd64_edac: Sanitize syndrome extraction | Borislav Petkov | 2 | -33/+55 |
2010-07-27 | edac: mpc85xx: fix coldplug/hotplug module autoloading | Anton Vorontsov | 1 | -0/+3 |
2010-07-26 | quiesce EDAC initialisation on desktop/mobile i7 | Daniel J Blueman | 1 | -1/+1 |
2010-07-20 | edac: mpc85xx: add support for MPC8569 EDAC controllers | Anton Vorontsov | 1 | -0/+1 |
2010-07-20 | edac: mpc85xx: fix MPC85xx dependency | Anton Vorontsov | 1 | -1/+1 |
2010-07-04 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch... | Linus Torvalds | 1 | -13/+40 |
2010-07-02 | i7core_edac: Avoid doing multiple probes for the same card | Mauro Carvalho Chehab | 1 | -5/+12 |
2010-07-02 | i7core_edac: Properly discover the first QPI device | Mauro Carvalho Chehab | 1 | -8/+28 |
2010-07-02 | amd64_edac: Fix syndrome calculation on K8 | Borislav Petkov | 1 | -12/+12 |
2010-06-04 | Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mc... | Linus Torvalds | 6 | -27/+2325 |
2010-06-02 | of/edac: fix build breakage in drivers | Anatolij Gustschin | 2 | -9/+9 |
2010-05-27 | drivers/edac: convert logging messages direct uses of __FILE__ to %s, __FILE | Joe Perches | 3 | -31/+31 |
2010-05-22 | Merge remote branch 'origin' into secretlab/next-devicetree | Grant Likely | 4 | -6/+5 |
2010-05-22 | of: Remove duplicate fields from of_platform_driver | Grant Likely | 2 | -23/+17 |
2010-05-18 | i7core_edac: Better describe the supported devices | Mauro Carvalho Chehab | 1 | -2/+7 |
2010-05-18 | Add support for Westmere to i7core_edac driver | Vernon Mauery | 1 | -37/+80 |
2010-05-18 | PCI: fix typos pci_device_dis/enable to pci_dis/enable_device in comments | Roman Fietze | 3 | -3/+3 |
2010-05-18 | i7core_edac: don't free on success | Tony Luck | 1 | -1/+2 |
2010-05-18 | i7core_edac: Add support for X5670 | Mauro Carvalho Chehab | 1 | -1/+6 |
2010-05-18 | Always call i7core_[ur]dimm_check_mc_ecc_err | Vernon Mauery | 1 | -1/+2 |
2010-05-18 | i7core_edac: fix memory leak of i7core_dev | Alexander Beregalov | 1 | -1/+3 |
2010-05-18 | EDAC: add __init to i7core_xeon_pci_fixup | Jiri Slaby | 1 | -1/+1 |
2010-05-10 | i7core_edac: Fix wrong device id for channel 1 devices | Mauro Carvalho Chehab | 1 | -4/+4 |
2010-05-10 | i7core: add support for Lynnfield alternate address | Mauro Carvalho Chehab | 1 | -2/+11 |
2010-05-10 | i7core_edac: Add initial support for Lynnfield | Mauro Carvalho Chehab | 1 | -2/+37 |
2010-05-10 | edac: fix i7core build | Randy Dunlap | 1 | -0/+3 |
2010-05-10 | edac: i7core_edac produces undefined behaviour on 32bit | Alan Cox | 1 | -12/+12 |
2010-05-10 | i7core_edac: Use a more generic approach for probing PCI devices | Mauro Carvalho Chehab | 1 | -39/+40 |
2010-05-10 | i7core_edac: PCI device is called NONCORE, instead of NOCORE | Mauro Carvalho Chehab | 1 | -3/+3 |
2010-05-10 | i7core_edac: Fix ringbuffer maxsize | Mauro Carvalho Chehab | 1 | -6/+6 |
2010-05-10 | i7core_edac: First store, then increment | Mauro Carvalho Chehab | 1 | -7/+6 |
2010-05-10 | i7core_edac: Better parse "any" addrmask | Mauro Carvalho Chehab | 1 | -1/+1 |
2010-05-10 | i7core_edac: Use a lockless ringbuffer | Mauro Carvalho Chehab | 1 | -28/+55 |
2010-05-10 | edac: Create an unique instance for each kobj | Mauro Carvalho Chehab | 2 | -32/+64 |
2010-05-10 | i7core_edac: Convert UDIMM error counters into a proper sysfs group | Mauro Carvalho Chehab | 1 | -37/+44 |
2010-05-10 | edac: Don't create csrow entries on instance groups | Mauro Carvalho Chehab | 1 | -2/+2 |
2010-05-10 | edac: store/show methods for device groups weren't working | Mauro Carvalho Chehab | 3 | -9/+88 |
2010-05-10 | i7core_edac: Add support for sysfs addrmatch group | Mauro Carvalho Chehab | 1 | -103/+70 |
2010-05-10 | edac_core: Allow the creation of sysfs groups | Mauro Carvalho Chehab | 2 | -28/+67 |
2010-05-10 | i7core_edac: Avoid printing a warning when debug is disabled | Mauro Carvalho Chehab | 1 | -2/+1 |
2010-05-10 | i7core_edac: We need to use list_for_each_entry_safe to avoid errors | Mauro Carvalho Chehab | 1 | -2/+3 |
2010-05-10 | i7core_edac: change remove module strategy | Mauro Carvalho Chehab | 1 | -20/+35 |