index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
pty.c
Commit message (
Expand
)
Author
Age
*
pty: Fix input race when closing
Peter Hurley
2015-05-10
*
n_tty: Fix signal handling flushes
Peter Hurley
2015-02-02
*
pty: Fix buffer flush deadlock
Peter Hurley
2015-02-02
*
pty: Fix overlimit memory use
Peter Hurley
2015-02-02
*
tty: Prevent untrappable signals from malicious program
Peter Hurley
2015-02-02
*
pty, n_tty: Simplify input processing on final close
Peter Hurley
2014-11-05
*
pty: Don't drop pty master tty lock to hangup slave
Peter Hurley
2014-11-05
*
tty: Preset lock subclass for nested tty locks
Peter Hurley
2014-11-05
*
pty: Always return -EIO if slave BSD pty opened first
Peter Hurley
2014-11-05
*
pty: Hold ctrl_lock for packet mode updates
Peter Hurley
2014-11-05
*
pty: Fix packet mode setting race
Peter Hurley
2014-11-05
*
pty: Don't claim slave's ctrl_lock for master's packet mode
Peter Hurley
2014-11-05
*
tty: Use spin_lock_irq() for ctrl_lock when interrupts enabled
Peter Hurley
2014-11-05
*
pty: Use spin_lock_irq() for pty_set_termios()
Peter Hurley
2014-11-05
*
tty: Move pty-specific set_termios() handling to pty driver
Peter Hurley
2014-11-05
*
tty: WARN for attempted set_termios() of pty master
Peter Hurley
2014-11-05
*
tty: Replace open-coded tty_get_pgrp()
Peter Hurley
2014-11-05
*
tty: Move packet mode flow control notifications to pty driver
Peter Hurley
2014-09-24
*
drivers: tty: Fix use-after-free in pty_common_install
Rasmus Villemoes
2014-07-12
*
drivers: tty: Merge alloc_tty_struct and initialize_tty_struct
Rasmus Villemoes
2014-07-11
*
tty: Fix lock order in tty_do_resize()
Peter Hurley
2013-07-24
*
tty: Remove extra wakeup from pty write() path
Peter Hurley
2013-07-24
*
tty: Track flip buffer memory limit atomically
Peter Hurley
2013-07-23
*
tty: Convert termios_mutex to termios_rwsem
Peter Hurley
2013-07-23
*
tty: Fix transient pty write() EIO
Peter Hurley
2013-06-17
*
tty: fix up atime/mtime mess, take three
Linus Torvalds
2013-05-01
*
TTY: pty, fix compilation warning
Jiri Slaby
2013-04-15
*
pty: Remove redundant itty reset
Peter Hurley
2013-03-15
*
pty: Ignore slave open count for master pty open
Peter Hurley
2013-02-04
*
pty: Ignore slave pty close() if never successfully opened
Peter Hurley
2013-02-04
*
pty: Fix BUG()s when ptmx_open() errors out
Peter Hurley
2013-02-04
*
Merge 3.8-rc5 into tty-next
Greg Kroah-Hartman
2013-01-25
|
\
|
*
pty: return EINVAL for TIOCGPTN for BSD ptys
Jiri Slaby
2013-01-17
*
|
TTY: do not reset master's packet mode
Jiri Slaby
2013-01-16
*
|
tty: cleanup checkpatch warning in pty.c
Cong Ding
2013-01-16
*
|
tty: cleanup the panic message
Cong Ding
2013-01-16
*
|
TTY: switch tty_flip_buffer_push
Jiri Slaby
2013-01-16
*
|
TTY: switch tty_insert_flip_string
Jiri Slaby
2013-01-16
|
/
*
pty: Mark pty_resize static
Josh Triplett
2012-11-21
*
TTY: pty, fix tty buffers leak
Jiri Slaby
2012-11-15
*
tty: Add get- ioctls to fetch tty status v3
Cyrill Gorcunov
2012-10-25
*
tty: pty - Move TIOCPKT handling into pty.c
Cyrill Gorcunov
2012-10-25
*
TTY: move tty buffers to tty_port
Jiri Slaby
2012-10-22
*
TTY: add port -> tty link
Jiri Slaby
2012-10-22
*
TTY: move devpts kill to pty
Jiri Slaby
2012-10-22
*
TTY: devpts, do not set driver_data
Jiri Slaby
2012-10-22
*
TTY: devpts, return created inode from devpts_pty_new
Jiri Slaby
2012-10-22
*
TTY: devpts, don't care about TTY in devpts_get_tty
Jiri Slaby
2012-10-22
*
pty: Fix locking bug on error path
Alan Cox
2012-09-21
*
TTY: tty_alloc_driver() returns error pointers
Dan Carpenter
2012-08-16
[next]