aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/hvc/hvc_xen.c
AgeCommit message (Expand)Author
2021-12-22xen/console: harden hvc_xen against event channel stormsJuergen Gross
2021-12-08tty: hvc: replace BUG_ON() with negative return valueJuergen Gross
2016-03-22Merge tag 'for-linus-4.6-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-02-26hvc_xen: make early_printk work with HVM guestsStefano Stabellini
2016-02-26hvc_xen: fix xenboot for DomUsStefano Stabellini
2016-02-26hvc_xen: add earlycon supportStefano Stabellini
2016-02-09xen/hvc: constify hv_ops structuresJulia Lawall
2016-02-06tty: hvc_xen: hide xen_console_remove when unusedArnd Bergmann
2015-10-23tty/hvc: xen: Use xen page definitionJulien Grall
2015-09-08hvc/xen: Further s/MFN/GFN clean-upJulien Grall
2015-09-08xen: Use correctly the Xen memory terminologiesJulien Grall
2015-05-28hvc_xen: avoid uninitialized variable warningJan Beulich
2015-05-19xen/events: don't bind non-percpu VIRQs with percpu chipDavid Vrabel
2015-05-05xen/console: Update console event channel on resumeBoris Ostrovsky
2014-10-11Merge tag 'stable/for-linus-3.18-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2014-10-06xen: remove DEFINE_XENBUS_DRIVER() macroDavid Vrabel
2014-09-28xen_hvc: no reason to write the type key on xenstoreStefano Stabellini
2014-02-07drivers/tty/hvc: don't use module_init in non-modular hyp. console codePaul Gortmaker
2013-11-08Merge tag 'v3.12-rc5' into stable/for-linus-3.13Konrad Rzeszutek Wilk
2013-10-03xen/hvc: allow xenboot console to be used againDavid Vrabel
2013-09-30xen/hvc: If we use xen_raw_printk let it also work on HVM guests.Konrad Rzeszutek Wilk
2013-08-30hvc_xen: Remove unnecessary __GFP_ZERO from kzallocJoe Perches
2013-02-19xen: introduce xen_remap, use it instead of ioremapStefano Stabellini
2012-11-21tty: remove use of __devinitBill Pemberton
2012-10-04xen/hvc: handle backend CLOSED without CLOSINGDavid Vrabel
2012-09-12Merge branch 'x86/platform' of git://git.kernel.org/pub/scm/linux/kernel/git/...Konrad Rzeszutek Wilk
2012-08-21xen: missing includesStefano Stabellini
2012-07-19xen/hvc: Fix up checks when the info is allocated.Konrad Rzeszutek Wilk
2012-05-24xen/hvc: Check HVM_PARAM_CONSOLE_[EVTCHN|PFN] for correctness.Konrad Rzeszutek Wilk
2012-05-24xen/hvc: Fix error cases around HVM_PARAM_CONSOLE_PFNKonrad Rzeszutek Wilk
2012-05-24xen/hvc: Collapse error logic.Konrad Rzeszutek Wilk
2012-05-21hvc_xen: NULL dereference on allocation failureDan Carpenter
2012-03-13hvc_xen: introduce HVC_XEN_FRONTENDStefano Stabellini
2012-03-13hvc_xen: implement multiconsole supportStefano Stabellini
2012-03-13hvc_xen: support PV on HVM consolesStefano Stabellini
2011-03-29drivers: Final irq namespace conversionThomas Gleixner
2011-03-10xen/hvc: Disable probe_irq_on/off from poking the hvc-console IRQ line.Konrad Rzeszutek Wilk
2011-01-13tty: move hvc drivers to drivers/tty/hvc/Greg Kroah-Hartman