aboutsummaryrefslogtreecommitdiff
path: root/drivers/edac/edac_device.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-29Merge branch 'devel'Gravatar Mauro Carvalho Chehab 1-25/+22
2012-06-11edac: Convert debugfX to edac_dbg(X,Gravatar Joe Perches 1-25/+22
2012-06-11edac: Don't add __func__ or __FILE__ for debugf[0-9] msgsGravatar Mauro Carvalho Chehab 1-14/+14
2012-05-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edacGravatar Linus Torvalds 1-16/+11
2012-05-28edac: rewrite edac_align_ptr()Gravatar Mauro Carvalho Chehab 1-16/+11
2012-05-22edac, mips: don't change code that has been removed in edac/mips treeGravatar Jiri Kosina 1-1/+1
2012-04-30edac: Fix spelling errors.Gravatar David Mackey 1-5/+5
2011-12-14edac: convert sysdev_class to a regular subsystemGravatar Kay Sievers 1-1/+0
2011-05-26edac,rcu: use synchronize_rcu() instead of call_rcu()+rcu_barrier()Gravatar Lai Jiangshan 1-18/+6
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-2/+2
2009-09-24edac: core: remove completion-wait for complete with rcu_barrierGravatar Jesper Dangaard Brouer 1-4/+1
2009-06-18edac: add edac_device_alloc_index()Gravatar Harry Ciao 1-0/+14
2009-04-13edac: use to_delayed_work()Gravatar Jean Delvare 1-1/+1
2009-01-06edac: struct device: replace bus_id with dev_name(), dev_set_name()Gravatar Kay Sievers 1-1/+1
2008-12-23edac: fix edac core deadlock when removing a deviceGravatar Harry Ciao 1-3/+9
2008-05-05dev_name introduction fall out fixGravatar Stephen Rothwell 1-3/+3
2008-04-29edac: remove unneeded functions and add static accessorGravatar Adrian Bunk 1-31/+0
2008-04-29edac: use the shorter LIST_HEAD for brevityGravatar Robert P. J. Day 1-1/+1
2008-02-07drivers-edac: use round_jiffies_relativeGravatar Anton Blanchard 1-2/+2
2008-02-07drivers-edac: turn on edac device error loggingGravatar Doug Thompson 1-0/+4
2007-07-19drivers/edac: fix edac_device sysfs corner case bugGravatar Doug Thompson 1-14/+30
2007-07-19drivers/edac: fix workq reset deadlockGravatar Doug Thompson 1-9/+47
2007-07-19drivers/edac: fix edac_device sysfs completion codeGravatar Douglas Thompson 1-9/+28
2007-07-19drivers/edac: fix edac_device init apisGravatar Doug Thompson 1-4/+4
2007-07-19drivers/edac: fix leaf sysfs attributeGravatar Douglas Thompson 1-31/+63
2007-07-19drivers/edac: fix edac_device semaphore to mutexGravatar Doug Thompson 1-11/+11
2007-07-19drivers/edac: mod edac_opt_state_to_string functionGravatar Douglas Thompson 1-1/+1
2007-07-19drivers/edac: mod edac_align_ptr functionGravatar Douglas Thompson 1-6/+3
2007-07-19drivers/edac: edac_device code tidyingGravatar Douglas Thompson 1-51/+54
2007-07-19drivers/edac: cleanup spaces-gotos after Lindent messupGravatar Douglas Thompson 1-54/+56
2007-07-19drivers/edac: device output clenaupGravatar Douglas Thompson 1-4/+4
2007-07-19drivers/edac: cleanup workq ifdefsGravatar Douglas Thompson 1-11/+0
2007-07-19drivers/edac: core Lindent cleanupGravatar Douglas Thompson 1-94/+92
2007-07-19drivers/edac: updated PCI monitoringGravatar Dave Jiang 1-22/+1
2007-07-19drivers/edac: mod MC to use workq instead of kthreadGravatar Dave Jiang 1-16/+20
2007-07-19drivers/edac: add dev_name getter functionGravatar Dave Jiang 1-3/+3
2007-07-19drivers/edac: add edac_device classGravatar Douglas Thompson 1-0/+669