mirror of
https://github.com/torvalds/linux.git
synced 2026-07-07 13:51:29 +02:00
Pull EDAC patches from Mauro Carvalho Chehab:
- the second part of the EDAC rework:
- Add the sysfs nodes that exports the real memory layout, instead
of the fake one (needed to properly represent Intel memory
controllers since 2002)
- convert EDAC MC to use "struct device" instead of creating the
sysfs nodes via the kobj API
- adds a tracepoint to represent memory errors
- some cleanup patches
- some fixes at i5000, i5400 and EDAC core
- a new EDAC driver for Caldera.
* git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac: (33 commits)
edac i5000, i5400: fix pointer math in i5000_get_mc_regs()
edac: allow specifying the error count with fake_inject
edac: add support for Calxeda highbank L2 cache ecc
edac: add support for Calxeda highbank memory controller
edac: create top-level debugfs directory
sb_edac: properly handle error count
i7core_edac: properly handle error count
edac: edac_mc_handle_error(): add an error_count parameter
edac: remove arch-specific parameter for the error handler
amd64_edac: Don't pass driver name as an error parameter
edac_mc: check for allocation failure in edac_mc_alloc()
edac: Increase version to 3.0.0
edac_mc: Cleanup per-dimm_info debug messages
edac: Convert debugfX to edac_dbg(X,
edac: Use more normal debugging macro style
edac: Don't add __func__ or __FILE__ for debugf[0-9] msgs
Edac: Add ABI Documentation for the new device nodes
edac: move documentation ABI to ABI/testing/sysfs-devices-edac
i7core_edac: change the mem allocation scheme to make Documentation/kobject.txt happy
edac: change the mem allocation scheme to make Documentation/kobject.txt happy
...
|
||
|---|---|---|
| .. | ||
| calxeda | ||
| davinci | ||
| exynos | ||
| mrvl | ||
| omap | ||
| samsung | ||
| tegra | ||
| arch_timer.txt | ||
| arm-boards | ||
| armada-370-xp-mpic.txt | ||
| armada-370-xp-timer.txt | ||
| armada-370-xp.txt | ||
| atmel-adc.txt | ||
| atmel-aic.txt | ||
| atmel-at91.txt | ||
| atmel-pmc.txt | ||
| calxeda.txt | ||
| fsl.txt | ||
| gic.txt | ||
| insignal-boards.txt | ||
| l2cc.txt | ||
| lpc32xx-mic.txt | ||
| lpc32xx.txt | ||
| mvebu-system-controller.txt | ||
| olimex.txt | ||
| picoxcell.txt | ||
| pmu.txt | ||
| primecell.txt | ||
| samsung-boards.txt | ||
| sirf.txt | ||
| spear-timer.txt | ||
| spear.txt | ||
| tegra.txt | ||
| twd.txt | ||
| vexpress.txt | ||
| vic.txt | ||
| xilinx.txt | ||