summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)Author
2023-08-21kill do_each_thread()Oleg Nesterov
2023-08-20Merge commit b320441c04c9 ("Merge tag 'tty-6.5-rc7' of git://git.kernel.org/p...Greg Kroah-Hartman
2023-08-18drm/i915: Move abs_diff() to math.hAndy Shevchenko
2023-08-18mm: remove arguments of show_mem()Kefeng Wang
2023-08-11serial: core: Fix serial core port id, including multiport devicesTony Lindgren
2023-08-11serial: 8250: drop lockdep annotation from serial8250_clear_IER()Jiri Slaby (SUSE)
2023-08-11tty: n_gsm: fix the UAF caused by race condition in gsm_cleanup_muxYi Yang
2023-08-11tty: vcc: convert counts to size_tJiri Slaby (SUSE)
2023-08-11tty: hvc: convert counts to size_tJiri Slaby (SUSE)
2023-08-11tty: ldops: unify to u8Jiri Slaby (SUSE)
2023-08-11tty: audit: unify to u8Jiri Slaby (SUSE)
2023-08-11tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)
2023-08-11tty: propagate u8 data to tty_operations::put_char()Jiri Slaby (SUSE)
2023-08-11tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)
2023-08-11tty: use min() for size computation in iterate_tty_read()Jiri Slaby (SUSE)
2023-08-11tty: switch size and count types in iterate_tty_read() to size_tJiri Slaby (SUSE)
2023-08-11tty: use ssize_t for iterate_tty_read() returned typeJiri Slaby (SUSE)
2023-08-11tty: use min() in iterate_tty_write()Jiri Slaby (SUSE)
2023-08-11tty: rename and de-inline do_tty_write()Jiri Slaby (SUSE)
2023-08-11tty: don't pass write() to do_tty_write()Jiri Slaby (SUSE)
2023-08-11tty: use u8 for flagsJiri Slaby (SUSE)
2023-08-11tty: use u8 for charsJiri Slaby (SUSE)
2023-08-11tty: make tty_ldisc_ops::*buf*() hooks operate on size_tJiri Slaby (SUSE)
2023-08-11tty: switch count in tty_ldisc_receive_buf() to size_tJiri Slaby (SUSE)
2023-08-11tty: switch receive_buf() counts to size_tJiri Slaby (SUSE)
2023-08-11tty: make counts in tty_port_client_operations hooks size_tJiri Slaby (SUSE)
2023-08-11tty: make tty_port_client_operations operate with u8Jiri Slaby (SUSE)
2023-08-11tty: make tty_change_softcar() more understandableJiri Slaby (SUSE)
2023-08-11tty: drop tty_debug_wait_until_sent()Jiri Slaby (SUSE)
2023-08-11tty: tty_port: rename 'disc' to 'ld'Jiri Slaby (SUSE)
2023-08-11tty: change tty_write_lock()'s ndelay parameter to boolJiri Slaby (SUSE)
2023-08-11tty: n_null: remove optional ldopsJiri Slaby (SUSE)
2023-08-09tty: serial: qcom-geni-serial: Poll primary sequencer irq status after cancel_txVijaya Krishna Nivarthi
2023-08-09serial: sifive: Remove redundant of_match_ptr()Ruan Jinjie
2023-08-09serial: core: Revert port_id useTony Lindgren
2023-08-09TIOCSTI: Document CAP_SYS_ADMIN behaviour in KconfigGünther Noack
2023-08-04serial: 8250: Fix oops for port->pm on uart_change_pm()Tony Lindgren
2023-08-04serial: 8250: Reinit port_id when adding back serial8250_isa_devsTony Lindgren
2023-08-04serial: core: Fix kmemleak issue for serial core device removeTony Lindgren
2023-08-048250_men_mcb: remove unnecessary cast when reading registerSanjuán García, Jorge
2023-08-04serial: cpm_uart: Don't include fs_uart_pd.h when not neededChristophe Leroy
2023-08-04serial: cpm_uart: Remove cpm_uart/ subdirectoryChristophe Leroy
2023-08-04serial: cpm_uart: Refactor cpm_uart_[un]map_pram()Christophe Leroy
2023-08-04serial: cpm_uart: Refactor cpm_uart_allocbuf()/cpm_uart_freebuf()Christophe Leroy
2023-08-04serial: cpm_uart: Deduplicate cpm_line_cr_cmd()Christophe Leroy
2023-08-04serial: cpm_uart: Deduplicate cpm_set_{brg/smc_fcr/scc_fcr}()Christophe Leroy
2023-08-04serial: cpm_uart: Use get_baudrate() instead of uart_baudrate()Christophe Leroy
2023-08-04serial: cpm_uart: Stop using fs_uart_id enumChristophe Leroy
2023-08-04serial: cpm_uart: Remove stale prototypes and table and macrosChristophe Leroy
2023-08-04serial: cpm_uart: Avoid suspicious lockingChristophe Leroy