Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
c2bac1606a937d4700f8fdd8e051a4c49593c41b
/
drivers
/
edac
8375d49
edac: driver for i5400 MCH (update)
by Mauro Carvalho Chehab
· 16 years ago
920c8df
edac: driver for i5400 MCH (Seaburg)
by Mauro Carvalho Chehab
· 16 years ago
29d6cf2
edac: fix mpc85xx and add mpc8536 mpc8560
by Kumar Gala
· 16 years ago
281efb1
edac: struct device: replace bus_id with dev_name(), dev_set_name()
by Kay Sievers
· 16 years ago
1dca00bd
pci: use pci_ioremap_bar() in drivers/edac
by Arjan van de Ven
· 16 years ago
3c92ec8
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc
by Linus Torvalds
· 16 years ago
d519c8d
edac: fix edac core deadlock when removing a device
by Harry Ciao
· 16 years ago
def434c
powerpc/cell: add QPACE as a separate Cell platform
by Benjamin Krill
· 16 years ago
09a8126
i82875p_edac: fix module remove
by Jarkko Lavinen
· 16 years ago
307d114
i82875p_edac: fix overflow device resource setup
by Jarkko Lavinen
· 16 years ago
f0f7e0d
i5000-edac: hold reference to mci kobject
by Darrick J. Wong
· 16 years ago
992b692
edac: fix enabling of polling cell module
by Benjamin Herrenschmidt
· 16 years ago
df8bc08c
edac x38: new MC driver module
by Hitoshi Mitake
· 16 years ago
3b274f4
edac cell: fix incorrect edac_mode
by Benjamin Herrenschmidt
· 16 years ago
8360e81
edac i5000: fix thermal issues
by Aristeu Rozanski
· 16 years ago
c066740
edac i5000: fix error messages
by Aristeu Rozanski
· 16 years ago
60be755
edac mpc85xx: add support for mpc8572
by Andrew Kilkenny
· 16 years ago
53a2fe5
edac: make i82443bxgx_edac coexist with intel_agp
by Vladislav Bogdanov
· 16 years ago
7a8fc9b
removed unused #include <linux/version.h>'s
by Adrian Bunk
· 16 years ago
f87bd33
edac: mpc85xx fix pci ofdev 2nd pass
by Dave Jiang
· 16 years ago
fcb1917
edac: mv64x60 add pci fixup
by Dave Jiang
· 16 years ago
596d394
edac: mv64x60 fix get_property
by Dave Jiang
· 16 years ago
10d33e9
edac: e752x fix too loud on nonmemory errors
by Doug Thompson
· 16 years ago
124682c
edac: core fix added newline to sysfs dimm labels
by Arthur Jones
· 16 years ago
f9fc82a
edac: core fix static to dynamic kset
by Arthur Jones
· 16 years ago
327dafb
edac: core fix redundant sysfs controls to parameters
by Arthur Jones
· 16 years ago
096846e
edac: core fix workq timer
by Arthur Jones
· 16 years ago
14cc571
edac: core fix to use dynamic kobject
by Arthur Jones
· 16 years ago
b238e57
edac: i5100: cleanup
by Arthur Jones
· 16 years ago
178d5a7
edac: i5100 fix unmask ecc bits
by Arthur Jones
· 16 years ago
43920a5
edac: i5100 fix enable ecc hardware
by Arthur Jones
· 16 years ago
f7952ff
edac: i5100 fix missing bits
by Arthur Jones
· 16 years ago
8f421c59
edac: i5100 new intel chipset driver
by Arthur Jones
· 16 years ago
c134fd8
powerpc/cell/edac: Log a syndrome code in case of correctable error
by Maxim Shchetynin
· 16 years ago
f99c900
edac: mpc85xx: fix building as a module
by Kumar Gala
· 16 years ago
17aa7e0
dev_name introduction fall out fix
by Stephen Rothwell
· 17 years ago
a94a630
pasemi_edac needs to include linux/edac.h
by Stephen Rothwell
· 17 years ago
c3c52bc
edac: fix module initialization on several modules 2nd time
by Hitoshi Mitake
· 17 years ago
1a45027
edac: remove unneeded functions and add static accessor
by Adrian Bunk
· 17 years ago
ff6ac2a
edac: use the shorter LIST_HEAD for brevity
by Robert P. J. Day
· 17 years ago
94ee1cf
edac: add e752x parameter for sysbus_parity selection
by Peter Tyser
· 17 years ago
5135b79
edac: new support for Intel 3100 chipset
by Andrei Konovalov
· 17 years ago
870897a
drivers/edac/i3000: document type promotion
by Jason Uhlenkott
· 17 years ago
7ed31e0
drivers/edac: i3000: missing init code
by Hitoshi Mitake
· 17 years ago
cd4755c
drivers/edac: mpc85xx: add static scope
by Doug Thompson
· 17 years ago
f5c0454
drivers/edac: i3000: 64bit build
by Jason Uhlenkott
· 17 years ago
6b09ff9
drivers/edac: pci: broken parity regression
by Bryan Boatright
· 17 years ago
4f4aeea
drivers-edac: add marvell mv64x60 driver
by Dave Jiang
· 17 years ago
a9a753d
drivers-edac: add freescale mpc85xx driver
by Dave Jiang
· 17 years ago
4d2b165
drivers-edac: i3000 replace macros with functions
by Jason Uhlenkott
· 17 years ago
ce783d7
drivers-edac: i3000 code tidying
by Jason Uhlenkott
· 17 years ago
48764e4
drivers-edac: add Cell MC driver
by Benjamin Herrenschmidt
· 17 years ago
1d5f726
drivers-edac: add Cell XDR memory types
by Benjamin Herrenschmidt
· 17 years ago
c2ae24c
drivers-edac: use round_jiffies_relative
by Anton Blanchard
· 17 years ago
56e61a9
drivers-edac: turn on edac device error logging
by Doug Thompson
· 17 years ago
6f042b5
drivers/edac/: Spelling fixes
by Joe Perches
· 17 years ago
bd45ac0
Merge branch 'linux-2.6'
by Paul Mackerras
· 17 years ago
af5ca3f
Driver core: change sysdev classes to use dynamic kobject names
by Kay Sievers
· 17 years ago
c10997f
Kobject: convert drivers/* from kobject_unregister() to kobject_put()
by Greg Kroah-Hartman
· 17 years ago
b2ed215
Kobject: change drivers/edac to use kobject_init_and_add
by Greg Kroah-Hartman
· 17 years ago
3514fac
kobject: remove struct kobj_type from struct kset
by Greg Kroah-Hartman
· 17 years ago
0d08a84
[POWERPC] pasemi: Broaden specific references to 1682M
by Olof Johansson
· 17 years ago
57510c2
i5000_edac: no need to __stringify() KBUILD_BASENAME
by Darrick J. Wong
· 17 years ago
1b3e4c7
NULL terminate the pci_device_ids in pasemi_edac
by Stephen Rothwell
· 17 years ago
93043ec
define global BIT macro
by Jiri Slaby
· 17 years ago
34980ca
Drivers: clean up direct setting of the name of a kset
by Greg Kroah-Hartman
· 17 years ago
f9b5a5d
drivers/edac: fix e752x correct return code
by Aristeu Rozanski
· 17 years ago
3c8bb2c
drivers/edac: fix printk level down to debug from emerg
by Doug Thompson
· 17 years ago
ddcc305
drivers/edac: fix pasemi kconfig depends
by Doug Thompson
· 17 years ago
d4c1465
drivers/edac: fix edac_pci sysfs
by Doug Thompson
· 17 years ago
bce1968
drivers/edac: fix reset edac_mc pollmsec
by Doug Thompson
· 17 years ago
4c6a1c1
edac is bust on mips
by Andrew Morton
· 17 years ago
0bd8496
drivers/ misc __iomem annotations
by Al Viro
· 17 years ago
b2a4ac0
drivers/edac: fix edac_device sysfs corner case bug
by Doug Thompson
· 17 years ago
420390f
drivers/edac: new i82975x driver
by Ranganathan Desikan
· 17 years ago
bf52fa4
drivers/edac: fix workq reset deadlock
by Doug Thompson
· 17 years ago
fb3fb20
drivers/edac: code tidying on export-gpl
by Doug Thompson
· 17 years ago
1c3631f
drivers/edac: fix edac_device sysfs completion code
by Douglas Thompson
· 17 years ago
8096cfa
drivers/edac: fix edac_mc sysfs completion code
by Doug Thompson
· 17 years ago
d45e782
drivers/edac: fix edac_device init apis
by Doug Thompson
· 17 years ago
b8f6f97
drivers/edac: fix edac_mc init apis
by Doug Thompson
· 17 years ago
fd309a9d
drivers/edac: fix leaf sysfs attribute
by Douglas Thompson
· 17 years ago
7d8536f
drivers/edac: new pasemi driver
by Egor Martovetsky
· 17 years ago
7297c26
drivers/edac: fix e752x reversed csrows
by Mark Grondona
· 17 years ago
0ca8476
drivers/edac: fix edac_device semaphore to mutex
by Doug Thompson
· 17 years ago
7f065e7
drivers/edac: remove file edac_mc.h
by Douglas Thompson
· 17 years ago
494d0d5
drivers/edac: mod edac_opt_state_to_string function
by Douglas Thompson
· 17 years ago
7391c6d
drivers/edac: mod edac_align_ptr function
by Douglas Thompson
· 17 years ago
52490c8
drivers/edac: edac_device code tidying
by Douglas Thompson
· 17 years ago
b2ccaec
drivers/edac: i5000 code tidying
by Douglas Thompson
· 17 years ago
f044091
drivers/edac: remove null from statics
by Douglas Thompson
· 17 years ago
977c76b
drivers/edac: i5000 define typo
by Marisuz Kozlowski
· 17 years ago
1c52152
drivers/edac: fix ignored return i82875p
by Douglas Thompson
· 17 years ago
654ede2
drivers/edac: mod race fix i82875p
by Jason Uhlenkott
· 17 years ago
b113a3f
drivers/edac: add mips and ppc visibility
by Douglas Thompson
· 17 years ago
052dfb4
drivers/edac: cleanup spaces-gotos after Lindent messup
by Douglas Thompson
· 17 years ago
8cb2a39
drivers/edac: add info kconfig
by Douglas Thompson
· 17 years ago
d391a7b
drivers/edac: device output clenaup
by Douglas Thompson
· 17 years ago
42a8e39
drivers/edac: add device sysfs attributes
by Douglas Thompson
· 17 years ago
456a2f9
drivers/edac: drivers to use new PCI operation
by Dave Jiang
· 17 years ago
Next »