Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
918847341af0f5f1907fc0b52549f0dc29192c03
/
include
/
linux
/
tty.h
efb8d21
Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
by Linus Torvalds
· 13 years ago
fa90e1c
TTY: make tty_add_file non-failing
by Jiri Slaby
· 13 years ago
8193c42
tty: Support compat_ioctl get/set termios_locked
by Thomas Meyer
· 13 years ago
a57a7bf
TTY: define tty_wait_until_sent_from_close
by Jiri Slaby
· 13 years ago
906cbe1
TTY: remove tty_locked
by Jiri Slaby
· 13 years ago
24d406a
TTY: pty, fix pty counting
by Jiri Slaby
· 13 years ago
ae92c1f
TTY: export NR_LDISC and N_* line discipline numbers to user-space
by Florian Fainelli
· 13 years ago
ee4f6b4
n_tracerouter and n_tracesink ldisc additions.
by J Freyensee
· 14 years ago
6716671
TTY: introduce deinit helpers for proper ldisc shutdown
by Jiri Slaby
· 14 years ago
f23eb2b
tty: stop using "delayed_work" in the tty layer
by Linus Torvalds
· 14 years ago
8d075b1
tty: add a helper for setting termios data from kernel side
by Alan Cox
· 14 years ago
94c2273
tty: fix build error in vt_ioctl.c if CONFIG_COMPAT is enabled
by Greg Kroah-Hartman
· 14 years ago
6caa76b
tty: now phase out the ioctl file pointer for good
by Alan Cox
· 14 years ago
eed5ee1
Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6
by Linus Torvalds
· 14 years ago
acfa747
TTY: open/hangup race fixup
by Jiri Slaby
· 14 years ago
451a3c2
BKL: remove extraneous #include <smp_lock.h>
by Arnd Bergmann
· 14 years ago
65f8e44
tty: Fix formatting in tty.h
by Alan Cox
· 14 years ago
3c80fe4
audit: Call tty_audit_push_task() outside preempt disabled
by Thomas Gleixner
· 15 years ago
e4c5bf8
Merge 'staging-next' to Linus's tree
by Greg Kroah-Hartman
· 14 years ago
f573bd1
tty: Remove __GFP_NOFAIL from tty_add_file()
by Pekka Enberg
· 14 years ago
30004ac
tty: add tty_struct->dev pointer to corresponding device instance
by Dmitry Eremin-Solenikov
· 14 years ago
40fb29a
tty.h: new ldisc for TI WiLink ST
by Pavan Savoy
· 14 years ago
d996b62
tty: fix fu_list abuse
by Nick Piggin
· 14 years ago
ee2ffa0
fs: cleanup files_lock locking
by Nick Piggin
· 14 years ago
b07471f
tty: implement BTM as mutex instead of BKL
by Arnd Bergmann
· 14 years ago
ddcd9fb
tty: remove tty_lock_nested
by Arnd Bergmann
· 14 years ago
be1bc28
tty: introduce wait_event_interruptible_tty
by Arnd Bergmann
· 14 years ago
ec79d60
tty: replace BKL with a new tty_lock
by Arnd Bergmann
· 14 years ago
26df6d1
tty: Add EXTPROC support for LINEMODE
by hyc@symas.com
· 14 years ago
31d1d48
Fix init ordering of /dev/console vs callers of modprobe
by David Howells
· 14 years ago
e1eaea4
tty: n_gsm line discipline
by Alan Cox
· 15 years ago
1ff454e
serial: TTY: new ldiscs for staging
by Pavan Savoy
· 15 years ago
4a35ecf
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
9b27105
net-caif-driver: add CAIF serial driver (ldisc)
by Sjur Braendeland
· 15 years ago
336cee4
tty_port,usb-console: Fix usb serial console open/close regression
by Jason Wessel
· 15 years ago
352fa6a
tty: Take a 256 byte padding into account when buffering below sub-page units
by Mel Gorman
· 15 years ago
572b9ad
ldisc n_tty: add new method n_tty_inherit_ops()
by Rodolfo Giometti
· 15 years ago
d9661ad
tty: Keep the default buffering to sub-page units
by Alan Cox
· 15 years ago
2427b8e
tty.h: make tty_port_get() static inline
by Randy Dunlap
· 15 years ago
5ada918
vt: introduce and use vt_kmsg_redirect() function
by Bernhard Walle
· 15 years ago
eeb89d9
tty: push the BKL down into the handlers a bit
by Alan Cox
· 15 years ago
568aafc
tty: tty_port: Add a kref object to the tty port
by Alan Cox
· 15 years ago
44e4909
tty: tty_port: Change the buffer allocator locking
by Alan Cox
· 15 years ago
64bc397
tty_port: add "tty_port_open" helper
by Alan Cox
· 15 years ago
e921665
tty: handle VT specific compat ioctls in vt driver
by Arnd Bergmann
· 15 years ago
b58d13a
serial: move port users helper
by Alan Cox
· 15 years ago
bdc04e3
serial: move delta_msr_wait into the tty_port
by Alan Cox
· 15 years ago
5e99df5
serial: Fold closing_* fields into the tty_port ones
by Alan Cox
· 15 years ago
7ca0ff9
tty: Add a full port_close function
by Alan Cox
· 15 years ago
353f6dd
cleanup console_print()
by Anirban Sinha
· 15 years ago
e0b3032
Merge branch 'topic/asoc' into for-linus
by Takashi Iwai
· 15 years ago
b7b8f9b
TTY/ASoC: Rename N_AMSDELTA line discipline to N_V253
by Janusz Krzysztofik
· 15 years ago
78ed73e
TTY: Add definition of a new line discipline required by Amstrad E3 (Delta) ASoC driver
by Janusz Krzysztofik
· 15 years ago
e043e42
pty: avoid forcing 'low_latency' tty flag
by OGAWA Hirofumi
· 15 years ago
c65c9bc
tty: rewrite the ldisc locking
by Alan Cox
· 15 years ago
e8b70e7
tty: Extract various bits of ldisc code
by Alan Cox
· 15 years ago
1ec739b
tty: Implement a drain delay in the tty port
by Alan Cox
· 15 years ago
fcc8ac1
tty: Add carrier processing on close to the tty_port core
by Alan Cox
· 15 years ago
a661499
tty: Introduce some close helpers for ports
by Alan Cox
· 16 years ago
36c621d
tty: Introduce a tty_port generic block_til_ready
by Alan Cox
· 16 years ago
3e61696
isicom: redo locking to use tty port locks
by Alan Cox
· 16 years ago
5d951fb
tty: Pull the dtr raise into tty port
by Alan Cox
· 16 years ago
31f3593
tty_port: Add a port level carrier detect operation
by Alan Cox
· 16 years ago
c9b3976
tty: Fix PPP hang under load
by Alan Cox
· 16 years ago
fc6f623
pty: simplify resize
by Alan Cox
· 16 years ago
a88a69c
n_tty: Fix loss of echoed characters and remove bkl from n_tty
by Joe Peterson
· 16 years ago
b0f4b28
Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
1e64174
Audit: Log TIOCSTI
by Al Viro
· 16 years ago
14bfc98
tracing, tty: fix warnings caused by branch tracing and tty_kref_get()
by Ingo Molnar
· 16 years ago
47afa7a
tty: some ICANON magic is in the wrong places
by Alan Cox
· 16 years ago
bf970ee
tty: extract the pty init time special cases
by Alan Cox
· 16 years ago
73ec06f
tty: Finish fixing up the init_dev interface to use ERR_PTR
by Alan Cox
· 16 years ago
d81ed10
tty: Remove more special casing and out of place code
by Alan Cox
· 16 years ago
feebed6
tty: shutdown method
by Alan Cox
· 16 years ago
2cb5998
tty: the vhangup syscall is racy
by Alan Cox
· 16 years ago
4a90f09
tty: usb-serial krefs
by Alan Cox
· 16 years ago
1d65b4a
tty: Add termiox
by Alan Cox
· 16 years ago
9c9f4de
tty: Add a kref count
by Alan Cox
· 16 years ago
348eb12
pps: Reserve a line discipline number for PPS
by Alan Cox
· 16 years ago
e049573
tty: split the buffering from tty_io
by Alan Cox
· 16 years ago
8c9a9dd
tty: remove resize window special case
by Alan Cox
· 16 years ago
01e1abb
tty: Split ldisc code into its own file
by Alan Cox
· 16 years ago
44b7d1b
tty: add more tty_port fields
by Alan Cox
· 16 years ago
7a4d29f
tty.h: clean up
by Alan Cox
· 16 years ago
6f67048
tty: Introduce a tty_port common structure
by Alan Cox
· 16 years ago
a352def
tty: Ldisc revamp
by Alan Cox
· 16 years ago
44d1b98
Fix various old email addresses for dwmw2
by David Woodhouse
· 16 years ago
39c2e60
tty: add throttle/unthrottle helpers
by Alan Cox
· 17 years ago
f34d7a5
tty: The big operations rework
by Alan Cox
· 17 years ago
5d0fdf1
tty_io: fix remaining pid struct locking
by Alan Cox
· 17 years ago
47f8683
redo locking of tty->pgrp
by Alan Cox
· 17 years ago
04f378b
tty: BKL pushdown
by Alan Cox
· 17 years ago
4112622
[patch 1/2] audit: let userspace fully control TTY input auditing
by Miloslav Trmac
· 17 years ago
2532386
Audit: collect sessionid in netlink messages
by Eric Paris
· 17 years ago
3dddbfc
tty: Kill TTY_FLIPBUF_SIZE
by Alan Cox
· 17 years ago
eb31005
drivers/char/tty_io.c: remove pty_sem
by Daniel Walker
· 17 years ago
cd05acf
[CAN]: Allocate protocol numbers for PF_CAN
by Oliver Hartkopp
· 17 years ago
bf5e583
pl2303: Fix mode switching regression
by Alan Cox
· 17 years ago
0fc00e2
[TTY]: Fix network driver interactions with TCGET/SET calls.
by Alan Cox
· 17 years ago
5f519d7
tty: expose new methods needed for drivers to get termios right
by Alan Cox
· 17 years ago
Next »