index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
tty_io.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-11-14
tty: Fix high cpu load if tty is unreleaseable
Peter Hurley
1
-1
/
+6
2014-04-26
tty: Set correct tty name in 'active' sysfs attribute
Hannes Reinecke
1
-6
/
+17
2013-09-26
tty: disassociate_ctty() sends the extra SIGCONT
Oleg Nesterov
1
-1
/
+2
2013-07-13
tty: Reset itty for other pty
Peter Hurley
1
-0
/
+2
2013-05-01
tty: fix up atime/mtime mess, take three
Linus Torvalds
1
-2
/
+2
2013-04-29
Merge tag 'tty-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-52
/
+118
2013-04-26
TTY: fix atime/mtime regression
Jiri Slaby
1
-2
/
+16
2013-03-25
tty: tty_vhangup_session can be static
Changlong Xie
1
-1
/
+1
2013-03-18
tty: Don't protect atomic operation with mutex
Peter Hurley
1
-2
/
+0
2013-03-18
tty: Bracket ldisc release with TTY_DEBUG_HANGUP messages
Peter Hurley
1
-1
/
+4
2013-03-18
tty: Make core responsible for synchronizing its work
Peter Hurley
1
-0
/
+17
2013-03-18
tty: Complete ownership transfer of flip buffers
Peter Hurley
1
-0
/
+1
2013-03-18
tty: Don't reenable already enabled ldisc
Peter Hurley
1
-1
/
+0
2013-03-15
tty: Signal SIGHUP before hanging up ldisc
Peter Hurley
1
-5
/
+5
2013-03-15
tty: Signal foreground group processes in hangup
Peter Hurley
1
-17
/
+48
2013-03-15
tty: Use spin_lock() inside existing critical region
Peter Hurley
1
-3
/
+2
2013-03-15
tty: Fix spinlock flavor in non-atomic __tty_hangup()
Peter Hurley
1
-3
/
+2
2013-03-15
tty: Refactor session leader SIGHUP from __tty_hangup()
Peter Hurley
1
-31
/
+50
2013-02-27
more file_inode() open-coded instances
Al Viro
1
-10
/
+6
2013-02-21
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
1
-0
/
+1
2013-02-21
Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-7
/
+3
2013-02-15
TTY: do not update atime/mtime on read/write
Jiri Slaby
1
-6
/
+2
2013-02-14
s390/3270: asynchronous size sensing
Martin Schwidefsky
1
-0
/
+1
2013-02-06
TTY: mark tty_get_device call with the proper const values
Greg Kroah-Hartman
1
-2
/
+2
2013-01-15
tty: Fix comments that reference BKL, eventd, old paths
Kevin Cernekee
1
-1
/
+1
2012-11-21
tty: Mark tty_del_file and __tty_hangup static
Josh Triplett
1
-2
/
+2
2012-10-25
tty: Add get- ioctls to fetch tty status v3
Cyrill Gorcunov
1
-0
/
+5
2012-10-22
TTY: move tty buffers to tty_port
Jiri Slaby
1
-2
/
+0
2012-10-22
TTY: add port -> tty link
Jiri Slaby
1
-0
/
+3
2012-10-22
TTY: move ldisc data from tty_struct: locks
Jiri Slaby
1
-4
/
+0
2012-10-22
TTY: move ldisc data from tty_struct: simple members
Jiri Slaby
1
-1
/
+0
2012-10-22
TTY: move devpts kill to pty
Jiri Slaby
1
-5
/
+0
2012-10-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-29
/
+16
2012-09-26
make get_file() return its argument
Al Viro
1
-6
/
+3
2012-09-26
new helper: iterate_fd()
Al Viro
1
-23
/
+13
2012-09-06
tty_register_device_attr updated for tty-next
Tomas Hlavacek
1
-0
/
+7
2012-09-06
tty: uartclk value from serial_core exposed to sysfs
Tomas Hlavacek
1
-10
/
+59
2012-09-05
drivers:tty:fix up ENOIOCTLCMD error handling
Wanlong Gao
1
-1
/
+1
2012-08-17
TTY: check if tty->port is assigned
Jiri Slaby
1
-0
/
+4
2012-08-13
TTY: move cdev_add to tty_register_device
Jiri Slaby
1
-7
/
+41
2012-08-13
TTY: add support for unnumbered device nodes
Jiri Slaby
1
-2
/
+5
2012-08-13
TTY: move allocations to tty_alloc_driver
Jiri Slaby
1
-40
/
+33
2012-08-10
TTY: pass flags to alloc_tty_driver
Jiri Slaby
1
-9
/
+25
2012-08-10
tty: localise the lock
Alan Cox
1
-27
/
+39
2012-08-10
tty: handle NULL parameters in free_tty_struct()
Dan Carpenter
1
-0
/
+2
2012-08-10
tty: fix missing assignment
Dan Carpenter
1
-0
/
+1
2012-07-27
tty: Fix race in tty release
Alan Cox
1
-8
/
+12
2012-07-17
tty: Move the handling of the tty release logic
Alan Cox
1
-28
/
+28
2012-07-16
tty: move the termios object into the tty
Alan Cox
1
-18
/
+8
2012-07-16
tty: revert incorrectly applied lock patch
Alan Cox
1
-40
/
+27
[next]