summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | serial: pic32_uart: Fix double free of 'sport->irq_fault_name'.Purna Chandra Mandal2016-06-251-1/+0Star
| * | | | tty: xuartps: disable clocks when not usedShubhrajyoti Datta2016-06-251-6/+24
| * | | | tty/serial: atmel: fix RS485 half duplex with DMAAlexandre Belloni2016-06-251-6/+8
| * | | | tty/serial: atmel: add comment for the ring buffer size macroLudovic Desroches2016-06-251-0/+6
| * | | | tty/serial: atmel: split tx and rx pathsNicolas Ferre2016-06-251-19/+34
| * | | | tty/serial: atmel: re-integrate status check in irq handlerNicolas Ferre2016-06-251-26/+17Star
| * | | | tty/vt/keyboard: use memdup_user().Muhammad Falak R Wani2016-06-251-10/+4Star
| * | | | serial: serial_core: Perform NULL checks for release/request_port opsFabio Estevam2016-06-251-4/+4
| * | | | serial: Make SERIAL_MPS2_UART depend on ARCH_MPS2Geert Uytterhoeven2016-06-251-1/+1
| * | | | tty: serial: msm: fix definition of msm_stop_dmaBen Dooks2016-06-251-1/+1
| * | | | tty: serial: msm: Don't read off end of tx fifoBjorn Andersson2016-06-251-1/+1
| * | | | tty:serial:msm:Do not restore Rx interrupts in DMACharanya Venkatraman2016-06-251-4/+0Star
| * | | | tty: serial: msm: Cleanup include usageStephen Boyd2016-06-251-3/+3
| * | | | tty: serial: msm: Only configure MND registers on hw that has itStephen Boyd2016-06-251-0/+9
| * | | | tty: serial: msm: Move header file into driverStephen Boyd2016-06-252-190/+166Star
| * | | | serial: 8250_early: Add earlycon support for Synopsys DesignWare ABP UARTKefeng Wang2016-06-251-0/+1
| * | | | serial: sh-sci: Clear (H)SCIF timeout and overrun during resetGeert Uytterhoeven2016-06-252-0/+6
| * | | | serial: sh-sci: Clear RX, error, and break flags during resetGeert Uytterhoeven2016-06-251-0/+4
| * | | | serial: sh-sci: Do not start transfers from sci_startup()Geert Uytterhoeven2016-06-251-6/+0Star
| * | | | serial: sh-sci: Add DT support for dedicated RTS/CTSGeert Uytterhoeven2016-06-251-0/+3
| * | | | serial: sh-sci: Fix support for hardware-assisted RTS/CTSGeert Uytterhoeven2016-06-251-7/+83
| * | | | serial: sh-sci: Add pin initialization for SCIFA/SCIFBGeert Uytterhoeven2016-06-251-1/+15
| * | | | serial: sh-sci: Correct pin initialization on (H)SCIFGeert Uytterhoeven2016-06-251-15/+8Star
| * | | | serial: sh-sci: Add more Serial Port Control/Data Register documentationGeert Uytterhoeven2016-06-251-4/+10
| * | | | serial: sh-sci: Add more Serial Port Register documentationGeert Uytterhoeven2016-06-251-4/+6
| * | | | serial: sh-sci: Do not open-code sci_getreg()Geert Uytterhoeven2016-06-251-5/+2Star
| * | | | serial: sh-sci: Add support for GPIO-controlled modem linesGeert Uytterhoeven2016-06-252-1/+46
| * | | | serial: sh-sci: Always set TIOCM_CTS in .get_mctrl() callbackGeert Uytterhoeven2016-06-251-2/+2
| * | | | tty: vt, remove unused vc_deccolmJiri Slaby2016-06-251-1/+0Star
| * | | | tty: vt, ignore PIO_UNIMAPCLR paramJiri Slaby2016-06-252-14/+7Star
| * | | | tty: vt, convert more macros to functionsJiri Slaby2016-06-251-28/+34
| * | | | tty: vt, whitespace cleanup in csi_mJiri Slaby2016-06-251-84/+85
| * | | | tty: vt, too many commands per line in rgb_foregroundJiri Slaby2016-06-251-11/+16
| * | | | tty: vt, do not pass structure over stackJiri Slaby2016-06-251-33/+33
| * | | | tty: vt, separate T.416 high colors handlerJiri Slaby2016-06-251-48/+37Star
| * | | | tty: vt, get rid of ugly FLUSH macroJiri Slaby2016-06-251-13/+18
| * | | | tty: vt, drop VT_BUF_VRAM_ONLYJiri Slaby2016-06-251-19/+3Star
| * | | | tty: vt, consw->con_set_palette cleanupJiri Slaby2016-06-251-1/+1
| * | | | tty: vt, consw->con_scrolldelta cleanupJiri Slaby2016-06-251-1/+1
| * | | | vt: remove lines parameter from scrollbackJiri Slaby2016-06-252-5/+3Star
| * | | | tty: 8250, remove shadow and unused variablesJiri Slaby2016-06-252-9/+6Star
| * | | | TTY: serial, handle platform_get_irq retval properlyJiri Slaby2016-06-254-4/+21
| * | | | tty: 8250, kill DEBUG_INTRJiri Slaby2016-06-253-11/+5Star
| * | | | tty: 8250, drop unused members from struct old_serial_portJiri Slaby2016-06-252-4/+2Star
| * | | | tty: stop defining STD_COM_FLAGS in driversJiri Slaby2016-06-252-7/+1Star
| * | | | tty: cyclades+mxser, do not initialize to zeroJiri Slaby2016-06-252-2/+0Star
| * | | | tty: ipwireless, cleanup TIOCGSERIALJiri Slaby2016-06-251-10/+1Star
| | |/ / | |/| |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2016-07-231-21/+9Star
|\ \ \ \ | |_|/ / |/| | |
| * | | tty/vt/keyboard: fix OOB access in do_compute_shiftstate()Dmitry Torokhov2016-07-211-21/+9Star
* | | | devpts: fix null pointer dereference on failed memory allocationColin Ian King2016-06-261-2/+5