| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2014-01-20 | 2 | -1/+24 |
|\ |
|
| * | Merge tag 'ras_for_3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/... | Ingo Molnar | 2013-12-16 | 2 | -1/+24 |
| |\ |
|
| | * | EDAC, sb_edac: Modify H/W event reporting policy | Chen, Gong | 2013-12-11 | 1 | -1/+5 |
| | * | EDAC: Add an edac_report parameter to EDAC | Chen, Gong | 2013-12-11 | 1 | -0/+19 |
* | | | Merge tag 'edac_for_3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp | Linus Torvalds | 2014-01-20 | 22 | -104/+181 |
|\ \ \
| |/ /
|/| | |
|
| * | | EDAC: Don't try to cancel workqueue when it's never setup | Stephen Boyd | 2014-01-10 | 1 | -0/+3 |
| * | | e752x_edac: Fix pci_dev usage count | Aristeu Rozanski | 2013-12-21 | 1 | -1/+3 |
| * | | sb_edac: Mark get_mci_for_node_id as static | Rashika Kheria | 2013-12-15 | 1 | -1/+1 |
| * | | EDAC: Mark edac_create_debug_nodes as static | Rashika Kheria | 2013-12-15 | 1 | -1/+1 |
| * | | amd64_edac: Remove "amd64" prefix from static functions | Borislav Petkov | 2013-12-15 | 1 | -62/+56 |
| * | | amd64_edac: Simplify code around decode_bus_error | Borislav Petkov | 2013-12-15 | 1 | -9/+4 |
| * | | amd64_edac: Mark amd64_decode_bus_error as static | Rashika Kheria | 2013-12-15 | 1 | -1/+1 |
| * | | EDAC: Remove DEFINE_PCI_DEVICE_TABLE macro | Jingoo Han | 2013-12-06 | 18 | -18/+18 |
| * | | amd64_edac: Fix condition to verify max channels allowed for F15 M30h | Aravind Gopalakrishnan | 2013-12-06 | 1 | -1/+1 |
| * | | edac/85xx: Add PCIe error interrupt edac support | Chunhe Lan | 2013-11-25 | 2 | -11/+94 |
| |/ |
|
* | | sb_edac: Shut up compiler warning when EDAC_DEBUG is enabled | Aristeu Rozanski | 2013-11-30 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mc... | Linus Torvalds | 2013-11-18 | 2 | -129/+465 |
|\ |
|
| * | cell_edac: fix missing of_node_put | Libo Chen | 2013-11-14 | 1 | -0/+1 |
| * | sb_edac: add support for Ivy Bridge | Aristeu Rozanski | 2013-11-14 | 1 | -70/+376 |
| * | sb_edac: avoid decoding the same error multiple times | Aristeu Rozanski | 2013-11-14 | 1 | -0/+4 |
| * | sb_edac: rename mci_bind_devs() | Aristeu Rozanski | 2013-11-14 | 1 | -3/+3 |
| * | sb_edac: enable multiple PCI id tables to be used | Aristeu Rozanski | 2013-11-14 | 1 | -9/+13 |
| * | sb_edac: rework sad_pkg | Aristeu Rozanski | 2013-11-14 | 1 | -36/+30 |
| * | sb_edac: allow different interleave lists | Aristeu Rozanski | 2013-11-14 | 1 | -5/+8 |
| * | sb_edac: allow different dram_rule arrays | Aristeu Rozanski | 2013-11-14 | 1 | -11/+14 |
| * | sb_edac: isolate TOHM retrieval | Aristeu Rozanski | 2013-11-14 | 1 | -3/+11 |
| * | sb_edac: rename pci_br | Aristeu Rozanski | 2013-11-14 | 1 | -4/+4 |
| * | sb_edac: isolate TOLM retrieval | Aristeu Rozanski | 2013-11-14 | 1 | -4/+13 |
| * | sb_edac: make RANK_CFG_A value part of sbridge_info | Aristeu Rozanski | 2013-11-14 | 1 | -2/+6 |
* | | Merge tag 'edac_for_3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp | Linus Torvalds | 2013-11-18 | 6 | -125/+128 |
|\ \ |
|
| * | | edac/85xx: Remove mpc85xx_pci_err_remove | Johannes Thumshirn | 2013-11-17 | 1 | -22/+0 |
| * | | edac, highbank: Moving error injection to sysfs for edac | Robert Richter | 2013-11-04 | 1 | -35/+20 |
| * | | edac: Unify reporting of device info for device, mc and pci | Robert Richter | 2013-11-04 | 3 | -13/+10 |
| * | | edac, highbank: Improve and unify naming | Robert Richter | 2013-11-04 | 2 | -9/+13 |
| * | | edac, highbank: Add Calxeda ECX-2000 support | Robert Richter | 2013-11-04 | 1 | -35/+70 |
| * | | edac, highbank: Fix interrupt setup of mem and l2 controller | Robert Richter | 2013-11-04 | 2 | -16/+20 |
| |/ |
|
* | | Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2013-11-12 | 1 | -0/+1 |
|\ \ |
|
| * | | drivers: clean-up prom.h implicit includes | Rob Herring | 2013-10-09 | 1 | -0/+1 |
| |/ |
|
* | | EDAC, GHES: Update ghes error record info | Chen, Gong | 2013-10-23 | 1 | -0/+11 |
* | | ACPI, APEI, CPER: Add UEFI 2.4 support for memory error | Chen, Gong | 2013-10-23 | 1 | -3/+2 |
* | | bitops: Introduce a more generic BITMASK macro | Chen, Gong | 2013-10-21 | 3 | -31/+25 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile | Linus Torvalds | 2013-09-06 | 1 | -1/+0 |
|\ |
|
| * | edac: Remove redundant platform_set_drvdata() | Sachin Kamat | 2013-07-17 | 1 | -1/+0 |
* | | amd64_edac: Fix incorrect wraparounds | Aravind Gopalakrishnan | 2013-08-27 | 1 | -5/+6 |
* | | amd64_edac: Correct erratum 505 range | Borislav Petkov | 2013-08-27 | 1 | -4/+4 |
* | | Merge tag 'edac_for_3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bp... | Ingo Molnar | 2013-08-15 | 5 | -8/+15 |
|\ \ |
|
| * | | cpc925_edac: Use proper array termination | Jingoo Han | 2013-08-14 | 1 | -1/+1 |
| * | | x38_edac: Make a local function static | Jingoo Han | 2013-08-09 | 1 | -2/+1 |
| * | | i3200_edac: Make a local function static | Jingoo Han | 2013-08-09 | 1 | -2/+1 |
| * | | amd64_edac: Fix single-channel setups | Borislav Petkov | 2013-07-29 | 1 | -1/+8 |