linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-03-08 23:44:50 to 2013-03-20 17:56:46 UTC [more...]

[PATCH 00/18] lockless n_tty receive path
 2013-03-20 17:56 UTC  (25+ messages)
` [PATCH 01/18] tty: Don't change receive_room for ioctl(TIOCSETD)
` [PATCH 02/18] tty: Make ldisc input flow control concurrency-friendly
` [PATCH 03/18] tty: Simplify tty buffer/ldisc interface with helper function
        ` [PATCH] tty: Fix race condition if flushing tty flip buffers
` [PATCH 04/18] n_tty: Factor canonical mode copy from n_tty_read()
` [PATCH 05/18] n_tty: Line copy to user buffer in canonical mode
` [PATCH 06/18] n_tty: Split n_tty_chars_in_buffer() for reader-only interface
` [PATCH 07/18] tty: Deprecate ldisc .chars_in_buffer() method
` [PATCH 08/18] n_tty: Get read_cnt through accessor
` [PATCH 09/18] n_tty: Don't wrap input buffer indices at buffer size
` [PATCH 10/18] n_tty: Remove read_cnt
` [PATCH 11/18] tty: Convert termios_mutex to termios_rwsem
` [PATCH 12/18] n_tty: Access termios values safely
` [PATCH 13/18] n_tty: Replace canon_data with index comparison
` [PATCH 14/18] n_tty: Make N_TTY ldisc receive path lockless
` [PATCH 15/18] n_tty: Reset lnext if canonical mode changes
` [PATCH 16/18] n_tty: Fix type mismatches in receive_buf raw copy
` [PATCH 17/18] n_tty: Don't wait for buffer work in read() loop
` [PATCH 18/18] n_tty: Separate buffer indices to prevent cache-line sharing

[PATCH] tty: serial: 8250: remove U6715 16550A auto-detection
 2013-03-20 17:21 UTC  (2+ messages)

[PATCH/Resend 2/2] arm: mach-omap2: prevent UART console idle on suspend while using "no_console_suspend"
 2013-03-20 12:06 UTC  (2+ messages)

[PATCH 0/7] n_tty fixes
 2013-03-19 20:27 UTC  (11+ messages)
` [PATCH 4/7] n_tty: Encapsulate minimum_to_wake within N_TTY
          ` [PATCH 5/7] n_tty: Untangle read completion variables
          ` [PATCH 6/7] n_tty: Fix unsafe update of available buffer space
          ` [PATCH 7/7] n_tty: Buffer work should not reschedule itself

[PATCH v4 00/32] ldisc patchset
 2013-03-19 19:26 UTC  (71+ messages)
` [PATCH v5 00/44] "
  ` [PATCH v5 01/44] tty: Add diagnostic for halted line discipline
  ` [PATCH v5 02/44] n_tty: Factor packet mode status change for reuse
  ` [PATCH v5 03/44] n_tty: Don't flush buffer when closing ldisc
  ` [PATCH v5 04/44] tty: Refactor wait for ldisc refs out of tty_ldisc_hangup()
  ` [PATCH v5 05/44] tty: Remove unnecessary re-test of ldisc ref count
  ` [PATCH v5 06/44] tty: Fix ldisc halt sequence on hangup
  ` [PATCH v5 07/44] tty: Relocate tty_ldisc_halt() to avoid forward declaration
  ` [PATCH v5 08/44] tty: Strengthen no-subsequent-use guarantee of tty_ldisc_halt()
  ` [PATCH v5 09/44] tty: Halt both ldiscs concurrently
  ` [PATCH v5 10/44] tty: Wait for SAK work before waiting for hangup work
  ` [PATCH v5 11/44] n_tty: Correct unthrottle-with-buffer-flush comments
  ` [PATCH v5 12/44] n_tty: Fully initialize ldisc before restarting buffer work
  ` [PATCH v5 13/44] tty: Don't reenable already enabled ldisc
  ` [PATCH v5 14/44] tty: Complete ownership transfer of flip buffers
  ` [PATCH v5 15/44] tty: Make core responsible for synchronizing its work
  ` [PATCH v5 16/44] tty: Fix 'deferred reopen' ldisc comment
  ` [PATCH v5 17/44] tty: Bracket ldisc release with TTY_DEBUG_HANGUP messages
  ` [PATCH v5 18/44] tty: Add ldisc hangup debug messages
  ` [PATCH v5 19/44] tty: Don't protect atomic operation with mutex
  ` [PATCH v5 20/44] tty: Separate release semantics of ldisc reference
  ` [PATCH v5 21/44] tty: Document unsafe ldisc reference acquire
  ` [PATCH v5 22/44] tty: Fold one-line assign function into callers
  ` [PATCH v5 23/44] tty: Locate get/put ldisc functions together
  ` [PATCH v5 24/44] tty: Remove redundant tty_wait_until_sent()
  ` [PATCH v5 25/44] tty: Fix recursive deadlock in tty_perform_flush()
  ` [PATCH v5 26/44] tty: Add read-recursive, writer-prioritized rw semaphore
  ` [PATCH v5 27/44] tty: Drop lock contention stat from ldsem trylocks
  ` [PATCH v5 28/44] tty: Remove ldsem recursion support
  ` [PATCH v5 29/44] tty: Add lock/unlock ldisc pair functions
  ` [PATCH v5 30/44] tty: Replace ldisc locking with ldisc_sem
  ` [PATCH v5 31/44] tty: Clarify ldisc variable
  ` [PATCH v5 32/44] tty: Fix hangup race with TIOCSETD ioctl
  ` [PATCH v5 33/44] tty: Clarify multiple-references comment in "
  ` [PATCH v5 34/44] tty: Fix tty_ldisc_lock name collision
  ` [PATCH v5 35/44] tty: Drop "tty is NULL" flip buffer diagnostic
  ` [PATCH v5 36/44] tty: Inline ldsem down_failed() into down_{read,write}_failed()
  ` [PATCH v5 37/44] tty: Drop ldsem wait type
  ` [PATCH v5 38/44] tty: Drop wake type optimization
  ` [PATCH v5 39/44] tty: Factor ldsem writer trylock
  ` [PATCH v5 40/44] tty: Simplify lock taking for waiting writers
  ` [PATCH v5 41/44] tty: Implement ldsem fast path write lock stealing
  ` [PATCH v5 42/44] tty: Reduce and simplify ldsem atomic ops
  ` [PATCH v5 43/44] tty: Early-out ldsem write lock stealing
  ` [PATCH v5 44/44] tty: Early-out tardy ldsem readers
  ` [PATCH 0/7] ldsem patchset
    ` [PATCH 1/7] tty: Add timed, writer-prioritized rw semaphore
    ` [PATCH 2/7] tty: Add lock/unlock ldisc pair functions
    ` [PATCH 3/7] tty: Replace ldisc locking with ldisc_sem
    ` [PATCH 4/7] tty: Clarify ldisc variable
    ` [PATCH 5/7] tty: Fix hangup race with TIOCSETD ioctl
    ` [PATCH 6/7] tty: Clarify multiple-references comment in "
    ` [PATCH 7/7] tty: Fix tty_ldisc_lock name collision

Plug and play for a tty line disciple networking device
 2013-03-19 15:30 UTC 

[PATCHv4 0/7] ARM: sunxi: Extend UART support for Allwinner SoCs
 2013-03-19 10:52 UTC  (10+ messages)
` [PATCH 1/7] serial: 8250_dw: add support for clk api
  ` [PATCH] "
` [PATCH 2/7] ARM: sunxi: dt: Use clocks property instead of clock-frequency for the UARTs
` [PATCH 3/7] ARM: sunxi: Rename uart nodes to serial
` [PATCH 4/7] ARM: sunxi: dt: Move uart0 to sun4i-a10.dtsi
` [PATCH 5/7] ARM: sunxi: dt: Add uart3 dt node
` [PATCH 6/7] ARM: sunxi: dt: Add A10 UARTs to the dtsi
` [PATCH 7/7] ARM: sunxi: hackberry: Add UART muxing

[PATCH 0/2] omap serial fix
 2013-03-19  6:54 UTC  (3+ messages)

[PATCH 1/2] driver: serial-omap: move max uart count into generic header file
 2013-03-19  6:00 UTC  (3+ messages)

[Fwd: [PATCH v2 0/4] TTY: port hangup and close fixes]
 2013-03-18 23:28 UTC  (13+ messages)
` [PATCH v3 0/6] TTY: port hangup and close fixes
  ` [PATCH v3 3/6] TTY: fix DTR being raised on hang up

[PATCH 2/2] arm: mach-omap2: prevent UART console idle on suspend while using "no_console_suspend"
 2013-03-18 10:57 UTC 

Info, Please View Attach
 2013-03-18  9:35 UTC 

[PATCH 3/3] serial: tegra: Convert to devm_ioremap_resource()
 2013-03-18  5:57 UTC  (10+ messages)

[PATCH v2 00/11] tty: Fix buffer work access-after-free
 2013-03-17 18:50 UTC  (5+ messages)
` [PATCH v3 00/23] ldisc fixes

[PATCH] tty: Correct tty buffer flush
 2013-03-17  4:06 UTC  (2+ messages)

[PATCH 1/6] serial: 8250_dw: add support for clk api
 2013-03-16  0:40 UTC  (5+ messages)

[PATCH] tty/serial: Fix uninitialized variable warning
 2013-03-15 21:24 UTC  (3+ messages)

Serial port initialization broken on Armada 370/XP due to "serial: 8250_dw: Don't use UPF_FIXED_TYPE"
 2013-03-15 20:50 UTC  (7+ messages)

[PATCH 1/6] serial: 8250_dw: add support for clocks property when using DeviceTree
 2013-03-15 19:48 UTC  (3+ messages)

[BUG]: when printk too more through serial, cpu up is failed
 2013-03-15 15:03 UTC  (4+ messages)

[PATCH 1/1] tty: atmel_serial_probe(): index of atmel_ports[] fix
 2013-03-15 14:58 UTC  (3+ messages)

linux-3.7.10: possible circular locking dependency detected: tty_lock_nested vs. process_one_work
 2013-03-14 22:56 UTC  (2+ messages)

[PATCH] serial: imx: Add Rx Fifo overrun error message
 2013-03-14  7:11 UTC  (4+ messages)

[GIT PATCH] TTY/Serial fixes for 3.9-rc2
 2013-03-13 20:58 UTC 

[PATCH] allow alternative name for PXA serial console
 2013-03-13  0:03 UTC  (5+ messages)

[PATCH] tty: serial: fix typo "SERIAL_S3C2412"
 2013-03-12  9:10 UTC 

[PATCH 13/18] driver: tty: serial: remove cast for kzalloc return value
 2013-03-12  5:27 UTC 

[PATCH 1/4] tty: max3100: Use dev_pm_ops
 2013-03-11 19:09 UTC  (10+ messages)
` [PATCH 2/4] tty: max310x: "
      ` Re[2]: "
` [PATCH 3/4] tty: mrst_max3110: "
` [PATCH 4/4] tty: ifx6x60: Remove unused suspend/resume callbacks

[PATCH] tty: serial: fix typo "ARCH_S5P6450"
 2013-03-11  1:35 UTC  (2+ messages)

8250.nr_uarts broken in 3.7
 2013-03-10 22:33 UTC  (18+ messages)
                            ` [PATCH v2] serial: 8250: Keep 8250.<xxxx> module options functional after driver rename

Greetings from George Daniels
 2013-03-10 21:42 UTC 

Legitimate Arrangement./ FROM ALEXANDER THAMBO & ASSOCIATES
 2013-03-09 12:20 UTC 

[PATCH] tty: serial: mpc5xxx: fix PSC clock name bug
 2013-03-09 11:43 UTC 

[PATCH] tty: serial: vt8500: Fix clock code in probe
 2013-03-09  5:44 UTC  (2+ messages)
` [PATCH] tty: serial: vt8500: Unneccessary duplicated clock code removed


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).