aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/dgrp/dgrp_specproc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-29Include missing linux/slab.h inclusionsDavid Howells1-0/+1
2013-04-09constify a bunch of struct file_operations instancesAl Viro1-3/+3
2013-04-09dgrp procfs fixes, part 6: just use proc_create{,_data}Al Viro1-32/+4
2013-04-09dgrp procfs fixes, part 5: per-node filesAl Viro1-59/+37
2013-04-09dgrp procfs fixes, part 4: get rid of sysctl-like machineryAl Viro1-215/+42
2013-04-09dgrp procfs fixes, part 3: kill dead codeAl Viro1-63/+0
2013-04-09dgrp procfs fixes, part 2Al Viro1-4/+1
2013-04-09dgrp procfs fixes, part 1Al Viro1-2/+1
2013-04-09mode_t, whack-a-mole at 11...Al Viro1-1/+1
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2013-02-22new helper: file_inode(file)Al Viro1-2/+2
2013-02-13staging: dgrp: remove redundant NULL check before unregister_dgrp_device().Cyril Roelandt1-6/+3
2013-02-08staging: dgrp: prefix function names with dgrp_ in dgrp_specproc.cTommi Rantala1-32/+34
2013-02-08staging: dgrp: use correct release op for /proc/dgrp/infoTommi Rantala1-1/+1
2013-01-22staging: dgrp: check for a valid proc dir entry pointerDevendra Naga1-1/+3
2012-11-15TTY: call tty_port_destroy in the rest of driversJiri Slaby1-0/+2
2012-10-25staging: dgrp: remove rawreadok module optionBill Pemberton1-2/+0
2012-10-17staging: dgrp: check for NULL pointer in (un)register_proc_tableBill Pemberton1-0/+6
2012-10-05staging: serial: dgrp: Add missing #include <linux/uaccess.h>Geert Uytterhoeven1-0/+1
2012-09-25staging: dgrp: using vmalloc needs to include vmalloc.hStephen Rothwell1-0/+1
2012-09-21staging: Add dgrp driver for Digi Realport devicesBill Pemberton1-0/+821