index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
edac
/
i7core_edac.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
i7core_edac: Call pci_dev_put() when alloc_i7core_dev() failed
Hidetoshi Seto
2010-10-24
1
-1
/
+3
*
i7core_edac: Fix error path of i7core_register_mci
Hidetoshi Seto
2010-10-24
1
-5
/
+11
*
i7core_edac: Fix order of lines in i7core_register_mci
Hidetoshi Seto
2010-10-24
1
-11
/
+9
*
i7core_edac: Always do get/put for all devices
Hidetoshi Seto
2010-10-24
1
-13
/
+14
*
i7core_edac: Introduce i7core_pci_ctl_create/release
Hidetoshi Seto
2010-10-24
1
-20
/
+24
*
i7core_edac: Introduce free_i7core_dev
Hidetoshi Seto
2010-10-24
1
-5
/
+9
*
i7core_edac: Introduce alloc_i7core_dev
Hidetoshi Seto
2010-10-24
1
-10
/
+24
*
i7core_edac: Reduce args of i7core_get_onedevice
Hidetoshi Seto
2010-10-24
1
-12
/
+9
*
i7core_edac: Fix the logic in i7core_remove()
Hidetoshi Seto
2010-10-24
1
-2
/
+2
*
i7core_edac: Don't do the legacy PCI probe by default
Mauro Carvalho Chehab
2010-10-24
1
-1
/
+6
*
i7core_edac: don't use a freed mci struct
Mauro Carvalho Chehab
2010-10-24
1
-2
/
+1
*
edac_core: Print debug messages at release calls
Mauro Carvalho Chehab
2010-10-24
1
-0
/
+1
*
i7core_edac: explicitly remove PCI devices from the devices list
Mauro Carvalho Chehab
2010-10-24
1
-4
/
+6
*
i7core_edac: MCE NMI handling should stop first
Mauro Carvalho Chehab
2010-10-24
1
-1
/
+8
*
i7core_edac: Initialize all priv vars before start polling
Mauro Carvalho Chehab
2010-10-24
1
-12
/
+12
*
i7core_edac: Improve debug to seek for register/remove errors
Mauro Carvalho Chehab
2010-10-24
1
-2
/
+9
*
i7core_edac: move #if PAGE_SHIFT to edac_core.h
Mauro Carvalho Chehab
2010-10-24
1
-5
/
+1
*
i7core_edac: Properly mark const static vars as such
Mauro Carvalho Chehab
2010-10-24
1
-40
/
+77
*
i7core_edac: move static vars to the beginning of the file
Mauro Carvalho Chehab
2010-10-24
1
-6
/
+5
*
i7core_edac: Be sure that the edac pci handler will be properly released
Mauro Carvalho Chehab
2010-10-24
1
-15
/
+23
*
i7core_edac: fix panic in udimm sysfs attributes registration
Marcin Slusarz
2010-10-01
1
-0
/
+1
*
quiesce EDAC initialisation on desktop/mobile i7
Daniel J Blueman
2010-07-26
1
-1
/
+1
*
i7core_edac: Avoid doing multiple probes for the same card
Mauro Carvalho Chehab
2010-07-02
1
-5
/
+12
*
i7core_edac: Properly discover the first QPI device
Mauro Carvalho Chehab
2010-07-02
1
-8
/
+28
*
i7core_edac: Better describe the supported devices
Mauro Carvalho Chehab
2010-05-18
1
-2
/
+7
*
Add support for Westmere to i7core_edac driver
Vernon Mauery
2010-05-18
1
-37
/
+80
*
i7core_edac: don't free on success
Tony Luck
2010-05-18
1
-1
/
+2
*
i7core_edac: Add support for X5670
Mauro Carvalho Chehab
2010-05-18
1
-1
/
+6
*
Always call i7core_[ur]dimm_check_mc_ecc_err
Vernon Mauery
2010-05-18
1
-1
/
+2
*
i7core_edac: fix memory leak of i7core_dev
Alexander Beregalov
2010-05-18
1
-1
/
+3
*
EDAC: add __init to i7core_xeon_pci_fixup
Jiri Slaby
2010-05-18
1
-1
/
+1
*
i7core_edac: Fix wrong device id for channel 1 devices
Mauro Carvalho Chehab
2010-05-10
1
-4
/
+4
*
i7core: add support for Lynnfield alternate address
Mauro Carvalho Chehab
2010-05-10
1
-2
/
+11
*
i7core_edac: Add initial support for Lynnfield
Mauro Carvalho Chehab
2010-05-10
1
-2
/
+37
*
edac: fix i7core build
Randy Dunlap
2010-05-10
1
-0
/
+3
*
edac: i7core_edac produces undefined behaviour on 32bit
Alan Cox
2010-05-10
1
-12
/
+12
*
i7core_edac: Use a more generic approach for probing PCI devices
Mauro Carvalho Chehab
2010-05-10
1
-39
/
+40
*
i7core_edac: PCI device is called NONCORE, instead of NOCORE
Mauro Carvalho Chehab
2010-05-10
1
-3
/
+3
*
i7core_edac: Fix ringbuffer maxsize
Mauro Carvalho Chehab
2010-05-10
1
-6
/
+6
*
i7core_edac: First store, then increment
Mauro Carvalho Chehab
2010-05-10
1
-7
/
+6
*
i7core_edac: Better parse "any" addrmask
Mauro Carvalho Chehab
2010-05-10
1
-1
/
+1
*
i7core_edac: Use a lockless ringbuffer
Mauro Carvalho Chehab
2010-05-10
1
-28
/
+55
*
i7core_edac: Convert UDIMM error counters into a proper sysfs group
Mauro Carvalho Chehab
2010-05-10
1
-37
/
+44
*
edac: store/show methods for device groups weren't working
Mauro Carvalho Chehab
2010-05-10
1
-2
/
+8
*
i7core_edac: Add support for sysfs addrmatch group
Mauro Carvalho Chehab
2010-05-10
1
-103
/
+70
*
i7core_edac: Avoid printing a warning when debug is disabled
Mauro Carvalho Chehab
2010-05-10
1
-2
/
+1
*
i7core_edac: We need to use list_for_each_entry_safe to avoid errors
Mauro Carvalho Chehab
2010-05-10
1
-2
/
+3
*
i7core_edac: change remove module strategy
Mauro Carvalho Chehab
2010-05-10
1
-20
/
+35
*
i7core_edac: remove static counter for max sockets
Mauro Carvalho Chehab
2010-05-10
1
-1
/
+0
*
i7core_edac: at remove, don't remove all pci devices at once
Mauro Carvalho Chehab
2010-05-10
1
-17
/
+19
[prev]
[next]