summaryrefslogtreecommitdiff
path: root/drivers/tty/hvc/hvc_xen.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-22hvc/xen: prevent concurrent accesses to the shared ringRoger Pau Monne1-2/+17
2023-01-09hvc/xen: lock console list traversalRoger Pau Monne1-17/+29
2022-12-15xen: make remove callback of xen driver void returnedDawei Li1-2/+2
2022-06-01xen: replace xen_remap() with memremap()Juergen Gross1-1/+1
2021-12-16xen/console: harden hvc_xen against event channel stormsJuergen Gross1-3/+27
2021-11-23xen: flag hvc_xen to be not essential for system bootJuergen Gross1-0/+1
2021-10-08Merge tag 'for-linus-5.15b-rc5-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-8/+5
2021-10-05xen/x86: make "earlyprintk=xen" work for HVM/PVH DomUJan Beulich1-3/+1
2021-10-05xen/x86: make "earlyprintk=xen" work better for PVH Dom0Jan Beulich1-5/+4
2021-07-21tty: hvc: replace BUG_ON() with negative return valueJuergen Gross1-3/+14
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-06-25hvc: unify console setup namingSergey Senozhatsky1-2/+2
2019-02-26tty: hvc_xen: Mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2017-11-08tty: hvc: Remove redundant license textGreg Kroah-Hartman1-14/+0
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman1-0/+1
2016-03-22Merge tag 'for-linus-4.6-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus 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-10xen/hvc: constify hv_ops structuresJulia Lawall1-2/+2
2016-02-07tty: 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-12Merge tag 'stable/for-linus-3.18-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-5/+4
2014-10-06xen: remove DEFINE_XENBUS_DRIVER() macroDavid Vrabel1-5/+4
2014-09-29xen_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-09Merge tag 'v3.12-rc5' into stable/for-linus-3.13Konrad Rzeszutek Wilk1-0/+1
2013-10-04xen/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-31hvc_xen: Remove unnecessary __GFP_ZERO from kzallocJoe Perches1-3/+3
2013-02-20xen: introduce xen_remap, use it instead of ioremapStefano Stabellini1-1/+1
2012-11-22tty: 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/...Konrad 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-14hvc_xen: introduce HVC_XEN_FRONTENDStefano Stabellini1-54/+62
2012-03-14hvc_xen: implement multiconsole supportStefano Stabellini1-58/+377
2012-03-14hvc_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