index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
hvc
Age
Commit message (
Expand
)
Author
Lines
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
-1
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-9
/
+9
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-11
/
+10
2026-02-17
Merge tag 'tty-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
-3
/
+2
2026-01-16
tty: hvc-iucv: Remove KMSG_COMPONENT macro
Heiko Carstens
-3
/
+2
2026-01-14
xen: introduce xen_console_io option
Stefano Stabellini
-5
/
+24
2025-09-15
Merge 6.17-rc6 into tty-next
Greg Kroah-Hartman
-3
/
+3
2025-09-06
tty: remove redundant condition checks
Xichao Zhao
-1
/
+1
2025-08-17
tty: hvc_console: Call hvc_kick in hvc_write unconditionally
Fabian Vogt
-3
/
+3
2025-03-04
s390: Convert MACHINE_IS_[LPAR|VM|KVM], etc, machine_is_[lpar|vm|kvm]()
Heiko Carstens
-3
/
+4
2024-12-01
Get rid of 'remove_new' relic from platform driver struct
Linus Torvalds
-1
/
+1
2024-09-03
tty: hvc: convert comma to semicolon
Chen Ni
-1
/
+1
2024-05-22
Merge tag 'tty-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
-1
/
+1
2024-05-14
tty: hvc-iucv: Make use of iucv_alloc_device()
Heiko Carstens
-13
/
+2
2024-04-09
tty: hvc: Remove second semicolon
Colin Ian King
-1
/
+1
2024-02-27
Merge 6.8-rc6 into tty-next
Greg Kroah-Hartman
-3
/
+5
2024-02-19
tty: hvc: Don't enable the RISC-V SBI console by default
Palmer Dabbelt
-3
/
+5
2024-02-17
tty: hvc-iucv: fix function pointer casts
Arnd Bergmann
-1
/
+5
2024-01-20
Merge tag 'riscv-for-linus-6.8-mw4' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-8
/
+31
2024-01-10
tty: Add SBI debug console support to HVC SBI driver
Atish Patra
-8
/
+31
2023-12-08
tty: hvc: convert to u8 and size_t
Jiri Slaby (SUSE)
-66
/
+75
2023-12-08
tty: hvc: dcc: Check for TXfull condition while setting up early console
Ayan Kumar Halder
-0
/
+8
2023-11-25
tty: hvc_console: use flexible array for outbuf
Jiri Slaby (SUSE)
-4
/
+2
2023-11-23
tty: hvc: hvc_opal: Convert to platform remove callback returning void
Uwe Kleine-König
-4
/
+2
2023-11-23
tty: hvc: Make hvc_remove() return no value
Uwe Kleine-König
-11
/
+9
2023-11-03
Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
-13
/
+28
2023-10-21
hvc/xen: fix console unplug
David Woodhouse
-8
/
+24
2023-10-21
hvc/xen: fix error path in xen_hvc_init() to always register frontend driver
David Woodhouse
-2
/
+3
2023-10-21
hvc/xen: fix event channel handling for secondary consoles
David Woodhouse
-1
/
+1
2023-10-10
docs: move powerpc under arch
Costa Shulyupin
-1
/
+1
2023-09-18
tty: hvc: remove set but unused variable
Bo Liu
-2
/
+0
2023-08-11
tty: hvc: convert counts to size_t
Jiri Slaby (SUSE)
-9
/
+9
2023-08-11
tty: make tty_operations::write()'s count size_t
Jiri Slaby (SUSE)
-4
/
+6
2023-08-11
tty: propagate u8 data to tty_operations::write()
Jiri Slaby (SUSE)
-5
/
+3
2023-07-31
tty: hvsi: remove an extra variable from hvsi_write()
Jiri Slaby
-2
/
+1
2023-07-25
tty: Explicitly include correct DT includes
Rob Herring
-1
/
+1
2023-03-24
Merge tag 'for-linus-6.3-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-2
/
+17
2023-03-22
hvc/xen: prevent concurrent accesses to the shared ring
Roger Pau Monne
-2
/
+17
2023-02-08
hvcs: Synchronize hotplug remove with port free
Brian King
-11
/
+15
2023-02-08
hvcs: Use vhangup in hotplug remove
Brian King
-3
/
+2
2023-02-08
hvcs: Get reference to tty in remove
Brian King
-2
/
+4
2023-02-08
hvcs: Use driver groups to manage driver attributes
Brian King
-9
/
+8
2023-02-08
hvcs: Use dev_groups to manage hvcs device attributes
Brian King
-14
/
+5
2023-02-02
hvcs: Fix hvcs port reference counting
Brian King
-18
/
+0
2023-01-19
tty: Call ->dtr_rts() parameter active consistently
Ilpo Järvinen
-4
/
+4
2023-01-19
tty: Convert ->dtr_rts() to take bool argument
Ilpo Järvinen
-5
/
+5
2023-01-12
Merge tag 'for-linus-6.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-19
/
+31
2023-01-09
hvc/xen: lock console list traversal
Roger Pau Monne
-17
/
+29
2022-12-16
Merge tag 'tty-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
-1
/
+1
2022-12-15
xen: make remove callback of xen driver void returned
Dawei Li
-2
/
+2
[next]