summaryrefslogtreecommitdiffstats
path: root/drivers/edac
AgeCommit message (Expand)AuthorLines
2020-01-12riscv: move sifive_l2_cache.h to include/socYash Shah-1/+1
2019-12-20riscv: move sifive_l2_cache.c to drivers/socChristoph Hellwig-1/+1
2019-11-22EDAC/altera: Use the Altera System Manager driverThor Thayer-124/+8
2019-11-22EDAC/altera: Cleanup the ECC ManagerThor Thayer-20/+1
2019-11-22EDAC/altera: Use fast register IO for S10 IRQsMeng Li-0/+1
2019-11-22EDAC/ghes: Do not warn when incrementing refcount on 0Robert Richter-2/+2
2019-11-10EDAC: Unify the mc_event tracepoint callRobert Richter-28/+15
2019-11-10EDAC/ghes: Remove intermediate buffer pvt->detail_locationRobert Richter-5/+4
2019-11-10EDAC/ghes: Fix grain calculationRobert Richter-2/+8
2019-11-10EDAC/ghes: Use standard kernel macros for page calculationsRobert Richter-2/+2
2019-11-10EDAC/mc: Reduce indentation level in edac_mc_handle_error()Robert Richter-28/+29
2019-11-10EDAC/mc: Remove needless zero string terminationRobert Richter-1/+0
2019-11-10EDAC/mc: Do not BUG_ON() in edac_mc_alloc()Robert Richter-1/+2
2019-11-10EDAC: Introduce an mci_for_each_dimm() iteratorRobert Richter-37/+33
2019-11-09EDAC: Remove EDAC_DIMM_OFF() macroRobert Richter-31/+17
2019-11-09EDAC: Replace EDAC_DIMM_PTR() macro with edac_get_dimm() functionRobert Richter-31/+17
2019-11-09EDAC/amd64: Get rid of the ECC disabled long messageBorislav Petkov-16/+3
2019-11-08EDAC/ghes: Fix locking and memory barrier issuesRobert Richter-24/+66
2019-11-06EDAC/amd64: Check for memory before fully initializing an instanceYazen Ghannam-3/+22
2019-11-06EDAC/amd64: Use cached data when checking for ECCYazen Ghannam-12/+8
2019-11-06EDAC/amd64: Save max number of controllers to family typeYazen Ghannam-30/+16
2019-11-06EDAC/amd64: Gather hardware information earlyYazen Ghannam-50/+51
2019-11-06EDAC/amd64: Make struct amd64_family_type globalYazen Ghannam-7/+5
2019-10-25EDAC/amd64: Set grain per DIMMYazen Ghannam-0/+2
2019-10-24EDAC/aspeed: Use devm_platform_ioremap_resource() in aspeed_probe()Markus Elfring-6/+1
2019-10-18EDAC, skx: Retrieve and print retry_rd_err_log registersTony Luck-7/+60
2019-10-18EDAC, skx_common: Refactor so that we initialize "dev" in result of adxl decode.Tony Luck-25/+23
2019-10-17Merge branch 'edac-urgent' into edac-for-nextBorislav Petkov-0/+4
2019-10-17EDAC/ghes: Fix Use after free in ghes_edac remove pathJames Morse-0/+4
2019-10-09EDAC/device: Rework error logging APIHanna Hawa-32/+72
2019-09-30EDAC: skx_common: get rid of unused type varMauro Carvalho Chehab-4/+1
2019-09-30EDAC: sb_edac: get rid of unused varsMauro Carvalho Chehab-13/+8
2019-09-30EDAC: i5400_edac: get rid of some unused varsMauro Carvalho Chehab-10/+1
2019-09-30EDAC: i5400_edac: print type at debug messageMauro Carvalho Chehab-2/+2
2019-09-30EDAC: i7300_edac: fix a kernel-doc syntaxMauro Carvalho Chehab-1/+1
2019-09-30EDAC: i7300_edac: rename a kernel-doc var descriptionMauro Carvalho Chehab-1/+1
2019-09-30EDAC: i5100_edac: get rid of an unused varMauro Carvalho Chehab-2/+0
2019-09-22Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds-0/+658
2019-09-16Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-4/+4
2019-09-07EDAC/amd64: Add PCI device IDs for family 17h, model 70hIsaac Vaughn-0/+16
2019-09-04EDAC/mc_sysfs: Make debug messages consistentRobert Richter-34/+30
2019-09-03EDAC/mc_sysfs: Remove pointless gotosRobert Richter-13/+7
2019-09-03EDAC: Prefer 'unsigned int' to bare use of 'unsigned'Robert Richter-25/+27
2019-08-29ARM: 8891/1: EDAC: armada_xp: Add support for more SoCsChris Packham-0/+5
2019-08-29ARM: 8888/1: EDAC: Add driver for the Marvell Armada XP SDRAM and L2 cache ECCJan Luebbe-0/+638
2019-08-29ARM: 8892/1: EDAC: Add missing debugfs_create_x32 wrapperJan Luebbe-0/+15
2019-08-28x86/intel: Aggregate microserver namingPeter Zijlstra-4/+4
2019-08-23EDAC/amd64: Support asymmetric dual-rank DIMMsYazen Ghannam-4/+15
2019-08-23EDAC/amd64: Cache secondary Chip Select registersYazen Ghannam-3/+24
2019-08-23EDAC/amd64: Decode syndrome before translating addressYazen Ghannam-7/+7