summaryrefslogtreecommitdiffstats
path: root/drivers/tty/hvc
Commit message (Expand)AuthorAgeFilesLines
...
* 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-101-2/+2
* | tty: hvc_xen: hide xen_console_remove when unusedArnd Bergmann2016-02-071-1/+1
* | drivers/tty: make hvc/hvc_vio.c explicitly non-modularPaul Gortmaker2016-02-071-25/+4Star
|/
* Merge tag 'tty-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2015-11-054-24/+15Star
|\
| * tty: Remove tty_wait_until_sent_from_close()Peter Hurley2015-10-182-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/+1Star
* | Merge tag 'for-linus-4.4-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-11-051-2/+2
|\ \
| * | tty/hvc: xen: Use xen page definitionJulien Grall2015-10-231-2/+2
| |/
* / s390/iucv: do not use arrays as argumentUrsula Braun2015-09-221-5/+5
|/
* Merge tag 'for-linus-4.3-rc0b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-09-111-11/+7Star
|\
| * hvc/xen: Further s/MFN/GFN clean-upJulien Grall2015-09-081-10/+5Star
| * xen: Use correctly the Xen memory terminologiesJulien Grall2015-09-081-2/+3
* | powerpc/hvsi: Fix endianness issues in the HVSI driverLaurent Dufour2015-08-201-22/+24
|/
* Merge tag 'for-linus-4.2-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-07-011-1/+1
|\
| * hvc_xen: avoid uninitialized variable warningJan Beulich2015-05-281-1/+1
* | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-07-011-1/+1
|\ \
| * | kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez2015-05-281-1/+1
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2015-07-011-1/+2
|\ \
| * | drivers/tty/hvc/hvc_tile.c: properly return -EAGAINChris Metcalf2015-05-111-1/+2
* | | Merge tag 'tty-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2015-06-275-145/+4Star
|\ \ \
| * \ \ Merge 4.1-rc7 into tty-nextGreg Kroah-Hartman2015-06-081-1/+1
| |\ \ \ | | | |/ | | |/|
| * | | Merge 4.1-rc4 into tty-nextGreg Kroah-Hartman2015-05-181-1/+17
| |\ \ \
| * | | | tty/hvc: remove celleb-only beat driverDaniel Axtens2015-05-103-142/+0Star
| * | | | tty: hvcs.c: move assignment out of if () blockGreg Kroah-Hartman2015-05-101-2/+2
| * | | | tty: hvc_console.c: move assignment out of if () blockGreg Kroah-Hartman2015-05-101-1/+2
| | |_|/ | |/| |
* | | | Merge tag 'powerpc-4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...Linus Torvalds2015-06-241-23/+10Star
|\ \ \ \ | |_|_|/ |/| | |
| * | | hvc: Convert to using interrupts instead of opal eventsAlistair Popple2015-05-221-23/+10Star
| | |/ | |/|
* / | xen/events: don't bind non-percpu VIRQs with percpu chipDavid Vrabel2015-05-191-1/+1
|/ /
* / xen/console: Update console event channel on resumeBoris Ostrovsky2015-05-051-1/+17
|/
* tty/hvc_opal: constify of_device_id arrayFabian Frederick2015-03-261-1/+1
* s390/hvc_iucv: add simple wildcard matches to the iucv allow filterHendrik Brueckner2015-01-221-7/+24
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-152-2/+0Star
|\
| * tty: hvc: drop owner assignment from platform_driversWolfram Sang2014-10-202-2/+0Star
* | tty-hvsi_lib: Deletion of an unnecessary check before the function call "tty_...Markus Elfring2014-11-271-2/+1Star
* | tty: hvcs: Remove unnecessary KERN_ERR in hvcs.cMasanari Iida2014-11-061-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe...Linus Torvalds2014-10-121-1/+1
|\
| * powerpc: Remove powerpc specific cmd_lineAnton Blanchard2014-10-021-1/+1
* | Merge tag 'stable/for-linus-3.18-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2014-10-121-5/+4Star
|\ \
| * | xen: remove DEFINE_XENBUS_DRIVER() macroDavid Vrabel2014-10-061-5/+4Star
| |/
* / xen_hvc: no reason to write the type key on xenstoreStefano Stabellini2014-09-291-3/+0Star
|/
* tty: Update hypervisor tty drivers to use core stdout parsing code.Grant Likely2014-06-262-31/+13Star