index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
tty.h
Age
Commit message (
Expand
)
Author
2010-12-02
Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2010-11-29
TTY: open/hangup race fixup
Jiri Slaby
2010-11-17
BKL: remove extraneous #include <smp_lock.h>
Arnd Bergmann
2010-11-09
tty: Fix formatting in tty.h
Alan Cox
2010-10-30
audit: Call tty_audit_push_task() outside preempt disabled
Thomas Gleixner
2010-10-28
Merge 'staging-next' to Linus's tree
Greg Kroah-Hartman
2010-10-22
tty: Remove __GFP_NOFAIL from tty_add_file()
Pekka Enberg
2010-10-22
tty: add tty_struct->dev pointer to corresponding device instance
Dmitry Eremin-Solenikov
2010-10-05
tty.h: new ldisc for TI WiLink ST
Pavan Savoy
2010-08-18
tty: fix fu_list abuse
Nick Piggin
2010-08-18
fs: cleanup files_lock locking
Nick Piggin
2010-08-10
tty: implement BTM as mutex instead of BKL
Arnd Bergmann
2010-08-10
tty: remove tty_lock_nested
Arnd Bergmann
2010-08-10
tty: introduce wait_event_interruptible_tty
Arnd Bergmann
2010-08-10
tty: replace BKL with a new tty_lock
Arnd Bergmann
2010-08-10
tty: Add EXTPROC support for LINEMODE
hyc@symas.com
2010-08-06
Fix init ordering of /dev/console vs callers of modprobe
David Howells
2010-05-21
tty: n_gsm line discipline
Alan Cox
2010-05-21
serial: TTY: new ldiscs for staging
Pavan Savoy
2010-04-06
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2010-03-30
net-caif-driver: add CAIF serial driver (ldisc)
Sjur Braendeland
2010-03-19
tty_port,usb-console: Fix usb serial console open/close regression
Jason Wessel
2010-03-19
tty: Take a 256 byte padding into account when buffering below sub-page units
Mel Gorman
2010-03-12
ldisc n_tty: add new method n_tty_inherit_ops()
Rodolfo Giometti
2010-03-02
tty: Keep the default buffering to sub-page units
Alan Cox
2010-01-16
tty.h: make tty_port_get() static inline
Randy Dunlap
2009-12-15
vt: introduce and use vt_kmsg_redirect() function
Bernhard Walle
2009-12-11
tty: push the BKL down into the handlers a bit
Alan Cox
2009-12-11
tty: tty_port: Add a kref object to the tty port
Alan Cox
2009-12-11
tty: tty_port: Change the buffer allocator locking
Alan Cox
2009-12-11
tty_port: add "tty_port_open" helper
Alan Cox
2009-09-19
tty: handle VT specific compat ioctls in vt driver
Arnd Bergmann
2009-09-19
serial: move port users helper
Alan Cox
2009-09-19
serial: move delta_msr_wait into the tty_port
Alan Cox
2009-09-19
serial: Fold closing_* fields into the tty_port ones
Alan Cox
2009-09-19
tty: Add a full port_close function
Alan Cox
2009-09-14
cleanup console_print()
Anirban Sinha
2009-09-10
Merge branch 'topic/asoc' into for-linus
Takashi Iwai
2009-08-07
TTY/ASoC: Rename N_AMSDELTA line discipline to N_V253
Janusz Krzysztofik
2009-07-31
TTY: Add definition of a new line discipline required by Amstrad E3 (Delta) A...
Janusz Krzysztofik
2009-07-29
pty: avoid forcing 'low_latency' tty flag
OGAWA Hirofumi
2009-06-11
tty: rewrite the ldisc locking
Alan Cox
2009-06-11
tty: Extract various bits of ldisc code
Alan Cox
2009-06-11
tty: Implement a drain delay in the tty port
Alan Cox
2009-06-11
tty: Add carrier processing on close to the tty_port core
Alan Cox
2009-01-02
tty: Introduce some close helpers for ports
Alan Cox
2009-01-02
tty: Introduce a tty_port generic block_til_ready
Alan Cox
2009-01-02
isicom: redo locking to use tty port locks
Alan Cox
2009-01-02
tty: Pull the dtr raise into tty port
Alan Cox
2009-01-02
tty_port: Add a port level carrier detect operation
Alan Cox
[next]