index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
n_hdlc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge 5.9-rc3 into tty-next
Greg Kroah-Hartman
2020-08-31
1
-1
/
+1
|
\
|
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-23
1
-1
/
+1
*
|
tty: ldiscs, fix kernel-doc
Jiri Slaby
2020-08-18
1
-36
/
+36
|
/
*
n_hdlc_tty_read(): remove pointless access_ok()
Al Viro
2020-05-29
1
-7
/
+0
*
tty: n_hdlc, remove FILE and LINE from pr_debug
Jiri Slaby
2020-03-16
1
-21
/
+12
*
n_hdlc: wrap a comment properly
Jiri Slaby
2020-02-21
1
-2
/
+4
*
n_hdlc: fix whitespace around binary operators
Jiri Slaby
2020-02-21
1
-3
/
+3
*
n_hdlc: add missing spaces after commas
Jiri Slaby
2020-02-21
1
-9
/
+9
*
n_hdlc: remove spaces between function name and (
Jiri Slaby
2020-02-21
1
-4
/
+4
*
n_hdlc: remove useless whitespace at line wraps
Jiri Slaby
2020-02-21
1
-37
/
+37
*
n_hdlc: use __func__ and pr_ print helpers
Jiri Slaby
2020-02-21
1
-7
/
+7
*
n_hdlc: remove unneeded ifdef
Jiri Slaby
2020-02-21
1
-2
/
+0
*
n_hdlc: switch tbusy and woke_up to bools
Jiri Slaby
2020-02-21
1
-8
/
+8
*
n_hdlc: move tty_ldisc_ops to the bottom
Jiri Slaby
2020-02-21
1
-31
/
+15
*
n_hdlc: add helper for buffers allocation
Jiri Slaby
2020-02-21
1
-22
/
+20
*
n_hdlc: remove checking of n_hdlc
Jiri Slaby
2020-02-21
1
-29
/
+3
*
n_hdlc: remove cached tty
Jiri Slaby
2020-02-21
1
-16
/
+5
*
n_hdlc: inline n_hdlc_release
Jiri Slaby
2020-02-21
1
-25
/
+10
*
n_hdlc: expand tty2n_hdlc macro
Jiri Slaby
2020-02-21
1
-12
/
+11
*
n_hdlc: remove unused backup_tty
Jiri Slaby
2020-02-21
1
-9
/
+1
*
n_hdlc: remove unused flags
Jiri Slaby
2020-02-21
1
-4
/
+1
*
n_hdlc: invert conditions in n_hdlc_tty_close and n_hdlc_tty_poll
Jiri Slaby
2020-02-21
1
-34
/
+38
*
n_hdlc: simplify freeing of buffer list
Jiri Slaby
2020-02-21
1
-31
/
+14
*
n_hdlc: use clamp() for maxframe
Jiri Slaby
2020-02-21
1
-4
/
+1
*
n_hdlc: cleanup messages during registration
Jiri Slaby
2020-02-21
1
-4
/
+4
*
n_hdlc: put init/exit strings directly to prints
Jiri Slaby
2020-02-21
1
-22
/
+6
*
n_hdlc: convert debuglevel use to pr_debug
Jiri Slaby
2020-02-21
1
-48
/
+31
*
n_hdlc: remove unused macros
Jiri Slaby
2020-02-21
1
-5
/
+0
*
n_hdlc: remove tracing debug prints
Jiri Slaby
2020-02-21
1
-30
/
+2
*
tty: n_hdlc: Use flexible-array member and struct_size() helper
Gustavo A. R. Silva
2020-01-23
1
-6
/
+5
*
tty: n_hdlc: fix build on SPARC
Randy Dunlap
2019-10-04
1
-0
/
+5
*
tty/n_hdlc: mark expected switch fall-through
Gustavo A. R. Silva
2019-02-14
1
-1
/
+1
*
tty/n_hdlc: fix __might_sleep warning
Paul Fulghum
2019-01-18
1
-0
/
+1
*
Remove 'type' argument from access_ok() function
Linus Torvalds
2019-01-03
1
-1
/
+1
*
tty: Don't block on IO when ldisc change is pending
Dmitry Safonov
2018-12-05
1
-2
/
+2
*
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
2018-02-11
1
-4
/
+4
*
the rest of drivers/*: annotate ->poll() instances
Al Viro
2017-11-28
1
-3
/
+3
*
tty: Remove redundant license text
Greg Kroah-Hartman
2017-11-08
1
-2
/
+0
*
tty: add SPDX identifiers to all remaining files in drivers/tty/
Greg Kroah-Hartman
2017-11-08
1
-0
/
+1
*
format-security: move static strings to const
Kees Cook
2017-05-08
1
-5
/
+5
*
tty: n_hdlc: get rid of racy n_hdlc.tbuf
Alexander Popov
2017-03-07
1
-63
/
+69
*
lib/vsprintf.c: remove %Z support
Alexey Dobriyan
2017-02-27
1
-1
/
+1
*
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-12-24
1
-1
/
+1
*
Fix OpenSSH pty regression on close
Brian Bloniarz
2016-05-01
1
-2
/
+2
*
TTY: n_hdlc, fix lockdep false positive
Jiri Slaby
2016-02-06
1
-15
/
+4
*
pty: Fix input race when closing
Peter Hurley
2015-05-10
1
-2
/
+2
*
drivers/tty/n_hdlc.c: replace kmalloc/memset by kzalloc
Fabian Frederick
2014-05-28
1
-3
/
+1
*
tty: n_hdlc: Drop redundant error message
Jean Delvare
2014-05-27
1
-4
/
+0
*
Remove all #inclusions of asm/system.h
David Howells
2012-03-28
1
-1
/
+0
*
tty: n_hdlc not atomic use tty->flags.
Ilya Zykov
2011-11-30
1
-3
/
+3
[next]