| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | serial: pic32_uart: Fix double free of 'sport->irq_fault_name'. | Purna Chandra Mandal | 2016-06-25 | 1 | -1/+0 |
| * | | | | tty: xuartps: disable clocks when not used | Shubhrajyoti Datta | 2016-06-25 | 1 | -6/+24 |
| * | | | | tty/serial: atmel: fix RS485 half duplex with DMA | Alexandre Belloni | 2016-06-25 | 1 | -6/+8 |
| * | | | | tty/serial: atmel: add comment for the ring buffer size macro | Ludovic Desroches | 2016-06-25 | 1 | -0/+6 |
| * | | | | tty/serial: atmel: split tx and rx paths | Nicolas Ferre | 2016-06-25 | 1 | -19/+34 |
| * | | | | tty/serial: atmel: re-integrate status check in irq handler | Nicolas Ferre | 2016-06-25 | 1 | -26/+17 |
| * | | | | tty/vt/keyboard: use memdup_user(). | Muhammad Falak R Wani | 2016-06-25 | 1 | -10/+4 |
| * | | | | serial: serial_core: Perform NULL checks for release/request_port ops | Fabio Estevam | 2016-06-25 | 1 | -4/+4 |
| * | | | | serial: Make SERIAL_MPS2_UART depend on ARCH_MPS2 | Geert Uytterhoeven | 2016-06-25 | 1 | -1/+1 |
| * | | | | tty: serial: msm: fix definition of msm_stop_dma | Ben Dooks | 2016-06-25 | 1 | -1/+1 |
| * | | | | tty: serial: msm: Don't read off end of tx fifo | Bjorn Andersson | 2016-06-25 | 1 | -1/+1 |
| * | | | | tty:serial:msm:Do not restore Rx interrupts in DMA | Charanya Venkatraman | 2016-06-25 | 1 | -4/+0 |
| * | | | | tty: serial: msm: Cleanup include usage | Stephen Boyd | 2016-06-25 | 1 | -3/+3 |
| * | | | | tty: serial: msm: Only configure MND registers on hw that has it | Stephen Boyd | 2016-06-25 | 1 | -0/+9 |
| * | | | | tty: serial: msm: Move header file into driver | Stephen Boyd | 2016-06-25 | 2 | -190/+166 |
| * | | | | serial: 8250_early: Add earlycon support for Synopsys DesignWare ABP UART | Kefeng Wang | 2016-06-25 | 1 | -0/+1 |
| * | | | | serial: sh-sci: Clear (H)SCIF timeout and overrun during reset | Geert Uytterhoeven | 2016-06-25 | 2 | -0/+6 |
| * | | | | serial: sh-sci: Clear RX, error, and break flags during reset | Geert Uytterhoeven | 2016-06-25 | 1 | -0/+4 |
| * | | | | serial: sh-sci: Do not start transfers from sci_startup() | Geert Uytterhoeven | 2016-06-25 | 1 | -6/+0 |
| * | | | | serial: sh-sci: Add DT support for dedicated RTS/CTS | Geert Uytterhoeven | 2016-06-25 | 1 | -0/+3 |
| * | | | | serial: sh-sci: Fix support for hardware-assisted RTS/CTS | Geert Uytterhoeven | 2016-06-25 | 1 | -7/+83 |
| * | | | | serial: sh-sci: Add pin initialization for SCIFA/SCIFB | Geert Uytterhoeven | 2016-06-25 | 1 | -1/+15 |
| * | | | | serial: sh-sci: Correct pin initialization on (H)SCIF | Geert Uytterhoeven | 2016-06-25 | 1 | -15/+8 |
| * | | | | serial: sh-sci: Add more Serial Port Control/Data Register documentation | Geert Uytterhoeven | 2016-06-25 | 1 | -4/+10 |
| * | | | | serial: sh-sci: Add more Serial Port Register documentation | Geert Uytterhoeven | 2016-06-25 | 1 | -4/+6 |
| * | | | | serial: sh-sci: Do not open-code sci_getreg() | Geert Uytterhoeven | 2016-06-25 | 1 | -5/+2 |
| * | | | | serial: sh-sci: Add support for GPIO-controlled modem lines | Geert Uytterhoeven | 2016-06-25 | 2 | -1/+46 |
| * | | | | serial: sh-sci: Always set TIOCM_CTS in .get_mctrl() callback | Geert Uytterhoeven | 2016-06-25 | 1 | -2/+2 |
| * | | | | tty: vt, remove unused vc_deccolm | Jiri Slaby | 2016-06-25 | 1 | -1/+0 |
| * | | | | tty: vt, ignore PIO_UNIMAPCLR param | Jiri Slaby | 2016-06-25 | 2 | -14/+7 |
| * | | | | tty: vt, convert more macros to functions | Jiri Slaby | 2016-06-25 | 1 | -28/+34 |
| * | | | | tty: vt, whitespace cleanup in csi_m | Jiri Slaby | 2016-06-25 | 1 | -84/+85 |
| * | | | | tty: vt, too many commands per line in rgb_foreground | Jiri Slaby | 2016-06-25 | 1 | -11/+16 |
| * | | | | tty: vt, do not pass structure over stack | Jiri Slaby | 2016-06-25 | 1 | -33/+33 |
| * | | | | tty: vt, separate T.416 high colors handler | Jiri Slaby | 2016-06-25 | 1 | -48/+37 |
| * | | | | tty: vt, get rid of ugly FLUSH macro | Jiri Slaby | 2016-06-25 | 1 | -13/+18 |
| * | | | | tty: vt, drop VT_BUF_VRAM_ONLY | Jiri Slaby | 2016-06-25 | 1 | -19/+3 |
| * | | | | tty: vt, consw->con_set_palette cleanup | Jiri Slaby | 2016-06-25 | 1 | -1/+1 |
| * | | | | tty: vt, consw->con_scrolldelta cleanup | Jiri Slaby | 2016-06-25 | 1 | -1/+1 |
| * | | | | vt: remove lines parameter from scrollback | Jiri Slaby | 2016-06-25 | 2 | -5/+3 |
| * | | | | tty: 8250, remove shadow and unused variables | Jiri Slaby | 2016-06-25 | 2 | -9/+6 |
| * | | | | TTY: serial, handle platform_get_irq retval properly | Jiri Slaby | 2016-06-25 | 4 | -4/+21 |
| * | | | | tty: 8250, kill DEBUG_INTR | Jiri Slaby | 2016-06-25 | 3 | -11/+5 |
| * | | | | tty: 8250, drop unused members from struct old_serial_port | Jiri Slaby | 2016-06-25 | 2 | -4/+2 |
| * | | | | tty: stop defining STD_COM_FLAGS in drivers | Jiri Slaby | 2016-06-25 | 2 | -7/+1 |
| * | | | | tty: cyclades+mxser, do not initialize to zero | Jiri Slaby | 2016-06-25 | 2 | -2/+0 |
| * | | | | tty: ipwireless, cleanup TIOCGSERIAL | Jiri Slaby | 2016-06-25 | 1 | -10/+1 |
| | |/ /
| |/| | |
|
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2016-07-23 | 1 | -21/+9 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | tty/vt/keyboard: fix OOB access in do_compute_shiftstate() | Dmitry Torokhov | 2016-07-20 | 1 | -21/+9 |
* | | | | devpts: fix null pointer dereference on failed memory allocation | Colin Ian King | 2016-06-26 | 1 | -2/+5 |