summaryrefslogtreecommitdiffstats
path: root/drivers/edac
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-152-2/+3
|\
| * treewide: Fix function prototypes for module_param_call()Kees Cook2017-10-312-2/+3
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-131-5/+5
|\ \
| * \ Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-074-0/+4
| |\ \
| * | | locking/atomics, EDAC/altera: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE()Mark Rutland2017-10-251-5/+5
| | |/ | |/|
* | | Merge tag 'edac_for_4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds2017-11-139-124/+151
|\ \ \ | |_|/ |/| |
| * | EDAC, sb_edac: Fix missing break in switchGustavo A. R. Silva2017-10-191-0/+1
| * | EDAC, sb_edac: Fix missing DIMM sysfs entries with KNL SNC2/SNC4 modeLuis Felipe Sandoval Castro2017-10-111-16/+3
| * | EDAC, skx_edac: Handle systems with segmented PCI bussesTony Luck2017-09-281-3/+5
| * | EDAC, thunderx: Remove suspend/resume supportJan Glauber2017-09-271-25/+0
| * | EDAC, skx_edac: Fix detection of single-rank DIMMsCharles Rose2017-09-271-2/+2
| * | EDAC, sb_edac: Don't create a second memory controller if HA1 is not presentQiuxu Zhuo2017-09-271-1/+8
| * | EDAC: Add owner check to the x86 platform driversToshi Kani2017-09-254-4/+28
| * | EDAC: Add helper which returns the loaded platform driverToshi Kani2017-09-252-1/+14
| * | EDAC, ghes: Add platform checkToshi Kani2017-09-251-5/+23
| * | EDAC, ghes: Model a single, logical memory controllerBorislav Petkov2017-09-251-65/+51
| * | EDAC, ghes: Remove symbol exportsBorislav Petkov2017-09-251-3/+0
| * | EDAC: Handle return value of kasprintf()Arvind Yadav2017-09-213-4/+21
| |/
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-024-0/+4
|/
* EDAC, mce_amd: Get rid of local var in amd_filter_mce()Borislav Petkov2017-08-211-3/+1
* EDAC, mce_amd: Get rid of most struct cpuinfo_x86 usesBorislav Petkov2017-08-211-10/+12
* EDAC, mce_amd: Rename decode_smca_errors() to decode_smca_error()Borislav Petkov2017-08-211-2/+2
* EDAC: Make device_type constBhumika Goyal2017-08-202-6/+6
* EDAC, pnd2: Properly toggle hidden state for P2SB PCI deviceQiuxu Zhuo2017-08-191-2/+8
* EDAC, pnd2: Conditionally unhide/hide the P2SB PCI device to read BARQiuxu Zhuo2017-08-191-0/+11
* EDAC, pnd2: Mask off the lower four bits of a BARQiuxu Zhuo2017-08-191-0/+1
* EDAC, thunderx: Fix error handling path in thunderx_lmc_probe()Christophe JAILLET2017-08-181-3/+2
* EDAC, altera: Fix error handling path in altr_edac_device_probe()Christophe JAILLET2017-08-181-1/+3
* EDAC, pnd2: Build in a minimal sideband driver for Apollo LakeTony Luck2017-08-041-29/+59
* EDAC, sb_edac: Classify memory mirroring modesQiuxu Zhuo2017-08-021-16/+47
* EDAC, cpc925, ppc4xx: Convert to using %pOF instead of full_nameRob Herring2017-07-192-5/+5
* EDAC: Get rid of mci->mod_verBorislav Petkov2017-07-1729-50/+0
* EDAC: Constify attribute_group structuresArvind Yadav2017-07-172-5/+5
* EDAC, mce_amd: Use cpu_to_node() to find the node IDYazen Ghannam2017-07-171-5/+1
* EDAC, pnd2: Fix Apollo Lake DIMM detectionTony Luck2017-06-291-3/+8
* EDAC, i5000, i5400: Fix definition of NRECMEMB registerJérémy Lefaure2017-06-292-5/+5
* EDAC, pnd2: Make function sbi_send() staticColin Ian King2017-06-261-2/+2
* EDAC, pnd2: Return proper error value from apl_rd_reg()Gustavo A. R. Silva2017-06-231-2/+3
* EDAC, altera: Simplify calculation of total memoryChris Packham2017-06-141-16/+8
* EDAC, sb_edac: Avoid creating SOCK memory controllerQiuxu Zhuo2017-06-141-0/+5
* EDAC, mce_amd: Fix typo in SMCA error descriptionYazen Ghannam2017-06-121-1/+1
* EDAC, mv64x60: Sanity check edac_op_state before registeringChris Packham2017-06-091-6/+1
* EDAC, thunderx: Fix a warning during l2c debugfs node creationVadim Lomovtsev2017-06-011-1/+1
* EDAC, mv64x60: Check driver registration successChris Packham2017-05-301-2/+7
* EDAC, ie31200: Add Intel Kaby Lake CPU supportJason Baron2017-05-281-1/+12
* EDAC, mv64x60: Replace in_le32()/out_le32() with readl()/writel()Chris Packham2017-05-261-42/+42
* EDAC, mv64x60: Fix pdata->nameChris Packham2017-05-261-1/+1
* EDAC, sb_edac: Bump driver version and do some cleanupsQiuxu Zhuo2017-05-251-44/+21
* EDAC, sb_edac: Check if ECC enabled when at least one DIMM is presentQiuxu Zhuo2017-05-251-85/+18
* EDAC, sb_edac: Drop NUM_CHANNELS from 8 back to 4Qiuxu Zhuo2017-05-251-1/+1
OpenPOWER on IntegriCloud