index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
pty.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-09-21
pty: Fix locking bug on error path
Alan Cox
1
-1
/
+1
2012-08-16
TTY: tty_alloc_driver() returns error pointers
Dan Carpenter
1
-4
/
+4
2012-08-14
TTY: pty, switch to tty_alloc_driver
Jiri Slaby
1
-11
/
+20
2012-08-11
TTY: pty, stop passing NULL to free_tty_struct
Jiri Slaby
1
-1
/
+4
2012-08-10
tty: localise the lock
Alan Cox
1
-11
/
+14
2012-07-27
tty: Fix race in tty release
Alan Cox
1
-2
/
+23
2012-07-17
tty: Move the handling of the tty release logic
Alan Cox
1
-10
/
+2
2012-07-17
tty: move the termios object into the tty
Alan Cox
1
-17
/
+6
2012-07-16
tty: revert incorrectly applied lock patch
Alan Cox
1
-12
/
+11
2012-07-13
tty: double unlock on error in ptmx_open()
Dan Carpenter
1
-3
/
+1
2012-07-07
tty: localise the lock
Alan Cox
1
-11
/
+14
2012-06-14
PTY: add tty_port
Jiri Slaby
1
-4
/
+21
2012-06-14
PTY: merge pty_install implementations
Jiri Slaby
1
-65
/
+45
2012-06-14
PTY: remove one empty ops->remove
Jiri Slaby
1
-7
/
+3
2012-06-03
tty: Revert the tty locking series, it needs more work
Linus Torvalds
1
-14
/
+11
2012-05-29
pty: Fix lock inversion
Alan Cox
1
-2
/
+0
2012-05-10
tty: drop the pty lock during hangup
Alan Cox
1
-0
/
+2
2012-05-05
tty_lock: Localise the lock
Alan Cox
1
-10
/
+13
2012-05-05
pty: Lock the devpts bits privately
Alan Cox
1
-4
/
+15
2012-03-28
Remove all #inclusions of asm/system.h
David Howells
1
-1
/
+0
2012-03-08
TTY: remove re-assignments to tty_driver members
Jiri Slaby
1
-4
/
+0
2012-02-25
Revert "TTY: pty, remove superfluous ptm test"
Greg Kroah-Hartman
1
-1
/
+4
2012-02-25
Revert "TTY: get rid of BTM around devpts_*"
Greg Kroah-Hartman
1
-2
/
+4
2012-02-03
TTY: get rid of BTM around devpts_*
Jiri Slaby
1
-4
/
+2
2012-02-03
TTY: pty, remove superfluous ptm test
Jiri Slaby
1
-4
/
+1
2012-01-25
tty: move pty count limiting into devpts
Konstantin Khlebnikov
1
-51
/
+0
2012-01-25
tty: cleanup prohibition of direct opening for unix98 pty master
Konstantin Khlebnikov
1
-5
/
+3
2011-11-17
TTY: pty, cleanup the pty counting
Jiri Slaby
1
-17
/
+9
2011-10-26
Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-10
/
+16
2011-10-19
TTY: pty, release tty in all ptmx_open fail paths
Jiri Slaby
1
-5
/
+5
2011-10-19
TTY: make tty_add_file non-failing
Jiri Slaby
1
-5
/
+11
2011-08-23
TTY: pty, fix pty counting
Jiri Slaby
1
-2
/
+15
2011-04-20
tty: remove invalid location line in file header
Jovi Zhang
1
-2
/
+0
2011-04-20
TTY: plug in deinitialize_tty_struct
Jiri Slaby
1
-2
/
+4
2011-04-20
TTY: unify pty_unix98_install fail path handling
Jiri Slaby
1
-6
/
+6
2011-04-20
TTY: unify pty_install fail path handling
Jiri Slaby
1
-9
/
+10
2011-03-17
Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
Linus Torvalds
1
-1
/
+0
2011-03-02
drivers: remove extraneous includes of smp_lock.h
Arnd Bergmann
1
-1
/
+0
2011-02-17
tty: now phase out the ioctl file pointer for good
Alan Cox
1
-2
/
+2
2010-11-05
TTY: create drivers/tty and move the tty core files there
Greg Kroah-Hartman
1
-0
/
+777