summaryrefslogtreecommitdiffstats
path: root/drivers/tty
AgeCommit message (Expand)Author
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
2016-01-27tty: audit: Early-out pty master reads earlierPeter Hurley
2016-01-27tty: Make tty_files_lock per-ttyPeter Hurley
2016-01-27tty: Move tty_check_change() helperPeter Hurley
2016-01-27tty: Eliminate global symbol tty_ldisc_N_TTYPeter Hurley
2016-01-27tty: Unexport system-wide tty_mutexPeter Hurley
2016-01-27tty: Avoid unnecessary temporaries for tty->ldiscPeter Hurley
2016-01-27tty: Document c_line == N_TTY initial conditionPeter Hurley
2016-01-27tty: Destroy ldisc instance on hangupPeter Hurley