summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2017-03-01tty: serial: msm: Fix module autoloadJavier Martinez Canillas1-0/+1
2017-01-27serial: 8250_pci: Detach low-level driver during PCI error recoveryGabriel Krisman Bertazi1-4/+19
2017-01-26sysrq: attach sysrq handler correctly for 32-bit kernelAkinobu Mita1-2/+2
2016-11-29tty: audit: Fix audit sourcePeter Hurley2-2/+2
2016-11-24tty: vt, fix bogus division in csi_JJiri Slaby1-1/+1
2016-11-24tty: limit terminal size to 4M charsDmitry Vyukov1-0/+2
2016-11-24vt: clear selection before resizingScot Doyle1-0/+3
2016-11-18tty: Prevent ldisc drivers from re-using stale tty fieldsPeter Hurley1-0/+7
2016-08-19tty/vt/keyboard: fix OOB access in do_compute_shiftstate()Dmitry Torokhov1-21/+9
2016-06-15serial: samsung: Reorder the sequence of clock control when call s3c24xx_seri...Chanwoo Choi1-2/+2
2016-06-15tty: vt, return error when con_startup failsJiri Slaby1-2/+3
2016-05-03serial: sh-sci: Remove cpufreq notifier to fix crash/deadlockGeert Uytterhoeven1-39/+0
2016-04-118250: use callbacks to access UART_DLL/UART_DLMSebastian Frias1-12/+6
2016-02-24serial: 8250_pci: Correct uartclk for xr17v35x expansion chipsSoeren Grunewald1-3/+19
2016-02-24pty: make sure super_block is still valid in final /dev/tty closeHerton R. Krzesinski1-3/+6
2016-02-24pty: fix possible use after free of tty->driver_dataHerton R. Krzesinski1-1/+17
2016-02-24tty: remove platform_sysrq_reset_seqArnd Bergmann1-18/+1
2016-02-23tty: Fix unsafe ldisc reference via ioctl(TIOCGETD)Peter Hurley1-1/+23
2016-02-23tty: Fix GPF in flush_to_ldisc()Peter Hurley1-1/+1
2016-01-05tty: fix stall caused by missing memory barrier in drivers/tty/n_tty.cKosuke Tatsukawa1-4/+2
2015-11-14serial: 8250_dw: Fix deadlock in LCR workaroundPeter Hurley1-2/+8
2015-11-12serial: 8250_pci: Add support for 12 port Exar boardsSoeren Grunewald1-0/+21
2015-11-12serial: 8250_pci: Add support for 16 port Exar boardsSoeren Grunewald1-2/+23
2015-09-30tty/vt: don't set font mappings on vc not supporting thisImre Deak1-0/+7
2015-09-30serial: 8250: don't bind to SMSC IrCC IR portMaciej S. Szmigiero1-0/+5
2015-06-23serial: imx: Fix DMA handling for IDLE condition abortsPhilipp Zabel1-0/+8
2015-06-23n_tty: Fix auditing support for cannonical modeLaura Abbott1-3/+14
2015-06-03xen/events: don't bind non-percpu VIRQs with percpu chipDavid Vrabel1-1/+1
2015-05-16xen/console: Update console event channel on resumeBoris Ostrovsky1-1/+17
2015-05-15tty/serial: at91: maxburst was missing for dma transfersLudovic Desroches1-0/+2
2015-05-15serial: of-serial: Remove device_type = "serial" registrationMichal Simek1-1/+0
2015-04-22n_tty: Fix read buffer overwrite when no newlinePeter Hurley1-27/+79
2015-04-22tty: serial: fsl_lpuart: clear receive flag on FIFO flushStefan Agner1-0/+3
2015-04-21n_tty: Merge .receive_buf() flavorsPeter Hurley1-27/+16
2015-04-09Change email address for 8250_pciRussell King1-1/+1
2015-03-12tty: fix up atime/mtime mess, take fourJiri Slaby1-2/+2
2015-03-12TTY: fix tty_wait_until_sent on 64-bit machinesJohan Hovold1-3/+9
2015-03-02vt: provide notifications on selection changesNicolas Pitre1-1/+3
2015-03-02tty/serial: at91: fix error handling in atmel_serial_probe()Cyrille Pitchen1-1/+3
2015-03-02tty: Prevent untrappable signals from malicious programPeter Hurley1-0/+3
2015-01-26n_tty: Fix read_buf race condition, increment read_head after pushing dataChristian Riesch1-1/+2
2015-01-26serial: samsung: wait for transfer completion before clock disableRobert Baldyga1-0/+4
2015-01-07tty: Fix pty master poll() after slave closes v2Francesco Ruggeri1-2/+7
2014-11-20parport: Add support for the WCH353 1S/1P multi-IO cardEzequiel Garcia1-0/+10
2014-11-13tty: Fix high cpu load if tty is unreleaseablePeter Hurley1-1/+6
2014-11-13serial: Fix divide-by-zero fault in uart_get_divisor()Peter Hurley1-1/+1
2014-10-31tty: omap-serial: fix division by zeroFrans Klaver1-2/+10
2014-10-17serial: 8250: Add Quark X1000 to 8250_pci.cBryan O'Donoghue1-0/+21
2014-10-13serial: 8250_dma: check the result of TX buffer mappingHeikki Krogerus1-5/+12
2014-09-03serial: core: Preserve termios c_cflag for console resumePeter Hurley1-0/+3