index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-28
tty: Remove ASYNC_CLOSING
Peter Hurley
6
-10
/
+5
2016-01-28
isdn: Remove ASYNC_CLOSING
Peter Hurley
1
-6
/
+6
2016-01-28
tty: mxser: Remove ASYNC_CLOSING
Peter Hurley
1
-4
/
+5
2016-01-28
serial: core: Perform RTS signalling before soft flow ctrl
Peter Hurley
1
-6
/
+6
2016-01-28
serial: core: Unfold < 80 char lines
Peter Hurley
1
-10
/
+5
2016-01-28
serial: core: Remove cast from void ptr in uart_open()
Peter Hurley
1
-1
/
+1
2016-01-28
serial: core: Cleanup uart_open() exit
Peter Hurley
1
-4
/
+1
2016-01-28
serial: Fix ASYNC_* => UPF_* flags misuse
Peter Hurley
1
-1
/
+1
2016-01-28
serial: core: Use tty->index for port # in debug messages
Peter Hurley
1
-3
/
+2
2016-01-28
serial: core: Fold do_uart_get_info() into caller
Peter Hurley
1
-11
/
+7
2016-01-28
serial: core: Fold __uart_put_char() into caller
Peter Hurley
1
-9
/
+5
2016-01-28
tty: Use termios c_*flag macros
Peter Hurley
26
-146
/
+104
2016-01-28
tty: Allow unreadable mess to be > 80 chars
Peter Hurley
1
-4
/
+2
2016-01-28
tty: Unify receive_buf() code paths
Peter Hurley
1
-11
/
+28
2016-01-28
staging: dgap: Remove redundant write_wait wakeups
Peter Hurley
1
-6
/
+0
2016-01-28
n_tty: Ignore all read data when closing
Peter Hurley
1
-2
/
+0
2016-01-28
tty: rocket: Remove private close_wait
Peter Hurley
2
-3
/
+0
2016-01-28
serial: 8250: Unfold < 80 char lines
Peter Hurley
1
-7
/
+4
2016-01-28
serial: 8250: Wait for irq to complete before shutdown
Peter Hurley
1
-0
/
+4
2016-01-28
serial: 8250: Unlink uart console ptr if console setup fails
Peter Hurley
1
-1
/
+5
2016-01-28
serial: 8250: Remove low_latency workaround
Peter Hurley
1
-2
/
+1
2016-01-28
serial: 8250: Fix lost rx state
Peter Hurley
1
-3
/
+4
2016-01-28
serial: 8250: Refactor serial8250_rx_chars() inner loop
Peter Hurley
1
-58
/
+62
2016-01-28
tty: n_tty: fix SIGIO for output
Peter Hurley
1
-1
/
+1
2016-01-28
n_tty: Remove tty count checks from unthrottle
Peter Hurley
1
-4
/
+0
2016-01-28
n_tty: Fix stuck write wakeup
Peter Hurley
1
-2
/
+2
2016-01-28
tty: Fix ioctl(FIOASYNC) on hungup file
Peter Hurley
1
-2
/
+3
2016-01-28
tty: Add fasync() hung up file operation
Peter Hurley
1
-0
/
+6
2016-01-28
tty, n_tty: Remove fasync() ldisc notification
Peter Hurley
2
-13
/
+0
2016-01-28
n_tty: Always wake up read()/poll() if new input
Peter Hurley
1
-32
/
+2
2016-01-27
tty: audit: Poison tty_audit_buf while process exits
Peter Hurley
1
-8
/
+17
2016-01-27
tty: audit: Always push audit buffer before TIOCSTI
Peter Hurley
1
-9
/
+3
2016-01-27
tty: audit: Check audit enable first
Peter Hurley
1
-3
/
+4
2016-01-27
tty: audit: Simplify first-use allocation
Peter Hurley
1
-15
/
+7
2016-01-27
tty: audit: Remove tty_audit_buf reference counting
Peter Hurley
1
-40
/
+7
2016-01-27
tty: audit: Remove false memory optimization
Peter Hurley
1
-5
/
+1
2016-01-27
tty: audit: Handle tty audit enable atomically
Peter Hurley
1
-31
/
+22
2016-01-27
tty: audit: Track tty association with dev_t
Peter Hurley
1
-18
/
+14
2016-01-27
tty: audit: Combine push functions
Peter Hurley
1
-32
/
+3
2016-01-27
tty: audit: Ignore current association for audit push
Peter Hurley
2
-9
/
+4
2016-01-27
tty: audit: Take siglock directly
Peter Hurley
1
-8
/
+5
2016-01-27
tty: audit: Defer audit buffer association
Peter Hurley
1
-8
/
+8
2016-01-27
tty: audit: Remove icanon mode from call chain
Peter Hurley
2
-16
/
+12
2016-01-27
tty: audit: Never audit packet mode
Peter Hurley
1
-13
/
+4
2016-01-27
tty: audit: Early-out pty master reads earlier
Peter Hurley
1
-4
/
+4
2016-01-27
tty: Make tty_files_lock per-tty
Peter Hurley
1
-13
/
+12
2016-01-27
tty: Move tty_check_change() helper
Peter Hurley
2
-6
/
+6
2016-01-27
tty: Eliminate global symbol tty_ldisc_N_TTY
Peter Hurley
3
-11
/
+9
2016-01-27
tty: Unexport system-wide tty_mutex
Peter Hurley
1
-3
/
+1
2016-01-27
tty: Avoid unnecessary temporaries for tty->ldisc
Peter Hurley
1
-5
/
+2
[next]