aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/xen-pcifront.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-13Merge branch 'pci/printk'Bjorn Helgaas1-4/+3
2019-05-09PCI: Replace dev_printk(KERN_DEBUG) with dev_info(), etcMohan Kumar1-4/+3
2019-03-20PCI: Mark expected switch fall-throughsGustavo A. R. Silva1-1/+1
2018-03-19PCI: Tidy commentsBjorn Helgaas1-2/+2
2018-02-01Merge branch 'pci/spdx' into nextBjorn Helgaas1-0/+1
2018-01-31Merge branch 'pci/misc' into nextBjorn Helgaas1-10/+9
2018-01-26PCI: Add SPDX GPL-2.0 when no license was specifiedBjorn Helgaas1-0/+1
2018-01-18PCI: Add wrappers for dev_printk()Frederick Lawler1-10/+9
2018-01-17xen/pcifront: Deprecate pci_get_bus_and_slot()Sinan Kaya1-1/+2
2016-11-07xen: make use of xenbus_read_unsigned() in xen-pcifrontJuergen Gross1-4/+2
2016-08-02treewide: replace obsolete _refok by __refFabian Frederick1-1/+1
2016-02-15xen/pcifront: Fix mysterious crashes when NUMA locality information was extracted.Konrad Rzeszutek Wilk1-4/+6
2015-07-22PCI: Use for_each_pci_msi_entry() to access MSI device listJiang Liu1-1/+1
2015-07-01Merge tag 'for-linus-4.2-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-5/+3
2015-06-12xen/pcifront: Don't use deprecated function pci_scan_bus_parented()Arnd Bergmann1-3/+13
2015-06-08xen/pcifront: Remove usage of struct timevalTina Ruchandani1-5/+3
2015-04-15xenbus_client: Extend interface to support multi-page ringWei Liu1-2/+3
2014-11-19Merge branches 'pci/enumeration', 'pci/hotplug', 'pci/misc', 'pci/numa' and 'pci/virtualization' into nextBjorn Helgaas1-2/+11
2014-11-10PCI: Delete unnecessary NULL pointer checksMarkus Elfring1-2/+1
2014-11-05xen/pcifront: Process failure for pcifront_(re)scan_root()Chen Gang1-0/+10
2014-10-06xen: remove DEFINE_XENBUS_DRIVER() macroDavid Vrabel1-2/+4
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-2/+2
2014-01-22Merge tag 'stable/for-linus-3.14-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-0/+4
2014-01-15xen/pcifront: Use global PCI rescan-remove lockingRafael J. Wysocki1-0/+8
2014-01-03xen/pvhvm: If xen_platform_pci=0 is set don't blow up (v4).Konrad Rzeszutek Wilk1-0/+4
2013-06-14xen/pcifront: Deal with toolstack missing 'XenbusStateClosing' state.Konrad Rzeszutek Wilk1-4/+3
2012-12-13Merge tag 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+4
2012-11-30xen-pcifront: Handle backend CLOSED without CLOSINGDavid Vrabel1-1/+4
2012-11-28PCI: Remove __dev* markingsBill Pemberton1-5/+5
2012-10-02Merge tag 'stable/for-linus-3.7-x86-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds1-5/+10
2012-09-22Merge branch 'stable/late-swiotlb.v3.3' into stable/for-linus-3.7Konrad Rzeszutek Wilk1-4/+9
2012-09-17xen/pcifront: Use Xen-SWIOTLB when initting if required.Konrad Rzeszutek Wilk1-4/+9
2012-09-12xen-pcifront: Use hotplug-safe pci_get_domain_bus_and_slot()Jiang Liu1-8/+2
2012-08-21xen/apic/xenbus/swiotlb/pcifront/grant/tmem: Make functions or variables static.Konrad Rzeszutek Wilk1-1/+1
2012-04-06Merge tag 'stable/for-linus-3.4-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds1-0/+1
2012-04-06xen/pcifront: avoid pci_frontend_enable_msix() falsely returning successJan Beulich1-0/+1
2012-03-23Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pciLinus Torvalds1-2/+2
2012-03-09Merge 3.3-rc6 into driver-core-nextGreg Kroah-Hartman1-5/+5
2012-02-27PCI: Rename pci_remove_bus_device to pci_stop_and_remove_bus_deviceYinghai Lu1-2/+2
2012-02-03xen/pci[front|back]: Use %d instead of %1x for displaying PCI devfn.Konrad Rzeszutek Wilk1-5/+5
2012-01-27PCI/XEN: Fix bug introduced by a recent changeAlan Stern1-1/+1
2012-01-24Remove useless get_driver()/put_driver() callsAlan Stern1-2/+1
2012-01-04Xen: consolidate and simplify struct xenbus_driver instantiationJan Beulich1-7/+4
2011-10-25Merge branches 'stable/drivers-3.2', 'stable/drivers.bugfixes-3.2' and 'stable/pci.fixes-3.2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds1-3/+2
2011-08-26xen-pcifront: Update warning comment to use 'e820_host' option.Konrad Rzeszutek Wilk1-3/+2
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-02-18pci/xen: Cleanup: convert int** to int[]Konrad Rzeszutek Wilk1-6/+6
2011-02-18xen-pcifront: Sanity check the MSI/MSI-X valuesKonrad Rzeszutek Wilk1-4/+16
2011-02-17xen-pcifront: don't use flush_scheduled_work()Tejun Heo1-2/+1
2010-11-08xen-pcifront: fix PCI reference leakJiri Slaby1-2/+3