aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-11-25tty: remove file from tty_ldisc_ops::ioctl and compat_ioctlJiri Slaby14-40/+33
2021-11-25tty: drop tty_schedule_flip()Jiri Slaby2-23/+8
2021-11-25tty: the rest, stop using tty_schedule_flip()Jiri Slaby3-5/+5
2021-11-25tty: drivers/tty/, stop using tty_schedule_flip()Jiri Slaby5-8/+8
2021-11-25serial: 8250_dw: Add StarFive JH7100 quirkEmil Renner Berthing1-0/+3
2021-11-25mxser: use PCI_DEVICE_DATAJiri Slaby1-26/+26
2021-11-25mxser: move ids from pci_ids.h hereJiri Slaby2-19/+19
2021-11-25mxser: add MOXA prefix to some PCI device IDsJiri Slaby1-16/+16
2021-11-25mxser: increase buf_overrun if tty_insert_flip_char() failsJiri Slaby1-2/+5
2021-11-25mxser: remove tty parameter from mxser_receive_chars_new()Jiri Slaby1-3/+2
2021-11-25mxser: don't throttle manuallyJiri Slaby1-30/+6
2021-11-25mxser: clean up timeout handling in mxser_wait_until_sent()Jiri Slaby1-3/+4
2021-11-25mxser: use msleep_interruptible() in mxser_wait_until_sent()Jiri Slaby1-2/+4
2021-11-25mxser: extract TX empty check from mxser_wait_until_sent()Jiri Slaby1-7/+13
2021-11-25mxser: use tty_port_close() in mxser_close()Jiri Slaby1-21/+1
2021-11-25mxser: don't flush buffer from mxser_close() directlyJiri Slaby1-1/+0
2021-11-25mxser: call stop_rx from mxser_shutdown_port()Jiri Slaby1-15/+16
2021-11-25mxser: remove tty->driver_data NULL checkJiri Slaby1-2/+0
2021-11-25mxser: remove pointless xmit_buf checksJiri Slaby1-11/+2
2021-11-25mxser: clean up tx handling in mxser_transmit_chars()Jiri Slaby1-5/+3
2021-11-25mxser: move MSR read to mxser_check_modem_status()Jiri Slaby1-21/+25
2021-11-25mxser: keep only !tty test in ISRJiri Slaby1-4/+1
2021-11-25mxser: rename mxser_close_port() to mxser_stop_rx()Jiri Slaby1-10/+7
2021-11-25mxser: remove wait for sent from mxser_close_portJiri Slaby1-12/+0
2021-11-25serial: sh-sci: Add support to deassert/assert reset lineLad Prabhakar1-7/+32
2021-11-25dt-bindings: serial: renesas,sci: Document RZ/G2L SoCLad Prabhakar1-6/+40
2021-11-25dt-bindings: serial: renesas,scif: Make resets as a required propertyLad Prabhakar1-0/+1
2021-11-25tty: serial, join uport checks in uart_port_shutdown()Jiri Slaby1-8/+4
2021-11-25tty: clean up whitespace in __do_SAK()Jiri Slaby1-3/+5
2021-11-25tty: remove tty NULL check from __do_SAK()Jiri Slaby1-3/+0
2021-11-25tty: remove TTY_SOFT_SAK part from __do_SAK()Jiri Slaby1-4/+0
2021-11-25n_gsm: remove unused parameters from gsm_error()Jiri Slaby1-5/+2
2021-11-25arm: remove zte zx platform left-overLukas Bulwahn3-50/+0
2021-11-25dt-bindings: serial: fsl-lpuart: Add imx8ulp compatible stringJacky Bai1-1/+3
2021-11-25serial: 8250: replace snprintf in show functions with sysfs_emitJing Yao1-1/+1
2021-11-21Linux 5.16-rc2Linus Torvalds1-1/+1
2021-11-21Merge tag 'x86-urgent-2021-11-21' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-33/+45
2021-11-21Merge tag 'perf-urgent-2021-11-21' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+12
2021-11-21Merge tag 'powerpc-5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds11-59/+52
2021-11-21pstore/blk: Use "%lu" to format unsigned longGeert Uytterhoeven1-1/+1
2021-11-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds22-116/+254
2021-11-20Merge tag 'block-5.16-2021-11-19' of git://git.kernel.dk/linux-blockLinus Torvalds11-35/+59
2021-11-20Merge tag 'pinctrl-v5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds10-176/+51
2021-11-20Merge tag 's390-5.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds21-138/+170
2021-11-20Merge tag '5.16-rc1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds5-34/+21
2021-11-20proc/vmcore: fix clearing user buffer by properly using clear_user()David Hildenbrand1-8/+12
2021-11-20kmap_local: don't assume kmap PTEs are linear arrays in memoryArd Biesheuvel3-11/+25
2021-11-20mm/damon/dbgfs: fix missed use of damon_dbgfs_lockSeongJae Park1-3/+9
2021-11-20mm/damon/dbgfs: use '__GFP_NOWARN' for user-specified size buffer allocationSeongJae Park1-4/+4
2021-11-20kasan: test: silence intentional read overflow warningsKees Cook1-0/+2