aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/xen/platform-pci-unplug.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-30x86: xen: platform-pci-unplug: use pr_err() and pr_warn() instead of raw printk()zhaoxiao1-7/+9
2018-10-26xen/pvh: don't try to unplug emulated devicesJuergen Gross1-0/+4
2018-10-23Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-16/+2
2018-09-26xen: don't include <xen/xen.h> from <asm/io.h> and <asm/dma-mapping.h>Christoph Hellwig1-0/+1
2018-09-03x86/xen: Add SPDX identifier in arch/x86/xen filesJuergen Gross1-14/+2
2018-09-03x86/xen: Link platform-pci-unplug.o only if CONFIG_XEN_PVHVMJuergen Gross1-2/+0
2017-02-07xen/pvh: PVH guests always have PV devicesBoris Ostrovsky1-2/+2
2016-09-30x86/xen: add missing \n at end of printk warning messageColin Ian King1-1/+1
2016-07-14x86/xen: Audit and remove any unnecessary uses of module.hPaul Gortmaker1-1/+1
2015-08-20x86/xen: fix non-ANSI declaration of xen_has_pv_devices()Colin Ian King1-1/+1
2014-01-03xen/pvhvm: Remove the xen_platform_pci int.Konrad Rzeszutek Wilk1-3/+2
2014-01-03xen/pvhvm: If xen_platform_pci=0 is set don't blow up (v4).Konrad Rzeszutek Wilk1-0/+74
2012-08-21xen/apic/xenbus/swiotlb/pcifront/grant/tmem: Make functions or variables static.Konrad Rzeszutek Wilk1-0/+1
2011-07-11xen:pvhvm: Modpost section mismatch fixRaghavendra D Prabhu1-1/+1
2010-12-02xen: unplug the emulated devices at resume timeStefano Stabellini1-1/+1
2010-08-23xen: pvhvm: rename xen_emul_unplug=ignore to =unnnecessaryIan Campbell1-6/+7
2010-08-23xen: pvhvm: allow user to request no emulated device unplugIan Campbell1-0/+5
2010-07-29Introduce CONFIG_XEN_PVHVM compile optionStefano Stabellini1-0/+2
2010-07-26x86: Unplug emulated disks and nics.Stefano Stabellini1-0/+135