summaryrefslogtreecommitdiffstats
path: root/drivers/tty/hvc
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-9/+9
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-11/+10
2026-02-17Merge tag 'tty-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-3/+2
2026-01-16tty: hvc-iucv: Remove KMSG_COMPONENT macroHeiko Carstens-3/+2
2026-01-14xen: introduce xen_console_io optionStefano Stabellini-5/+24
2025-09-15Merge 6.17-rc6 into tty-nextGreg Kroah-Hartman-3/+3
2025-09-06tty: remove redundant condition checksXichao Zhao-1/+1
2025-08-17tty: hvc_console: Call hvc_kick in hvc_write unconditionallyFabian Vogt-3/+3
2025-03-04s390: Convert MACHINE_IS_[LPAR|VM|KVM], etc, machine_is_[lpar|vm|kvm]()Heiko Carstens-3/+4
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds-1/+1
2024-09-03tty: hvc: convert comma to semicolonChen Ni-1/+1
2024-05-22Merge tag 'tty-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-1/+1
2024-05-14tty: hvc-iucv: Make use of iucv_alloc_device()Heiko Carstens-13/+2
2024-04-09tty: hvc: Remove second semicolonColin Ian King-1/+1
2024-02-27Merge 6.8-rc6 into tty-nextGreg Kroah-Hartman-3/+5
2024-02-19tty: hvc: Don't enable the RISC-V SBI console by defaultPalmer Dabbelt-3/+5
2024-02-17tty: hvc-iucv: fix function pointer castsArnd Bergmann-1/+5
2024-01-20Merge tag 'riscv-for-linus-6.8-mw4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-8/+31
2024-01-10tty: Add SBI debug console support to HVC SBI driverAtish Patra-8/+31
2023-12-08tty: hvc: convert to u8 and size_tJiri Slaby (SUSE)-66/+75
2023-12-08tty: hvc: dcc: Check for TXfull condition while setting up early consoleAyan Kumar Halder-0/+8
2023-11-25tty: hvc_console: use flexible array for outbufJiri Slaby (SUSE)-4/+2
2023-11-23tty: hvc: hvc_opal: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-11-23tty: hvc: Make hvc_remove() return no valueUwe Kleine-König-11/+9
2023-11-03Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-13/+28
2023-10-21hvc/xen: fix console unplugDavid Woodhouse-8/+24
2023-10-21hvc/xen: fix error path in xen_hvc_init() to always register frontend driverDavid Woodhouse-2/+3
2023-10-21hvc/xen: fix event channel handling for secondary consolesDavid Woodhouse-1/+1
2023-10-10docs: move powerpc under archCosta Shulyupin-1/+1
2023-09-18tty: hvc: remove set but unused variableBo Liu-2/+0
2023-08-11tty: hvc: convert counts to size_tJiri Slaby (SUSE)-9/+9
2023-08-11tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)-4/+6
2023-08-11tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)-5/+3
2023-07-31tty: hvsi: remove an extra variable from hvsi_write()Jiri Slaby-2/+1
2023-07-25tty: Explicitly include correct DT includesRob Herring-1/+1
2023-03-24Merge tag 'for-linus-6.3-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-2/+17
2023-03-22hvc/xen: prevent concurrent accesses to the shared ringRoger Pau Monne-2/+17
2023-02-08hvcs: Synchronize hotplug remove with port freeBrian King-11/+15
2023-02-08hvcs: Use vhangup in hotplug removeBrian King-3/+2
2023-02-08hvcs: Get reference to tty in removeBrian King-2/+4
2023-02-08hvcs: Use driver groups to manage driver attributesBrian King-9/+8
2023-02-08hvcs: Use dev_groups to manage hvcs device attributesBrian King-14/+5
2023-02-02hvcs: Fix hvcs port reference countingBrian King-18/+0
2023-01-19tty: Call ->dtr_rts() parameter active consistentlyIlpo Järvinen-4/+4
2023-01-19tty: Convert ->dtr_rts() to take bool argumentIlpo Järvinen-5/+5
2023-01-12Merge tag 'for-linus-6.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-19/+31
2023-01-09hvc/xen: lock console list traversalRoger Pau Monne-17/+29
2022-12-16Merge tag 'tty-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-1/+1
2022-12-15xen: make remove callback of xen driver void returnedDawei Li-2/+2