aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty/hvc
AgeCommit message (Expand)AuthorFilesLines
2018-12-17tty: Use of_node_name_{eq,prefix} for node name comparisonsGravatar Rob Herring 2-11/+2
2018-09-10tty: hvc: hvc_write() fix break conditionGravatar Nicholas Piggin 1-1/+6
2018-09-10tty: hvc: hvc_poll() fix read loop batchingGravatar Nicholas Piggin 1-2/+22
2018-09-10tty: hvc: hvc_poll() fix read loop hangGravatar Nicholas Piggin 1-2/+5
2018-08-20powerpc/powernv: provide a console flush operation for opal hvc driverGravatar Nicholas Piggin 1-0/+2
2018-08-13Merge branch 'topic/hvc' into nextGravatar Michael Ellerman 2-72/+123
2018-07-24tty: hvc: remove unexplained "just in case" spin delayGravatar Nicholas Piggin 1-7/+1
2018-07-24powerpc/powernv: implement opal_put_chars_atomicGravatar Nicholas Piggin 1-5/+13
2018-07-24powerpc/powernv: move opal console flushing to udbgGravatar Nicholas Piggin 1-0/+5
2018-07-23tty: hvc: introduce the hv_ops.flush operation for hvc driversGravatar Nicholas Piggin 2-2/+34
2018-07-23tty: hvc: hvc_write() may sleepGravatar Nicholas Piggin 1-15/+21
2018-07-23tty: hvc: hvc_poll() may sleepGravatar Nicholas Piggin 1-2/+14
2018-07-23tty: hvc: hvc_poll() break hv read loopGravatar Nicholas Piggin 1-43/+45
2018-07-23tty: hvc: use mutex instead of spinlock for hvc_structs lockGravatar Nicholas Piggin 1-12/+11
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 1-1/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 1-1/+2
2018-06-03hvc_opal: don't set tb_ticks_per_usec in udbg_init_opal_common()Gravatar Stewart Smith 1-1/+0
2018-04-04Merge tag 'tty-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 3-0/+71
2018-03-26tty: hvc: remove tile driverGravatar Arnd Bergmann 2-197/+0
2018-03-26tty: remove bfin_jtag_comm and hvc_bfin_jtag driversGravatar Arnd Bergmann 3-114/+0
2018-03-09tty: New RISC-V SBI console driverGravatar Palmer Dabbelt 3-0/+71
2017-11-13Merge tag 'tty-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 12-150/+13
2017-11-08tty: hvc: Remove redundant license textGravatar Greg Kroah-Hartman 12-150/+1
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Gravatar Greg Kroah-Hartman 12-0/+12
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 4-0/+4
2017-09-07Merge tag 'powerpc-4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-0/+12
2017-09-05Merge tag 'tty-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 3-14/+14
2017-08-29tty: hvcs: make ktermios constGravatar Bhumika Goyal 1-1/+1
2017-08-28tty: hvcs: constify vio_device_idGravatar Arvind Yadav 1-1/+1
2017-08-28tty: hvc_vio: constify vio_device_idGravatar Arvind Yadav 1-1/+1
2017-08-24x86/lguest: Remove lguest supportGravatar Juergen Gross 1-1/+1
2017-07-31powerpc/udbg: Reduce the footgun potential of EARLY_DEBUG_LPAR(_HVSI)Gravatar Michael Ellerman 1-0/+12
2017-07-30tty: Convert to using %pOF instead of full_nameGravatar Rob Herring 2-11/+11
2017-07-03Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-4/+3
2017-07-03Merge tag 'tty-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-2/+1
2017-06-12s390/hvc_iucv: fix broken Kconfig select statementGravatar Heiko Carstens 1-1/+1
2017-06-12TTY: hvc: convert to use DRIVER_ATTR_RWGravatar Greg Kroah-Hartman 1-4/+3
2017-05-18drivers/tty/hvc: fix spelling mistake: "missmanaged" -> "mismanaged"Gravatar Colin Ian King 1-2/+1
2017-03-31tty/hvc_console: fix console lock ordering with spinlockGravatar Denis Kirjanov 1-2/+2
2017-03-17drivers/tty: Convert remaining uses of pr_warning to pr_warnGravatar Joe Perches 1-1/+1
2017-02-10tty: Remove extra include in HVC console tty frameworkGravatar Sergio Valverde 1-1/+0
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 3-3/+3
2016-07-27tty/hvc: Use opal irqchip interface if availableGravatar Sam Mendoza-Jonas 1-1/+7
2016-07-27tty/hvc: Use IRQF_SHARED for OPAL hvc consolesGravatar Sam Mendoza-Jonas 3-2/+11
2016-04-30tty: hvc_console: silence unintialized variable warningGravatar Dan Carpenter 1-1/+1
2016-04-30tty: Replace TTY_THROTTLED bit tests with tty_throttled()Gravatar Peter Hurley 3-3/+3
2016-03-22Merge tag 'for-linus-4.6-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-17/+58
2016-02-26hvc_xen: make early_printk work with HVM guestsGravatar Stefano Stabellini 1-11/+16
2016-02-26hvc_xen: fix xenboot for DomUsGravatar Stefano Stabellini 1-6/+26
2016-02-26hvc_xen: add earlycon supportGravatar Stefano Stabellini 1-0/+16