index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
edac
Commit message (
Expand
)
Author
Age
Files
Lines
*
EDAC: Fixup scrubrate manipulation
Borislav Petkov
2011-01-07
7
-63
/
+52
*
amd64_edac: Remove two-stage initialization
Borislav Petkov
2011-01-07
1
-100
/
+68
*
amd64_edac: Check ECC capabilities initially
Borislav Petkov
2011-01-07
1
-66
/
+75
*
amd64_edac: Carve out ECC-related hw settings
Borislav Petkov
2011-01-07
2
-24
/
+49
*
amd64_edac: Remove PCI ECS enabling functions
Borislav Petkov
2011-01-07
2
-59
/
+0
*
amd64_edac: Remove explicit Kconfig PCI dependency
Borislav Petkov
2011-01-07
1
-4
/
+4
*
amd64_edac: Allocate driver instances dynamically
Borislav Petkov
2011-01-07
2
-18
/
+29
*
amd64_edac: Rework printk macros
Borislav Petkov
2011-01-07
5
-107
/
+87
*
amd64_edac: Rename CPU PCI devices
Borislav Petkov
2011-01-07
3
-95
/
+77
*
amd64_edac: Concentrate per-family init even more
Borislav Petkov
2011-01-07
2
-29
/
+17
*
amd64_edac: Cleanup the CPU PCI device reservation
Borislav Petkov
2011-01-07
1
-30
/
+12
*
amd64_edac: Simplify CPU family detection
Borislav Petkov
2011-01-07
2
-32
/
+32
*
amd64_edac: Add per-family init function
Borislav Petkov
2011-01-07
2
-19
/
+28
*
amd64_edac: Use cached extended CPU model
Borislav Petkov
2011-01-07
1
-3
/
+2
*
amd64_edac: Remove F11h support
Borislav Petkov
2011-01-07
2
-49
/
+3
*
Merge branch 'x86-amd-nb-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2011-01-06
1
-2
/
+2
|
\
|
*
x86, amd-nb: Cleanup AMD northbridge caching code
Hans Rosenfeld
2010-11-18
1
-2
/
+2
|
*
x86, amd-nb: Complete the rename of AMD NB and related code
Hans Rosenfeld
2010-11-18
1
-2
/
+2
*
|
amd64_edac: Fix interleaving check
Borislav Petkov
2010-12-08
1
-1
/
+1
*
|
EDAC: Correct MiB_TO_PAGES() macro
Andrei Konovalov
2010-12-08
1
-3
/
+3
*
|
EDAC: Fix workqueue-related crashes
Borislav Petkov
2010-12-08
1
-4
/
+6
*
|
EDAC, MCE: Fix edac_init_mce_inject error handling
Axel Lin
2010-11-22
1
-1
/
+1
*
|
EDAC: Remove deprecated kbuild goal definitions
Tracey Dent
2010-11-22
1
-4
/
+4
|
/
*
Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...
Linus Torvalds
2010-10-26
4
-224
/
+313
|
\
|
*
i7core_edac: return -ENODEV when devices were already probed
Mauro Carvalho Chehab
2010-10-24
1
-1
/
+1
|
*
i7core_edac: properly terminate pci_dev_table
Mauro Carvalho Chehab
2010-10-24
1
-4
/
+5
|
*
i7core_edac: Avoid PCI refcount to reach zero on successive load/reload
Mauro Carvalho Chehab
2010-10-24
1
-0
/
+7
|
*
i7core_edac: Fix refcount error at PCI devices
Mauro Carvalho Chehab
2010-10-24
1
-35
/
+2
|
*
i7core_edac: it is safe to i7core_unregister_mci() when mci=NULL
Mauro Carvalho Chehab
2010-10-24
1
-8
/
+5
|
*
i7core_edac: Fix an oops at i7core probe
Mauro Carvalho Chehab
2010-10-24
1
-4
/
+4
|
*
i7core_edac: Remove unused member channels in i7core_pvt
Hidetoshi Seto
2010-10-24
1
-2
/
+0
|
*
i7core_edac: Remove unused arg csrow from get_dimm_config
Hidetoshi Seto
2010-10-24
1
-7
/
+7
|
*
i7core_edac: Reduce args of i7core_register_mci
Hidetoshi Seto
2010-10-24
1
-15
/
+9
|
*
i7core_edac: Introduce i7core_unregister_mci
Hidetoshi Seto
2010-10-24
1
-32
/
+44
|
*
i7core_edac: Use saved pointers
Hidetoshi Seto
2010-10-24
1
-3
/
+2
|
*
i7core_edac: Check probe counter in i7core_remove
Hidetoshi Seto
2010-10-24
1
-0
/
+6
|
*
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
3
-5
/
+4
|
*
edac_core: Print debug messages at release calls
Mauro Carvalho Chehab
2010-10-24
3
-0
/
+5
|
*
edac_core: Don't let free(mci) happen while using it
Mauro Carvalho Chehab
2010-10-24
1
-2
/
+0
|
*
edac_core: Do a better job with node removal
Mauro Carvalho Chehab
2010-10-24
2
-29
/
+43
[next]