summaryrefslogtreecommitdiffstats
path: root/drivers/tty/hvc
Commit message (Expand)AuthorAgeFilesLines
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+2
* hvc_opal: don't set tb_ticks_per_usec in udbg_init_opal_common()Stewart Smith2018-06-031-1/+0
* Merge tag 'tty-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-04-043-0/+71
|\
| * tty: New RISC-V SBI console driverPalmer Dabbelt2018-03-093-0/+71
* | tty: hvc: remove tile driverArnd Bergmann2018-03-262-197/+0
* | tty: remove bfin_jtag_comm and hvc_bfin_jtag driversArnd Bergmann2018-03-263-114/+0
|/
* Merge tag 'tty-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-11-1312-150/+13
|\
| * tty: hvc: Remove redundant license textGreg Kroah-Hartman2017-11-0812-150/+1
| * tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman2017-11-0812-0/+12
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-024-0/+4
|/
* Merge tag 'powerpc-4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-09-071-0/+12
|\
| * powerpc/udbg: Reduce the footgun potential of EARLY_DEBUG_LPAR(_HVSI)Michael Ellerman2017-07-311-0/+12
* | Merge tag 'tty-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-09-053-14/+14
|\ \
| * | tty: hvcs: make ktermios constBhumika Goyal2017-08-291-1/+1
| * | tty: hvcs: constify vio_device_idArvind Yadav2017-08-281-1/+1
| * | tty: hvc_vio: constify vio_device_idArvind Yadav2017-08-281-1/+1
| * | tty: Convert to using %pOF instead of full_nameRob Herring2017-07-302-11/+11
| |/
* | x86/lguest: Remove lguest supportJuergen Gross2017-08-241-1/+1
|/
* Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-07-031-4/+3
|\
| * TTY: hvc: convert to use DRIVER_ATTR_RWGreg Kroah-Hartman2017-06-121-4/+3
* | Merge tag 'tty-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-07-031-2/+1
|\ \
| * | drivers/tty/hvc: fix spelling mistake: "missmanaged" -> "mismanaged"Colin Ian King2017-05-181-2/+1
| |/
* | s390/hvc_iucv: fix broken Kconfig select statementHeiko Carstens2017-06-121-1/+1
|/
* tty/hvc_console: fix console lock ordering with spinlockDenis Kirjanov2017-03-311-2/+2
* drivers/tty: Convert remaining uses of pr_warning to pr_warnJoe Perches2017-03-171-1/+1
* tty: Remove extra include in HVC console tty frameworkSergio Valverde2017-02-101-1/+0
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-243-3/+3
* tty/hvc: Use opal irqchip interface if availableSam Mendoza-Jonas2016-07-271-1/+7
* tty/hvc: Use IRQF_SHARED for OPAL hvc consolesSam Mendoza-Jonas2016-07-273-2/+11
* tty: hvc_console: silence unintialized variable warningDan Carpenter2016-04-301-1/+1
* tty: Replace TTY_THROTTLED bit tests with tty_throttled()Peter Hurley2016-04-303-3/+3
* Merge tag 'for-linus-4.6-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-221-17/+58
|\
| * hvc_xen: make early_printk work with HVM guestsStefano Stabellini2016-02-261-11/+16
| * hvc_xen: fix xenboot for DomUsStefano Stabellini2016-02-261-6/+26
| * hvc_xen: add earlycon supportStefano Stabellini2016-02-261-0/+16
* | xen/hvc: constify hv_ops structuresJulia Lawall2016-02-091-2/+2
* | tty: hvc_xen: hide xen_console_remove when unusedArnd Bergmann2016-02-061-1/+1
* | drivers/tty: make hvc/hvc_vio.c explicitly non-modularPaul Gortmaker2016-02-061-25/+4
|/
* Merge tag 'tty-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2015-11-044-24/+15
|\
| * tty: Remove tty_wait_until_sent_from_close()Peter Hurley2015-10-172-2/+2
| * ARM64: TTY: hvc_dcc: Add support for ARM64 dccAbhimanyu Kapur2015-10-041-1/+1
| * hvc_dcc: don't ignore errors during initializationTimur Tabi2015-10-041-4/+11
| * drivers/tty: make hvc_console.c explicitly non-modularPaul Gortmaker2015-10-041-17/+1
* | Merge tag 'for-linus-4.4-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-11-041-2/+2
|\ \
| * | tty/hvc: xen: Use xen page definitionJulien Grall2015-10-231-2/+2
| |/
* | s390/iucv: do not use arrays as argumentUrsula Braun2015-09-211-5/+5
|/
* Merge tag 'for-linus-4.3-rc0b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-09-101-11/+7
|\
| * hvc/xen: Further s/MFN/GFN clean-upJulien Grall2015-09-081-10/+5
| * xen: Use correctly the Xen memory terminologiesJulien Grall2015-09-081-2/+3
OpenPOWER on IntegriCloud