LinuxLists
Users
About
Alan Cox (
[email protected]
)
Number of posts: 632 (0.21 per day)
First post: 2000-10-26 22:23:17
Last post: 2008-11-28 14:03:56
Previous Page
/
Next Page
Date
List
Subject
2008-10-05 16:38:12
linux-kernel
[PATCH 04/19] ib700wdt: Fix off by one
2008-10-05 16:37:46
linux-kernel
[PATCH 03/19] pcmcia: Whine harder about use of EXCLUSIVE
2008-10-05 16:37:24
linux-kernel
[PATCH 02/19] pcmcia: IRQ_TYPE_EXCLUSIVE is long obsoleted
2008-10-05 16:36:52
linux-kernel
[PATCH 01/19] pcmcia: Fix wireless drivers
2008-10-05 16:36:33
linux-kernel
[PATCH 00/19] Alan's Miscellaneous Tree
2008-10-05 16:35:32
linux-kernel
[PATCH 76/76] ftdi: A few errors are err() that should be debug which causes much spewage
2008-10-05 16:34:58
linux-kernel
[PATCH 75/76] usb: fix pl2303 initialization
2008-10-05 16:34:44
linux-kernel
[PATCH 74/76] tty: tty_io.c shadows sparse fix
2008-10-05 16:34:28
linux-kernel
[PATCH 73/76] serial: fix device name reporting when minor space is shared between drivers
2008-10-05 16:34:10
linux-kernel
[PATCH 72/76] serial: allow 8250 to be used on sparc
2008-10-05 16:33:46
linux-kernel
[PATCH 71/76] serial-make-uart_ports-ioport-unsigned-long-fix
2008-10-05 16:33:29
linux-kernel
[PATCH 70/76] applicom: Fix an unchecked user ioctl range and an error return
2008-10-05 16:33:05
linux-kernel
[PATCH 69/76] hso: net driver using tty without locking
2008-10-05 16:32:48
linux-kernel
[PATCH 68/76] tty: Minor tidyups and document fixes for n_tty
2008-10-05 16:31:59
linux-kernel
[PATCH 67/76] tty: Remove lots of NULL checks
2008-10-05 16:31:42
linux-kernel
[PATCH 66/76] tty: fix up gigaset a bit
2008-10-05 16:31:27
linux-kernel
[PATCH 65/76] tty: Fallout from tty-move-canon-specials
2008-10-05 16:31:09
linux-kernel
[PATCH 64/76] tty: some ICANON magic is in the wrong places
2008-10-05 16:29:00
linux-kernel
[PATCH 63/76] tty: simplify ktermios allocation
2008-10-05 16:27:28
linux-kernel
[PATCH 62/76] pty: simplify unix98 allocation
2008-10-05 16:26:58
linux-kernel
[PATCH 61/76] pty: Fix allocation failure double free
2008-10-05 16:26:43
linux-kernel
[PATCH 60/76] pty: Coding style and polish
2008-10-05 16:26:26
linux-kernel
[PATCH 59/76] Simplify devpts_pty_kill
2008-10-05 16:26:06
linux-kernel
[PATCH 58/76] Simplify devpts_pty_new()
2008-10-05 16:25:46
linux-kernel
[PATCH 57/76] Simplify devpts_get_tty()
2008-10-05 16:25:17
linux-kernel
[PATCH 56/76] Add an instance parameter devpts interfaces
2008-10-05 16:24:52
linux-kernel
[PATCH 55/76] Move tty lookup/reopen to caller
2008-10-05 16:24:38
linux-kernel
[PATCH 54/76] tty: extract the pty init time special cases
2008-10-05 16:24:18
linux-kernel
[PATCH 53/76] tty: Finish fixing up the init_dev interface to use ERR_PTR
2008-10-05 16:23:52
linux-kernel
[PATCH 52/76] tty: More driver operations
2008-10-05 16:23:36
linux-kernel
[PATCH 51/76] tty: kref the tty driver object
2008-10-05 16:23:18
linux-kernel
[PATCH 50/76] tty: Clean up the tty_init_dev changes further
2008-10-05 16:22:51
linux-kernel
[PATCH 49/76] tty: Move parts of tty_init_dev into new functions
2008-10-05 16:22:31
linux-kernel
[PATCH 48/76] tty: Remove more special casing and out of place code
2008-10-05 16:22:12
linux-kernel
[PATCH 47/76] tty: shutdown method
2008-10-05 16:21:49
linux-kernel
[PATCH 46/76] vt: remove bogus lock dropping
2008-10-05 16:21:01
linux-kernel
[PATCH 45/76] pty: If the administrator creates a device for a ptmx slave we should not error
2008-10-05 16:20:44
linux-kernel
[PATCH 44/76] tty: Fix abusers of current->sighand->tty
2008-10-05 16:20:16
linux-kernel
[PATCH 43/76] tty: Redo current tty locking
2008-10-05 16:19:52
linux-kernel
[PATCH 42/76] tty: the vhangup syscall is racy
2008-10-05 16:19:36
linux-kernel
[PATCH 41/76] mxser: Switch to kref tty
2008-10-05 16:19:10
linux-kernel
[PATCH 40/76] stallion: Use krefs
2008-10-05 16:18:33
linux-kernel
[PATCH 39/76] tty: kref usage for isicom and moxa
2008-10-05 16:18:12
linux-kernel
[PATCH 38/76] tty: usb-serial krefs
2008-10-05 16:17:49
linux-kernel
[PATCH 37/76] tty: Move tty_write_message out of kernel/printk
2008-10-05 16:17:32
linux-kernel
[PATCH 36/76] tty: Make get_current_tty use a kref
2008-10-05 16:17:06
linux-kernel
[PATCH 35/76] tty: compare the tty winsize
2008-10-05 16:16:47
linux-kernel
[PATCH 34/76] tty: Termios locking - sort out real_tty confusions and lock reads
2008-10-05 16:16:31
linux-kernel
[PATCH 33/76] tty: Add termiox
2008-10-05 16:16:15
linux-kernel
[PATCH 32/76] tty: ipw need reworking
2008-10-05 16:15:50
linux-kernel
[PATCH 31/76] tty: Cris has a nice RS485 ioctl so we should steal it