aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/hvc/hvc_xen.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-10-23tty/hvc: xen: Use xen page definitionJulien Grall1-2/+2
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-05-28hvc_xen: avoid uninitialized variable warningJan Beulich1-1/+1
2015-05-19xen/events: don't bind non-percpu VIRQs with percpu chipDavid Vrabel1-1/+1
2015-05-05xen/console: Update console event channel on resumeBoris Ostrovsky1-1/+17
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-09-28xen_hvc: no reason to write the type key on xenstoreStefano Stabellini1-3/+0
2014-02-07drivers/tty/hvc: don't use module_init in non-modular hyp. console codePaul Gortmaker1-16/+1
2013-11-08Merge tag 'v3.12-rc5' into stable/for-linus-3.13Konrad Rzeszutek Wilk1-0/+1
2013-10-03xen/hvc: allow xenboot console to be used againDavid Vrabel1-0/+1
2013-09-30xen/hvc: If we use xen_raw_printk let it also work on HVM guests.Konrad Rzeszutek Wilk1-2/+17
2013-08-30hvc_xen: Remove unnecessary __GFP_ZERO from kzallocJoe Perches1-3/+3
2013-02-19xen: introduce xen_remap, use it instead of ioremapStefano Stabellini1-1/+1
2012-11-21tty: remove use of __devinitBill Pemberton1-1/+1
2012-10-04xen/hvc: handle backend CLOSED without CLOSINGDavid Vrabel1-1/+4
2012-09-12Merge branch 'x86/platform' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into stable/for-linus-3.7Konrad Rzeszutek Wilk1-9/+6
2012-08-21xen: missing includesStefano Stabellini1-0/+2
2012-07-19xen/hvc: Fix up checks when the info is allocated.Konrad Rzeszutek Wilk1-9/+6
2012-05-24xen/hvc: Check HVM_PARAM_CONSOLE_[EVTCHN|PFN] for correctness.Konrad Rzeszutek Wilk1-3/+8
2012-05-24xen/hvc: Fix error cases around HVM_PARAM_CONSOLE_PFNKonrad Rzeszutek Wilk1-1/+2
2012-05-24xen/hvc: Collapse error logic.Konrad Rzeszutek Wilk1-12/+9
2012-05-21hvc_xen: NULL dereference on allocation failureDan Carpenter1-2/+2
2012-03-13hvc_xen: introduce HVC_XEN_FRONTENDStefano Stabellini1-54/+62
2012-03-13hvc_xen: implement multiconsole supportStefano Stabellini1-58/+377
2012-03-13hvc_xen: support PV on HVM consolesStefano Stabellini1-16/+68
2011-03-29drivers: Final irq namespace conversionThomas Gleixner1-1/+1
2011-03-10xen/hvc: Disable probe_irq_on/off from poking the hvc-console IRQ line.Konrad Rzeszutek Wilk1-0/+2
2011-01-13tty: move hvc drivers to drivers/tty/hvc/Greg Kroah-Hartman1-0/+271