index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
/
ttyprintk.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-04
char: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
1
-0
/
+1
2023-12-08
tty: ttyprintk: convert to u8 and size_t
Jiri Slaby (SUSE)
1
-3
/
+3
2023-08-11
tty: make tty_operations::write()'s count size_t
Jiri Slaby (SUSE)
1
-1
/
+1
2023-08-11
tty: propagate u8 data to tty_operations::write()
Jiri Slaby (SUSE)
1
-3
/
+2
2022-04-22
char: ttyprintk: register console
Vincent Whitchurch
1
-0
/
+16
2021-07-27
tty: drop put_tty_driver
Jiri Slaby
1
-2
/
+2
2021-05-27
ttyprintk: remove redundant initialization of variable i
Colin Ian King
1
-1
/
+1
2021-05-13
ttyprintk: Removed unnecessary TTY ioctl callback
Samo Pogačnik
1
-23
/
+0
2021-05-13
ttyprintk: Add TTY port shutdown callback
Samo Pogačnik
1
-13
/
+18
2021-05-13
tty: make tty_operations::write_room return uint
Jiri Slaby
1
-1
/
+1
2021-04-22
ttyprintk: Add TTY hangup callback.
Tetsuo Handa
1
-0
/
+11
2020-07-10
ttyprintk: remove redundant initialization of variable ret
Colin Ian King
1
-1
/
+1
2020-01-14
ttyprintk: fix a potential deadlock in interrupt context issue
Zhenzhong Duan
1
-6
/
+9
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 402
Thomas Gleixner
1
-4
/
+1
2018-11-09
ttyprintk: make the printk log level configurable
Peter Korsgaard
1
-1
/
+3
2016-09-13
ttyprintk: Neaten and simplify printing
Joe Perches
1
-38
/
+31
2016-02-06
char: constify tty_port_operations structs
Aya Mahfouz
1
-1
/
+1
2014-04-16
ttyprintk: Allow built as a module
Takashi Iwai
1
-1
/
+12
2014-04-16
ttyprintk: Fix wrong tty_unregister_driver() call in the error path
Takashi Iwai
1
-2
/
+0
2014-01-13
drivers/char: don't use module_init in non-modular ttyprintk.c
Paul Gortmaker
1
-1
/
+1
2013-05-21
ttyprintk: Fix NULL pointer deref by setting tty_port ops after initializing ...
Darrick J. Wong
1
-1
/
+1
2012-11-15
TTY: call tty_port_destroy in the rest of drivers
Jiri Slaby
1
-1
/
+3
2012-08-16
TTY: tty_alloc_driver() returns error pointers
Dan Carpenter
1
-2
/
+2
2012-08-13
TTY: use tty_port_link_device
Jiri Slaby
1
-0
/
+1
2012-08-13
TTY: add support for unnumbered device nodes
Jiri Slaby
1
-13
/
+4
2012-08-10
TTY: ttyprintk, initialize tty_port earlier
Jiri Slaby
1
-4
/
+4
2012-08-10
TTY: ttyprintk, don't touch behind tty->write_buf
Jiri Slaby
1
-1
/
+1
2012-08-10
TTY: ttyprintk, unregister tty driver on failure
Jiri Slaby
1
-0
/
+1
2012-03-08
TTY: remove re-assignments to tty_driver members
Jiri Slaby
1
-2
/
+0
2011-11-06
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+1
2011-11-02
um: switch to use of drivers/Kconfig
Al Viro
1
-1
/
+1
2011-10-31
drivers/char: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required
Paul Gortmaker
1
-0
/
+1
2011-02-17
tty: now phase out the ioctl file pointer for good
Alan Cox
1
-1
/
+1
2010-10-22
add ttyprintk driver
Samo Pogacnik
1
-0
/
+225