summaryrefslogtreecommitdiff
path: root/drivers/xen/platform-pci.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-31xen-platform: constify pci_device_id.Arvind Yadav1-1/+1
2017-05-02xen: Revert commits da72ff5bfcb0 and 72a9b186292dBoris Ostrovsky1-10/+4
2017-01-13partially revert "xen: Remove event channel notification through Xen PCI plat...Stefano Stabellini1-0/+71
2016-11-17xen-platform: use builtin_pci_driverGeliang Tang1-5/+1
2016-09-30xen: Remove event channel notification through Xen PCI platform deviceKarimAllah Ahmed1-64/+0
2016-03-21drivers/xen: make platform-pci.c explicitly non-modularPaul Gortmaker1-13/+9
2014-02-28drivers: xen: Mark function as static in platform-pci.cRashika Kheria1-1/+1
2014-01-07xen-platform: fix error return code in platform_pci_init()Wei Yongjun1-1/+2
2014-01-06xen/grant: Implement an grant frame array struct (v3).Konrad Rzeszutek Wilk1-3/+7
2013-11-06xen: remove deprecated IRQF_DISABLEDMichael Opdenacker1-1/+1
2013-01-03Drivers: xen: remove __dev* attributes.Greg Kroah-Hartman1-3/+3
2012-08-16Revert "xen PVonHVM: move shared_info to MMIO before kexec"Konrad Rzeszutek Wilk1-15/+0
2012-07-19xen PVonHVM: move shared_info to MMIO before kexecOlaf Hering1-0/+15
2012-07-19xen: enable platform-pci only in a Xen guestOlaf Hering1-0/+3
2012-03-22xen: initialize platform-pci even if xen_emul_unplug=neverIgor Mammedov1-5/+0
2011-02-25xen: no need to delay xen_setup_shutdown_event for hvm guests anymoreStefano Stabellini1-3/+0
2011-01-12xen-platform: use PCI interfaces to request IO and MEM resources.Ian Campbell1-14/+7
2010-07-26x86: Unplug emulated disks and nics.Stefano Stabellini1-0/+6
2010-07-22xen: Add suspend/resume support for PV on HVM guests.Stefano Stabellini1-1/+21
2010-07-22xen: Xen PCI platform device driver.Stefano Stabellini1-0/+181