LinuxLists
Users
About
Peter Hurley (
[email protected]
)
Number of posts: 1810 (1.59 per day)
First post: 2012-10-18 13:57:47
Last post: 2015-11-27 21:39:40
Previous Page
/
Next Page
Date
List
Subject
2015-12-05 17:23:22
linux-kernel
Re: [PATCH LINUX v3 06/10] tty: xuartps: Keep lock for whole ISR
2015-12-05 17:21:40
linux-kernel
Re: [PATCH LINUX v3 05/10] tty: xuartps: Improve startup function
2015-12-05 17:19:34
linux-kernel
Re: [PATCH LINUX v3 04/10] tty: xuartps: Clear interrupt status register in shutdown
2015-12-05 17:18:05
linux-kernel
Re: [PATCH LINUX v3 03/10] tty: xuartps: Don't consider circular buffer when enabling transmitter
2015-12-05 17:05:36
linux-kernel
Re: [PATCH LINUX v3 02/10] tty: xuartps: Use spinlock to serialize HW access
2015-12-05 17:05:04
linux-kernel
Re: [PATCH LINUX v3 01/10] tty: xuartps: Beautify read-modify writes
2015-12-03 19:45:07
linux-kernel
Re: [PATCH v3 2/5] tty: Introduce SER_RS485_SOFTWARE read-only flag for struct serial_rs485
2015-12-03 14:41:28
linux-kernel
Re: [PATCH v3 2/5] tty: Introduce SER_RS485_SOFTWARE read-only flag for struct serial_rs485
2015-12-02 23:48:22
linux-kernel
Re: gigaset: freeing an active object
2015-12-02 23:39:06
linux-kernel
Re: [PATCH 01/28] serial: earlycon: allow MEM32 I/O for DT earlycon
2015-12-02 23:20:10
linux-kernel
Re: [PATCH v3 2/5] tty: Introduce SER_RS485_SOFTWARE read-only flag for struct serial_rs485
2015-12-02 23:04:21
linux-kernel
Re: [PATCH v2 1/3] serial: xuartps: Spliting the ISR into smaller routines.
2015-11-29 18:22:23
linux-kernel
Re: gigaset: freeing an active object
2015-11-28 02:40:09
linux-kernel
[PATCH 1/6] tty: Unexport system-wide tty_mutex
2015-11-28 02:40:04
linux-kernel
[PATCH 2/6] tty: Eliminate global symbol tty_ldisc_N_TTY
2015-11-28 02:39:57
linux-kernel
[PATCH 3/6] tty: Remove declarations to non-existent functions
2015-11-28 02:39:09
linux-kernel
[PATCH 4/6] tty: Move tty_check_change() helper
2015-11-28 02:39:05
linux-kernel
[PATCH 6/6] tty: Make tty_files_lock per-tty
2015-11-28 02:38:51
linux-kernel
[PATCH 5/6] tty: Remove unreferenced tty flags macro TTY_DEBUG
2015-11-28 02:38:46
linux-kernel
[PATCH 0/6]
2015-11-28 02:29:05
linux-kernel
[PATCH 03/12] tty: Fix tty_init_termios() declaration
2015-11-28 02:29:03
linux-kernel
[PATCH 04/12] tty: Re-declare tty_driver_remove_tty() file scope
2015-11-28 02:28:08
linux-kernel
[PATCH 05/12] pty: Remove pty_unix98_shutdown()
2015-11-28 02:28:05
linux-kernel
[PATCH 09/12] tty: Re-define tty driver remove() interface
2015-11-28 02:28:00
linux-kernel
[PATCH 10/12] tty: Consolidate noctty checks in tty_open()
2015-11-28 02:27:56
linux-kernel
[PATCH 11/12] tty: Refactor tty_open()
2015-11-28 02:27:36
linux-kernel
[PATCH 12/12] tty: Retry failed reopen if tty teardown in-progress
2015-11-28 02:26:56
linux-kernel
[PATCH 08/12] pty: Prepare to redefine tty driver remove() interface
2015-11-28 02:26:51
linux-kernel
[PATCH 07/12] tty: Wait interruptibly for tty lock on reopen
2015-11-28 02:26:48
linux-kernel
[PATCH 06/12] tty: Remove __lockfunc annotation from tty lock functions
2015-11-28 02:26:45
linux-kernel
[PATCH 01/12] tty: Fix ldisc leak in failed tty_init_dev()
2015-11-28 02:26:37
linux-kernel
[PATCH 02/12] tty: Remove !tty check from free_tty_struct()
2015-11-28 02:26:31
linux-kernel
[PATCH 00/12] Rework tty_reopen()
2015-11-28 02:15:50
linux-kernel
Re: [PATCH] serial: earlycon: Add missing spinlock initialization
2015-11-28 01:20:32
linux-kernel
Re: gigaset: freeing an active object
2015-11-27 21:44:26
linux-kernel
[PATCH 01/19] staging: digi: Replace open-coded tty_wakeup()
2015-11-27 21:43:55
linux-kernel
[PATCH 02/19] serial: 68328: Remove bogus ldisc reset
2015-11-27 21:43:50
linux-kernel
[PATCH 05/19] tty: Remove chars_in_buffer() line discipline method
2015-11-27 21:43:24
linux-kernel
[PATCH 06/19] tty: Fix unsafe ldisc reference via ioctl(TIOCGETD)
2015-11-27 21:42:42
linux-kernel
[PATCH 08/19] tty: Reset c_line from driver's init_termios
2015-11-27 21:42:38
linux-kernel
[PATCH 09/19] staging/speakup: Use tty_ldisc_ref() for paste kworker
2015-11-27 21:42:35
linux-kernel
[PATCH 10/19] tty: Fix comments for tty_ldisc_get()
2015-11-27 21:42:08
linux-kernel
[PATCH 11/19] tty: Fix comments for tty_ldisc_release()
2015-11-27 21:41:40
linux-kernel
[PATCH 13/19] tty: Handle NULL tty->ldisc
2015-11-27 21:41:39
linux-kernel
[PATCH 12/19] tty: Prepare for destroying line discipline on hangup
2015-11-27 21:41:13
linux-kernel
[PATCH 14/19] tty: Move tty_ldisc_kill()
2015-11-27 21:41:09
linux-kernel
[PATCH 15/19] tty: Use 'disc' for line discipline index name
2015-11-27 21:40:51
linux-kernel
[PATCH 16/19] tty: Refactor tty_ldisc_reinit() for reuse
2015-11-27 21:40:05
linux-kernel
[PATCH 18/19] tty: Document c_line == N_TTY initial condition
2015-11-27 21:40:01
linux-kernel
[PATCH 19/19] tty: Touch up style issues in ldisc core
2015-11-27 21:39:58
linux-kernel
[PATCH 17/19] tty: Destroy ldisc instance on hangup