aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/hvc (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-30tty: hvc_console: silence unintialized variable warningDan Carpenter1-1/+1
2016-04-30tty: Replace TTY_THROTTLED bit tests with tty_throttled()Peter Hurley3-3/+3
2016-03-22Merge tag 'for-linus-4.6-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-17/+58
2016-02-26hvc_xen: make early_printk work with HVM guestsStefano Stabellini1-11/+16
2016-02-26hvc_xen: fix xenboot for DomUsStefano Stabellini1-6/+26
2016-02-26hvc_xen: add earlycon supportStefano Stabellini1-0/+16
2016-02-09xen/hvc: constify hv_ops structuresJulia Lawall1-2/+2
2016-02-06tty: hvc_xen: hide xen_console_remove when unusedArnd Bergmann1-1/+1
2016-02-06drivers/tty: make hvc/hvc_vio.c explicitly non-modularPaul Gortmaker1-25/+4
2015-11-04Merge tag 'tty-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds4-24/+15
2015-11-04Merge tag 'for-linus-4.4-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-2/+2
2015-10-23tty/hvc: xen: Use xen page definitionJulien Grall1-2/+2
2015-10-17tty: Remove tty_wait_until_sent_from_close()Peter Hurley2-2/+2
2015-10-04ARM64: TTY: hvc_dcc: Add support for ARM64 dccAbhimanyu Kapur1-1/+1
2015-10-04hvc_dcc: don't ignore errors during initializationTimur Tabi1-4/+11
2015-10-04drivers/tty: make hvc_console.c explicitly non-modularPaul Gortmaker1-17/+1
2015-09-21s390/iucv: do not use arrays as argumentUrsula Braun1-5/+5
2015-09-10Merge tag 'for-linus-4.3-rc0b-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-11/+7
2015-09-08hvc/xen: Further s/MFN/GFN clean-upJulien Grall1-10/+5
2015-09-08xen: Use correctly the Xen memory terminologiesJulien Grall1-2/+3
2015-08-20powerpc/hvsi: Fix endianness issues in the HVSI driverLaurent Dufour1-22/+24
2015-07-01Merge tag 'for-linus-4.2-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-1/+1
2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-1/+1
2015-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds1-1/+2
2015-06-26Merge tag 'tty-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds5-145/+4
2015-06-24Merge tag 'powerpc-4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linuxLinus Torvalds1-23/+10
2015-06-08Merge 4.1-rc7 into tty-nextGreg Kroah-Hartman1-1/+1
2015-05-28hvc_xen: avoid uninitialized variable warningJan Beulich1-1/+1
2015-05-28kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez1-1/+1
2015-05-22hvc: Convert to using interrupts instead of opal eventsAlistair Popple1-23/+10
2015-05-19xen/events: don't bind non-percpu VIRQs with percpu chipDavid Vrabel1-1/+1
2015-05-18Merge 4.1-rc4 into tty-nextGreg Kroah-Hartman1-1/+17
2015-05-11drivers/tty/hvc/hvc_tile.c: properly return -EAGAINChris Metcalf1-1/+2
2015-05-10tty/hvc: remove celleb-only beat driverDaniel Axtens3-142/+0
2015-05-10tty: hvcs.c: move assignment out of if () blockGreg Kroah-Hartman1-2/+2
2015-05-10tty: hvc_console.c: move assignment out of if () blockGreg Kroah-Hartman1-1/+2
2015-05-05xen/console: Update console event channel on resumeBoris Ostrovsky1-1/+17
2015-03-26tty/hvc_opal: constify of_device_id arrayFabian Frederick1-1/+1
2015-01-22s390/hvc_iucv: add simple wildcard matches to the iucv allow filterHendrik Brueckner1-7/+24
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds2-2/+0
2014-11-26tty-hvsi_lib: Deletion of an unnecessary check before the function call "tty_kref_put"Markus Elfring1-2/+1
2014-11-05tty: hvcs: Remove unnecessary KERN_ERR in hvcs.cMasanari Iida1-1/+1
2014-10-20tty: hvc: drop owner assignment from platform_driversWolfram Sang2-2/+0
2014-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linuxLinus Torvalds1-1/+1
2014-10-11Merge tag 'stable/for-linus-3.18-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-5/+4
2014-10-06xen: remove DEFINE_XENBUS_DRIVER() macroDavid Vrabel1-5/+4
2014-10-02powerpc: Remove powerpc specific cmd_lineAnton Blanchard1-1/+1
2014-09-28xen_hvc: no reason to write the type key on xenstoreStefano Stabellini1-3/+0
2014-06-26tty: Update hypervisor tty drivers to use core stdout parsing code.Grant Likely2-31/+13
2014-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds1-1/+1