index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
edac
Age
Commit message (
Expand
)
Author
Files
Lines
2010-05-10
i7core_edac: Use Device 3 function 2 to report errors with RDIMM's
Mauro Carvalho Chehab
1
-30
/
+178
2010-05-10
i7core_edac: Fix ecc enable shift
Keith Mannthey
1
-1
/
+1
2010-05-10
i7core_edac: Print an error message if pci register fails
Mauro Carvalho Chehab
1
-1
/
+7
2010-05-10
i7core_edac: CodingSyle fixes/cleanups
Mauro Carvalho Chehab
1
-27
/
+23
2010-05-10
i7core_edac: fix error injection
Mauro Carvalho Chehab
1
-15
/
+12
2010-05-10
i7core_edac: fix error codes for sysfs error injection interface
Mauro Carvalho Chehab
1
-4
/
+4
2010-05-10
i7core_edac: some fixes at error injection code
Mauro Carvalho Chehab
1
-53
/
+51
2010-05-10
i7core_edac: Some cleanups at displayed info
Mauro Carvalho Chehab
1
-12
/
+9
2010-05-10
i7core: remove some uneeded noisy debug messages
Mauro Carvalho Chehab
1
-4
/
+0
2010-05-10
i7core: add socket info at the debug msg
Mauro Carvalho Chehab
1
-2
/
+2
2010-05-10
i7core: better document i7core_get_active_channels()
Mauro Carvalho Chehab
1
-1
/
+17
2010-05-10
i7core: fix get_devices routine for Xeon55xx
Mauro Carvalho Chehab
1
-78
/
+108
2010-05-10
i7core: enrich error information based on memory transaction type
Mauro Carvalho Chehab
1
-5
/
+27
2010-05-10
i7core: check if the memory error is fatal or non-fatal
Mauro Carvalho Chehab
1
-3
/
+13
2010-05-10
i7core: fix probing on Xeon55xx
Mauro Carvalho Chehab
1
-3
/
+20
2010-05-10
i7core_edac: some fixes at memory error parser
Mauro Carvalho Chehab
1
-8
/
+14
2010-05-10
i7core_edac: decode mcelog error and send it via edac interface
Mauro Carvalho Chehab
1
-22
/
+70
2010-05-10
i7core_edac: maps all sockets as if ther are one MC controller
Mauro Carvalho Chehab
1
-6
/
+7
2010-05-10
i7core_edac: add support for more than one MC socket
Mauro Carvalho Chehab
1
-113
/
+213
2010-05-10
i7core_edac: Add a code to probe Xeon 55xx bus
Mauro Carvalho Chehab
1
-4
/
+13
2010-05-10
i7core_edac: Adds write unlock to MC registers
Mauro Carvalho Chehab
1
-3
/
+27
2010-05-10
i7core_edac: Add edac_mce glue
Mauro Carvalho Chehab
2
-6
/
+116
2010-05-10
edac/Kconfig: edac_mce can't be module
Mauro Carvalho Chehab
1
-1
/
+1
2010-05-10
edac_mce: Add an interface driver to report mce errors via edac
Mauro Carvalho Chehab
3
-1
/
+66
2010-05-10
i7core_edac: CodingStyle fixes
Mauro Carvalho Chehab
1
-27
/
+32
2010-05-10
i7core_edac: fill csrows edac sysfs info
Mauro Carvalho Chehab
1
-16
/
+50
2010-05-10
i7core_edac: Memory info fixes and preparation for properly filling cswrow data
Mauro Carvalho Chehab
1
-9
/
+19
2010-05-10
i7core_edac: Get more info about the memory DIMMs
Mauro Carvalho Chehab
1
-63
/
+107
2010-05-10
i7core_edac: Add more information about each active dimm
Mauro Carvalho Chehab
1
-13
/
+30
2010-05-10
i7core_edac: Improve error handling
Mauro Carvalho Chehab
1
-11
/
+21
2010-05-10
i7core_edac: Properly fill struct csrow_info
Mauro Carvalho Chehab
1
-10
/
+38
2010-05-10
i7core_edac: Add additional tests for error detection
Mauro Carvalho Chehab
1
-60
/
+139
2010-05-10
i7core_edac: Add a memory check routine, based on device 3 function 4
Mauro Carvalho Chehab
1
-7
/
+108
2010-05-10
i7core_edac: need mci->edac_check, otherwise module removal doesn't work
Mauro Carvalho Chehab
1
-4
/
+16
2010-05-10
i7core_edac: A few fixes at error injection code
Mauro Carvalho Chehab
1
-15
/
+55
2010-05-10
i7core_edac: Show read/write virtual/physical channel association
Mauro Carvalho Chehab
1
-6
/
+27
2010-05-10
i7core_edac: Registers all supported MC functions
Mauro Carvalho Chehab
1
-86
/
+131
2010-05-10
i7core_edac: Add more status functions to EDAC driver
Mauro Carvalho Chehab
1
-19
/
+95
2010-05-10
i7core_edac: Add error insertion code for Nehalem
Mauro Carvalho Chehab
1
-8
/
+419
2010-05-10
i7core_edac: Add an EDAC memory controller driver for Nehalem chipsets
Mauro Carvalho Chehab
3
-0
/
+470
2010-04-30
edac, mce: Fix wrong mask and macro usage
Borislav Petkov
1
-3
/
+2
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
19
-15
/
+6
2010-03-22
edac, mce: Filter out invalid values
Borislav Petkov
1
-1
/
+6
2010-03-13
edac: e752x: add dram scrubbing support
Peter Tyser
1
-0
/
+107
2010-03-13
edac: e752x fsb ecc
Konstantin Olifer
1
-8
/
+2
2010-03-13
edac: mpc85xx use resource_size instead of raw math
H Hartley Sweeten
1
-4
/
+3
2010-03-13
edac: mpc85xx improve SDRAM error reporting
Peter Tyser
1
-8
/
+138
2010-03-13
edac: mpc85xx mask ecc syndrome correctly
Peter Tyser
2
-1
/
+14
2010-03-08
Driver core: Constify struct sysfs_ops in struct kobj_type
Emese Revfy
3
-7
/
+7
2010-03-03
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp
Linus Torvalds
2
-19
/
+21
[prev]
[next]