aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/c2port/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-11-03misc: c2port: core: Make copying name from userspace more secureLee Jones1-1/+1
2020-06-29misc: c2port: core: Ensure source size does not equal destination size in strncpy()Lee Jones1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2017-11-15kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)1-2/+0
2016-02-07misc: c2port: use kobj_to_dev()Geliang Tang1-6/+2
2015-09-29drivers: misc: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar1-1/+1
2013-07-24c2port: convert class code to use bin_attrs in groupsGreg Kroah-Hartman1-15/+18
2013-07-24c2port: convert class code to use dev_groupsGreg Kroah-Hartman1-21/+29
2013-07-24misc: c2port: use dev_bin_attrs instead of hand-coding itGreg Kroah-Hartman1-17/+13
2013-02-27misc/c2port: convert to idr_alloc()Tejun Heo1-13/+9
2012-03-05c2port: class_create() returns an ERR_PTRDan Carpenter1-2/+2
2010-05-21sysfs: add struct file* to bin_attr callbacksChris Wright1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-24c2port: fix device_create() return value checkJani Nikula1-2/+2
2009-06-15c2port: annotate bitfield for kmemcheckVegard Nossum1-0/+2
2008-11-15misc: C2port needs <linux/sched.h>Geert Uytterhoeven1-0/+1
2008-11-12Add c2 port supportRodolfo Giometti1-0/+1002