summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* devpts: Change the owner of /dev/pts/ptmx to the mounter of /dev/ptsEric W. Biederman2016-09-231-9/+4
* devpts: Remove sync_filesystemsEric W. Biederman2016-09-231-1/+0
* devpts: Make devpts_kill_sb safe if fsi is NULLEric W. Biederman2016-09-231-1/+2
* devpts: Simplify devpts_mount by using mount_nodevEric W. Biederman2016-09-231-18/+1
* devpts: Move the creation of /dev/pts/ptmx into fill_superEric W. Biederman2016-09-231-8/+11
* devpts: Move parse_mount_options into fill_superEric W. Biederman2016-09-231-8/+8
* serial: xuartps: Do not enable parity error interruptAnirudha Sarangi2016-09-221-2/+15
* serial: stm32: fix uart enable managementAlexandre TORGUE2016-09-221-1/+5
* serial: stm32: fix spin_lock managementAlexandre TORGUE2016-09-221-0/+4
* serial: stm32: adding dma supportAlexandre TORGUE2016-09-222-25/+378
* dt-bindings: Add DMA bindings for STM32 USARTAlexandre TORGUE2016-09-221-0/+12
* serial: stm32: clock disabling managementAlexandre TORGUE2016-09-221-2/+3
* serial: stm32: correct flow control property spellingAlexandre TORGUE2016-09-221-1/+1
* serial: stm32: disable tx and rx during shutdownAlexandre TORGUE2016-09-221-1/+1
* serial: stm32: header file creationAlexandre TORGUE2016-09-222-208/+216
* DOCUMENTATION: dt-bindings: Document the STM32 USART bindingsAlexandre TORGUE2016-09-221-0/+34
* serial: stm32: adding support for stm32f7Alexandre TORGUE2016-09-221-50/+219
* tty: serial: xuartps: Wait for rx and tx reset done statusNava kishore Manne2016-09-221-0/+8
* serial: xuartps: Adds RXBS register support for zynqmpNava kishore Manne2016-09-221-20/+81
* tty/serial/8250: Touch NMI watchdog in wait_for_xmitrJiri Olsa2016-09-221-0/+1
* serial: 8250_pci: Use symbolic constants for EXAR's MPIO registersJan Kiszka2016-09-221-21/+34
* tty: amba-pl011: uart_amba_port is not available with earlycon functionShawn Guo2016-09-221-4/+1
* serial: mxs-auart: Fix missing clk_disable_unprepare() on error in mxs_get_cl...Wei Yongjun2016-09-221-1/+1
* vt: Emulate \e[100-107m (bright background colors).Adam Borowski2016-09-221-2/+3
* vt: Support \e[90-97m (bright foreground colors).Adam Borowski2016-09-221-0/+4
* vt: Drop a no longer true comment.Adam Borowski2016-09-221-2/+2
* vt: Make a comparison <= for readability.Adam Borowski2016-09-221-1/+1
* vt: Fix a read-past-array in vc_t416_color().Adam Borowski2016-09-221-1/+1
* pty: make ptmx file ops read-only after initKees Cook2016-09-151-1/+1
* tty: serial_core: add tty NULL check to uart_tx_stoppedRob Herring2016-09-151-1/+1
* serial: imx: Replace dmaengine old APIFabien Lahoudere2016-09-151-4/+4
* serial: core: fix potential NULL pointer dereferenceAndy Shevchenko2016-09-151-3/+3
* BUG: atmel_serial: Interrupts not disabled on closeRichard Genoud2016-09-151-2/+3
* tty: serial: fsl_lpuart: use GFP_ATOMIC under spin lockWei Yongjun2016-09-151-1/+1
* serial: max310x: Set IRQF_TRIGGER_FALLING flag when dev.of_node is not NULLLiu Xiang2016-09-151-1/+1
* serial: mxs-auart: Use PTR_ERR_OR_ZERO() to simplify the codeWei Yongjun2016-09-131-4/+1
* serial: mxs-auart: Disable clock on error pathFabio Estevam2016-09-131-1/+5
* serial: core: Fix handling of options after MMIO addressAlexander Sverdlin2016-09-131-8/+6
* serial: imx: add error messages when .probe failsUwe Kleine-König2016-09-131-4/+14
* Merge 4.8-rc5 into tty-nextGreg Kroah-Hartman2016-09-05812-4628/+8965
|\
| * Linux 4.8-rc5v4.8-rc5Linus Torvalds2016-09-041-1/+1
| * Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-09-041-0/+12
| |\
| | * x86/AMD: Apply erratum 665 on machines without a BIOS fixEmanuel Czirai2016-09-021-0/+12
| * | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2016-09-042-1/+3
| |\ \
| | * | tick/nohz: Fix softlockup on scheduler stalls in kvm guestWanpeng Li2016-09-021-1/+2
| | * | clocksource/drivers/atmel-pit: Fix compilation errorDaniel Lezcano2016-08-291-0/+1
| | |/
| * | Merge tag 'dm-4.8-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2016-09-043-7/+14
| |\ \
| | * | dm bufio: remove use of deprecated create_singlethread_workqueue()Bhaktipriya Shridhar2016-08-311-1/+1
| | * | dm crypt: fix free of bad values after tfm allocation failureEric Biggers2016-08-311-1/+1
| | * | dm crypt: fix error with too large biosMikulas Patocka2016-08-311-0/+7