index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
tty: hvcs: Remove unnecessary KERN_ERR in hvcs.c
Masanari Iida
2014-11-05
1
-1
/
+1
*
max310x: max3109_detect should use indirect addressing in SPI mode for REVID ...
Gregory Hermant
2014-11-05
1
-1
/
+4
*
serial: samsung: Remove checks for CONFIG_SAMSUNG_CLOCK
Paul Bolle
2014-11-05
1
-27
/
+0
*
tty: ar933x_uart: use container_of to resolve ar933x_uart_port from uart_port
Fabian Frederick
2014-11-05
1
-10
/
+20
*
serial: use container_of to resolve uart_sunzilog_port from uart_port
Fabian Frederick
2014-11-05
1
-8
/
+16
*
serial: pnx8xxx: use container_of to resolve pnx8xxx_port from uart_port
Fabian Frederick
2014-11-05
1
-16
/
+32
*
serial: amba-pl010: use container_of to resolve uart_amba_port from uart_port
Fabian Frederick
2014-11-05
1
-12
/
+24
*
serial: sunsab: use container_of to resolve uart_sunsu_port from uart_port
Fabian Frederick
2014-11-05
1
-12
/
+24
*
serial: sunsu: use container_of to resolve uart_sunsu_port from uart_port
Fabian Frederick
2014-11-05
1
-13
/
+26
*
tty: use container_of to resolve uart_pmac_port from uart_port
Fabian Frederick
2014-11-05
1
-3
/
+6
*
TTY: jsm: use container_of to resolve jsm_channel from uart_port
Fabian Frederick
2014-11-05
1
-10
/
+20
*
serial: cpm_uart: use container_of to resolve uart_cpm_port from uart_port
Fabian Frederick
2014-11-05
1
-16
/
+32
*
serial: mpsc: use container_of to resolve mpsc_port_info from uart_port
Fabian Frederick
2014-11-05
1
-13
/
+26
*
serial: use container_of to resolve uart_ip22zilog_port from uart_port
Fabian Frederick
2014-11-05
1
-6
/
+12
*
serial: sa1100: use container_of to resolve sa1100_port from uart_port
Fabian Frederick
2014-11-05
1
-15
/
+30
*
serial: use container_of to resolve uart_sio_port from uart_port
Fabian Frederick
2014-11-05
1
-14
/
+28
*
tty: serial: 8250: omap: add dma support
Sebastian Andrzej Siewior
2014-11-05
1
-0
/
+71
*
tty: serial: 8250: omap: add custom irq handling
Sebastian Andrzej Siewior
2014-11-05
3
-2
/
+61
*
tty: serial: 8250_omap: add custom DMA-RX callback
Sebastian Andrzej Siewior
2014-11-05
1
-0
/
+96
*
tty: serial: 8250_omap: add custom DMA-TX callback
Sebastian Andrzej Siewior
2014-11-05
2
-0
/
+145
*
tty: serial: 8250: allow to use custom DMA implementation
Sebastian Andrzej Siewior
2014-11-05
3
-5
/
+11
*
tty: serial: 8250_dma: keep own book keeping about RX transfers
Sebastian Andrzej Siewior
2014-11-05
2
-6
/
+5
*
tty: serial: 8250_dma: handle error on TX submit
Sebastian Andrzej Siewior
2014-11-05
3
-6
/
+28
*
tty: serial: Add 8250-core based omap driver
Sebastian Andrzej Siewior
2014-11-05
3
-0
/
+924
*
tty: serial: 8250: make serial8250_console_setup() non _init
Sebastian Andrzej Siewior
2014-11-05
1
-1
/
+1
*
tty: serial: 8250: Fix wording in runtime-PM comments
Sebastian Andrzej Siewior
2014-11-05
1
-2
/
+2
*
serial: mxs-auart: add sysrq support
Janusz Uzycki
2014-11-05
1
-0
/
+4
*
tty: serial: omap: Remove probe error message
Markus Pargmann
2014-11-05
1
-2
/
+0
*
serial: core: Fix port count when uart_open() errors
Peter Hurley
2014-11-05
1
-10
/
+15
*
serial: core: Remove extra locking in uart_write()
Peter Hurley
2014-11-05
1
-1
/
+2
*
serial: core: Colocate crucial structure linkage
Peter Hurley
2014-11-05
1
-2
/
+3
*
serial: core: Remove redundant timeout assignments
Peter Hurley
2014-11-05
1
-2
/
+0
*
serial: core: Unwrap >80 char line in uart_close()
Peter Hurley
2014-11-05
1
-2
/
+1
*
tty: Document defunct ASYNC_* bits in uapi header
Peter Hurley
2014-11-05
1
-4
/
+5
*
tty,serial: Unify UPF_* and ASYNC_* flag definitions
Peter Hurley
2014-11-05
2
-16
/
+37
*
serial: Fix locking for uart driver set_termios() method
Peter Hurley
2014-11-05
2
-3
/
+11
*
serial: core: Flush ldisc after dropping port mutex in uart_close()
Peter Hurley
2014-11-05
1
-3
/
+2
*
serial: Refactor uart_flush_buffer() from uart_close()
Peter Hurley
2014-11-05
5
-28
/
+34
*
tty: Flush ldisc buffer atomically with tty flip buffers
Peter Hurley
2014-11-05
4
-11
/
+15
*
tty: Fix timeout on pty set ldisc
Peter Hurley
2014-11-05
1
-17
/
+4
*
tty: Fix hung task on pty hangup
Peter Hurley
2014-11-05
1
-2
/
+20
*
tty: Prefix tty_ldisc_{lock,lock_nested,unlock} functions
Peter Hurley
2014-11-05
1
-12
/
+12
*
pty, n_tty: Simplify input processing on final close
Peter Hurley
2014-11-05
2
-26
/
+21
*
pty: Don't drop pty master tty lock to hangup slave
Peter Hurley
2014-11-05
1
-2
/
+0
*
tty: Remove tty_unhangup() declaration
Peter Hurley
2014-11-05
1
-1
/
+0
*
tty: Preset lock subclass for nested tty locks
Peter Hurley
2014-11-05
3
-10
/
+12
*
tty: Change tty lock order to master->slave
Peter Hurley
2014-11-05
3
-28
/
+21
*
tty: Simplify tty_release() state checks
Peter Hurley
2014-11-05
1
-10
/
+9
*
tty: Simplify tty_release_checks() interface
Peter Hurley
2014-11-05
1
-3
/
+4
*
tty: Simplify tty_ldisc_release() interface
Peter Hurley
2014-11-05
3
-10
/
+9
[next]