summaryrefslogtreecommitdiffstats
path: root/drivers/edac/edac_device.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'devel'Mauro Carvalho Chehab2012-07-291-25/+22
|\
| * edac: Convert debugfX to edac_dbg(X,Joe Perches2012-06-111-25/+22
| * edac: Don't add __func__ or __FILE__ for debugf[0-9] msgsMauro Carvalho Chehab2012-06-111-14/+14
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edacLinus Torvalds2012-05-291-16/+11
|\|
| * edac: rewrite edac_align_ptr()Mauro Carvalho Chehab2012-05-281-16/+11
* | edac, mips: don't change code that has been removed in edac/mips treeJiri Kosina2012-05-221-1/+1
* | edac: Fix spelling errors.David Mackey2012-04-301-5/+5
|/
* edac: convert sysdev_class to a regular subsystemKay Sievers2011-12-141-1/+0
* edac,rcu: use synchronize_rcu() instead of call_rcu()+rcu_barrier()Lai Jiangshan2011-05-261-18/+6
* Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* edac: core: remove completion-wait for complete with rcu_barrierJesper Dangaard Brouer2009-09-241-4/+1
* edac: add edac_device_alloc_index()Harry Ciao2009-06-181-0/+14
* edac: use to_delayed_work()Jean Delvare2009-04-131-1/+1
* edac: struct device: replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-061-1/+1
* edac: fix edac core deadlock when removing a deviceHarry Ciao2008-12-231-3/+9
* dev_name introduction fall out fixStephen Rothwell2008-05-051-3/+3
* edac: remove unneeded functions and add static accessorAdrian Bunk2008-04-291-31/+0
* edac: use the shorter LIST_HEAD for brevityRobert P. J. Day2008-04-291-1/+1
* drivers-edac: use round_jiffies_relativeAnton Blanchard2008-02-071-2/+2
* drivers-edac: turn on edac device error loggingDoug Thompson2008-02-071-0/+4
* drivers/edac: fix edac_device sysfs corner case bugDoug Thompson2007-07-191-14/+30
* drivers/edac: fix workq reset deadlockDoug Thompson2007-07-191-9/+47
* drivers/edac: fix edac_device sysfs completion codeDouglas Thompson2007-07-191-9/+28
* drivers/edac: fix edac_device init apisDoug Thompson2007-07-191-4/+4
* drivers/edac: fix leaf sysfs attributeDouglas Thompson2007-07-191-31/+63
* drivers/edac: fix edac_device semaphore to mutexDoug Thompson2007-07-191-11/+11
* drivers/edac: mod edac_opt_state_to_string functionDouglas Thompson2007-07-191-1/+1
* drivers/edac: mod edac_align_ptr functionDouglas Thompson2007-07-191-6/+3
* drivers/edac: edac_device code tidyingDouglas Thompson2007-07-191-51/+54
* drivers/edac: cleanup spaces-gotos after Lindent messupDouglas Thompson2007-07-191-54/+56
* drivers/edac: device output clenaupDouglas Thompson2007-07-191-4/+4
* drivers/edac: cleanup workq ifdefsDouglas Thompson2007-07-191-11/+0
* drivers/edac: core Lindent cleanupDouglas Thompson2007-07-191-94/+92
* drivers/edac: updated PCI monitoringDave Jiang2007-07-191-22/+1
* drivers/edac: mod MC to use workq instead of kthreadDave Jiang2007-07-191-16/+20
* drivers/edac: add dev_name getter functionDave Jiang2007-07-191-3/+3
* drivers/edac: add edac_device classDouglas Thompson2007-07-191-0/+669