summaryrefslogtreecommitdiff
path: root/drivers/tty/hvc/hvc_xen.c
AgeCommit message (Expand)Author
2023-12-08tty: hvc: convert to u8 and size_tJiri Slaby (SUSE)
2023-10-21hvc/xen: fix console unplugDavid Woodhouse
2023-10-21hvc/xen: fix error path in xen_hvc_init() to always register frontend driverDavid Woodhouse
2023-10-21hvc/xen: fix event channel handling for secondary consolesDavid Woodhouse
2023-03-22hvc/xen: prevent concurrent accesses to the shared ringRoger Pau Monne
2023-01-09hvc/xen: lock console list traversalRoger Pau Monne
2022-12-15xen: make remove callback of xen driver void returnedDawei Li
2022-06-01xen: replace xen_remap() with memremap()Juergen Gross
2021-12-16xen/console: harden hvc_xen against event channel stormsJuergen Gross
2021-11-23xen: flag hvc_xen to be not essential for system bootJuergen Gross
2021-10-08Merge tag 'for-linus-5.15b-rc5-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-10-05xen/x86: make "earlyprintk=xen" work for HVM/PVH DomUJan Beulich
2021-10-05xen/x86: make "earlyprintk=xen" work better for PVH Dom0Jan Beulich
2021-07-21tty: hvc: replace BUG_ON() with negative return valueJuergen Gross
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-06-25hvc: unify console setup namingSergey Senozhatsky
2019-02-26tty: hvc_xen: Mark expected switch fall-throughGustavo A. R. Silva
2017-11-08tty: hvc: Remove redundant license textGreg Kroah-Hartman
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman
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