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

Date List Subject
2013-04-15 15:31:56 linux-kernel [PATCH 8/9] n_tty: Eliminate counter in __process_echoes
2013-04-15 15:30:32 linux-kernel [PATCH 9/9] n_tty: Avoid false-sharing echo buffer indices
2013-04-15 15:30:28 linux-kernel [PATCH 7/9] n_tty: Only flush echo output if actually output
2013-04-15 15:30:23 linux-kernel [PATCH 3/9] n_tty: Replace echo_cnt with computed value
2013-04-15 15:30:20 linux-kernel [PATCH 4/9] n_tty: Remove echo_lock
2013-04-15 15:30:11 linux-kernel [PATCH 2/9] n_tty: Use separate head and tail indices for echo_buf
2013-04-15 15:30:08 linux-kernel [PATCH 0/9] mostly lockless tty echo
2013-04-15 15:28:28 linux-kernel [PATCH 04/16] tty: Merge tty_buffer_find() into tty_buffer_alloc()
2013-04-15 15:27:42 linux-kernel [PATCH 08/16] tty: Track flip buffer memory limit atomically
2013-04-15 15:27:07 linux-kernel [PATCH 01/16] tty: Compute flip buffer ptrs
2013-04-15 15:26:52 linux-kernel [PATCH 09/16] tty: Make driver-side flip buffers lockless
2013-04-15 15:26:47 linux-kernel [PATCH 06/16] tty: Use lockless flip buffer free list
2013-04-15 15:26:45 linux-kernel [PATCH 07/16] tty: Simplify flip buffer list with 0-sized sentinel
2013-04-15 15:26:39 linux-kernel [PATCH 05/16] tty: Use generic names for flip buffer list cursors
2013-04-15 15:26:35 linux-kernel [PATCH 03/16] tty: Factor flip buffer initialization into helper function
2013-04-15 15:26:31 linux-kernel [PATCH 02/16] tty: Fix flip buffer free list
2013-04-15 15:26:29 linux-kernel [PATCH 00/16] lockless tty flip buffers
2013-04-15 15:21:40 linux-kernel [PATCH v3 06/24] n_tty: Split n_tty_chars_in_buffer() for reader-only interface
2013-04-15 15:21:39 linux-kernel [PATCH v3 05/24] n_tty: Line copy to user buffer in canonical mode
2013-04-15 15:20:17 linux-kernel [PATCH v3 09/24] n_tty: Don't wrap input buffer indices at buffer size
2013-04-15 15:20:15 linux-kernel [PATCH v3 07/24] tty: Deprecate ldisc .chars_in_buffer() method
2013-04-15 15:20:13 linux-kernel [PATCH v3 08/24] n_tty: Get read_cnt through accessor
2013-04-15 15:20:08 linux-kernel [PATCH v3 04/24] n_tty: Factor canonical mode copy from n_tty_read()
2013-04-15 15:20:06 linux-kernel [PATCH v3 03/24] tty: Make ldisc input flow control concurrency-friendly
2013-04-15 15:20:00 linux-kernel [PATCH v3 02/24] tty: Simplify tty buffer/ldisc interface with helper function
2013-04-15 15:19:57 linux-kernel [PATCH v3 00/24] lockless n_tty receive path
2013-04-15 15:19:55 linux-kernel [PATCH v3 01/24] tty: Don't change receive_room for ioctl(TIOCSETD)
2013-04-15 15:12:04 linux-kernel Re: [PATCH 0/4] TTY: fix DTR being raised on hang up
2013-04-15 15:06:36 linux-kernel [PATCH tty-next] tty: Fix unsafe bit ops in tty_throttle_safe/unthrottle_safe
2013-04-08 20:03:53 linux-kernel Re: [PATCH] tty: Fix race condition if flushing tty flip buffers
2013-04-05 19:52:54 linux-kernel Re: n_tty_write() going into schedule but NOT coming out
2013-04-03 11:49:09 linux-kernel Re: 3.7.10 kernel crash
2013-04-02 13:39:03 linux-kernel Re: n_tty_write() going into schedule but NOT coming out
2013-04-01 15:10:25 linux-kernel Re: n_tty_write() going into schedule but NOT coming out
2013-03-29 19:36:25 linux-kernel Re: ipc,sem: sysv semaphore scalability
2013-03-29 19:33:16 linux-kernel Re: ipc,sem: sysv semaphore scalability
2013-03-29 11:31:15 linux-kernel Re: [PATCH] firewire: Enable physical DMA above 4GB
2013-03-29 10:51:07 linux-kernel Re: [PATCH] firewire: Enable physical DMA above 4GB
2013-03-28 19:19:54 linux-kernel Re: [PATCH v2 00/13] rwsem fast-path write lock stealing
2013-03-28 17:25:25 linux-kernel Re: [PATCH v2 12/13] rwsem: do not block readers at head of queue if other readers are active
2013-03-28 17:05:45 linux-kernel Re: [PATCH v2 03/13] rwsem: move rwsem_down_failed_common code into rwsem_down_{read,write}_failed
2013-03-28 16:51:51 linux-kernel Re: [PATCH v2 10/13] rwsem: simplify __rwsem_do_wake
2013-03-28 16:44:21 linux-kernel Re: [PATCH v2 07/13] rwsem: use cmpxchg for trying to steal write lock
2013-03-28 16:21:27 linux-kernel Re: [PATCH v2 02/13] rwsem: shorter spinlocked section in rwsem_down_failed_common()
2013-03-28 16:17:45 linux-kernel Re: [PATCH v2 11/13] rwsem: implement support for write lock stealing on the fastpath
2013-03-28 12:35:54 linux-kernel Re: 3.7.10 kernel crash
2013-03-27 11:50:37 linux-kernel [PATCH v2 11/18] tty: Convert termios_mutex to termios_rwsem
2013-03-27 11:50:06 linux-kernel [PATCH v2 15/18] n_tty: Reset lnext if canonical mode changes
2013-03-27 11:49:41 linux-kernel [PATCH v2 18/18] n_tty: Separate buffer indices to prevent cache-line sharing
2013-03-27 11:49:18 linux-kernel [PATCH v2 16/18] n_tty: Fix type mismatches in receive_buf raw copy
2013-03-27 11:48:24 linux-kernel [PATCH v2 14/18] n_tty: Make N_TTY ldisc receive path lockless