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