Age | Commit message (Expand) | Author |
2023-03-24 | Merge tag 'for-linus-6.3-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2023-03-22 | hvc/xen: prevent concurrent accesses to the shared ring | Roger Pau Monne |
2023-02-08 | hvcs: Synchronize hotplug remove with port free | Brian King |
2023-02-08 | hvcs: Use vhangup in hotplug remove | Brian King |
2023-02-08 | hvcs: Get reference to tty in remove | Brian King |
2023-02-08 | hvcs: Use driver groups to manage driver attributes | Brian King |
2023-02-08 | hvcs: Use dev_groups to manage hvcs device attributes | Brian King |
2023-02-02 | hvcs: Fix hvcs port reference counting | Brian King |
2023-01-19 | tty: Call ->dtr_rts() parameter active consistently | Ilpo Järvinen |
2023-01-19 | tty: Convert ->dtr_rts() to take bool argument | Ilpo Järvinen |
2023-01-12 | Merge tag 'for-linus-6.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2023-01-09 | hvc/xen: lock console list traversal | Roger Pau Monne |
2022-12-16 | Merge tag 'tty-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds |
2022-12-15 | xen: make remove callback of xen driver void returned | Dawei Li |
2022-12-02 | tty: hvc: use console_is_registered() | John Ogness |
2022-11-03 | tty: hvc: make hvc_rtas_dev static | ruanjinjie |
2022-09-22 | tty: hvc: remove HVC_IUCV_MAGIC | наб |
2022-09-09 | termios: start unifying non-UAPI parts of asm/termios.h | Al Viro |
2022-08-30 | tty: move from strlcpy with unused retval to strscpy | Wolfram Sang |
2022-06-04 | Merge tag 'for-linus-5.19-rc1b-tag' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2022-06-01 | xen: replace xen_remap() with memremap() | Juergen Gross |
2022-05-05 | tty: hvc: dcc: Bind driver to CPU core0 for reads and writes | Shanker Donthineni |
2022-04-26 | tty: hvcs: simplify if-if to if-else | Wan Jiabing |
2022-04-26 | tty/hvc_opal: simplify if-if to if-else | Wan Jiabing |
2022-04-15 | tty: hvc: Prepare cleanup of powerpc's asm/prom.h | Christophe Leroy |
2022-03-18 | tty: hvc: fix return value of __setup handler | Randy Dunlap |
2022-03-03 | serial: make uart_console_write->putchar()'s character an unsigned char | Jiri Slaby |
2021-12-16 | xen/console: harden hvc_xen against event channel storms | Juergen Gross |
2021-11-23 | xen: flag hvc_xen to be not essential for system boot | Juergen Gross |
2021-10-26 | Revert "tty: hvc: pass DMA capable memory to put_chars()" | Greg Kroah-Hartman |
2021-10-21 | tty: hvc: pass DMA capable memory to put_chars() | Xianting Tian |
2021-10-21 | tty: hvc: use correct dma alignment size | Xianting Tian |
2021-10-08 | Merge tag 'for-linus-5.15b-rc5-tag' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2021-10-05 | xen/x86: make "earlyprintk=xen" work for HVM/PVH DomU | Jan Beulich |
2021-10-05 | xen/x86: make "earlyprintk=xen" work better for PVH Dom0 | Jan Beulich |
2021-07-27 | tty: drop put_tty_driver | Jiri Slaby |
2021-07-27 | tty: stop using alloc_tty_driver | Jiri Slaby |
2021-07-27 | tty: don't store semi-state into tty drivers | Jiri Slaby |
2021-07-27 | hvsi: don't panic on tty_register_driver failure | Jiri Slaby |
2021-07-21 | tty: hvc: replace BUG_ON() with negative return value | Juergen Gross |
2021-07-05 | Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds |
2021-07-04 | Merge tag 's390-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390... | Linus Torvalds |
2021-06-18 | s390/hvc_iucv: Remove power management support | Julian Wiedmann |
2021-05-23 | tty: hvc: udbg_hvc: retry putc on -EAGAIN | Nathan Lynch |
2021-05-21 | tty: hvc_console: Remove the repeated words 'no' and 'from' | Xiaofei Tan |
2021-05-13 | tty: hvc_iucv: Drop unnecessary NULL check after container_of | Guenter Roeck |
2021-05-13 | tty: make tty_operations::chars_in_buffer return uint | Jiri Slaby |
2021-05-13 | tty: make tty_operations::write_room return uint | Jiri Slaby |
2021-04-10 | tty: hvc: make symbol 'hvc_udbg_dev' static | Yu Kuai |
2021-03-15 | Merge 5.12-rc3 into tty-next | Greg Kroah-Hartman |