linux-2.6-block.git
2014-11-06 Peng Fantty:vt remove obsolete struct initializer
2014-11-06 Peter Hurleyserial: 8250_em: Remove out-of-memory message
2014-11-06 Peter Hurleyvt: Remove vt_get_kmsg_redirect() from uapi header
2014-11-06 Peter Hurleytty: Document defunct ASYNC_SPLIT_TERMIOS flag in uapi...
2014-11-06 Peter Hurleycris: Remove obsolete ASYNC_SPLIT_TERMIOS behavior
2014-11-06 Peter Hurleyserial: hp300: Remove obsolete comments
2014-11-06 Peter Hurleytty: Remove defunct serial_console_init() declaration
2014-11-06 Peter Hurleytty: Remove defunct pcxe_open() declaration
2014-11-06 Peter Hurleytty: Call methods in modern style
2014-11-06 Peter Hurleytty: Replace open-coded test with tty_hung_up_p()
2014-11-06 Joe Perchestty: ipwireless: Fix probable mask then right shift...
2014-11-06 Fabio Estevamserial: imx: Remove unneeded registration message
2014-11-06 Fabio Estevamserial: imx: Remove unneeded OOM error message
2014-11-06 Fabio Estevamserial: imx: Remove unneeded goto label
2014-11-06 Fabio Estevamserial: imx: Fix the reporting of interrupts
2014-11-06 Kumar Galatty/serial: earlycon: Fix print for implied MMIO case
2014-11-06 Greg Kroah... Merge branch 'tty-linus' into 'tty-testing'
2014-11-06 Ricardo Ribalda... serial/sc16is7xx: Remove obsolete #ifset TIOC[SG]RS485
2014-11-06 Ricardo Ribalda... serial/max310x: Remove obsolete #ifset TIOC[SG]RS485
2014-11-06 Ray Juiserial: 8250_dw: Add DMA support for non-ACPI platforms
2014-11-06 Masanari Iidatty: hvcs: Remove unnecessary KERN_ERR in hvcs.c
2014-11-06 Gregory Hermantmax310x: max3109_detect should use indirect addressing...
2014-11-06 Paul Bolleserial: samsung: Remove checks for CONFIG_SAMSUNG_CLOCK
2014-11-06 Fabian Fredericktty: ar933x_uart: use container_of to resolve ar933x_ua...
2014-11-06 Fabian Frederickserial: use container_of to resolve uart_sunzilog_port...
2014-11-06 Fabian Frederickserial: pnx8xxx: use container_of to resolve pnx8xxx_po...
2014-11-06 Fabian Frederickserial: amba-pl010: use container_of to resolve uart_am...
2014-11-06 Fabian Frederickserial: sunsab: use container_of to resolve uart_sunsu_...
2014-11-06 Fabian Frederickserial: sunsu: use container_of to resolve uart_sunsu_p...
2014-11-06 Fabian Fredericktty: use container_of to resolve uart_pmac_port from...
2014-11-06 Fabian FrederickTTY: jsm: use container_of to resolve jsm_channel from...
2014-11-06 Fabian Frederickserial: cpm_uart: use container_of to resolve uart_cpm_...
2014-11-06 Fabian Frederickserial: mpsc: use container_of to resolve mpsc_port_inf...
2014-11-06 Fabian Frederickserial: use container_of to resolve uart_ip22zilog_port...
2014-11-06 Fabian Frederickserial: sa1100: use container_of to resolve sa1100_port...
2014-11-06 Fabian Frederickserial: use container_of to resolve uart_sio_port from...
2014-11-06 Sebastian Andrzej... tty: serial: 8250: omap: add dma support
2014-11-06 Sebastian Andrzej... tty: serial: 8250: omap: add custom irq handling
2014-11-06 Sebastian Andrzej... tty: serial: 8250_omap: add custom DMA-RX callback
2014-11-06 Sebastian Andrzej... tty: serial: 8250_omap: add custom DMA-TX callback
2014-11-06 Sebastian Andrzej... tty: serial: 8250: allow to use custom DMA implementation
2014-11-06 Sebastian Andrzej... tty: serial: 8250_dma: keep own book keeping about...
2014-11-06 Sebastian Andrzej... tty: serial: 8250_dma: handle error on TX submit
2014-11-06 Sebastian Andrzej... tty: serial: Add 8250-core based omap driver
2014-11-06 Sebastian Andrzej... tty: serial: 8250: make serial8250_console_setup()...
2014-11-06 Sebastian Andrzej... tty: serial: 8250: Fix wording in runtime-PM comments
2014-11-06 Janusz Uzyckiserial: mxs-auart: add sysrq support
2014-11-06 Markus Pargmanntty: serial: omap: Remove probe error message
2014-11-06 Peter Hurleyserial: core: Fix port count when uart_open() errors
2014-11-06 Peter Hurleyserial: core: Remove extra locking in uart_write()
2014-11-06 Peter Hurleyserial: core: Colocate crucial structure linkage
2014-11-06 Peter Hurleyserial: core: Remove redundant timeout assignments
2014-11-06 Peter Hurleyserial: core: Unwrap >80 char line in uart_close()
2014-11-06 Peter Hurleytty: Document defunct ASYNC_* bits in uapi header
2014-11-06 Peter Hurleytty,serial: Unify UPF_* and ASYNC_* flag definitions
2014-11-06 Peter Hurleyserial: Fix locking for uart driver set_termios() method
2014-11-06 Peter Hurleyserial: core: Flush ldisc after dropping port mutex...
2014-11-06 Peter Hurleyserial: Refactor uart_flush_buffer() from uart_close()
2014-11-06 Peter Hurleytty: Flush ldisc buffer atomically with tty flip buffers
2014-11-06 Peter Hurleytty: Fix timeout on pty set ldisc
2014-11-06 Peter Hurleytty: Fix hung task on pty hangup
2014-11-06 Peter Hurleytty: Prefix tty_ldisc_{lock,lock_nested,unlock} functions
2014-11-06 Peter Hurleypty, n_tty: Simplify input processing on final close
2014-11-06 Peter Hurleypty: Don't drop pty master tty lock to hangup slave
2014-11-06 Peter Hurleytty: Remove tty_unhangup() declaration
2014-11-06 Peter Hurleytty: Preset lock subclass for nested tty locks
2014-11-06 Peter Hurleytty: Change tty lock order to master->slave
2014-11-06 Peter Hurleytty: Simplify tty_release() state checks
2014-11-06 Peter Hurleytty: Simplify tty_release_checks() interface
2014-11-06 Peter Hurleytty: Simplify tty_ldisc_release() interface
2014-11-06 Peter Hurleytty: Fold pty pair handling into tty_flush_works()
2014-11-06 Peter Hurleytty: Simplify pty pair teardown logic
2014-11-06 Peter Hurleytty: Document check_tty_count() requires tty_lock held
2014-11-06 Peter Hurleytty: Don't release tty locks for wait queue sanity...
2014-11-06 Peter Hurleytty: Don't take tty_mutex for tty count changes
2014-11-06 Peter Hurleytty: Remove TTY_CLOSING
2014-11-06 Peter Hurleytty: Drop tty_mutex before tty reopen
2014-11-06 Peter Hurleytty: Re-open /dev/tty without tty_mutex
2014-11-06 Peter Hurleypty: Always return -EIO if slave BSD pty opened first
2014-11-06 Peter Hurleytty: Check tty->count instead of TTY_CLOSING in tty_reo...
2014-11-06 Peter Hurleytty: Clarify re-open behavior of master ptys
2014-11-06 Peter Hurleytty: Remove TTY_HUPPING
2014-11-06 Peter Hurleytty: Invert tty_lock/ldisc_sem lock order
2014-11-06 Peter Hurleytty: Don't hold tty_lock for ldisc release
2014-11-06 Mike Skoog8250_pci: Added driver for Endrun Technologies PTP...
2014-11-06 Peter Hurleyn_tty: Remove stale read lock comment
2014-11-06 Peter Hurleyn_tty: Only process packet mode data in raw mode
2014-11-06 Peter Hurleytty: Fix missed wakeup from packet mode status update
2014-11-06 Peter Hurleypty: Hold ctrl_lock for packet mode updates
2014-11-06 Peter Hurleypty: Fix packet mode setting race
2014-11-06 Peter Hurleypty: Don't claim slave's ctrl_lock for master's packet...
2014-11-06 Peter Hurleytty: Use spin_lock_irq() for ctrl_lock when interrupts...
2014-11-06 Peter Hurleypty: Use spin_lock_irq() for pty_set_termios()
2014-11-06 Peter Hurleytty: Move pty-specific set_termios() handling to pty...
2014-11-06 Peter Hurleytty: WARN for attempted set_termios() of pty master
2014-11-06 Peter Hurleytty: Update code comment in __proc_set_tty()
2014-11-06 Peter Hurleytty: Serialize proc_set_tty() with tty_lock
2014-11-06 Peter Hurleytty: Move session_of_pgrp() and make static
2014-11-06 Peter Hurleytty: Fix multiple races when setting the controlling...
2014-11-06 Peter Hurleytty: Remove !tty condition from __proc_set_tty()
next