aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty/hvc
AgeCommit message (Expand)AuthorFilesLines
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
2016-02-09xen/hvc: constify hv_ops structuresGravatar Julia Lawall 1-2/+2
2016-02-06tty: hvc_xen: hide xen_console_remove when unusedGravatar Arnd Bergmann 1-1/+1
2016-02-06drivers/tty: make hvc/hvc_vio.c explicitly non-modularGravatar Paul Gortmaker 1-25/+4
2015-11-04Merge tag 'tty-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 4-24/+15
2015-11-04Merge tag 'for-linus-4.4-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-2/+2
2015-10-23tty/hvc: xen: Use xen page definitionGravatar Julien Grall 1-2/+2
2015-10-17tty: Remove tty_wait_until_sent_from_close()Gravatar Peter Hurley 2-2/+2
2015-10-04ARM64: TTY: hvc_dcc: Add support for ARM64 dccGravatar Abhimanyu Kapur 1-1/+1
2015-10-04hvc_dcc: don't ignore errors during initializationGravatar Timur Tabi 1-4/+11
2015-10-04drivers/tty: make hvc_console.c explicitly non-modularGravatar Paul Gortmaker 1-17/+1
2015-09-21s390/iucv: do not use arrays as argumentGravatar Ursula Braun 1-5/+5
2015-09-10Merge tag 'for-linus-4.3-rc0b-tag' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-11/+7
2015-09-08hvc/xen: Further s/MFN/GFN clean-upGravatar Julien Grall 1-10/+5
2015-09-08xen: Use correctly the Xen memory terminologiesGravatar Julien Grall 1-2/+3
2015-08-20powerpc/hvsi: Fix endianness issues in the HVSI driverGravatar Laurent Dufour 1-22/+24
2015-07-01Merge tag 'for-linus-4.2-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+1