index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
dgrp
Commit message (
Expand
)
Author
Age
Files
Lines
*
staging: dgrp: add __init/__exit macros
navin patidar
2013-08-19
1
-9
/
+5
*
drivers: avoid format string in dev_set_name
Kees Cook
2013-07-03
1
-1
/
+1
*
drivers: staging: dgrp: using time_is_before_jiffies() instead of open coding...
Chen Gang
2013-06-08
1
-1
/
+1
*
staging: for dgrp, let nd_ps_desc always NUL terminated string within MAX_DES...
Chen Gang
2013-05-13
3
-3
/
+3
*
staging: dgrp: Fixed warning 'space prohibited before semicolon'
Tülin İzer
2013-05-13
1
-1
/
+1
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2013-05-01
7
-529
/
+69
|
\
|
*
Include missing linux/slab.h inclusions
David Howells
2013-04-29
4
-1
/
+4
|
*
constify a bunch of struct file_operations instances
Al Viro
2013-04-09
1
-3
/
+3
|
*
procfs: new helper - PDE_DATA(inode)
Al Viro
2013-04-09
4
-25
/
+4
|
*
dgrp procfs fixes, part 6: just use proc_create{,_data}
Al Viro
2013-04-09
3
-65
/
+4
|
*
dgrp procfs fixes, part 5: per-node files
Al Viro
2013-04-09
6
-129
/
+45
|
*
dgrp procfs fixes, part 4: get rid of sysctl-like machinery
Al Viro
2013-04-09
2
-270
/
+42
|
*
dgrp procfs fixes, part 3: kill dead code
Al Viro
2013-04-09
1
-63
/
+0
|
*
dgrp procfs fixes, part 2
Al Viro
2013-04-09
1
-4
/
+1
|
*
dgrp procfs fixes, part 1
Al Viro
2013-04-09
1
-2
/
+1
|
*
mode_t, whack-a-mole at 11...
Al Viro
2013-04-09
2
-2
/
+2
*
|
staging: dgrp: info leak in dgrp_dpa_ioctl()
Dan Carpenter
2013-04-22
1
-0
/
+1
*
|
staging: dgrp: implement error handling in dgrp_create_class_sysfs_files()
Alexey Khoroshilov
2013-04-05
3
-7
/
+31
*
|
staging: dgrp: cleanup sparse warnings
Nathan Zimmer
2013-03-14
5
-6
/
+8
*
|
staging: dgrp: Drop unnecessary typecast
Guenter Roeck
2013-03-11
1
-1
/
+1
|
/
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2013-02-26
1
-2
/
+2
|
\
|
*
new helper: file_inode(file)
Al Viro
2013-02-22
1
-2
/
+2
*
|
Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2013-02-21
3
-7
/
+9
|
\
\
|
*
|
pps: Move timestamp read into PPS code proper
George Spelvin
2013-02-13
2
-0
/
+2
|
*
|
tty: Added a CONFIG_TTY option to allow removal of TTY
Joe Millenbach
2013-01-18
1
-1
/
+1
|
*
|
TTY: switch tty_flip_buffer_push
Jiri Slaby
2013-01-15
1
-2
/
+2
|
*
|
TTY: switch tty_insert_flip_char
Jiri Slaby
2013-01-15
1
-1
/
+1
|
*
|
TTY: convert more flipping functions
Jiri Slaby
2013-01-15
1
-1
/
+1
|
*
|
TTY: switch tty_buffer_request_room to tty_port
Jiri Slaby
2013-01-15
1
-2
/
+2
|
|
/
*
|
staging: dgrp: remove redundant NULL check before unregister_dgrp_device().
Cyril Roelandt
2013-02-13
1
-6
/
+3
*
|
staging: dgrp: prefix function names with dgrp_ in dgrp_specproc.c
Tommi Rantala
2013-02-08
1
-32
/
+34
*
|
staging: dgrp: use correct release op for /proc/dgrp/info
Tommi Rantala
2013-02-08
1
-1
/
+1
*
|
staging: dgrp: check for a valid proc dir entry pointer
Devendra Naga
2013-01-22
1
-1
/
+3
|
/
*
Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2012-12-11
6
-99
/
+25
|
\
|
*
staging: dgrp: dgrp_tty.c: Audit the return values of get/put_user()
Kumar Amit Mehta
2012-11-26
1
-14
/
+8
|
*
staging: dgrp: dgrp_tty.c: Remove the TIOCSSOFTCAR ioctl handler from dgrp dr...
Kumar Amit Mehta
2012-11-26
1
-7
/
+0
|
*
staging: dgrp: Fix typo in dgrp driver
Masanari Iida
2012-11-21
2
-6
/
+6
|
*
TTY: call tty_port_destroy in the rest of drivers
Jiri Slaby
2012-11-15
2
-1
/
+5
|
*
staging: dgrp: remove rawreadok module option
Bill Pemberton
2012-10-25
4
-25
/
+0
|
*
staging: dgrp: remove use of real_raw and read_cnt in dgrp_input
Bill Pemberton
2012-10-25
1
-59
/
+8
*
|
staging: dgrp: remove TIOCGSOFTCAR and TIOCSSOFTCAR handling
Bill Pemberton
2012-11-14
1
-15
/
+0
*
|
staging: dgrp: fix potential NULL defereference issue
Yuanhan Liu
2012-10-29
1
-1
/
+1
*
|
Merge 3.7-rc3 into staging-next
Greg Kroah-Hartman
2012-10-29
3
-0
/
+18
|
\
\
|
|
/
|
*
staging: dgrp: check return value of alloc_tty_driver
Bill Pemberton
2012-10-17
1
-0
/
+9
|
*
staging: dgrp: check for NULL pointer in (un)register_proc_table
Bill Pemberton
2012-10-17
1
-0
/
+6
|
*
staging: serial: dgrp: Add missing #include <linux/uaccess.h>
Geert Uytterhoeven
2012-10-05
3
-0
/
+3
*
|
staging: remove version.h include from dgrp/dgrp_sysfs.c
Jesper Juhl
2012-10-22
1
-1
/
+0
*
|
staging: dgrp: fix some warnings
Alan Cox
2012-10-22
3
-2
/
+5
|
/
*
userns: Fix build of drivers/staging/dgrp
Eric W. Biederman
2012-10-03
1
-2
/
+2
*
staging: dgrp: using vmalloc needs to include vmalloc.h
Stephen Rothwell
2012-09-25
1
-0
/
+1
[next]