aboutsummaryrefslogtreecommitdiff
path: root/drivers/edac
AgeCommit message (Expand)AuthorFilesLines
2014-10-22e7xxx_edac: Report CE events properlyGravatar Jason Baron 1-1/+1
2014-10-22cpc925_edac: Report UE events properlyGravatar Jason Baron 1-1/+1
2014-10-22i82860_edac: Report CE events properlyGravatar Jason Baron 1-1/+1
2014-10-22i3200_edac: Report CE events properlyGravatar Jason Baron 1-2/+2
2014-10-10Merge tag 'edac/v3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Gravatar Linus Torvalds 1-33/+7
2014-10-08Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 3-0/+421
2014-10-08sb_edac: Claim a different PCI deviceGravatar Andy Lutomirski 1-1/+1
2014-10-08Move Intel SNB device ids from sb_edac to pci_ids.hGravatar Andy Lutomirski 1-30/+0
2014-10-08sb_edac: avoid INTERNAL ERROR message in EDAC with unspecified channelGravatar Seth Jennings 1-2/+6
2014-09-30mpc85xx_edac: Make L2 interrupt shared tooGravatar Borislav Petkov 1-1/+1
2014-09-23amd64_edac: Modify usage of amd64_read_dct_pci_cfg()Gravatar Aravind Gopalakrishnan 2-71/+80
2014-09-15ppc4xx_edac: Fix build error caused by wrong member accessGravatar Pranith Kumar 1-1/+1
2014-09-04edac: altera: Add Altera SDRAM EDAC supportGravatar Thor Thayer 3-0/+421
2014-09-02EDAC: Fix mem_types strings typeGravatar Borislav Petkov 2-2/+2
2014-08-15Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Gravatar Linus Torvalds 3-272/+546
2014-08-14Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxGravatar Linus Torvalds 1-2/+1
2014-08-04Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-3/+1
2014-07-14EDAC, MCE, AMD: Add MCE decoding for F15h M60hGravatar Aravind Gopalakrishnan 1-4/+40
2014-07-10ie31200_edac: Allocate mci and map mchbar firstGravatar Jason Baron 1-38/+33
2014-07-04ie31200_edac: Introduce the driverGravatar Jason Baron 3-0/+549
2014-07-04x38_edac: make use of lo_hi_readq()Gravatar Jason Baron 1-9/+6
2014-06-26sb_edac: add support for Haswell based systemsGravatar Aristeu Rozanski 2-26/+351
2014-06-26sb_edac: Fix mix tab/spaces alignmentsGravatar Mauro Carvalho Chehab 1-3/+3
2014-06-26edac: add DDR4 and RDDR4Gravatar Aristeu Rozanski 1-1/+3
2014-06-26sb_edac: remove bogus assumption on mc orderingGravatar Aristeu Rozanski 1-4/+0
2014-06-26sb_edac: make minimal use of channel_maskGravatar Aristeu Rozanski 1-0/+3
2014-06-26sb_edac: fix socket detection on Ivy Bridge controllersGravatar Aristeu Rozanski 1-1/+1
2014-06-26sb_edac: update Kconfig descriptionGravatar Aristeu Rozanski 1-2/+2
2014-06-26sb_edac: search devices using product idGravatar Aristeu Rozanski 1-215/+137
2014-06-26sb_edac: make RIR limit retrieval per modelGravatar Aristeu Rozanski 1-3/+10
2014-06-26sb_edac: make node id retrieval per modelGravatar Aristeu Rozanski 1-4/+11
2014-06-26sb_edac: make memory type detection per memory controllerGravatar Aristeu Rozanski 1-16/+28
2014-06-26of: Migrate of_find_node_by_name() users to for_each_node_by_name()Gravatar Grant Likely 1-2/+1
2014-06-24EDAC, edac_module.c: Remove unnecessary test on unsigned valueGravatar Fabian Frederick 1-1/+1
2014-06-23trace, RAS: Add basic RAS trace eventGravatar Chen, Gong 2-3/+1
2014-06-02Merge tag 'pci-v3.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-7/+1
2014-05-30Merge branches 'pci/host-exynos', 'pci/host-imx6', 'pci/resource' and 'pci/mi...Gravatar Bjorn Helgaas 1-7/+1
2014-05-30i82875p_edac: Assign PCI resources before adding deviceGravatar Yinghai Lu 1-1/+2
2014-05-30PCI: Make pci_bus_add_device() voidGravatar Yijing Wang 1-7/+1
2014-05-09EDAC: Fix MC scrub mode comparsion bug for correctable errorsGravatar Loc Ho 1-1/+1
2014-05-08EDAC, MCE, AMD: Remove leftover unused maskGravatar Borislav Petkov 1-2/+0
2014-04-04Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 6-10/+10
2014-04-03Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Gravatar Linus Torvalds 1-9/+16
2014-04-02Merge branch 'mips-for-linux-next' of git://git.linux-mips.org/pub/scm/ralf/u...Gravatar Linus Torvalds 1-6/+173
2014-04-01Merge tag 'edac_for_3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpGravatar Linus Torvalds 12-91/+130
2014-03-31EDAC: Octeon: Add error injection supportGravatar Daniel Walker 1-6/+171
2014-03-31EDAC: Octeon: Fix lack of opstate_initGravatar Daniel Walker 1-0/+2
2014-03-13sb_edac: mark MCE messages as KERN_DEBUGGravatar Aristeu Rozanski 1-11/+12
2014-03-13sb_edac: use "event" instead of "exception" when MC wasnt signaledGravatar Aristeu Rozanski 1-2/+8
2014-03-11Merge tag 'v3.14-rc5' into patchworkGravatar Mauro Carvalho Chehab 5-30/+42