index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
dgrp
Age
Commit message (
Expand
)
Author
Lines
2014-06-30
staging: dgrp: remove driver
Kristina Martšenko
-10401
/
+0
2014-03-18
drivers/staging/dgrp:dgrp_tty.c: Fix line over 80 characters.
Aybuke Ozdemir
-7
/
+14
2014-03-10
/dgrp: Fixed warning by adding fallthrough comment
Andreea-Cristina Bernat
-0
/
+1
2014-03-10
/drivers/staging/dgrp: Fixed warning unchecked sscanf return value
Andreea-Cristina Bernat
-1
/
+3
2014-02-07
Revert "Staging: dgrp: Refactor the function dgrp_receive() in drrp_net_ops.c"
Greg Kroah-Hartman
-175
/
+155
2013-12-17
staging: delete non-required instances of include <linux/init.h>
Paul Gortmaker
-1
/
+0
2013-12-17
staging: dgrp: Fix space prohibited before semicolon
Masanari Iida
-2
/
+2
2013-11-11
Staging: dgrp: Refactor the function dgrp_receive() in drrp_net_ops.c
Rashika Kheria
-155
/
+175
2013-09-17
staging: dgrp: Remove casting the return value which is a void pointer
Jingoo Han
-15
/
+15
2013-09-03
Merge tag 'tty-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
-0
/
+2
2013-08-19
staging: dgrp: add __init/__exit macros
navin patidar
-9
/
+5
2013-07-23
tty: Ensure single-threaded flip buffer consumer with mutex
Peter Hurley
-0
/
+2
2013-07-03
drivers: avoid format string in dev_set_name
Kees Cook
-1
/
+1
2013-06-08
drivers: staging: dgrp: using time_is_before_jiffies() instead of open coding...
Chen Gang
-1
/
+1
2013-05-13
staging: for dgrp, let nd_ps_desc always NUL terminated string within MAX_DES...
Chen Gang
-3
/
+3
2013-05-13
staging: dgrp: Fixed warning 'space prohibited before semicolon'
Tülin İzer
-1
/
+1
2013-05-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
-529
/
+69
2013-04-29
Include missing linux/slab.h inclusions
David Howells
-1
/
+4
2013-04-22
staging: dgrp: info leak in dgrp_dpa_ioctl()
Dan Carpenter
-0
/
+1
2013-04-09
constify a bunch of struct file_operations instances
Al Viro
-3
/
+3
2013-04-09
procfs: new helper - PDE_DATA(inode)
Al Viro
-25
/
+4
2013-04-09
dgrp procfs fixes, part 6: just use proc_create{,_data}
Al Viro
-65
/
+4
2013-04-09
dgrp procfs fixes, part 5: per-node files
Al Viro
-129
/
+45
2013-04-09
dgrp procfs fixes, part 4: get rid of sysctl-like machinery
Al Viro
-270
/
+42
2013-04-09
dgrp procfs fixes, part 3: kill dead code
Al Viro
-63
/
+0
2013-04-09
dgrp procfs fixes, part 2
Al Viro
-4
/
+1
2013-04-09
dgrp procfs fixes, part 1
Al Viro
-2
/
+1
2013-04-09
mode_t, whack-a-mole at 11...
Al Viro
-2
/
+2
2013-04-05
staging: dgrp: implement error handling in dgrp_create_class_sysfs_files()
Alexey Khoroshilov
-7
/
+31
2013-03-14
staging: dgrp: cleanup sparse warnings
Nathan Zimmer
-6
/
+8
2013-03-11
staging: dgrp: Drop unnecessary typecast
Guenter Roeck
-1
/
+1
2013-02-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
-2
/
+2
2013-02-22
new helper: file_inode(file)
Al Viro
-2
/
+2
2013-02-21
Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
-7
/
+9
2013-02-13
pps: Move timestamp read into PPS code proper
George Spelvin
-0
/
+2
2013-02-13
staging: dgrp: remove redundant NULL check before unregister_dgrp_device().
Cyril Roelandt
-6
/
+3
2013-02-08
staging: dgrp: prefix function names with dgrp_ in dgrp_specproc.c
Tommi Rantala
-32
/
+34
2013-02-08
staging: dgrp: use correct release op for /proc/dgrp/info
Tommi Rantala
-1
/
+1
2013-01-22
staging: dgrp: check for a valid proc dir entry pointer
Devendra Naga
-1
/
+3
2013-01-18
tty: Added a CONFIG_TTY option to allow removal of TTY
Joe Millenbach
-1
/
+1
2013-01-15
TTY: switch tty_flip_buffer_push
Jiri Slaby
-2
/
+2
2013-01-15
TTY: switch tty_insert_flip_char
Jiri Slaby
-1
/
+1
2013-01-15
TTY: convert more flipping functions
Jiri Slaby
-1
/
+1
2013-01-15
TTY: switch tty_buffer_request_room to tty_port
Jiri Slaby
-2
/
+2
2012-12-11
Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
-99
/
+25
2012-11-26
staging: dgrp: dgrp_tty.c: Audit the return values of get/put_user()
Kumar Amit Mehta
-14
/
+8
2012-11-26
staging: dgrp: dgrp_tty.c: Remove the TIOCSSOFTCAR ioctl handler from dgrp dr...
Kumar Amit Mehta
-7
/
+0
2012-11-21
staging: dgrp: Fix typo in dgrp driver
Masanari Iida
-6
/
+6
2012-11-15
TTY: call tty_port_destroy in the rest of drivers
Jiri Slaby
-1
/
+5
2012-11-14
staging: dgrp: remove TIOCGSOFTCAR and TIOCSSOFTCAR handling
Bill Pemberton
-15
/
+0
[next]