summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
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-28staging: dgap: Remove redundant write_wait wakeupsPeter 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-28tty: audit: Poison tty_audit_buf while process exitsPeter Hurley
2016-01-28tty: audit: Always push audit buffer before TIOCSTIPeter Hurley
2016-01-28tty: audit: Check audit enable firstPeter Hurley
2016-01-28tty: audit: Simplify first-use allocationPeter Hurley
2016-01-28tty: audit: Remove tty_audit_buf reference countingPeter Hurley
2016-01-28tty: audit: Remove false memory optimizationPeter Hurley
2016-01-28tty: audit: Handle tty audit enable atomicallyPeter Hurley
2016-01-28tty: audit: Track tty association with dev_tPeter Hurley
2016-01-28tty: audit: Combine push functionsPeter Hurley
2016-01-28tty: audit: Ignore current association for audit pushPeter Hurley
2016-01-28tty: audit: Take siglock directlyPeter Hurley
2016-01-28tty: audit: Defer audit buffer associationPeter Hurley
2016-01-28tty: audit: Remove icanon mode from call chainPeter Hurley
2016-01-28tty: audit: Never audit packet modePeter Hurley
2016-01-28tty: 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
2016-01-27tty: Refactor tty_ldisc_reinit() for reusePeter Hurley
2016-01-27tty: Use 'disc' for line discipline index namePeter Hurley
2016-01-27tty: Move tty_ldisc_kill()Peter Hurley
2016-01-27tty: Handle NULL tty->ldiscPeter Hurley
2016-01-27tty: Prepare for destroying line discipline on hangupPeter Hurley
2016-01-27tty: Fix comments for tty_ldisc_release()Peter Hurley
2016-01-27tty: Fix comments for tty_ldisc_get()Peter Hurley
2016-01-27tty: Reset c_line from driver's init_termiosPeter Hurley
2016-01-27tty: Remove chars_in_buffer() line discipline methodPeter Hurley