aboutsummaryrefslogtreecommitdiff
path: root/drivers/edac/edac_pci_sysfs.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-18Merge tag 'driver-core-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2024-01-04EDAC: constantify the struct bus_type usageGravatar Greg Kroah-Hartman 1-1/+1
2023-11-24EDAC/pci_sysfs: Use PCI_HEADER_TYPE_MASK instead of literalsGravatar Ilpo Järvinen 1-2/+2
2023-03-22EDAC/sysfs: move to use bus_get_dev_root()Gravatar Greg Kroah-Hartman 1-5/+9
2022-01-23EDAC: Use default_groups in kobj_typeGravatar Greg Kroah-Hartman 1-4/+6
2022-01-23EDAC: Use proper list of struct attribute for attributesGravatar Greg Kroah-Hartman 1-12/+12
2020-06-17EDAC: Fix reference count leaksGravatar Qiushi Wu 1-1/+1
2016-12-15edac: move documentation from edac_pci*.c to edac_pci.hGravatar Mauro Carvalho Chehab 1-11/+0
2016-12-15edac: move EDAC PCI definitions to drivers/edac/edac_pci.hGravatar Mauro Carvalho Chehab 1-1/+1
2015-12-11EDAC: Remove edac_get_sysfs_subsys() error handlingGravatar Borislav Petkov 1-9/+1
2015-12-11EDAC: Rip out the edac_subsys reference countingGravatar Borislav Petkov 1-5/+1
2014-11-11EDAC, pci_sysfs: remove unneccessary ifdef around entire fileGravatar Andreas Ruprecht 1-5/+0
2013-02-20Merge tag 'v3.8-rc7' into nextGravatar Mauro Carvalho Chehab 1-1/+1
2013-01-30EDAC: Test correct variable in ->store functionGravatar Dan Carpenter 1-1/+1
2012-12-21i7core_edac: fix kernel crash on unloading i7core_edac.Gravatar Lans Zhang 1-1/+1
2012-12-04EDAC, pci_sysfs: Use for_each_pci_dev to simplify the codeGravatar Wei Yongjun 1-8/+4
2012-06-11edac: Convert debugfX to edac_dbg(X,Gravatar Joe Perches 1-24/+24
2012-06-11edac: Don't add __func__ or __FILE__ for debugf[0-9] msgsGravatar Mauro Carvalho Chehab 1-19/+18
2011-12-14edac: convert sysdev_class to a regular subsystemGravatar Kay Sievers 1-8/+8
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-2/+2
2010-10-21EDAC: Export edac sysfs class to users.Gravatar Borislav Petkov 1-3/+7
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeGravatar Emese Revfy 1-2/+2
2009-12-24edac, pci: remove pesky debug printkGravatar Borislav Petkov 1-2/+0
2009-01-06edac: struct device: replace bus_id with dev_name(), dev_set_name()Gravatar Kay Sievers 1-3/+3
2008-07-25edac: core fix to use dynamic kobjectGravatar Arthur Jones 1-9/+21
2008-04-29edac: remove unneeded functions and add static accessorGravatar Adrian Bunk 1-5/+6
2008-02-07drivers/edac: pci: broken parity regressionGravatar Bryan Boatright 1-4/+8
2008-01-24Kobject: convert drivers/* from kobject_unregister() to kobject_put()Gravatar Greg Kroah-Hartman 1-3/+3
2008-01-24Kobject: change drivers/edac to use kobject_init_and_addGravatar Greg Kroah-Hartman 1-21/+8
2007-07-26drivers/edac: fix edac_pci sysfsGravatar Doug Thompson 1-77/+220
2007-07-19drivers/edac: remove null from staticsGravatar Douglas Thompson 1-2/+2
2007-07-19drivers/edac: cleanup spaces-gotos after Lindent messupGravatar Douglas Thompson 1-23/+23
2007-07-19drivers/edac: core Lindent cleanupGravatar Douglas Thompson 1-72/+68
2007-07-19drivers/edac: mod PCI poll namesGravatar Dave Jiang 1-12/+44
2007-07-19drivers/edac: updated PCI monitoringGravatar Dave Jiang 1-24/+255
2007-07-19drivers/edac: mod use edac_core.hGravatar Douglas Thompson 1-2/+2
2007-07-19drivers/edac: split out functions to unique filesGravatar Douglas Thompson 1-0/+361