summaryrefslogtreecommitdiff
path: root/drivers/parisc/pdc_stable.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner1-14/+1
2017-07-31parisc: pdc_stable: Fix locking when creating sysfs linksJames Bottomley1-3/+3
2017-07-23parisc: pdc_stable: constify attribute_group structures.Arvind Yadav1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2014-09-21parisc: pdc_stable.c: Avoid potential stack overflowsHelge Deller1-5/+7
2014-09-21parisc: pdc_stable.c: Cleaning up unnecessary use of memset in conjunction wi...Rickard Strandqvist1-2/+3
2013-02-20drivers/parisc/pdc_stable.c: use WARNJulia Lawall1-4/+2
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy1-1/+1
2009-12-15tree-wide: convert open calls to remove spaces to skip_spaces() lib functionAndré Goddard Rosa1-6/+3
2009-08-02parisc: Fix read buffer overflow in pdc_stable driverRoel Kluin1-1/+1
2008-03-15[PARISC] pdc_stable: fix compile errorsJoel Soete1-3/+3
2008-01-24Kobject: convert drivers/* from kobject_unregister() to kobject_put()Greg Kroah-Hartman1-3/+3
2008-01-24Kobject: change drivers/parisc/pdc_stable.c to use kobject_init_and_addGreg Kroah-Hartman1-5/+5
2008-01-24kobject: convert parisc/pdc_stable to use kobject_createGreg Kroah-Hartman1-8/+8
2008-01-24firmware: change firmware_kset to firmware_kobjGreg Kroah-Hartman1-1/+1
2008-01-24kset: convert parisc/pdc_stable.c to use kset_createGreg Kroah-Hartman1-17/+21
2008-01-24kobject: convert parisc/pdc_stable to kobj_attr interfaceGreg Kroah-Hartman1-77/+70
2008-01-24kobject: remove struct kobj_type from struct ksetGreg Kroah-Hartman1-4/+5
2007-10-18[PARISC] Quiet sysfs_create_link __must_check warnings in pdc_stableKyle McMartin1-3/+8
2007-07-11sysfs: kill unnecessary attribute->ownerTejun Heo1-2/+2
2007-05-25[PARISC] kobject is embedded in subsys, not ksetKyle McMartin1-1/+1
2007-05-02remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman1-47/+47
2006-06-27[PARISC] Add os_id_to_string helperKyle McMartin1-12/+2
2006-06-27[PARISC] OS_ID_LINUX == 0x0006Kyle McMartin1-2/+2
2006-06-27[PARISC] Reduce data footprint in pdc_stable.cThibaut Varene1-8/+8
2006-06-27[PARISC] pdc_stable version 0.30Thibaut Varene1-14/+205
2006-04-21[PARISC] Misc. janitorial workHelge Deller1-1/+1
2006-03-30[PARISC] Clarify pdc_stable license termsThibaut VARENE1-3/+2
2006-01-22[PARISC] pdc_stable version 0.22Thibaut VARENE1-94/+262
2006-01-11[PATCH] move capable() to capability.hRandy.Dunlap1-1/+1
2006-01-10[PARISC] pdc_stable: More robust sysfs error checkingThibaut VARENE1-11/+31
2006-01-10[PARISC] Add __read_mostly section for pariscHelge Deller1-1/+1
2005-10-21[PARISC] Avoid use of floating point in the kernelRandolph Chung1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+735