summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)Author
2016-02-06earlycon: Use common framework for earlycon declarationsPeter Hurley
2016-02-06of: earlycon: of_setup_earlycon() requires CONFIG_OF_EARLY_FLATTREEPeter Hurley
2016-02-06tty: Drop krefs for interrupted tty lockPeter Hurley
2016-02-01Merge 4.5-rc2 into tty-nextGreg Kroah-Hartman
2016-01-31Merge tag 'tty-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2016-01-31Merge tag 'staging-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2016-01-29serial: 8250_pci: Add Intel Broadwell portsMika Westerberg
2016-01-28Staging: speakup: fix read scrolled-back VTSamuel Thibault
2016-01-28tty: Remove ASYNC_CLOSINGPeter Hurley
2016-01-28tty: mxser: Remove ASYNC_CLOSINGPeter Hurley
2016-01-28serial: core: Perform RTS signalling before soft flow ctrlPeter Hurley
2016-01-28serial: core: Unfold < 80 char linesPeter Hurley
2016-01-28serial: core: Remove cast from void ptr in uart_open()Peter Hurley
2016-01-28serial: core: Cleanup uart_open() exitPeter Hurley
2016-01-28serial: Fix ASYNC_* => UPF_* flags misusePeter Hurley
2016-01-28serial: core: Use tty->index for port # in debug messagesPeter Hurley
2016-01-28serial: core: Fold do_uart_get_info() into callerPeter Hurley
2016-01-28serial: core: Fold __uart_put_char() into callerPeter Hurley
2016-01-28tty: Use termios c_*flag macrosPeter Hurley
2016-01-28tty: Allow unreadable mess to be > 80 charsPeter Hurley
2016-01-28tty: Unify receive_buf() code pathsPeter Hurley
2016-01-28n_tty: Ignore all read data when closingPeter Hurley
2016-01-28tty: rocket: Remove private close_waitPeter Hurley
2016-01-28serial: 8250: Unfold < 80 char linesPeter Hurley
2016-01-28serial: 8250: Wait for irq to complete before shutdownPeter Hurley
2016-01-28serial: 8250: Unlink uart console ptr if console setup failsPeter Hurley
2016-01-28serial: 8250: Remove low_latency workaroundPeter Hurley
2016-01-28serial: 8250: Fix lost rx statePeter Hurley
2016-01-28serial: 8250: Refactor serial8250_rx_chars() inner loopPeter Hurley
2016-01-28tty: n_tty: fix SIGIO for outputPeter Hurley
2016-01-28n_tty: Remove tty count checks from unthrottlePeter Hurley
2016-01-28n_tty: Fix stuck write wakeupPeter Hurley
2016-01-28tty: Fix ioctl(FIOASYNC) on hungup filePeter Hurley
2016-01-28tty: Add fasync() hung up file operationPeter Hurley
2016-01-28tty, n_tty: Remove fasync() ldisc notificationPeter Hurley
2016-01-28n_tty: Always wake up read()/poll() if new inputPeter Hurley
2016-01-27tty: audit: Poison tty_audit_buf while process exitsPeter Hurley
2016-01-27tty: audit: Always push audit buffer before TIOCSTIPeter Hurley
2016-01-27tty: audit: Check audit enable firstPeter Hurley
2016-01-27tty: audit: Simplify first-use allocationPeter Hurley
2016-01-27tty: audit: Remove tty_audit_buf reference countingPeter Hurley
2016-01-27tty: audit: Remove false memory optimizationPeter Hurley
2016-01-27tty: audit: Handle tty audit enable atomicallyPeter Hurley
2016-01-27tty: audit: Track tty association with dev_tPeter Hurley
2016-01-27tty: audit: Combine push functionsPeter Hurley
2016-01-27tty: audit: Ignore current association for audit pushPeter Hurley
2016-01-27tty: audit: Take siglock directlyPeter Hurley
2016-01-27tty: audit: Defer audit buffer associationPeter Hurley
2016-01-27tty: audit: Remove icanon mode from call chainPeter Hurley
2016-01-27tty: audit: Never audit packet modePeter Hurley