| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'edac_urgent_for_4.2' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2015-07-03 | 3 | -3/+3 |
|\ |
|
| * | EDAC, octeon: Fix broken build due to model helper renames | Aaro Koskinen | 2015-07-02 | 3 | -3/+3 |
* | | Merge tag 'driver-core-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2015-06-26 | 1 | -0/+1 |
|\ \ |
|
| * | | amd64_edac: enforce synchronous probe | Luis R. Rodriguez | 2015-05-20 | 1 | -0/+1 |
* | | | Merge tag 'edac/v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mche... | Linus Torvalds | 2015-06-25 | 2 | -95/+125 |
|\ \ \
| |_|/
|/| | |
|
| * | | sb_edac: support for Broadwell -EP and -EX | Tony Luck | 2015-06-03 | 1 | -15/+58 |
| * | | sb_edac: Fix support for systems with two home agents per socket | Tony Luck | 2015-06-03 | 1 | -73/+65 |
| * | | sb_edac: Fix a typo and a thinko in address handling for Haswell | Tony Luck | 2015-06-03 | 1 | -2/+2 |
| * | | EDAC: Remove arbitrary limit on number of channels | Tony Luck | 2015-06-03 | 1 | -5/+0 |
| |/ |
|
* | | EDAC, mce_amd_inj: Set MISCV on injection | Borislav Petkov | 2015-06-24 | 1 | -0/+3 |
* | | EDAC, mce_amd_inj: Move bit preparations before the injection | Borislav Petkov | 2015-06-24 | 1 | -4/+4 |
* | | EDAC, mce_amd_inj: Cleanup and simplify README | Borislav Petkov | 2015-06-24 | 1 | -31/+35 |
* | | EDAC, altera: Do not allow suspend when EDAC is enabled | Alan Tull | 2015-06-24 | 1 | -0/+20 |
* | | EDAC, mce_amd_inj: Make inj_type static | kbuild test robot | 2015-06-24 | 1 | -1/+1 |
* | | EDAC, altera: Add Arria10 EDAC support | Thor Thayer | 2015-06-24 | 2 | -16/+204 |
* | | EDAC, altera: Refactor for Altera CycloneV SoC | Thor Thayer | 2015-06-24 | 2 | -104/+206 |
* | | EDAC, altera: Generalize driver to use DT Memory size | Thor Thayer | 2015-06-24 | 1 | -32/+26 |
* | | EDAC, mce_amd_inj: Add README file | Aravind Gopalakrishnan | 2015-06-24 | 1 | -0/+46 |
* | | EDAC, mce_amd_inj: Add individual permissions field to dfs_node | Aravind Gopalakrishnan | 2015-06-24 | 1 | -7/+8 |
* | | EDAC, mce_amd_inj: Modify flags attribute to use string arguments | Aravind Gopalakrishnan | 2015-06-03 | 1 | -10/+71 |
* | | EDAC, mce_amd_inj: Read out number of MCE banks from the hardware | Aravind Gopalakrishnan | 2015-06-03 | 1 | -5/+9 |
* | | EDAC, mce_amd_inj: Use MCE_INJECT_GET macro for bank node too | Aravind Gopalakrishnan | 2015-06-03 | 1 | -7/+1 |
* | | EDAC, xgene: Fix cpuid abuse | Arnd Bergmann | 2015-06-02 | 1 | -47/+8 |
* | | EDAC, mpc85xx: Extend error address to 64 bit | York Sun | 2015-05-31 | 2 | -3/+8 |
* | | EDAC, mpc8xxx: Adapt for FSL SoC | York Sun | 2015-05-31 | 1 | -2/+2 |
* | | EDAC, edac_stub: Drop arch-specific include | Borislav Petkov | 2015-05-29 | 1 | -1/+0 |
* | | EDAC: Add APM X-Gene SoC EDAC driver | Loc Ho | 2015-05-29 | 3 | -0/+1262 |
* | | EDAC: Cleanup atomic_scrub mess | Borislav Petkov | 2015-05-28 | 2 | -5/+11 |
* | | EDAC, altera: Do not build it as a module | Thor Thayer | 2015-05-03 | 1 | -2/+2 |
|/ |
|
* | EDAC: Constify of_device_id array | Fabian Frederick | 2015-03-20 | 4 | -5/+5 |
* | EDAC, i82443bxgx: Don't export static symbol | Julia Lawall | 2015-03-11 | 1 | -4/+0 |
* | EDAC, amd64_edac: Get rid of per-node driver instances | Borislav Petkov | 2015-02-23 | 1 | -20/+13 |
* | EDAC: Properly unwind on failure path in edac_init() | Alexey Khoroshilov | 2015-02-23 | 2 | -7/+10 |
* | EDAC: highbank: Use static attribute groups for sysfs entries | Takashi Iwai | 2015-02-23 | 1 | -4/+8 |
* | EDAC: octeon: Use static attribute groups for sysfs entries | Takashi Iwai | 2015-02-23 | 1 | -42/+13 |
* | EDAC: mpc85xx: Use static attribute groups for sysfs entries | Takashi Iwai | 2015-02-23 | 1 | -30/+8 |
* | EDAC: i7core: Use static attribute groups for sysfs entries | Takashi Iwai | 2015-02-23 | 1 | -19/+11 |
* | EDAC: i7core: Return proper error codes for kzalloc() errors | Takashi Iwai | 2015-02-23 | 1 | -2/+2 |
* | EDAC: amd64: Use static attribute groups | Takashi Iwai | 2015-02-23 | 4 | -118/+47 |
* | EDAC: Allow to pass driver-specific attribute groups | Takashi Iwai | 2015-02-23 | 4 | -8/+15 |
* | EDAC: Use static attribute groups for managing sysfs entries | Takashi Iwai | 2015-02-23 | 1 | -88/+71 |
* | EDAC: Delete unnecessary checks before pci_dev_put() | Markus Elfring | 2015-02-23 | 4 | -16/+5 |
* | Merge tag 'edac_fixes_for_3.20' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2015-02-19 | 2 | -5/+14 |
|\ |
|
| * | EDAC, amd64_edac: Prevent OOPS with >16 memory controllers | Daniel J Blueman | 2015-02-17 | 1 | -2/+8 |
| * | sb_edac: Fix detection on SNB machines | Borislav Petkov | 2015-02-09 | 1 | -3/+6 |
* | | EDAC, mv64x60_edac: Fix an error code in probe() | Dan Carpenter | 2015-01-30 | 1 | -1/+2 |
* | | EDAC: edac_mc_sysfs: Make stuff static | Borislav Petkov | 2015-01-30 | 1 | -11/+11 |
* | | EDAC: Fix the leak of mci->bus->name when bus_register fails | Junjie Mao | 2015-01-30 | 1 | -13/+16 |
* | | edac: i5100_edac: Remove unused i5100_recmema_dm_buf_id | Rickard Strandqvist | 2015-01-12 | 1 | -5/+0 |
* | | EDAC, synps: Add EDAC support for zynq ddr ecc controller | Punnaiah Choudary Kalluri | 2015-01-07 | 3 | -0/+543 |