aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
* tty: Correct tty buffer flush.Ilya Zykov2013-03-201-4/+7
* 8250: use correct value for PORT_BRCM_TRUMANAGEBen Hutchings2013-03-061-2/+2
* fb: Yet another band-aid for fixing lockdep messTakashi Iwai2013-03-061-15/+28
* fb: rework locking to fix lock ordering on takeoverAlan Cox2013-03-061-23/+70
* vgacon/vt: clear buffer attributes when we load a 512 character font (v2)Dave Airlie2013-03-061-1/+1
* tty: set_termios/set_termiox should not return -EINTROleg Nesterov2013-03-061-2/+2
* 8250/16?50: Add support for Broadcom TruManage redirected serial portStephen Hurd2013-02-063-0/+50
* tty: 8250_dw: Fix inverted arguments to serial_out in IRQ handlerMaxime Ripard2013-02-061-1/+1
* serial:ifx6x60:Delete SPI timer when shut down portchao bi2013-02-061-0/+1
* serial: pl011: handle corruption at high clock speedsLinus Walleij2012-10-171-1/+14
* serial: set correct baud_base for EXSYS EX-41092 Dual 16950Flavio Leitner2012-10-171-2/+7
* n_gsm: memory leak in uplink error pathRuss Gorby2012-10-171-2/+5
* n_gsm: replace kfree_skb w/ appropriate dev_* versionsRuss Gorby2012-10-171-4/+4
* n_gsm: avoid accessing freed memory during CMD_FCOFF conditionRuss Gorby2012-10-171-27/+13
* n_gsm: added interlocking for gsm_data_lock for certain code pathsRuss Gorby2012-10-171-2/+6
* char: n_gsm: remove message filtering for contipated DLCIsamix.lebsir2012-10-171-24/+1
* n_gsm : Flow control handling in Mux driverFrederic Berat2012-10-171-22/+57
* n_gsm: uplink SKBs accumulate on listRuss Gorby2012-10-171-2/+5
* n_gsm.c: Implement 3GPP27.010 DLC start-up procedure in MUXxiaojin2012-10-171-0/+4
* Remove BUG_ON from n_tty_read()Stanislav Kozina2012-10-171-1/+2
* pch_uart: Add eg20t_port lock field, avoid recursive spinlocksDarren Hart2012-10-101-6/+13
* tty: serial: imx: don't reinit clock in imx_setup_ufcr()Dirk Behme2012-09-191-14/+4
* tty: serial: imx: console write routing is unsafe on SMPXinyu Chen2012-09-191-1/+11
* pmac_zilog,kdb: Fix console poll hook to return instead of loopJason Wessel2012-09-121-3/+9
* pch_uart: Fix parity setting issueTomoya MORINAGA2012-08-101-1/+1
* pch_uart: Fix rx error interrupt setting issueTomoya MORINAGA2012-08-101-6/+12
* pch_uart: Fix missing break for 16 byte fifoAlan Cox2012-08-101-0/+1
* tty: Allow uart_register/unregister/registerAlan Cox2012-05-311-0/+1
* Add missing call to uart_update_timeout()Lothar Waßmann2012-05-311-0/+2
* 8250.c: less than 2400 baud fix.Christian Melki2012-05-311-4/+5
* 8250_pci: fix pch uart matchingArnaud Patard2012-05-311-0/+18
* drivers/tty/amiserial.c: add missing tty_unlockJulia Lawall2012-05-111-1/+3
* pch_uart: Fix dma channel unallocated issueTomoya MORINAGA2012-05-111-1/+3
* ARM: clps711x: serial driver hungs are a result of call disable_irq within ISRAlexander Shiyan2012-05-111-6/+8
* serial: PL011: move interrupt clearingLinus Walleij2012-04-221-4/+4
* serial: PL011: clear pending interruptsLinus Walleij2012-04-221-4/+11
* pch_uart: Fix MSI setting issueTomoya MORINAGA2012-04-221-0/+1
* tty: serial: altera_uart: Check for NULL platform_data in probe.Yuriy Kozlov2012-04-221-2/+2
* serial: sh-sci: fix a race of DMA submit_tx on transferYoshii Takashi2012-04-021-5/+10
* TTY: Wrong unicode value copied in con_set_unimap()Liz Clark2012-04-021-8/+43
* tty: moxa: fix bit test in moxa_start()Dan Carpenter2012-04-021-1/+1
* tty/powerpc: early udbg consoles can't be modulesStephen Rothwell2012-03-121-1/+1
* drivers/tty/vt/vt_ioctl.c: fix KDFONTOP 32bit compatibility layerSamuel Thibault2012-02-131-1/+0
* jsm: Fixed EEH recovery errorLucas Kannebley Tavares2012-02-031-0/+1
* serial: amba-pl011: lock console writes against interruptsRabin Vincent2012-02-031-0/+14
* TTY: fix UV serial console regressionJiri Slaby2012-02-031-5/+7
* atmel_serial: fix spinlock lockup in RS485 codeClaudio Scordino2012-01-121-2/+3
* Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2011-11-217-43/+52
|\
| * TTY: ldisc, wait for ldisc infinitely in hangupJiri Slaby2011-11-171-2/+17
| * TTY: ldisc, move wait idle to callerJiri Slaby2011-11-171-2/+2