index
:
history
master
Linux kernel history
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
char
/
tty_io.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2005-03-28
[PATCH] tty overrun time fix
Andrew Morton
1
-0
/
+1
2005-03-07
[PATCH] cleanup vc array access
Roman Zippel
1
-3
/
+1
2005-02-14
Limit tty IO chunking to 2kB
Linus Torvalds
1
-1
/
+6
2005-01-10
[PATCH] drivers/char/: misc cleanups
Adrian Bunk
1
-25
/
+3
2005-01-07
[PATCH] Lock initializer cleanup (character devices)
Thomas Gleixner
1
-2
/
+2
2005-01-06
[PATCH] First cut at setsid/tty locking
Alan Cox
1
-10
/
+29
2005-01-04
[PATCH] Sync in core time granuality with filesystems
Andi Kleen
1
-2
/
+3
2005-01-04
[PATCH] GP-REL data support
David Howells
1
-2
/
+2
2004-11-15
[PATCH] CONFIG_UNIX98_PTY=n warning fix
Yoshinori Sato
1
-1
/
+1
2004-10-25
[PATCH] serial send_break duration fix
Paul Fulghum
1
-3
/
+3
2004-10-24
[PATCH] mem leak in tty_io.c
Brian Gerst
1
-2
/
+2
2004-10-20
Update tty layer to not mix kernel and user pointers.
Linus Torvalds
1
-27
/
+58
2004-10-19
[PATCH] #include <asm/bitops.h> -> #include <linux/bitops.h>
Adrian Bunk
1
-1
/
+1
2004-10-18
[PATCH] TIOCCONS security
Olaf Dabrunz
1
-2
/
+2
2004-10-02
[PATCH] Update termios to use per tty semaphore
Alan Cox
1
-8
/
+5
2004-09-29
[PATCH] tty locking cleanup and fixes
Alan Cox
1
-88
/
+549
2004-09-02
[PATCH] fixed pidhashing patch
Kirill Korotaev
1
-18
/
+12
2004-08-24
Merge kroah.com:/home/greg/linux/BK/bleed-2.6
Greg Kroah-Hartman
1
-6
/
+16
2004-08-23
[PATCH] /dev/ptmx open() fixes
Alexander Viro
1
-56
/
+77
2004-08-10
[PATCH] export legacy pty info via sysfs
Olaf Hering
1
-6
/
+16
2004-08-07
Mark tty's as being non-seekable, and remove the now
Linus Torvalds
1
-17
/
+1
2004-07-28
[PATCH] Fix UNIX98 pty indices leak
Vladimir B. Savkin
1
-3
/
+4
2004-06-29
[PATCH] Provide console_device()
Russell King
1
-7
/
+2
2004-06-17
[PATCH] Use first-fit for pty allocation
H. Peter Anvin
1
-19
/
+64
2004-05-30
[PATCH] sparse: tty_io annotation
Alexander Viro
1
-40
/
+41
2004-05-10
[PATCH] Fix race on tty close
Andrew Morton
1
-12
/
+12
2004-04-11
[PATCH] move job control fields from task_struct to signal_struct
Andrew Morton
1
-68
/
+48
2004-04-11
[PATCH] Fix VT open/close race
Andrew Morton
1
-1
/
+1
2004-04-11
[PATCH] remove down_tty_sem()
Andrew Morton
1
-17
/
+7
2004-03-14
merge
Greg Kroah-Hartman
1
-16
/
+4
2004-03-14
[PATCH] cdev: warning fix
Andrew Morton
1
-1
/
+0
2004-03-12
remove cdev_set_name completely as it is not needed.
Greg Kroah-Hartman
1
-7
/
+0
2004-03-11
[PATCH] cdev 2/2: hide cdev->kobj
Jonathan Corbet
1
-6
/
+6
2004-03-11
[PATCH] cdev 1/2: Eliminate /sys/cdev
Jonathan Corbet
1
-7
/
+3
2004-03-09
[PATCH] tty oops fix
Andrew Morton
1
-15
/
+35
2004-02-22
[PATCH] dynamic pty allocation
Andrew Morton
1
-47
/
+102
2004-02-05
[PATCH] Char drivers: cdev_unmap()
Jonathan Corbet
1
-1
/
+0
2004-02-03
[PATCH] VT locking fixes
Andrew Morton
1
-1
/
+6
2004-01-19
[PATCH] TTY: clean up sysfs class support for tty devices
Greg Kroah-Hartman
1
-80
/
+11
2003-10-21
[PATCH] fix for do_tty_hangup() access of kfreed memory
Alexander Viro
1
-2
/
+2
2003-10-09
Revert the process group accessor functions. They are buggy, and
Linus Torvalds
1
-43
/
+45
2003-10-07
o kernel/ksyms.c: move remaining EXPORT_SYMBOLs, remove this file from the tree
Arnaldo Carvalho de Melo
1
-0
/
+8
2003-10-04
[PATCH] move job control fields from task_struct to
Andrew Morton
1
-45
/
+43
2003-09-23
[PATCH] switch remaining serial drivers to initcalls
Andrew Morton
1
-52
/
+0
2003-09-22
[PATCH] prepare for 32-bit dev_t: tty usage
Alexander Viro
1
-3
/
+0
2003-09-21
[PATCH] move some more initializations out of drivers/char/mem.c
Andrew Morton
1
-1
/
+3
2003-09-21
[PATCH] Fix setpgid and threads
Andrew Morton
1
-5
/
+5
2003-09-04
[PATCH] large dev_t - second series (7/15)
Alexander Viro
1
-1
/
+1
2003-09-04
[PATCH] large dev_t - second series (6/15)
Alexander Viro
1
-69
/
+57
2003-09-04
[PATCH] large dev_t - second series (5/15)
Alexander Viro
1
-7
/
+6
[next]