aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty/hvc/hvc_xen.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-07drivers/tty/hvc: don't use module_init in non-modular hyp. console codeGravatar Paul Gortmaker 1-16/+1
2013-11-08Merge tag 'v3.12-rc5' into stable/for-linus-3.13Gravatar Konrad Rzeszutek Wilk 1-0/+1
2013-10-03xen/hvc: allow xenboot console to be used againGravatar David Vrabel 1-0/+1
2013-09-30xen/hvc: If we use xen_raw_printk let it also work on HVM guests.Gravatar Konrad Rzeszutek Wilk 1-2/+17
2013-08-30hvc_xen: Remove unnecessary __GFP_ZERO from kzallocGravatar Joe Perches 1-3/+3
2013-02-19xen: introduce xen_remap, use it instead of ioremapGravatar Stefano Stabellini 1-1/+1
2012-11-21tty: remove use of __devinitGravatar Bill Pemberton 1-1/+1
2012-10-04xen/hvc: handle backend CLOSED without CLOSINGGravatar David Vrabel 1-1/+4
2012-09-12Merge branch 'x86/platform' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Konrad Rzeszutek Wilk 1-9/+6
2012-08-21xen: missing includesGravatar Stefano Stabellini 1-0/+2
2012-07-19xen/hvc: Fix up checks when the info is allocated.Gravatar Konrad Rzeszutek Wilk 1-9/+6
2012-05-24xen/hvc: Check HVM_PARAM_CONSOLE_[EVTCHN|PFN] for correctness.Gravatar Konrad Rzeszutek Wilk 1-3/+8
2012-05-24xen/hvc: Fix error cases around HVM_PARAM_CONSOLE_PFNGravatar Konrad Rzeszutek Wilk 1-1/+2
2012-05-24xen/hvc: Collapse error logic.Gravatar Konrad Rzeszutek Wilk 1-12/+9
2012-05-21hvc_xen: NULL dereference on allocation failureGravatar Dan Carpenter 1-2/+2
2012-03-13hvc_xen: introduce HVC_XEN_FRONTENDGravatar Stefano Stabellini 1-54/+62
2012-03-13hvc_xen: implement multiconsole supportGravatar Stefano Stabellini 1-58/+377
2012-03-13hvc_xen: support PV on HVM consolesGravatar Stefano Stabellini 1-16/+68
2011-03-29drivers: Final irq namespace conversionGravatar Thomas Gleixner 1-1/+1
2011-03-10xen/hvc: Disable probe_irq_on/off from poking the hvc-console IRQ line.Gravatar Konrad Rzeszutek Wilk 1-0/+2
2011-01-13tty: move hvc drivers to drivers/tty/hvc/Gravatar Greg Kroah-Hartman 1-0/+271