aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/dgrp (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-03drivers: avoid format string in dev_set_nameKees Cook1-1/+1
2013-06-08drivers: staging: dgrp: using time_is_before_jiffies() instead of open coding 'jiffies'Chen Gang1-1/+1
2013-05-13staging: for dgrp, let nd_ps_desc always NUL terminated string within MAX_DESC_LEN lengthChen Gang3-3/+3
2013-05-13staging: dgrp: Fixed warning 'space prohibited before semicolon'Tülin İzer1-1/+1
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds7-529/+69
2013-04-29Include missing linux/slab.h inclusionsDavid Howells4-1/+4
2013-04-22staging: dgrp: info leak in dgrp_dpa_ioctl()Dan Carpenter1-0/+1
2013-04-09constify a bunch of struct file_operations instancesAl Viro1-3/+3
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro4-25/+4
2013-04-09dgrp procfs fixes, part 6: just use proc_create{,_data}Al Viro3-65/+4
2013-04-09dgrp procfs fixes, part 5: per-node filesAl Viro6-129/+45
2013-04-09dgrp procfs fixes, part 4: get rid of sysctl-like machineryAl Viro2-270/+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 Viro2-2/+2
2013-04-05staging: dgrp: implement error handling in dgrp_create_class_sysfs_files()Alexey Khoroshilov3-7/+31
2013-03-14staging: dgrp: cleanup sparse warningsNathan Zimmer5-6/+8
2013-03-11staging: dgrp: Drop unnecessary typecastGuenter Roeck1-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-21Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds3-7/+9
2013-02-13pps: Move timestamp read into PPS code properGeorge Spelvin2-0/+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
2013-01-18tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach1-1/+1
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby1-2/+2
2013-01-15TTY: switch tty_insert_flip_charJiri Slaby1-1/+1
2013-01-15TTY: convert more flipping functionsJiri Slaby1-1/+1
2013-01-15TTY: switch tty_buffer_request_room to tty_portJiri Slaby1-2/+2
2012-12-11Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds6-99/+25
2012-11-26staging: dgrp: dgrp_tty.c: Audit the return values of get/put_user()Kumar Amit Mehta1-14/+8
2012-11-26staging: dgrp: dgrp_tty.c: Remove the TIOCSSOFTCAR ioctl handler from dgrp driverKumar Amit Mehta1-7/+0
2012-11-21staging: dgrp: Fix typo in dgrp driverMasanari Iida2-6/+6
2012-11-15TTY: call tty_port_destroy in the rest of driversJiri Slaby2-1/+5
2012-11-14staging: dgrp: remove TIOCGSOFTCAR and TIOCSSOFTCAR handlingBill Pemberton1-15/+0
2012-10-29staging: dgrp: fix potential NULL defereference issueYuanhan Liu1-1/+1
2012-10-29Merge 3.7-rc3 into staging-nextGreg Kroah-Hartman3-0/+18
2012-10-25staging: dgrp: remove rawreadok module optionBill Pemberton4-25/+0
2012-10-25staging: dgrp: remove use of real_raw and read_cnt in dgrp_inputBill Pemberton1-59/+8
2012-10-22staging: remove version.h include from dgrp/dgrp_sysfs.cJesper Juhl1-1/+0
2012-10-22staging: dgrp: fix some warningsAlan Cox3-2/+5
2012-10-17staging: dgrp: check return value of alloc_tty_driverBill Pemberton1-0/+9
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 Uytterhoeven3-0/+3
2012-10-03userns: Fix build of drivers/staging/dgrpEric W. Biederman1-2/+2
2012-09-25staging: dgrp: using vmalloc needs to include vmalloc.hStephen Rothwell1-0/+1
2012-09-25staging: dgrp: fix potential call to strncpy with a negative numberBill Pemberton1-0/+6