Age | Commit message (Expand) | Author |
2020-11-04 | vt: keyboard, rename i to kb_func in vt_do_kdgkb_ioctl | Jiri Slaby |
2020-11-04 | vt: keyboard, use bool for rep | Jiri Slaby |
2020-11-04 | vt: keyboard, use DECLARE_BITMAP for key_down | Jiri Slaby |
2020-11-04 | vt: keyboard, union perm checks in vt_do_kdsk_ioctl | Jiri Slaby |
2020-11-04 | vt: keyboard, extract vt_kdgkbent and vt_kdskbent | Jiri Slaby |
2020-11-04 | vt: keyboard, clean up max_vals | Jiri Slaby |
2020-11-04 | vt: keyboard, sort includes | Jiri Slaby |
2020-11-04 | vt: keyboard, include linux/spinlock.h | Jiri Slaby |
2020-11-04 | vt: keyboard, remove ctrl_alt_del declaration | Jiri Slaby |
2020-11-04 | Merge 5.10-rc2 into tty-next | Greg Kroah-Hartman |
2020-11-02 | tty: make FONTX ioctl use the tty pointer they were actually passed | Linus Torvalds |
2020-10-28 | tty: goldfish: use __raw_writel()/__raw_readl() | Laurent Vivier |
2020-10-28 | tty: nozomi: remove unneeded break | Tom Rix |
2020-10-28 | vt_ioctl: fix GIO_UNIMAP regression | Jiri Slaby |
2020-10-28 | vt: keyboard, extend func_buf_lock to readers | Jiri Slaby |
2020-10-28 | vt: keyboard, simplify vt_kdgkbsent | Jiri Slaby |
2020-10-28 | tty: serial: fsl_lpuart: LS1021A has a FIFO size of 16 words, like LS1028A | Vladimir Oltean |
2020-10-28 | tty: serial: 21285: fix lockup on open | Russell King |
2020-10-28 | serial: max310x: Use devm_clk_get_optional() to get the input clock | Andy Shevchenko |
2020-10-28 | serial: max310x: Make use of device properties | Andy Shevchenko |
2020-10-24 | Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc | Linus Torvalds |
2020-10-16 | Merge tag 'mips_5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l... | Linus Torvalds |
2020-10-05 | serial: mcf: add sysrq capability | Angelo Dureghello |
2020-10-05 | serial: fsl_lpuart: add sysrq support when using dma | Angelo Dureghello |
2020-10-02 | tty/sysrq: Extend the sysrq_key_table to cover capital letters | Andrzej Pietrasiewicz |
2020-10-01 | serial: max310x: rework RX interrupt handling | Thomas Petazzoni |
2020-09-30 | serial: 8250_dw: Fix clk-notifier/port suspend deadlock | Serge Semin |
2020-09-30 | serial: 8250: Skip uninitialized TTY port baud rate update | Serge Semin |
2020-09-30 | serial: 8250: Discard RTS/DTS setting from clock update method | Serge Semin |
2020-09-30 | tty: serial: imx: disable TXDC IRQ in imx_uart_shutdown() to avoid IRQ storm | Matthias Schiffer |
2020-09-30 | serial: 8250_fsl: Fix TX interrupt handling condition | Andrij Abyzov |
2020-09-30 | serial: pl011: Fix lockdep splat when handling magic-sysrq interrupt | Peter Zijlstra |
2020-09-30 | tty: serial: fsl_lpuart: fix lpuart32_poll_get_char | Peng Fan |
2020-09-30 | tty: serial: lpuart: fix lpuart32_write usage | Peng Fan |
2020-09-30 | serial: qcom_geni_serial: To correct QUP Version detection logic | Paras Sharma |
2020-09-29 | serial: mvebu-uart: fix unused variable warning | Qinglang Miao |
2020-09-27 | vt_ioctl: make VT_RESIZEX behave like VT_RESIZE | Tetsuo Handa |
2020-09-27 | serial: mvebu-uart: simplify the return expression of mvebu_uart_probe() | Qinglang Miao |
2020-09-27 | tty: serial: imx: fix link error with CONFIG_SERIAL_CORE_CONSOLE=n | Yang Yingliang |
2020-09-27 | tty: hvc: fix link error with CONFIG_SERIAL_CORE_CONSOLE=n | Yang Yingliang |
2020-09-27 | pch_uart: drop double zeroing | Julia Lawall |
2020-09-21 | Merge 5.9.0-rc6 into tty-next | Greg Kroah-Hartman |
2020-09-16 | tty: serial: qcom_geni_serial: Fix the UART wakeup issue | satya priya |
2020-09-16 | serial: 8250_pci: Add Realtek 816a and 816b | Tobias Diedrich |
2020-09-16 | serial: core: fix console port-lock regression | Johan Hovold |
2020-09-16 | serial: core: fix port-lock initialisation | Johan Hovold |
2020-09-16 | tty: serial: qcom_geni_serial: 115.2 is a better console default than 9600 | Douglas Anderson |
2020-09-16 | serial: pmac_zilog: use for_each_child_of_node() macro | Qinglang Miao |
2020-09-16 | tty: serial: 8250_mtk: set regshift for mmio32 | Hsin-Yi Wang |
2020-09-16 | tty: serial: print earlycon info after match->setup | Hsin-Yi Wang |