platform/kernel/linux-starfive.git
2021-05-20 Colin Ian Kingserial: kgdb_nmi: remove redundant initialization of...
2021-05-20 Biju Dasserial: sh-sci: Add support for RZ/G2L SoC
2021-05-20 Lad Prabhakardt-bindings: serial: renesas,scif: Document r9a07g044...
2021-05-20 Neil Armstrongtty: serial: meson: retrieve port FIFO size from DT
2021-05-20 Neil Armstrongdt-bindings: serial: amlogic, meson-uart: add fifo...
2021-05-13 Guenter Roecktty: hvc_iucv: Drop unnecessary NULL check after contai...
2021-05-13 Andy Shevchenkovt: Move custom isspace() to its own namespace
2021-05-13 Xiaofei Tantty: tty_port: Fix coding style issues of block comments
2021-05-13 Xiaofei Tantty: tty_port: Add a blank line after declarations
2021-05-13 Xiaofei Tantty: tty_port: Delete a blank line before EXPORT_SYMBOL...
2021-05-13 Xiaofei Tantty: tty_io: Remove return in void function
2021-05-13 Xiaofei Tantty: tty_io: Delete a blank line before EXPORT_SYMBOL...
2021-05-13 Xiaofei Tantty: tty_io: Fix an issue of code indent for conditiona...
2021-05-13 Xiaofei Tantty: tty_io: Remove the repeated word 'can'
2021-05-13 Xiaofei Tantty: tty_io: Fix coding style issues of block comments
2021-05-13 Xiaofei Tantty: tty_io: Fix trailing whitespace issues
2021-05-13 Xiaofei Tantty: tty_io: Fix spaces required around that ':'
2021-05-13 Xiaofei Tantty: tty_io: Add a blank line after declarations
2021-05-13 Xiaofei Tantty: tty_io: Remove spaces before tabs
2021-05-13 Xiaofei Tantty: tty_buffer: Fix coding style issues of block comments
2021-05-13 Xiaofei Tantty: tty_buffer: Remove the repeated word 'the'
2021-05-13 Xiaofei Tantty: tty_buffer: Add a blank line after declarations
2021-05-13 Xiaofei Tantty: tty_baudrate: Fix coding style issues of block...
2021-05-13 Xiaofei Tantty: tty_baudrate: Remove unnecessary tab and spaces...
2021-05-13 Christophe... tty: nozomi: Fix a resource leak in an error handling...
2021-05-13 Samo Pogačnikttyprintk: Removed unnecessary TTY ioctl callback
2021-05-13 Samo Pogačnikttyprintk: Add TTY port shutdown callback
2021-05-13 Zihao Tangtty: serial: sb1250-duart: include <linux/io.h> instead...
2021-05-13 Zihao Tangtty: serial: vr41xx_siu: include <linux/io.h> instead...
2021-05-13 Zihao Tangtty: serial: sunzilog: include <linux/io.h> instead...
2021-05-13 Zihao Tangtty: serial: sunsu: include <linux/io.h> instead of...
2021-05-13 Zihao Tangtty: serial: sunsab: include <linux/io.h> instead of...
2021-05-13 Zihao Tangtty: serial: txx9: include <linux/io.h> instead of...
2021-05-13 Zihao Tangtty: serial: pmac_zilog: include <linux/io.h> insteiad...
2021-05-13 Zihao Tangtty: serial: mux: include <linux/io.h> instead of ...
2021-05-13 Zihao Tangtty: serial: ip22zilog: include <linux/io.h> instead...
2021-05-13 Zihao Tangtty: serial: icom: include <linux/io.h> instead of...
2021-05-13 Zihao Tangtty: serial: dz: include <linux/io.h> instead of <asm...
2021-05-13 Zihao Tangtty: serial: atmel: include <linux/io.h> instead of...
2021-05-13 Jiri Slabytty: remove unused tty_throttle
2021-05-13 Jiri Slabyisdn: capi, drop useless pr_debugs
2021-05-13 Jiri Slabyisdn: capi, remove optional tty ops
2021-05-13 Jiri Slabytty: remove empty tty_operations::set_termios
2021-05-13 Jiri Slabytty: remove empty tty_operations::flush_buffer
2021-05-13 Jiri Slabynozomi: simplify ntty_chars_in_buffer
2021-05-13 Jiri Slabytty: make tty_operations::chars_in_buffer return uint
2021-05-13 Jiri Slabytty: remove tty_operations::chars_in_buffer for non...
2021-05-13 Jiri Slabytty: make tty_buffer_space_avail return uint
2021-05-13 Jiri Slabytty: make tty_operations::write_room return uint
2021-05-13 Jiri Slabyti-st: use tty_write_room
2021-05-13 Jiri Slabyti-st: use goto-failpath in st_core_init
2021-05-13 Jiri Slabytty: return void from tty_unregister_ldisc
2021-05-13 Jiri Slabytty: no checking of tty_unregister_ldisc
2021-05-13 Jiri Slabytty: drop tty_ldisc_ops::refcount
2021-05-13 Jiri Slabytty: make tty_ldisc_ops a param in tty_unregister_ldisc
2021-05-13 Jiri Slabyn_gsm: use goto-failpaths in gsm_init
2021-05-13 Jiri Slabytty: set tty_ldisc_ops::num statically
2021-05-13 Jiri Slabytty: cumulate and document tty_struct::ctrl* members
2021-05-13 Jiri Slabytty: cumulate and document tty_struct::flow* members
2021-05-13 Jiri Slabytty: make fp of tty_ldisc_ops::receive_buf{,2} const
2021-05-13 Jiri Slabyn_tty: remove superfluous return from n_tty_receive_sig...
2021-05-13 Jiri Slabyn_tty: invert TTY_NORMAL condition in n_tty_receive_buf...
2021-05-13 Jiri Slabyn_tty: do only one cp dereference in n_tty_receive_buf_...
2021-05-13 Jiri Slabyn_tty: make n_tty_receive_char_special return void
2021-05-13 Jiri Slabyn_tty: move lnext handling
2021-05-13 Jiri Slabyn_tty: drop parmrk_dbl from n_tty_receive_char
2021-05-13 Jiri Slabyn_tty: drop n_tty_receive_buf_fast
2021-05-13 Jiri Slabyn_tty: remove n_tty_receive_char_fast
2021-05-13 Jiri Slabyn_tty: remove n_tty_receive_char wrapper
2021-05-13 Jiri Slabytty: remove broken r3964 line discipline
2021-05-13 Dan Carpenterserial: 8250_omap: fix a timeout loop condition
2021-05-13 Christophe... serial: 8250: Add an empty line and remove some useless {}
2021-05-13 Christophe... serial: 8250: Use 'hlist_for_each_entry' to simplify...
2021-05-13 Colin Ian Kingserial: meson: remove redundant initialization of varia...
2021-05-13 Jim Quinlanserial: 8250: of: Check for CONFIG_SERIAL_8250_BCM7271
2021-05-13 Colin Ian Kingserial: qcom_geni_serial: redundant initialization...
2021-05-13 Zhen Leidt-bindings: serial: Add label property in serial.yaml
2021-05-13 Zhen Leidt-bindings: serial: Change to reference the kernel...
2021-05-13 Zev Weissserial: 8250_aspeed_vuart: use UPF_IOREMAP to set up...
2021-05-13 Zev Weissserial: 8250_aspeed_vuart: initialize vuart->port in...
2021-05-13 Zev Weissserial: 8250_aspeed_vuart: factor out aspeed_vuart_...
2021-05-13 Tian Taotty: serial: samsung_tty: remove set but not used variables
2021-05-13 Michael Walleserial: fsl_lpuart: disable DMA for console and fix...
2021-05-13 Michael Walleserial: fsl_lpuart: add loopback support
2021-05-13 Michael Walleserial: fsl_lpuart: remove manual RTSCTS control from...
2021-05-13 Michael Walleserial: fsl_lpuart: remove RTSCTS handling from get_mctrl()
2021-05-13 Michael Walleserial: fsl_lpuart: handle break and make sysrq work
2021-05-13 Michael Walleserial: fsl_lpuart: split sysrq handling
2021-05-13 Michael Walleserial: fsl_lpuart: don't restore interrupt state in ISR
2021-05-13 Michael Walleserial: fsl_lpuart: use UARTDATA_MASK macro
2021-05-13 Michael Walleserial: fsl_lpuart: don't modify arbitrary data on...
2021-05-13 Sherry Suntty: serial: fsl_lpuart: fix the potential risk of...
2021-05-13 Liang Chendt-bindings: serial: snps-dw-apb-uart: add description...
2021-05-09 Linus TorvaldsLinux 5.13-rc1
2021-05-09 Linus Torvaldsfbmem: fix horribly incorrect placement of __maybe_unused
2021-05-09 Linus TorvaldsMerge tag 'drm-next-2021-05-10' of git://anongit.freede...
2021-05-09 Linus TorvaldsMerge tag 'block-5.13-2021-05-09' of git://git.kernel...
2021-05-09 Linus TorvaldsMerge tag '5.13-rc-smb3-part3' of git://git.samba.org...
2021-05-09 Linus TorvaldsMerge tag 'sched-urgent-2021-05-09' of git://git./linux...
2021-05-09 Linus TorvaldsMerge tag 'locking-urgent-2021-05-09' of git://git...
next