summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)Author
2022-06-10tty/vt: consolemap: zero uni_pgdir using kcalloc()Jiri Slaby
2022-06-10tty/vt: consolemap: introduce UNI_*() macrosJiri Slaby
2022-06-10tty/vt: consolemap: use | for binary additionJiri Slaby
2022-06-10tty/vt: consolemap: one line = one statementJiri Slaby
2022-06-10tty/vt: consolemap: make parameters of inverse_translate() sanerJiri Slaby
2022-06-10tty/vt: consolemap: decrypt inverse_translate()Jiri Slaby
2022-06-10tty/vt: consolemap: define UNI_* macros for constantsJiri Slaby
2022-06-10tty/vt: consolemap: rename and document struct uni_pagedirJiri Slaby
2022-06-10tty/vt: consolemap: use ARRAY_SIZE()Jiri Slaby
2022-06-10tty/vt: Makefile, add --unicode for loadkeys invocationJiri Slaby
2022-06-10tty/vt: defkeymap.c_shipped, little unification with loadkeysJiri Slaby
2022-06-10serial: pmac_zilog: remove unused headerJiri Slaby
2022-06-10serial: pic32: fix missing clk_disable_unprepare() on error in pic32_uart_sta...Yang Yingliang
2022-06-10serial: tegra: fix typos in commentsJulia Lawall
2022-06-10tty: fix typos in commentsJulia Lawall
2022-06-04Merge tag 'for-linus-5.19-rc1b-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-06-03Merge tag 'ptrace_stop-cleanup-for-v5.19' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-06-03Merge tag 'tty-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2022-06-01xen: replace xen_remap() with memremap()Juergen Gross
2022-05-27Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-05-26Merge tag 'asm-generic-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-05-26Merge tag 'arm-multiplatform-5.19-1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-05-25Merge tag 'sound-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2022-05-25Merge tag 'printk-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-05-23Merge tag 'm68k-for-v5.19-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-05-23Merge tag 'asoc-v5.19' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai
2022-05-19tty: Rework receive flow control char logicIlpo Järvinen
2022-05-19serial: stm32-usart: Correct CSIZE, bits, and parityIlpo Järvinen
2022-05-19serial: st-asc: Sanitize CSIZE and correct PARENB for CS7Ilpo Järvinen
2022-05-19serial: sifive: Sanitize CSIZE and c_iflagIlpo Järvinen
2022-05-19serial: sh-sci: Don't allow CS5-6Ilpo Järvinen
2022-05-19serial: txx9: Don't allow CS5-6Ilpo Järvinen
2022-05-19serial: rda-uart: Don't allow CS5-6Ilpo Järvinen
2022-05-19serial: digicolor-usart: Don't allow CS5-6Ilpo Järvinen
2022-05-19serial: uartlite: Fix BRKINT clearingIlpo Järvinen
2022-05-19serial: cpm_uart: Fix build error without CONFIG_SERIAL_CPM_CONSOLEYueHaibing
2022-05-19serial: core: Do stop_rx in suspend path for console if console_suspend is di...Vijaya Krishna Nivarthi
2022-05-19tty: serial: qcom-geni-serial: Remove uart frequency table. Instead, find sui...Vijaya Krishna Nivarthi
2022-05-19serial: 8250_fintek: Check SER_RS485_RTS_* only with RS485Ilpo Järvinen
2022-05-19Revert "serial: 8250_mtk: Make sure to select the right FEATURE_SEL"AngeloGioacchino Del Regno
2022-05-19serial: msm_serial: disable interrupts in __msm_console_write()John Ogness
2022-05-19serial: meson: acquire port->lock in startup()John Ogness
2022-05-19serial: 8250_dw: Use dev_err_probe()Andy Shevchenko
2022-05-19serial: 8250_dw: Use devm_add_action_or_reset()Andy Shevchenko
2022-05-19serial: 8250_dw: Update the list of OF headers used by driverAndy Shevchenko
2022-05-19serial: jsm: Use B0 instead of 0Ilpo Järvinen
2022-05-19serial: fsl_lpuart: Remove unnecessary clearing for CRTSCTSIlpo Järvinen
2022-05-19tty: remove IBSHIFT ifdefsIlpo Järvinen
2022-05-19tty: remove BOTHER ifdefsIlpo Järvinen
2022-05-19tty: remove CMSPAR ifdefsIlpo Järvinen