public inbox for linux-serial@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-03-27 11:44:36 to 2013-04-15 15:29:41 UTC [more...]

[PATCH 00/18] lockless n_tty receive path
 2013-04-15 15:29 UTC  (49+ messages)
` [PATCH v2 "
  ` [PATCH v2 01/18] tty: Don't change receive_room for ioctl(TIOCSETD)
  ` [PATCH v2 02/18] tty: Make ldisc input flow control concurrency-friendly
  ` [PATCH v2 07/18] tty: Deprecate ldisc .chars_in_buffer() method
  ` [PATCH v2 17/18] n_tty: Don't wait for buffer work in read() loop
` [PATCH v3 00/24] lockless n_tty receive path
  ` [PATCH v3 01/24] tty: Don't change receive_room for ioctl(TIOCSETD)
  ` [PATCH v3 02/24] tty: Simplify tty buffer/ldisc interface with helper function
  ` [PATCH v3 03/24] tty: Make ldisc input flow control concurrency-friendly
  ` [PATCH v3 04/24] n_tty: Factor canonical mode copy from n_tty_read()
  ` [PATCH v3 05/24] n_tty: Line copy to user buffer in canonical mode
  ` [PATCH v3 06/24] n_tty: Split n_tty_chars_in_buffer() for reader-only interface
  ` [PATCH v3 07/24] tty: Deprecate ldisc .chars_in_buffer() method
  ` [PATCH v3 08/24] n_tty: Get read_cnt through accessor
  ` [PATCH v3 09/24] n_tty: Don't wrap input buffer indices at buffer size
  ` [PATCH v3 10/24] n_tty: Remove read_cnt
  ` [PATCH v3 11/24] tty: Convert termios_mutex to termios_rwsem
  ` [PATCH v3 12/24] n_tty: Access termios values safely
  ` [PATCH v3 13/24] n_tty: Replace canon_data with index comparison
  ` [PATCH v3 14/24] n_tty: Make N_TTY ldisc receive path lockless
  ` [PATCH v3 15/24] n_tty: Reset lnext if canonical mode changes
  ` [PATCH v3 16/24] n_tty: Fix type mismatches in receive_buf raw copy
  ` [PATCH v3 17/24] n_tty: Don't wait for buffer work in read() loop
  ` [PATCH v3 19/24] tty: Only guarantee termios read safety for throttle/unthrottle
  ` [PATCH v3 21/24] n_tty: Factor throttle/unthrottle into helper functions
  ` [PATCH v3 22/24] n_tty: Move n_tty_write_wakeup() to avoid forward declaration
  ` [PATCH v3 23/24] n_tty: Special case pty flow control
  ` [PATCH 00/16] lockless tty flip buffers
    ` [PATCH 01/16] tty: Compute flip buffer ptrs
    ` [PATCH 02/16] tty: Fix flip buffer free list
    ` [PATCH 03/16] tty: Factor flip buffer initialization into helper function
    ` [PATCH 04/16] tty: Merge tty_buffer_find() into tty_buffer_alloc()
    ` [PATCH 05/16] tty: Use generic names for flip buffer list cursors
    ` [PATCH 06/16] tty: Use lockless flip buffer free list
    ` [PATCH 07/16] tty: Simplify flip buffer list with 0-sized sentinel
    ` [PATCH 08/16] tty: Track flip buffer memory limit atomically
    ` [PATCH 09/16] tty: Make driver-side flip buffers lockless
    ` [PATCH 10/16] tty: Ensure single-threaded flip buffer consumer with mutex
    ` [PATCH 11/16] tty: Only perform flip buffer flush from tty_buffer_flush()
    ` [PATCH 13/16] tty: Use non-atomic state to signal flip buffer flush pending
    ` [PATCH 14/16] tty: Merge __tty_flush_buffer() into lone call site
    ` [PATCH 15/16] tty: Fix unsafe vt paste_selection()
    ` [PATCH 16/16] tty: Remove private constant from global namespace
    ` [PATCH 0/9] mostly lockless tty echo
      ` [PATCH 1/9] n_tty: Remove unused echo_overrun field
      ` [PATCH 2/9] n_tty: Use separate head and tail indices for echo_buf
      ` [PATCH 3/9] n_tty: Replace echo_cnt with computed value

[PATCH 0/4] TTY: fix DTR being raised on hang up
 2013-04-15 15:11 UTC  (7+ messages)
` [PATCH 1/4] TTY: synclink: "
` [PATCH 2/4] TTY: synclink_gt: "
` [PATCH 3/4] TTY: synclinkmp: "
` [PATCH 4/4] TTY: ircomm: "

[PATCH 2/3] tty: Add safe tty throttle/unthrottle functions
 2013-04-15 15:06 UTC  (2+ messages)
` [PATCH tty-next] tty: Fix unsafe bit ops in tty_throttle_safe/unthrottle_safe

[PATCH] serial_core.c: add put_device() after device_find_child()
 2013-04-15 14:01 UTC 

[PATCHv3] driver: serial: prevent UART console idle on suspend while using "no_console_suspend"
 2013-04-15 11:55 UTC  (14+ messages)

[RESEND][PATCH] ARM: PL011: add support for extended FIFO-size of PL011-r1p5
 2013-04-15  5:45 UTC 

[PATCH] tty/serial: add MVF uart driver support
 2013-04-14  8:42 UTC  (4+ messages)

[PATCH V2 2/2] tty: serial: ralink: select SERIAL_8250_RT288X when ralink kernel is built
 2013-04-13 11:42 UTC 

[PATCH 1/2] tty: serial: ralink: fix SERIAL_8250_RT288X dependency
 2013-04-13  9:39 UTC  (2+ messages)
` [PATCH 2/2] tty: serial: ralink: select SERIAL_8250_RT288X when ralink kernel is built

[PATCH 0/3] tty: serial: make of_serial work on Ralink SoC
 2013-04-13  9:33 UTC  (4+ messages)
` [PATCH 1/3] tty: of_serial: allow rt288x-uart to load from OF
` [PATCH 2/3] tty: serial: add iosize field to struct uart_port
` [PATCH 3/3] tty: of_serial: initialize port.iosize from resource

[PATCH 1/2] serial: sccnxp: Do not override device name
 2013-04-13  4:46 UTC  (2+ messages)
` [PATCH 2/2] serial: sccnxp: Replace pdata.init/exit with regulator API

[PATCH 0/1] serial: 8250_dw: fix for tty-next
 2013-04-12  9:44 UTC  (2+ messages)
` [PATCH 1/1] serial: 8250_dw: Fix the stub for dw8250_probe_acpi()

[PATCH] ARM: PL011: add support for extended FIFO-size of PL011-r1p5
 2013-04-12  9:18 UTC 

[PATCH] drivers: tty: serial: use devm_ioremap_resource()
 2013-04-11 20:24 UTC  (2+ messages)
` [PATCH] drivers: tty: serial: tegra: "

[PATCH 0/9] serial: 8250_dma to use the new dmaengine helpers
 2013-04-11 12:43 UTC  (12+ messages)
` [PATCH 1/9] serial: 8250_dma: TX cleanup
` [PATCH 2/9] serial: 8250_dma: Fix RX handling
` [PATCH 3/9] serial: 8250_dma: Use dmaengine helpers to get the slave channels
` [PATCH 4/9] serial: 8250_dma: Provide default slave configuration parameters
` [PATCH 5/9] serial: 8250_dw: Enable runtime PM
` [PATCH 6/9] serial: 8250_dw: Support clk framework also with ACPI
` [PATCH 7/9] serial: 8250_dw: Let ACPI code extract the DMA client info
` [PATCH 8/9] serial: 8250_dw: Set port capabilities based on CPR register
` [PATCH 9/9] serial: 8250_dw: Use devm_request_and_ioremap()
    ` [PATCH 9/9] serial: 8250_dw: Convert to devm_ioremap()

[PATCH 00/30] ARM: exynos multiplatform support
 2013-04-11  0:04 UTC  (4+ messages)
` [PATCH 05/30] tty: serial/samsung: prepare for common clock API
` [PATCH 06/30] tty: serial/samsung: make register definitions global
` [PATCH 07/30] tty: serial/samsung: fix modular build

[GIT PATCH] TTY/Serial fixes for 3.9-rc6
 2013-04-10 22:48 UTC 

[PATCH 0/4] ARM: davinci: fix UART clock enabling
 2013-04-09 12:31 UTC  (5+ messages)
` [PATCH 1/4] ARM: davinci: uart: move to dev_id based clk_get
` [PATCH 2/4] ARM: davinci: da850: override device name of UART in DT kernel
` [PATCH 3/4] ARM: davinci: da850: do not specify clock_frequency for UART DT node
` [PATCH 4/4] ARM: davinci: da8xx: remove da8xx_uart_clk_enable

[PATCH 03/18] tty: Simplify tty buffer/ldisc interface with helper function
 2013-04-08 20:03 UTC  (4+ messages)
` [PATCH] tty: Fix race condition if flushing tty flip buffers

USB serial support / Prolific PL2303 Driver
 2013-04-08 18:19 UTC  (9+ messages)
  ` Re[2]: "

[PATCH] Revert "tty/8250_pnp: serial port detection regression since v3.7"
 2013-04-07 19:47 UTC 

[RFC PATCH 0/3] ACPI/UART: Add ACPI 5.0 enueration support for UART
 2013-04-07  3:11 UTC  (8+ messages)
` [PATCH v6] ACPI / serial: Add peripheral PnP IDs enumeration support

[PATCH] MIPS: BCM63XX: merge bcm63xx_clk.h into bcm63xx/clk.c
 2013-04-06 15:20 UTC  (2+ messages)

n_tty_write() going into schedule but NOT coming out
 2013-04-06  9:32 UTC  (10+ messages)

[PATCH/Resend 2/2] arm: mach-omap2: prevent UART console idle on suspend while using "no_console_suspend"
 2013-04-05 13:08 UTC  (11+ messages)

[PATCH] serial: max3100: use spi_get_drvdata() and spi_set_drvdata()
 2013-04-05  1:54 UTC 

[PATCH] Revert "OMAP/serial: Fix incorrect Rx FIFO threshold setting, LSR validation on Tx, and Tx FIFO IRQ generation"
 2013-04-04 10:54 UTC  (20+ messages)

[PATCH] OMAP/serial: Revert bad fix of Rx FIFO threshold granularity
 2013-04-03 20:24 UTC  (3+ messages)

Stable kernel 3.8.4/3.9-rc3 breaks PNP serial port
 2013-04-02 22:11 UTC  (4+ messages)

[PATCHv2] arm: mach-omap2: prevent UART console idle on suspend while using "no_console_suspend"
 2013-04-02 13:43 UTC  (3+ messages)

Driver for PL-2303 HX not working
 2013-03-31 15:01 UTC  (2+ messages)

make[2]: *** No rule to make target `drivers/serial/serial_core.c', needed by `Documentation/DocBook/kernel-api.xml'
 2013-03-30  5:32 UTC  (3+ messages)

[PATCH] ARM: PL011: Add support for Rx DMA buffer polling
 2013-03-29 16:19 UTC  (2+ messages)

[PATCHv2] serial: 8250_dw: add support for clk api
 2013-03-28 23:15 UTC 

[PATCH] serial: 8250_dw: add support for clk api
 2013-03-28 23:09 UTC  (4+ messages)

[PATCH] serial: 8250: Make SERIAL_8250_RUNTIME_UARTS work correctly
 2013-03-28 22:33 UTC 

[PATCH] serial: 8250: Make SERIAL8250_CONFIG_RUNTIME_UARTS work correctly
 2013-03-28 22:15 UTC  (3+ messages)

[GIT PATCH] TTY/Serial fixes for 3.9-rc4
 2013-03-28 17:18 UTC 

[PATCH 1/2] serial: samsung: Restore IRQ mask during noirq resume
 2013-03-27 23:34 UTC  (2+ messages)
` [PATCH 2/2] serial: samsung: Avoid waiting forever for TX ready

8250serial driver causing DEADLOCK, suggestions needed
 2013-03-27 15:11 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox