summaryrefslogtreecommitdiffstats
path: root/drivers/pci/xen-pcifront.c
Commit message (Expand)AuthorAgeFilesLines
* x86: always initialize xen-swiotlb when xen-pcifront is enablingChristoph Hellwig2023-07-311-6/+0
* PCI: Introduce pci_dev_for_each_resource()Mika Westerberg2023-04-041-3/+1
* xen: make remove callback of xen driver void returnedDawei Li2022-12-151-3/+1
* xen/pcifront: move xenstore config scanning into sub-functionJuergen Gross2022-10-071-106/+37
* xen-pcifront: Handle missed Connected stateJason Andryuk2022-10-041-2/+16
* xen/pcifront: use xenbus_setup_ring() and xenbus_teardown_ring()Juergen Gross2022-05-191-16/+3
* xen/grant-table: remove readonly parameter from functionsJuergen Gross2022-03-151-1/+1
* xen/pcifront: Rework MSI handlingThomas Gleixner2021-12-161-1/+1
* PCI/MSI: Use msi_desc::msi_indexThomas Gleixner2021-12-161-1/+1
* genirq/msi, treewide: Use a named struct for PCI/MSI attributesThomas Gleixner2021-12-091-1/+1
* xen/pcifront: Use to_pci_driver() instead of pci_dev->driverUwe Kleine-König2021-10-151-2/+2
* xen/pcifront: Drop pcifront_common_process() tests of pcidev, pdrvUwe Kleine-König2021-10-151-35/+17
* Merge branch 'stable/for-linus-5.15' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-09-031-1/+1
|\
| * swiotlb: Update is_swiotlb_active to add a struct device argumentClaire Chang2021-07-131-1/+1
* | xen/pcifront: Removed unnecessary __ref annotationSergio Miguéns Iglesias2021-09-011-11/+19
|/
* swiotlb: remove swiotlb_nr_tblChristoph Hellwig2021-03-191-1/+1
* Xen/gnttab: introduce common INVALID_GRANT_{HANDLE,REF}Jan Beulich2021-03-101-2/+2
* dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig2020-10-061-0/+1
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* xen/pci: Get rid of verbose_request and use dev_dbg() insteadBoris Ostrovsky2020-05-291-17/+10
* Merge branch 'pci/printk'Bjorn Helgaas2019-05-131-4/+3
|\
| * PCI: Replace dev_printk(KERN_DEBUG) with dev_info(), etcMohan Kumar2019-05-091-4/+3
* | PCI: Mark expected switch fall-throughsGustavo A. R. Silva2019-03-201-1/+1
|/
* PCI: Tidy commentsBjorn Helgaas2018-03-191-2/+2
* Merge branch 'pci/spdx' into nextBjorn Helgaas2018-02-011-0/+1
|\
| * PCI: Add SPDX GPL-2.0 when no license was specifiedBjorn Helgaas2018-01-261-0/+1
* | Merge branch 'pci/misc' into nextBjorn Helgaas2018-01-311-10/+9
|\ \
| * | PCI: Add wrappers for dev_printk()Frederick Lawler2018-01-181-10/+9
| |/
* / xen/pcifront: Deprecate pci_get_bus_and_slot()Sinan Kaya2018-01-171-1/+2
|/
* xen: make use of xenbus_read_unsigned() in xen-pcifrontJuergen Gross2016-11-071-4/+2
* treewide: replace obsolete _refok by __refFabian Frederick2016-08-021-1/+1
* xen/pcifront: Fix mysterious crashes when NUMA locality information was extra...Konrad Rzeszutek Wilk2016-02-151-4/+6
* PCI: Use for_each_pci_msi_entry() to access MSI device listJiang Liu2015-07-221-1/+1
* Merge tag 'for-linus-4.2-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-07-011-5/+3
|\
| * xen/pcifront: Remove usage of struct timevalTina Ruchandani2015-06-081-5/+3
* | xen/pcifront: Don't use deprecated function pci_scan_bus_parented()Arnd Bergmann2015-06-121-3/+13
|/
* xenbus_client: Extend interface to support multi-page ringWei Liu2015-04-151-2/+3
*-. Merge branches 'pci/enumeration', 'pci/hotplug', 'pci/misc', 'pci/numa' and '...Bjorn Helgaas2014-11-191-2/+11
|\ \
| | * xen/pcifront: Process failure for pcifront_(re)scan_root()Chen Gang2014-11-051-0/+10
| |/ |/|
| * PCI: Delete unnecessary NULL pointer checksMarkus Elfring2014-11-101-2/+1
|/
* xen: remove DEFINE_XENBUS_DRIVER() macroDavid Vrabel2014-10-061-2/+4
* arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-181-2/+2
* Merge tag 'stable/for-linus-3.14-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2014-01-221-0/+4
|\
| * xen/pvhvm: If xen_platform_pci=0 is set don't blow up (v4).Konrad Rzeszutek Wilk2014-01-031-0/+4
* | xen/pcifront: Use global PCI rescan-remove lockingRafael J. Wysocki2014-01-151-0/+8
|/
* xen/pcifront: Deal with toolstack missing 'XenbusStateClosing' state.Konrad Rzeszutek Wilk2013-06-141-4/+3
* Merge tag 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2012-12-131-1/+4
|\
| * xen-pcifront: Handle backend CLOSED without CLOSINGDavid Vrabel2012-11-301-1/+4
* | PCI: Remove __dev* markingsBill Pemberton2012-11-281-5/+5
|/
* Merge tag 'stable/for-linus-3.7-x86-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-10-021-5/+10
|\