index
:
Linux
arm64-uaccess
for-next
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
path:
root
/
drivers
/
tty
/
serial
/
serial_core.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-12
1
-1
/
+1
*
Merge tag 'tty-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2018-06-05
1
-2
/
+2
|
\
|
*
serial: Introduce UPSTAT_SYNC_FIFO for synchronised FIFOs
Jeremy Kerr
2018-04-23
1
-2
/
+2
*
|
tty: replace ->proc_fops with ->proc_show
Christoph Hellwig
2018-05-16
1
-14
/
+1
|
/
*
serial: expose buf_overrun count through proc interface
Jeremy Kerr
2018-03-23
1
-0
/
+2
*
serial: core: mark port as initialized in autoconfig
Sebastian Andrzej Siewior
2018-02-28
1
-0
/
+2
*
serial: core: mark port as initialized after successful IRQ change
Sebastian Andrzej Siewior
2018-01-22
1
-0
/
+2
*
serial: core: Make uart_parse_options take const char* argument
Paul Cercueil
2018-01-09
1
-2
/
+3
*
serial: core: Support common rs485 binding for RTS polarity
Lukas Wunner
2017-11-28
1
-3
/
+10
*
serial: Make retrieval of rs485 properties platform-agnostic
Lukas Wunner
2017-11-28
1
-7
/
+8
*
tty: serial: Remove redundant license text
Greg Kroah-Hartman
2017-11-08
1
-14
/
+0
*
tty: add SPDX identifiers to all remaining files in drivers/tty/
Greg Kroah-Hartman
2017-11-08
1
-0
/
+1
*
serial: core: remove redundant assignment to port
Colin Ian King
2017-11-04
1
-2
/
+1
*
serial: Add common rs485 device tree parsing function
Uwe Kleine-König
2017-09-18
1
-0
/
+36
*
serial: core: Consider rs485 settings to drive RTS
Rafael Gago
2017-08-28
1
-9
/
+25
*
serial: core: remove unneeded irq_wake flag
Andy Shevchenko
2017-08-28
1
-6
/
+3
*
serial: core: enforce type for upf_t when copying
Andy Shevchenko
2017-07-30
1
-2
/
+2
*
serial: rate limit custom-speed deprecation notice
Johan Hovold
2017-06-13
1
-3
/
+2
*
serial: enable serdev support
Johan Hovold
2017-05-18
1
-2
/
+2
*
serial: core: fix crash in uart_suspend_port
Lucas Stach
2017-05-18
1
-1
/
+1
*
serial: core: Re-use struct uart_port {name} field
Andy Shevchenko
2017-04-08
1
-6
/
+4
*
tty: serial_core: Add name field to uart_port struct
Vignesh R
2017-03-31
1
-0
/
+7
*
tty: serial_core, remove state checks in uart_poll*
Jiri Slaby
2017-03-17
1
-12
/
+5
*
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-12-24
1
-1
/
+1
*
serial: core: don't check port twice in a row
Andy Shevchenko
2016-11-28
1
-6
/
+11
*
tty: serial_core: fix NULL struct tty pointer access in uart_write_wakeup
Rob Herring
2016-10-28
1
-2
/
+2
*
tty: serial_core: Fix serial console crash on port shutdown
Geert Uytterhoeven
2016-10-28
1
-0
/
+2
*
serial: core: fix console problems on uart_close
Rob Herring
2016-10-27
1
-2
/
+0
*
serial: core: fix potential NULL pointer dereference
Andy Shevchenko
2016-09-15
1
-3
/
+3
*
serial: core: Fix handling of options after MMIO address
Alexander Sverdlin
2016-09-13
1
-8
/
+6
*
serial: earlycon: Extend earlycon command line option to support 64-bit addre...
Alexander Sverdlin
2016-09-02
1
-3
/
+9
*
tty: serial_core: convert uart_close to use tty_port_close
Rob Herring
2016-08-31
1
-37
/
+19
*
tty: serial_core: convert uart_open to use tty_port_open
Rob Herring
2016-08-31
1
-47
/
+23
*
serial: serial_core: Perform NULL checks for release/request_port ops
Fabio Estevam
2016-06-25
1
-4
/
+4
*
serial: core: Fix port mutex assert if lockdep disabled
Peter Hurley
2016-05-03
1
-3
/
+1
*
serial: core: Prevent unsafe uart port access, part 3
Peter Hurley
2016-04-30
1
-10
/
+20
*
serial: core: Prevent unsafe uart port access, part 2
Peter Hurley
2016-04-30
1
-43
/
+128
*
serial: core: Prevent unsafe uart port access, part 1
Peter Hurley
2016-04-30
1
-53
/
+104
*
serial: core: Expand port mutex section in uart_poll_init()
Peter Hurley
2016-04-30
1
-15
/
+15
*
tty: Replace ASYNC_INITIALIZED bit and update atomically
Peter Hurley
2016-04-30
1
-11
/
+13
*
tty: Replace ASYNC_SUSPENDED bit and update atomically
Peter Hurley
2016-04-30
1
-4
/
+4
*
tty: Replace ASYNC_NORMAL_ACTIVE bit and update atomically
Peter Hurley
2016-04-30
1
-4
/
+4
*
tty: Replace TTY_THROTTLED bit tests with tty_throttled()
Peter Hurley
2016-04-30
1
-1
/
+1
*
tty: Replace TTY_IO_ERROR bit tests with tty_io_error()
Peter Hurley
2016-04-30
1
-4
/
+4
*
serial: core: remove baud_rates when serial console setup
Jeffy Chen
2016-02-06
1
-31
/
+2
*
tty: Remove ASYNC_CLOSING
Peter Hurley
2016-01-28
1
-1
/
+0
*
serial: core: Perform RTS signalling before soft flow ctrl
Peter Hurley
2016-01-28
1
-6
/
+6
*
serial: core: Unfold < 80 char lines
Peter Hurley
2016-01-28
1
-10
/
+5
*
serial: core: Remove cast from void ptr in uart_open()
Peter Hurley
2016-01-28
1
-1
/
+1
[next]