summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | serial: sh-sci: Fix late enablement of AUTORTSGeert Uytterhoeven2017-03-311-0/+4
| * | | | serial: sh-sci: Fix hang in sci_reset()Geert Uytterhoeven2017-03-311-4/+0
| * | | | serial: st-asc: Change default baudrate from 9600 to 115200Lee Jones2017-03-311-1/+1
| * | | | tty: serial: st-asc: Make the locking RT awareLionel Debieve2017-03-311-5/+3
| * | | | tty/hvc_console: fix console lock ordering with spinlockDenis Kirjanov2017-03-311-2/+2
| * | | | tty: reset termios state on device registrationJohan Hovold2017-03-311-0/+11
| * | | | tty: drop obsolete termios_locked commentsJohan Hovold2017-03-311-6/+1
| * | | | tty: close race between device register and openJohan Hovold2017-03-311-20/+20
| * | | | Merge 4.11-rc4 into tty-nextGreg Kroah-Hartman2017-03-293-78/+34
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Revert "tty: Fix ldisc crash on reopened tty"Greg Kroah-Hartman2017-03-291-6/+5
| * | | | serial: 8250_dw: simplify optional reset handlingPhilipp Zabel2017-03-171-8/+5
| * | | | tty: serial_core, remove state checks in uart_poll*Jiri Slaby2017-03-171-12/+5
| * | | | serial: 8250_fintek: Enable high speed mode on Fintek F81866Lukas Redlinger2017-03-171-5/+38
| * | | | tty: Fix ldisc crash on reopened ttyPeter Hurley2017-03-171-5/+6
| * | | | tty: pty: Fix ldisc flush after userspace become aware of the data alreadyWang YanQing2017-03-171-6/+1
| * | | | uartlite: Adding a kernel parameter for the number of uartlitesSam Povilus2017-03-172-1/+10
| * | | | serial: xuartps: Cleanup the clock enableShubhrajyoti Datta2017-03-171-6/+3
| * | | | serial: altera_jtaguart: add earlycon supportTobias Klauser2017-03-172-0/+21
| * | | | tty: n_gsm: Use net_device_stats from struct net_deviceTobias Klauser2017-03-171-15/+6
| * | | | drivers/tty: Convert remaining uses of pr_warning to pr_warnJoe Perches2017-03-172-3/+3
| * | | | serial: xilinx_uartps: Add pm runtime supportShubhrajyoti Datta2017-03-141-8/+42
| * | | | serial: 8250: 8250_core: Use dev_name() during request_irq()Vignesh R2017-03-141-1/+1
| * | | | drivers: convert sbd_duart.map_guard from atomic_t to refcount_tElena Reshetova2017-03-141-11/+7
| * | | | tty/serial: atmel: move atmel_serial header into driver directoryRichard Genoud2017-03-142-1/+170
| * | | | serial: 8250_exar: Fix spelling of "driver"Andy Shevchenko2017-03-141-1/+1
| * | | | tty/serial: atmel: remove cache when unnecessaryAlexandre Belloni2017-03-141-0/+2
| * | | | tty/serial: atmel: increase ATMEL_MAX_UARTAlexandre Belloni2017-03-141-1/+2
| * | | | serial: sh-sci: Fix panic when serial console and DMA are enabledTakatoshi Akiyama2017-03-141-4/+6
| * | | | Revert "tty: serial: pl011: add ttyAMA for matching pl011 console"Aleksey Makarov2017-03-141-1/+1
* | | | | format-security: move static strings to constKees Cook2017-05-082-6/+6
* | | | | Merge tag 'devicetree-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-05-051-4/+1
|\ \ \ \ \
| * | | | | of: Add function for generating a DT modalias with a newlineRob Herring2017-03-221-4/+1
| |/ / / /
* | | | | oom: improve oom disable handlingMichal Hocko2017-05-031-1/+1
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2017-05-021-1/+1
|\ \ \ \ \
| * | | | | tty: fix comment for __tty_alloc_driver()Thadeu Lima de Souza Cascardo2017-04-241-1/+1
| |/ / / /
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-201-16/+69
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Revert "tty: don't panic on OOM in tty_set_ldisc()"Greg Kroah-Hartman2017-04-141-16/+69
| | |_|/ | |/| |
* | | | serdev: implement get/set tiocmSebastian Reichel2017-04-122-0/+46
* | | | serdev: add serdev_device_wait_until_sentSebastian Reichel2017-04-122-4/+25
* | | | tty: serial: omap: add UPF_BOOT_AUTOCONF flag for DT initSebastian Reichel2017-04-121-0/+3
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-067-80/+65
|\ \ \ \ | |/ / /
| * | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-04-021-1/+0
| |\ \ \
| | * | | sched/headers: Remove duplicate #include <linux/sched/debug.h> lineIngo Molnar2017-03-281-1/+0
| * | | | tty: pl011: fix earlycon work-around for QDF2400 erratum 44Timur Tabi2017-04-011-2/+21
| * | | | serial: 8250_EXAR: fix duplicate Kconfig text and add missing help textPaul Gortmaker2017-03-311-2/+6
| * | | | tty/serial: atmel: fix TX path in atmel_console_write()Nicolas Ferre2017-03-311-0/+3
| * | | | tty/serial: atmel: fix race condition (TX+DMA)Richard Genoud2017-03-311-0/+5
| * | | | serial: mxs-auart: Fix baudrate calculationUwe Kleine-König2017-03-311-1/+1
| | |_|/ | |/| |
| * | | Merge tag 'tty-4.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-03-263-74/+29
| |\ \ \ | | |/ / | |/| |
| | * | tty: fix data race in tty_ldisc_ref_wait()Dmitry Vyukov2017-03-171-2/+5
OpenPOWER on IntegriCloud