index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
dgrp
Age
Commit message (
Expand
)
Author
Files
Lines
2014-03-18
drivers/staging/dgrp:dgrp_tty.c: Fix line over 80 characters.
Aybuke Ozdemir
1
-7
/
+14
2014-03-11
/dgrp: Fixed warning by adding fallthrough comment
Andreea-Cristina Bernat
1
-0
/
+1
2014-03-11
/drivers/staging/dgrp: Fixed warning unchecked sscanf return value
Andreea-Cristina Bernat
1
-1
/
+3
2014-02-07
Revert "Staging: dgrp: Refactor the function dgrp_receive() in drrp_net_ops.c"
Greg Kroah-Hartman
1
-175
/
+155
2013-12-17
staging: delete non-required instances of include <linux/init.h>
Paul Gortmaker
1
-1
/
+0
2013-12-17
staging: dgrp: Fix space prohibited before semicolon
Masanari Iida
1
-2
/
+2
2013-11-12
Staging: dgrp: Refactor the function dgrp_receive() in drrp_net_ops.c
Rashika Kheria
1
-155
/
+175
2013-09-17
staging: dgrp: Remove casting the return value which is a void pointer
Jingoo Han
1
-15
/
+15
2013-09-03
Merge tag 'tty-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-0
/
+2
2013-08-20
staging: dgrp: add __init/__exit macros
navin patidar
1
-9
/
+5
2013-07-24
tty: Ensure single-threaded flip buffer consumer with mutex
Peter Hurley
1
-0
/
+2
2013-07-04
drivers: avoid format string in dev_set_name
Kees Cook
1
-1
/
+1
2013-06-09
drivers: staging: dgrp: using time_is_before_jiffies() instead of open coding...
Chen Gang
1
-1
/
+1
2013-05-14
staging: for dgrp, let nd_ps_desc always NUL terminated string within MAX_DES...
Chen Gang
3
-3
/
+3
2013-05-13
staging: dgrp: Fixed warning 'space prohibited before semicolon'
Tülin İzer
1
-1
/
+1
2013-05-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
7
-529
/
+69
2013-04-29
Include missing linux/slab.h inclusions
David Howells
4
-1
/
+4
2013-04-22
staging: dgrp: info leak in dgrp_dpa_ioctl()
Dan Carpenter
1
-0
/
+1
2013-04-09
constify a bunch of struct file_operations instances
Al Viro
1
-3
/
+3
2013-04-09
procfs: new helper - PDE_DATA(inode)
Al Viro
4
-25
/
+4
2013-04-09
dgrp procfs fixes, part 6: just use proc_create{,_data}
Al Viro
3
-65
/
+4
2013-04-09
dgrp procfs fixes, part 5: per-node files
Al Viro
6
-129
/
+45
2013-04-09
dgrp procfs fixes, part 4: get rid of sysctl-like machinery
Al Viro
2
-270
/
+42
2013-04-09
dgrp procfs fixes, part 3: kill dead code
Al Viro
1
-63
/
+0
2013-04-09
dgrp procfs fixes, part 2
Al Viro
1
-4
/
+1
2013-04-09
dgrp procfs fixes, part 1
Al Viro
1
-2
/
+1
2013-04-09
mode_t, whack-a-mole at 11...
Al Viro
2
-2
/
+2
2013-04-06
staging: dgrp: implement error handling in dgrp_create_class_sysfs_files()
Alexey Khoroshilov
3
-7
/
+31
2013-03-15
staging: dgrp: cleanup sparse warnings
Nathan Zimmer
5
-6
/
+8
2013-03-11
staging: dgrp: Drop unnecessary typecast
Guenter Roeck
1
-1
/
+1
2013-02-27
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-2
/
+2
2013-02-23
new helper: file_inode(file)
Al Viro
1
-2
/
+2
2013-02-22
Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
3
-7
/
+9
2013-02-13
pps: Move timestamp read into PPS code proper
George Spelvin
2
-0
/
+2
2013-02-13
staging: dgrp: remove redundant NULL check before unregister_dgrp_device().
Cyril Roelandt
1
-6
/
+3
2013-02-09
staging: dgrp: prefix function names with dgrp_ in dgrp_specproc.c
Tommi Rantala
1
-32
/
+34
2013-02-09
staging: dgrp: use correct release op for /proc/dgrp/info
Tommi Rantala
1
-1
/
+1
2013-01-22
staging: dgrp: check for a valid proc dir entry pointer
Devendra Naga
1
-1
/
+3
2013-01-19
tty: Added a CONFIG_TTY option to allow removal of TTY
Joe Millenbach
1
-1
/
+1
2013-01-16
TTY: switch tty_flip_buffer_push
Jiri Slaby
1
-2
/
+2
2013-01-16
TTY: switch tty_insert_flip_char
Jiri Slaby
1
-1
/
+1
2013-01-16
TTY: convert more flipping functions
Jiri Slaby
1
-1
/
+1
2013-01-16
TTY: switch tty_buffer_request_room to tty_port
Jiri Slaby
1
-2
/
+2
2012-12-12
Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
6
-99
/
+25
2012-11-27
staging: dgrp: dgrp_tty.c: Audit the return values of get/put_user()
Kumar Amit Mehta
1
-14
/
+8
2012-11-27
staging: dgrp: dgrp_tty.c: Remove the TIOCSSOFTCAR ioctl handler from dgrp dr...
Kumar Amit Mehta
1
-7
/
+0
2012-11-22
staging: dgrp: Fix typo in dgrp driver
Masanari Iida
2
-6
/
+6
2012-11-16
TTY: call tty_port_destroy in the rest of drivers
Jiri Slaby
2
-1
/
+5
2012-11-15
staging: dgrp: remove TIOCGSOFTCAR and TIOCSSOFTCAR handling
Bill Pemberton
1
-15
/
+0
2012-10-30
staging: dgrp: fix potential NULL defereference issue
Yuanhan Liu
1
-1
/
+1
[next]